name: feishu-pm description: Project Management skill for Feishu Bitables. Add tasks, list records, and track progress directly from the agent. tags: [feishu, bitable, pm, project, task]
Feishu Project Manager (PM)
Manage tasks and project records in Feishu Bitables directly from the CLI.
Prerequisites
- Install
feishu-commonfirst. - This skill depends on
../feishu-common/index.jsfor 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.jsto customize field mapping for other projects.