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


