ワンクリックで
feishu-pm
Project Management skill for Feishu Bitables. Add tasks, list records, and track progress directly from the agent.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Project Management skill for Feishu Bitables. Add tasks, list records, and track progress directly from the agent.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Shared Feishu (Lark) authentication and API request helper providing tenant token acquisition with caching, automatic retry with timeout handling, and authenticated request wrappers with token refresh.
Send multiple Feishu (Lark) messages in a single tool call with configurable delay, supporting plain text arrays and mixed content types (text and rich post).
Manage Feishu (Lark) calendars including listing, searching, syncing events, creating calendar entries from task requests, and setting up shared project calendars.
Send rich interactive cards to Feishu (Lark) users or groups with Markdown support, colored headers, action buttons, embedded images, and AI persona styling.
Unified CLI for Feishu (Lark) messaging operations including fetching messages by ID, sending audio voice bubbles, creating group chats, listing pinned messages, and adding emoji reactions.
Feishu native emoji mapping -- emoji_type codes, Chinese names, and Unicode conversion table for card markdown.
| 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"] |
Manage tasks and project records in Feishu Bitables directly from the CLI.
feishu-common first.../feishu-common/index.js for token and API auth.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.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").需求, 需求详述, 优先级).index.js to customize field mapping for other projects.