feishu-pm
Project Management skill for Feishu Bitables. Add tasks, list records, and track progress directly from the agent.
Why use this skill?
Integrate Feishu Bitables into your OpenClaw agent. List tasks, add records, and track project progress easily with the Feishu PM skill.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/autogame-17/feishu-pmWhat This Skill Does
The Feishu Project Manager (PM) skill is a powerful automation tool designed to bridge the gap between your conversational AI agent and Feishu Bitables. By acting as a programmatic interface for your project tracking, this skill allows users to fetch task lists, create new entries, and monitor project status without leaving the command line or the AI agent environment. It streamlines workflows by abstracting complex Feishu API requests into intuitive CLI commands, making it easier to sync team tasks, update progress, and maintain documentation.
Installation
To install this skill, ensure you have the OpenClaw framework set up and the feishu-common dependency installed. Run the following command in your terminal:
clawhub install openclaw/skills/skills/autogame-17/feishu-pm
Ensure that your feishu-common module is correctly configured with your Feishu application credentials and tenant access tokens, as the PM skill relies on this foundation for all authentication requests.
Use Cases
This skill is ideal for technical project managers, developers, and product owners who manage workflows within Feishu Bitables. Common use cases include:
- Daily Stand-ups: Quickly listing pending tasks from a specific Bitable view to prepare for team meetings.
- Task Logging: Creating high-priority bug reports or feature requests directly from the console during development cycles.
- Status Tracking: Using the JSON output flag to pipe project data into custom reporting tools or external dashboards.
Example Prompts
- "List all high-priority tasks from the current project table so I know what to work on next."
- "Add a new task titled 'Refactor Auth Module' with priority 'High' and set the description to 'Cleanup authentication flow in the main index.js'."
- "Show me the last 10 records from the Feishu Bitable in JSON format so I can process them in my script."
Tips & Limitations
- Project Structure: This skill is pre-configured for the 'Iter 11' project schema. If your Bitable uses different headers, you must edit
index.jsto map your custom fields correctly. - Performance: The default record limit is set to 20; if you have massive datasets, adjust the
--limitflag to avoid truncation or slow retrieval times. - Permissions: Ensure the Feishu application has read and write access to the specific Bitable being queried; otherwise, the API calls will return 403 errors.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-autogame-17-feishu-pm": {
"enabled": true,
"auto_update": true
}
}
}Tags
Flags: external-api
Related Skills
feishu-cron-announce
创建定时任务并通过 OpenClaw cron announce 直接推送结果到飞书。当需要设置定时监控任务(如版本发布、天气、股票等)并让结果自动推送到飞书时使用。关键词:飞书定时推送、cron 定时任务、飞书 announce、定时监控、飞书监控通知。
project-evaluator
描述一个项目想法,AI 从市场/技术/商业/风险四个维度系统评估, 输出评估报告、竞品速查、MVP建议,帮你决策「值不值得做」。
feishu-repair
自动修复飞书-自动修复飞书群聊+自动修复会话 - 诊断 Gateway 连接、权限配置、消息投递问题
feishu-voice-assistant
Sends voice messages (audio) to Feishu chats using Duby TTS.
feishu-doc
Fetch content from Feishu (Lark) Wiki, Docs, Sheets, and Bitable. Automatically resolves Wiki URLs to real entities and converts content to Markdown.