Explore the official Feishu or Lark OpenAPI documentation to find native API calls. Use this skill when your needs go beyond the built-in commands. It helps you dig through the document library step by step.
Start by checking if the existing CLI tools already cover your task. If not, follow the guided steps. You will fetch the top level index, find the right module, and then locate the exact API details.
Once you have the API specification, call it directly using the lark-cli api command. The skill handles both Feishu and Lark brands. It also enforces safety rules for write or delete actions.
Global
mkdir -p ~/.claude/skills/lark-openapi-explorerProject
mkdir -p .claude/skills/lark-openapi-explorerSource Repository