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 IS908/claude-lark-plugin --skill configuregit clone --depth 1 https://github.com/IS908/claude-lark-pluginWrote 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/is908/claude-lark-plugin/configure)<a href="https://agentmods.dev/skills/is908/claude-lark-plugin/configure"><img src="https://agentmods.dev/badge/skills/is908/claude-lark-plugin/configure.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.00042 | $0.01744 |
| Opus 5 | $0.00021 | $0.00872 |
| Sonnet 5 | $0.00008 | $0.00349 |
| Haiku 4.5 | $0.00004 | $0.00174 |
Grade A, and why
configure 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.
How it starts
The opening of the file, as written. The whole thing — 170 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/lark:configure
Manage the claude-lark-plugin configuration stored in ~/.claude/channels/lark/.env.
Arguments passed: $ARGUMENTS
No args — Show current status
- Read
~/.claude/channels/lark/.envif it exists. - Display all recognized configuration keys with their current values.
- Mask sensitive values:
LARK_APP_ID: show the first 6 characters, mask the restLARK_APP_SECRET: show the first 3 and last 2 characters, mask the middle
- Group the output by category:
=== Credentials ===
LARK_APP_ID: cli_a1****
LARK_APP_SECRET: abc****xy
=== Memory ===
LARK_INACTIVITY_HOURS: 3
LARK_MAX_SEARCH_RESULTS: 2
LARK_MIN_SEARCH_SCORE: 0.3
=== Filtering ===
LARK_ALLOWED_USER_IDS: (not set)
LARK_ALLOWED_CHAT_IDS: (not set)
=== Messaging ===
LARK_TEXT_CHUNK_LIMIT: 4000
=== Acknowledgement ===
LARK_ACK_EMOJI: MeMeMe
LARK_BOT_MESSAGE_TRACKER_SIZE: 500
=== CronJob ===
LARK_CRON_SCAN_INTERVAL: 60
LARK_CRON_TIMEZONE: (system tz)
- Suggest next steps:
- If credentials are missing: "Run
/lark:configure <app_id> <app_secret>to set credentials, or/lark:configure setupfor full interactive setup." - If credentials exist: "Configuration looks good. Restart the session or reload plugins to apply changes."
- If credentials are missing: "Run
<app_id> <app_secret> — Quick credential setup
- Treat the first argument as
LARK_APP_IDand the second asLARK_APP_SECRET. - Run
mkdir -p ~/.claude/channels/lark. - Read the existing
.envif present. - Update or append:
LARK_APP_ID=<app_id>LARK_APP_SECRET=<app_secret>
- Preserve all other existing keys unchanged.
- Write the file back.
- Confirm: "Credentials saved to
~/.claude/channels/lark/.env." - Tell the user to restart or reload plugins.
setup — Full interactive setup
Walk the user through complete configuration, one question at a time using AskUserQuestion.
Step 1: Credentials
Ask for LARK_APP_ID and LARK_APP_SECRET.
- If already set, show masked current values and ask if user wants to update.
- If user says "keep" or "skip", preserve existing values.
- Explain: these come from the Feishu Open Platform app dashboard.
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 · 170 lines · 42 tokens per session scan A 571d82a2d39c
configure is a skill published in the GitHub repository IS908/claude-lark-plugin (7 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 42 tokens to every session and 1,744 once invoked, about $0.0002 per session on Opus 5. 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
larksnap-fetch
A bridge for downloading Feishu/Lark documents or ordinary webpages into local files, with options such as Markdown, HTML, or PDF. Feishu, also called Lark, is a workplace collaboration platform.
lark-cli
A command-line tool for working with Lark, also called Feishu, a workplace collaboration platform. It covers services such as calendars, meetings, documents, spreadsheets, messaging, tasks, approvals, and shared files.
cherry-studio-design-language
A design system and template library for creating Cherry Studio presentations and other visual materials. It defines reusable page layouts, spacing, typography, icons, and visual rules.
3080-brief
Create a new source-grounded decision brief in the source format by default (Feishu/Lark, Word/docx, Markdown, or self-contained HTML) with a reader-fit Pyramid opening, one editable or auditable visual covering at least 80% of value-weighted non-appendix claims, and one key-question table. Use when the user names…
lark-sheets
A tool for creating and managing Feishu cloud spreadsheets, including sheets, rows, columns, cells, formulas, charts, pivot tables, filters, and formatting. Feishu is a cloud collaboration platform with spreadsheet features similar to online workbooks.
lark-drive
A Feishu cloud-drive tool for managing online files and folders. Feishu cloud drive is a shared online storage area, similar to Google Drive or Dropbox.