You can teach an AI to use Feishu APIs by creating a Skill. A Skill is a simple file that tells the AI which CLI commands to run. This makes it easy to reuse the same steps again and again.
The Skill Maker helps you write these files using lark-cli. You can call any Feishu API, chain multiple commands together, and add safety checks. The AI will follow your instructions exactly as written.
You start by exploring available APIs and shortcuts. Then you create a SKILL.md file with the commands, permissions, and any special steps. The key is to describe clearly when the AI should use this Skill.
Global
mkdir -p ~/.claude/skills/lark-skill-makerProject
mkdir -p .claude/skills/lark-skill-makerSource Repository
Setup Matt Pocock Skillsmattpocock/skills
Set up your repo for engineering skills with just a few guided steps
Write A Skillmattpocock/skills
Build new agent skills with clear structure and bundled resources
Writing Skillsobra/superpowers
Test your agent skills like code to make them truly effective