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


