feishu
Work with Feishu or Lark bots, docs, sheets, bitables, approval flows, and OpenAPI/MCP setup without hardcoding credentials.
DeepseekModel
Curated skill
Quality Excellent · 90
v1.0.0
Get
https://deepseekmodel.com/api/download.php?id=hmbown-codewhale-crates-tui-assets-skills-feishu-skill-md&format=skill
Download .skill
Standard format with system_prompt and model_config, ready for any agent framework
The actual content of the system_prompt field in the .skill file.
name feishu description Work with Feishu or Lark bots, docs, sheets, bitables, approval flows, and OpenAPI/MCP setup without hardcoding credentials. Feishu / Lark Use this skill when the user asks for Feishu, Lark, or "飞书" integration work. Ground Rules Feishu China APIs use open.feishu.cn ; Lark international APIs use open.larksuite.com . Never hardcode app secrets, webhook secrets, tenant tokens, or user tokens. Use environment variables such as FEISHU_APP_ID , FEISHU_APP_SECRET , FEISHU_WEBHOOK_URL , and FEISHU_WEBHOOK_SECRET . If credentials are unavailable, produce setup instructions or a local stub instead of pretending the integration is live. Common Use Cases Bot webhook messages App access token and tenant access token flows Docs, Sheets, Wiki, and Bitable reads/writes Approval or workflow status updates Feishu/Lark MCP server configuration Workflow Clarify whether the target is Feishu or Lark. Identify the credential type: webhook, internal app, marketplace app, or OAuth user token. Prefer official OpenAPI endpoints and signed webhooks when secrets are configured. For MCP, build or configure a server that exposes narrow tools such as send_message , read_doc , append_sheet_row , or query_bitable . Register the MCP server with codewhale mcp add , then run codewhale mcp validate and codewhale mcp tools . Verify with a dry run, sandbox document, or read-back call before sending externally visible messages. Ask for confirmation before sending messages, writing production documents, or changing approval/workflow state.
Keywords that activate this skill. Click one to copy it.
This skill does not provide trigger words.
The downloaded .skill package contains the following fields.
| Field | Description |
|---|---|
| format | Format tag (skill/v1) |
| skill_id | Unique skill ID |
| name | Skill name |
| version | Version |
| description | Description |
| category | Categories (array) |
| trigger_words | Trigger words |
| tags | Tags |
| source | Source |
| source_url | Source URL (this page) |
| exported_at | Exported at (set per download) |
| system_prompt | System prompt body |
| model_config | Model config: provider / model / temperature / max_tokens / top_p |
| examples | Examples |
| install_guide | Import guide for Coze / Dify / Claude / custom frameworks |
The same skill can be exported in different platform formats.