用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/rintays/lark-cli --skill lark-cli命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | lark-cli |
| description | Operate Feishu/Lark via the lark CLI (IM, Drive, Docs, Sheets, Mail, Calendar, Wiki, Bitable, Tasks, and more). |
This skill uses the lark CLI to operate Feishu/Lark products (IM, Drive, Docs, Sheets, Mail, Calendar, Wiki, Bitable, Tasks, and more), with the shortest-path examples and reference links.
lark CLI: a single binary to access Feishu/Lark products (IM, Drive, Docs, Sheets, Mail, Calendar, Wiki, Bitable, Tasks).--json for automation.oapi-sdk-go.references/INSTALL.md).lark auth tenantlark auth user login
See references/AUTH.md for details and scopes.lark whoami
lark chats list --limit 10
lark users search "Ada" --json
lark <product> <action> [args] [flags].--id flags).--json prints machine-readable output to stdout; logs/errors go to stderr.See references/CONCEPTS.md for a longer primer.
If a command fails with scope errors, check references/TROUBLESHOOTING.md.
Use --token-type to force the access token type:
--token-type auto: default, auto-select based on command needs.--token-type tenant: force tenant token.--token-type user: force user token.Examples:
lark whoami --token-type tenant
lark drive list --token-type user
--json and parse in tools/scripts.--limit / --pages for pagination-heavy commands.--account or LARK_ACCOUNT for multi-user scenarios.When you execute lark commands on the user's behalf:
See references/RECIPES.md for common tasks (send message, search users, read docs, etc.).
references/INSTALL.mdreferences/AUTH.mdreferences/CONCEPTS.mdreferences/RECIPES.mdreferences/TROUBLESHOOTING.mdreferences/COMPLETION.mdreferences/DOCS.mdreferences/SHEETS.mdreferences/BASES.mdreferences/DRIVE.mdreferences/MINUTES.mdreferences/CALENDARS.mdreferences/MEETINGS.mdreferences/CHATS.mdreferences/MESSAGES.mdreferences/CONTACTS.mdreferences/MAIL.mdreferences/TASKLISTS.mdreferences/TASKS.mdreferences/USERS.mdreferences/CONFIG.mdreferences/WHOAMI.mdreferences/WIKI.md