feishu
Work with Feishu or Lark bots, docs, sheets, bitables, approval flows, and OpenAPI/MCP setup without hardcoding credentials.
DeepseekModel
キュレーション済みスキル
品質 優秀 · 90
v1.0.0
取得
https://deepseekmodel.com/api/download.php?id=hmbown-codewhale-crates-tui-assets-skills-feishu-skill-md&format=skill
ダウンロード .skill
標準形式。system_prompt と model_config を収録し、任意の Agent で利用可能
.skill ファイルの system_prompt フィールドの実際の内容。
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.
このスキルを起動するキーワード。クリックでコピーできます。
このスキルにはトリガーワードがありません。
ダウンロードした .skill に含まれるフィールド。
| フィールド | 説明 |
|---|---|
| format | フォーマット識別子(skill/v1) |
| skill_id | スキル固有 ID |
| name | スキル名 |
| version | バージョン |
| description | 説明 |
| category | カテゴリ(配列) |
| trigger_words | トリガーワード |
| tags | タグ |
| source | ソース |
| source_url | ソース URL(本ページ) |
| exported_at | エクスポート日時(ダウンロード毎) |
| system_prompt | システムプロンプト本文 |
| model_config | モデル設定:provider / model / temperature / max_tokens / top_p |
| examples | サンプル |
| install_guide | 各プラットフォームの導入説明(Coze / Dify / Claude / カスタム) |