feishu-project-official

Query and manage Feishu Meego project work items, views, nodes, schedules, and todos.

2|1|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/GACLove/feishu-aily-skills --skill feishu-project-official
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-project-official
Source: https://github.com/GACLove/feishu-aily-skills/tree/main/skills/feishu-project-official
Command: npx skills add https://github.com/GACLove/feishu-aily-skills --skill feishu-project-official

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill removes the manual work of translating natural language requests into safe, correct operations against Feishu (Lark) Meego project data, so users can query, update, and control work items and workflows without needing to craft MQL or call MCP APIs directly.

Core Features & Use Cases

  • Flexible data queries: Run full MQL/MOQL queries, search by fields, views, or URLs, and handle pagination and session-based retrieval for large result sets.
  • Comprehensive project operations: Discover project metadata, list work item types and field/role configs, get work item briefs, create/update work items, transition nodes (confirm/rollback), and manage todos and schedules.
  • Safe execution workflow: Performs parameter extraction, explicit confirmation for ambiguous entities, parallel and serial call patterns when required, and error-handling guidance for MQL, permissions, and URL parsing.
  • Use case example: Run an MQL to find overdue P0 tasks in a product space, convert assignee names into userkeys, and then bulk update priorities after user confirmation.

Quick Start

Run a natural language command describing the project, MQL filter or URL, and the intended action, for example: Find all overdue P0 tasks in the "产品空间" and list their IDs and current owners.

Frequently Asked Questions about feishu-project-official

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I query Feishu Meego work items using MQL?

Feishu Meego work items can be queried using MQL by translating natural language requests into precise filters for data extraction. The system handles pagination, session-based retrieval, and field discovery to fetch targeted project data.

Can I create and update Feishu project work items without calling APIs directly?

Yes, you can create and update Feishu project work items without calling APIs directly by using natural language commands. The system converts requests into safe operations, managing parameter extraction and userkey conversion for bulk updates.

What is the best way to find overdue P0 tasks in a Feishu project space?

The best way to find overdue P0 tasks in a Feishu project space is to run a natural language command defining the MQL filter. The system resolves the project_key, applies field discovery, and lists the matching task IDs and owners.

Does Feishu Meego node transition support rollback operations?

Yes, Feishu Meego node transition supports both confirm and rollback operations. The system performs explicit safety checks and requires confirmation for ambiguous entities before executing destructive workflow node transitions.

How do I handle large result sets when searching Feishu Meego schedules?

To handle large result sets when searching Feishu Meego schedules, the system utilizes pagination and session-based retrieval mechanisms. This enables comprehensive team schedule analysis and data extraction without exceeding query limits.

Why do I need to confirm before updating Feishu project work item priorities?

You need to confirm before updating Feishu project work item priorities because the system performs explicit safety checks for destructive operations. This validation step prevents unintended bulk updates when resolving ambiguous entities or assignee names.