Skip to content
Skillv1.0.0

feishu-pm

Project Management skill for Feishu Bitables. Add tasks, list records, and track progress directly from the agent.

by autogame-17(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from autogame-17/feishu-skills (feishu-pm/SKILL.md). Install upstream with npx skills add autogame-17/feishu-skills --skill feishu-pm. Copyright stays with the author.

Feishu Project Manager (PM)

Manage tasks and project records in Feishu Bitables directly from the CLI.

Prerequisites

  • Install feishu-common first.
  • This skill depends on ../feishu-common/index.js for token and API auth.

Usage

List Tasks

node skills/feishu-pm/index.js list --app <BITABLE_TOKEN> --table <TABLE_ID>

Options:

  • --view <id>: Filter by View ID.
  • --limit <n>: Limit number of records (default 20).
  • --json: Output raw JSON instead of markdown table.

Add Task

node skills/feishu-pm/index.js add --app <BITABLE_TOKEN> --table <TABLE_ID> --title "Fix Bug #123" --priority "High"

Options:

  • --desc <text>: Task description.
  • --priority <text>: Priority level (e.g. "High", "Medium", "Low").

Notes

  • Currently optimized for the "Iter 11" project structure (需求, 需求详述, 优先级).
  • Edit index.js to customize field mapping for other projects.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/autogame-17-feishu-skills-feishu-pm/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

autogame-17-feishu-skills-feishu-pm.ocm.jsonjson
{
  "ocm": "1",
  "id": "autogame-17-feishu-skills-feishu-pm",
  "kind": "skill",
  "name": "feishu-pm",
  "description": "Project Management skill for Feishu Bitables. Add tasks, list records, and track progress directly from the agent.",
  "publisher": "autogame-17",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "feishu",
      "bitable",
      "pm",
      "project",
      "task",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Project Management skill for Feishu Bitables. Add tasks, list records, and track progress directly from the agent."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/autogame-17/feishu-skills",
      "path": "feishu-pm/SKILL.md",
      "ref": "7a74404bec1e333867b2db3c4bb6854098da52b9",
      "url": "https://github.com/autogame-17/feishu-skills/blob/7a74404bec1e333867b2db3c4bb6854098da52b9/feishu-pm/SKILL.md",
      "key": "autogame-17/feishu-skills/feishu-pm/SKILL.md"
    }
  },
  "instructions": "# Feishu Project Manager (PM)\n\nManage tasks and project records in Feishu Bitables directly from the CLI.\n\n## Prerequisites\n\n- Install `feishu-common` first.\n- This skill depends on `../feishu-common/index.js` for token and API auth.\n\n## Usage\n\n### List Tasks\n\n```bash\nnode skills/feishu-pm/index.js list --app <BITABLE_TOKEN> --table <TABLE_ID>\n```\n\nOptions:\n- `--view <id>`: Filter by View ID.\n- `--limit <n>`: Limit number of records (default 20).\n- `--json`: Output raw JSON instead of markdown table.\n\n### Add Task\n\n```bash\nnode skills/feishu-pm/index.js add --app <BITABLE_TOKEN> --table <TABLE",
  "cost": {
    "context_tokens": 230
  }
}

Fetch it by URL: GET /api/v1/registry/autogame-17-feishu-skills-feishu-pm/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.