lark-cli-skills
v0.2.0Lazy-loaded official Lark CLI workflows for operating Lark and Feishu from Codex.
By tenfyzhongLicense: MIT0 GitHub starsUpdated 2 hours ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Aug 29, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install plugin
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add lark-cli-skills@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/tenfyzhong/agent-plugins-hubClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/lark-cli-skills/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/lark/SKILL.md
Included Skills1
Route Lark and Feishu (飞书) operations to bundled lark-cli workflows on demand. Use for Lark or 飞书 messages, documents, Drive, calendar, meetings, tasks, mail, Base, Sheets, approvals, attendance, OKRs, whiteboards, authentication, events, apps, or OpenAPI work.
Plugin manifests2
{
"name": "lark-cli-skills",
"version": "0.2.0",
"description": "Lazy-loaded official Lark CLI workflows for operating Lark and Feishu from Codex.",
"author": {
"name": "tenfyzhong",
"url": "https://github.com/tenfyzhong"
},
"homepage": "https://github.com/larksuite/cli/tree/main/skills",
"repository": "https://github.com/tenfyzhong/agent-plugins-hub",
"license": "MIT",
"keywords": [
"lark",
"feishu",
"lark-cli",
"productivity"
],
"skills": "./skills/",
"interface": {
"displayName": "Lark CLI Skills",
"shortDescription": "Operate Lark and Feishu with the official CLI skills.",
"longDescription": "A synchronized collection of the official larksuite/cli skills for messages, docs, calendar, tasks, mail, meetings, Base, Sheets, and other Lark services.",
"developerName": "tenfyzhong",
"category": "Productivity",
"capabilities": [
"Lark",
"Feishu",
"Productivity"
],
"defaultPrompt": [
"Show my Lark agenda and unfinished tasks for today.",
"Summarize my recent Lark messages and meetings.",
"Help me create or update content in Lark."
]
}
}{
"name": "lark-cli-skills",
"version": "0.2.0",
"description": "Lazy-loaded official Lark CLI workflows for operating Lark and Feishu from Claude Code.",
"author": {
"name": "tenfyzhong",
"url": "https://github.com/tenfyzhong"
},
"homepage": "https://github.com/larksuite/cli/tree/main/skills",
"repository": "https://github.com/tenfyzhong/agent-plugins-hub",
"license": "MIT",
"keywords": [
"lark",
"feishu",
"lark-cli",
"productivity"
],
"skills": "./skills/"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[lark-cli-skills on Agent Plugins Marketplace](https://pluginsmp.com/plugins/lark-cli-skills)