feishu-pm

Verified·Scanned 2/17/2026

This skill manages Feishu Bitables from a CLI, enabling listing and adding records via node skills/feishu-pm/index.js. It requires an --app token (<BITABLE_TOKEN>) and makes network requests to https://open.feishu.cn/open-apis/bitable/v1/....

from clawhub.ai·vb1d7fbe·5.6 KB·0 installs
Scanned from 1.0.0 at b1d7fbe · Transparency log ↗
$ vett add clawhub.ai/autogame-17/feishu-pm

Feishu Project Manager (PM)

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

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.