Agent Skills
› terrense/LilBot-agent
› feishu
feishu
GitHub飞书/Lark集成技能,处理机器人、文档、多维表格及审批流等API开发。强调安全规范与读写分离。
Trigger Scenarios
需要接入飞书或Lark平台功能
涉及飞书API调用或配置
Install
npx skills add terrense/LilBot-agent --skill feishu -g -y
SKILL.md
Frontmatter
{
"mode": "inline",
"name": "feishu",
"description": "Work with Feishu or Lark bots, docs, sheets, bitables, approval flows, and API setup."
}
Feishu / Lark
Use this skill for Feishu or Lark integration work.
Rules:
- Never hardcode app secrets, tenant tokens, or user tokens.
- Keep credentials in environment variables or local ignored config.
- Separate OpenAPI auth, resource IDs, and business logic.
- Add dry-run or read-only modes before write operations.
- Document required scopes and callback URLs.
User task: {{args}}
Version History
- ac8228e Current 2026-07-05 10:50


