Agent Skills
› terrense/LilBot-agent
› feishu
feishu
GitHub用于飞书或Lark集成开发,涵盖机器人、文档、表格、多维表格及审批流。遵循安全规范,禁止硬编码凭证,分离认证与业务逻辑,并提供只读模式以确保操作安全。
Trigger Scenarios
飞书机器人开发
飞书文档或表格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


