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 agentmods add instructions/yjwong/lark-cli/claude-mdgit clone --depth 1 https://github.com/yjwong/lark-cliWrote 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/instructions/yjwong/lark-cli/claude-md)<a href="https://agentmods.dev/instructions/yjwong/lark-cli/claude-md"><img src="https://agentmods.dev/badge/instructions/yjwong/lark-cli/claude-md.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 | $0.01056 | $0.01056 |
| Opus 5 | $0.00528 | $0.00528 |
| Sonnet 5 | $0.00211 | $0.00211 |
| Haiku 4.5 | $0.00106 | $0.00106 |
Grade A, and why
lark-cli CLAUDE.md 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 4d 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 — 109 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Claude Code Instructions for lark
A Go CLI tool for interacting with Lark APIs, designed for use by Claude Code.
Project Structure
cmd/lark/ # Main entry point
internal/
api/ # Lark API client
auth/ # OAuth authentication
cmd/ # Cobra command implementations
config/ # Configuration handling
conflicts/ # Conflict detection
mail/ # IMAP mail client with caching
output/ # JSON/human-readable output formatting
time/ # Date/time parsing
Build & Test
make build # Build binary to ./lark
make test # Run tests
make deps # Tidy and download dependencies
make install # Install to $GOPATH/bin
Code Conventions
- JSON output by default
- Error responses use structured format:
{"error": true, "code": "...", "message": "..."} - Date parsing supports ISO 8601 formats
- Config in
.lark/config.yaml, secrets viaLARK_APP_SECRETenv var - Use Cobra for commands, Viper for config
Commands
See USAGE.md for full CLI documentation. Main commands:
Auth
auth login|status|logout- Authentication
Calendar (cal)
cal list- List events (supports--week,--from,--to)cal show <id>- Show event detailscal create- Create eventcal update <id>- Update eventcal delete <id>- Delete eventcal search <query>- Search eventscal freebusy- Query availabilitycal lookup-user- Get user ID from emailcal common-freetime- Find mutual availabilitycal rsvp <id>- Accept/decline invitation
Contacts (contact)
contact get <user_id>- Get user info by IDcontact list-dept [dept_id]- List users in departmentcontact search-dept <query>- Search departments by name
Messages (msg)
msg history- Get chat message historymsg resource- Download message attachmentsmsg send- Send messages to users or chatsmsg recall- Recall/delete a messagechat search- Find chats and groups
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.
- 4d ago First seen · 109 lines · 1,056 tokens per session scan A 8cb1e78ea967
lark-cli CLAUDE.md is an instructions file published in the GitHub repository yjwong/lark-cli (53 stars, last pushed 5mo ago), licensed MIT. It adds 1,056 tokens to every session, about $0.0053 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-30.
Other instructions, from other repositories
botmux CLAUDE.md
Claude Code instructions for deepcoldy/botmux, covering botmux, 构建 & 运行, bun 开发链路, worktree 的 nodemodules:共享还是独立(改前必读) and 编译态(单文件二进制)注意.
openlark AGENTS.md
AGENTS.md instructions for foxzool/openlark, covering openlark knowledge base, structure, where to look, conventions and 模块组织.
larksnap CLAUDE.md
Instructions for AmbroseX/larksnap, covering 基本约定, plan 文件管理, 开发规范, 根据场景动态调整顺序 and 文档写入.
Claude-to-IM-skill CLAUDE.md
Instructions for op7418/Claude-to-IM-skill, covering claude.md — project guidelines for claude-to-im-skill and replying to github issues.
lark-mcp-on-agentcore AGENTS.md
AGENTS.md instructions for ddpie/lark-mcp-on-agentcore, covering agents.md, project overview, setup & commands, project structure and code style.
lodestar AGENTS.md
AGENTS.md instructions for leviyuan/lodestar, covering lodestar 项目指引, 范围地图, 工作规则, 跨模块不变式 and live daemon 操作.