Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
autogame-17 avatar

Feishu Pm

  • 2 installs
  • 20 repo stars
  • Updated April 11, 2026
  • autogame-17/feishu-skills

feishu-pm is a Claude skill that manages project tasks and records in Feishu Bitables, adding tasks and listing progress from the CLI.

About

feishu-pm manages project tasks and records in Feishu Bitables directly from the CLI. It lists records with view and limit filters and adds tasks with a title, description, and priority. Developers use it when an agent needs to track project progress in a Feishu Bitable. Field mapping is currently optimized for an Iter 11 project structure and can be edited for other projects.

  • Manages project tasks and records in Feishu Bitables from the CLI
  • List tasks (with view/limit filters) and add tasks with title and priority
  • Field mapping is editable for projects beyond the default Iter 11 layout

Feishu Pm by the numbers

  • 2 all-time installs (skills.sh)
  • Ranked #2,409 of 3,280 Productivity & Planning skills by installs in the Skillselion catalog
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

feishu-pm capabilities & compatibility

Free skill; requires a Feishu app credential pair (FEISHU_APP_ID / FEISHU_APP_SECRET) via feishu-common.

Capabilities
feishu task · feishu doc
Works with
notion
Use cases
project management
From the docs

What feishu-pm says it does

Project Management skill for Feishu Bitables. Add tasks, list records, and track progress directly from the agent.
SKILL.md
Manage tasks and project records in Feishu Bitables directly from the CLI.
SKILL.md
npx skills add https://github.com/autogame-17/feishu-skills --skill feishu-pm

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs2
repo stars20
Last updatedApril 11, 2026
Repositoryautogame-17/feishu-skills

What it does

List and add project tasks in a Feishu Bitable from the CLI to track progress.

Who is it for?

Adding and listing project tasks with priorities in a Feishu Bitable from an agent.

Skip if: Task management in Jira, Notion, or platforms other than Feishu Bitables.

When should I use this skill?

An agent needs to add or list tasks and track project progress in a Feishu Bitable.

What you get

Tasks are added and project records listed in a Feishu Bitable directly from the CLI.

  • Listed Feishu Bitable records or a newly added task

By the numbers

  • Default list limit of 20 records
  • 2 core commands (list, add)

Files

SKILL.mdMarkdownGitHub ↗

Feishu Project Manager (PM)

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

Prerequisites

  • Install feishu-common first.
  • This skill depends on ../feishu-common/index.js for 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.js to customize field mapping for other projects.

Related skills

FAQ

Can I use it for any Bitable schema?

It is optimized for the Iter 11 structure, but you can edit index.js to customize the field mapping for other projects.

How do I limit how many records are returned?

Pass --limit <n> to the list command; the default is 20 records.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.