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 skills/riba2534/feishu-cli/feishu-cli-docsnpx skills add riba2534/feishu-cli --skill feishu-cli-docsgit clone --depth 1 https://github.com/riba2534/feishu-cliWhat 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.00212 | $0.00710 |
| Opus 5 | $0.00106 | $0.00355 |
| Sonnet 5 | $0.00042 | $0.00142 |
| Haiku 4.5 | $0.00021 | $0.00071 |
Grade A, and why
feishu-cli-docs 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 3d 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
飞书文档
只读取当前任务需要的工作流;跨步骤任务可以按顺序读取多个。
加载后,将工作流中的 references/、scripts/、templates/、examples/ 相对路径按该
workflow.md 所在目录解析;执行脚本时使用解析后的实际路径,不要依赖当前 shell 目录。
路由
| 意图 | 读取文件 |
|---|---|
| 阅读、分析、获取块结构,不主动落盘 | references/workflows/read/workflow.md |
| 创建、追加、覆盖、替换或编辑 docx | references/workflows/write/workflow.md |
| 把 Markdown 导入为飞书 docx | references/workflows/import/workflow.md |
| 导出 docx/wiki/sheet 到本地文件 | references/workflows/export/workflow.md |
上传、下载、覆盖、查找替换或比较云盘原生 .md |
references/workflows/markdown/workflow.md |
关键边界
- “查看并总结”走 read;明确要求保存到路径才走 export。
- Markdown 转为可阅读 docx 走 import;把
.md源文件原样存入云盘走 markdown。 - DOCX/XLSX 等二进制文件导入走
feishu-cli-storage的 drive 工作流。 doc htmlbox属于feishu-cli-visual;权限和转移所有权属于feishu-cli-storage。
执行规则
- 解析 URL 后区分普通文档 token 与 wiki node token。
- 写入前确认目标、更新模式和影响范围;优先 dry-run 或测试文档。
- 导入前读取
references/workflows/import/references/doc-guide.md。 - 创建文档后按项目 owner_email 规则授权;不要把真实邮箱写进示例。
What ships with it
8 files 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.
- evals/evals.json 2.6 KB
- references/workflows/export/workflow.md 8.4 KB
- references/workflows/import/references/doc-guide.md 5.3 KB
- references/workflows/import/references/mermaid-spec.md 15 KB
- references/workflows/import/workflow.md 16 KB
- references/workflows/markdown/workflow.md 19 KB
- references/workflows/read/workflow.md 20 KB
- references/workflows/write/workflow.md 10 KB
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.
- 3d ago First seen · 47 lines · 212 tokens per session scan A 69cd7472b480
feishu-cli-docs is a skill published in the GitHub repository riba2534/feishu-cli (1,378 stars, last pushed 5d ago), licensed MIT. It adds 212 tokens to every session and 710 once invoked, about $0.0011 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 skills, from other repositories
doc-reader
Read any common document/data file — PDF, Word (.docx), Excel (.xlsx/.xls), PowerPoint (.pptx), images (OCR), CSV/TSV, plain text, JSON/YAML/TOML, HTML/XML, and most source-code files. Use the readdocument tool.
markdown-converter
Markdown conversion: PDF, Office, HTML, data, OCR, audio, ZIP, YouTube.
skill-doc-delivery
Convert markdown to DOCX, PPTX, XLSX, PDF office documents — use when you need exportable deliverables.
kordoc
Use this skill whenever the user wants to read, create, fill, edit, compare, validate, or preview Korean Hangul/official documents — .hwp (HWP 3.x/5.x), .hwpx, .hml (HWPML) — or convert Korean-office PDF/DOCX/XLS/XLSX to Markdown. Triggers include any mention of 'hwp', 'hwpx', 'hml', '한글 문서', '아래한글', '한컴', '공문서'…
omh-materials-package
This is a Hermes-native materials-package workflow skill.
superlinked-docs
Offload document, image, and structured-output work to the Superlinked inference cluster: convert PDF/DOCX/PPTX/XLSX/HTML/scans to clean markdown, describe an image (caption + tags), or produce schema/grammar-constrained JSON off the cluster — instead of ingesting the file directly, which can reduce the tokens billed…