Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add CassianFlorin/skill-hub-registry --skill feishu-cligit clone --depth 1 https://github.com/CassianFlorin/skill-hub-registryWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/cassianflorin/skill-hub-registry/feishu-cli)<a href="https://agentmods.dev/skills/cassianflorin/skill-hub-registry/feishu-cli"><img src="https://agentmods.dev/badge/skills/cassianflorin/skill-hub-registry/feishu-cli.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.00433 |
| Opus 5 | $0.00000 | $0.00217 |
| Sonnet 5 | $0.00000 | $0.00087 |
| Haiku 4.5 | $0.00000 | $0.00043 |
Grade A, and why
feishu-cli scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Feishu CLI
Use this skill when a user asks to install, configure, authenticate, verify, or use Feishu/Lark CLI capabilities from an Agent workflow.
Source: https://open.feishu.cn/document/no_class/mcp-archive/feishu-cli-installation-guide.md
When To Use
- The user asks to set up Feishu CLI or the Feishu CLI companion Skill.
- The task needs access to Feishu/Lark documents, sheets, messages, apps, or Open Platform operations through
lark-cli. - The user asks whether Feishu CLI is authenticated, configured, or ready for Agent use.
Setup
First check whether the CLI is already available:
lark-cli auth status
If lark-cli is missing, install the CLI and the official companion Skill:
npm install -g @larksuite/cli
npx -y skills add https://open.feishu.cn --skill -y
Configure application credentials:
lark-cli config init --new
This may require user-provided app credentials. Do not invent credentials or write secrets into repository files.
Login
Start login and share the authorization URL with the user:
lark-cli auth login --recommend
The user must complete authorization in a browser. After they finish, verify the session:
lark-cli auth status
Operating Rules
- Prefer
lark-clifor Feishu/Lark operations after authentication is verified. - Run read/status commands before mutating Feishu resources.
- Confirm with the user before sending messages, editing shared documents, changing permissions, or deleting content.
- Keep app IDs, app secrets, tenant credentials, tokens, and authorization URLs out of committed files and public logs.
- If a command fails, report the command, exit status, and actionable next step instead of retrying blindly.
Verification
lark-cli auth status
lark-cli config list
If either command is unavailable, reinstall the CLI and companion Skill using the setup commands above.
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 8d ago First seen · 66 lines · 0 tokens per session scan A 1773d135b10c
feishu-cli is a skill published in the GitHub repository CassianFlorin/skill-hub-registry (2 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 433 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
voice-extractor
Capture a user's real writing voice from 5-20 prior samples, store a local voice.yaml fingerprint, and enforce it on newsjack drafts so AI tells disappear. Measures voice with named stylometry lenses (Burrows's Delta function-word vector, MATTR lexical diversity, sentence-length burstiness, Biber Dimension-1 register…
press-clip
Turn a live article URL into a press clip that looks like the real coverage — the publication's own logo, fonts, photos and layout kept intact, the ads and clutter removed, and (for a roundup) just the client's section. Renders to PDF. You inspect each site and tailor the removal; the bundled script carries no…
obsidian-cli
Obsidian vault integration via official CLI. Use when: capturing dev artifacts to Obsidian vault, searching vault for context, appending to daily note, managing tasks in vault. Not for: general note-taking without Obsidian (use regular files), browsing Obsidian docs (use agent-browser). Output: vault search results…
session-artifact-indexing
Use this skill when a session creates or references several documents, trackers, plans, templates, source links, or skills that the user may need later.
obsidian
Use this skill for filesystem-first Obsidian vault work: reading notes, listing notes, searching note files, creating notes, appending content, and adding wikilinks.
getnote
A tool for working with Get 笔记, a note-taking and knowledge-management service. It can handle notes, images, links, tags, and knowledge bases through that service's API.