Agent Plugins Marketplace
All plugins

lark-cli-skills

v0.2.0

Lazy-loaded official Lark CLI workflows for operating Lark and Feishu from Codex.

CodexClaude Code1 Skill

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

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add lark-cli-skills@agent-plugin-marketplace

Paste 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-hub

Clone 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

plugins/lark-cli-skills/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/lark/SKILL.md

Included Skills1

larkskills/lark/SKILL.md

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

plugins/lark-cli-skills/.codex-plugin/plugin.json
{
  "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."
    ]
  }
}
plugins/lark-cli-skills/.claude-plugin/plugin.json
{
  "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/"
}

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)