ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 4/5

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/autogame-17/feishu-pm
Or

What 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

  1. "List all high-priority tasks from the current project table so I know what to work on next."
  2. "Add a new task titled 'Refactor Auth Module' with priority 'High' and set the description to 'Cleanup authentication flow in the main index.js'."
  3. "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.js to map your custom fields correctly.
  • Performance: The default record limit is set to 20; if you have massive datasets, adjust the --limit flag 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

Stars1100
Views0
Updated2026-02-17
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-autogame-17-feishu-pm": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#feishu#bitable#pm#project#task
Safety Score: 4/5

Flags: external-api