Agent Skills
› terrense/LilBot-agent
› feishu
feishu
GitHub用于飞书/Lark集成开发,涵盖机器人、文档、表格、多维表格及审批流处理。强调安全规范,禁止硬编码密钥,要求分离认证与业务逻辑,并在写入操作前启用干跑模式以确保数据安全。
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


