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 agents/liusencomic-cyber/douyin-agent-kit/workbuddygit clone --depth 1 https://github.com/liusencomic-cyber/douyin-agent-kitWrote 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/agents/liusencomic-cyber/douyin-agent-kit/workbuddy)<a href="https://agentmods.dev/agents/liusencomic-cyber/douyin-agent-kit/workbuddy"><img src="https://agentmods.dev/badge/agents/liusencomic-cyber/douyin-agent-kit/workbuddy.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.00000 | $0.00277 |
| Opus 5 | $0.00000 | $0.00138 |
| Sonnet 5 | $0.00000 | $0.00055 |
| Haiku 4.5 | $0.00000 | $0.00028 |
Grade A, and why
workbuddy 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 5d 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
WorkBuddy 接入说明
本文件说明 WorkBuddy 如何接入 douyin-agent-kit。通用能力契约见 adapter-contract.md。
视觉调用
vision.ocr_provider: agent-vision对应 WorkBuddy 的视觉能力; 若 WorkBuddy 未启用视觉模型,改用tesseract/none。- 语义判断(judge)走本地 Ollama(
vision.judge_provider: ollama), 与 WorkBuddy 的 LLM 相互独立。
确认交互
- 下载、登录、归档等有副作用的操作,执行前向用户确认。
- 收藏同步每次最多一次/天;出现验证码或限流信号即停。
定时
- 使用 WorkBuddy 的定时任务能力做低频批量同步;不具备则手动运行。
投递
- 归档笔记写入
archive.vault_inbox。 - 其余产物(转录汇总、判断 JSON、截帧)按脚本输出路径落盘。
脚本运行
- 系统
python3+requirements.txt;环境检查先行:python3 setup/checks.py。
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.
- 5d ago First seen · 31 lines · 0 tokens per session scan A 005d9f4664e1
workbuddy is an agent published in the GitHub repository liusencomic-cyber/douyin-agent-kit (2 stars, last pushed 5d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 277 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 agents, from other repositories
multimodal-specialist
Vision, audio, image and video generation, and multimodal processing specialist. Integrates Claude Opus 4.8, GPT-5, Gemini 2.5/3, GPT Image 2, Nano Banana Pro, Kling 3.0, Sora 2 and Veo 3.1 for analysis, generation, transcription and multimodal RAG.
wiki-critic
Adversarial reviewer. Finds holes, overclaims, unjustified assumptions, and missing counter-evidence in compiled wiki content. Replaces the Codex CLI "挑漏洞·找反例" role.
wiki-ideator
Grounded research ideator. Discovers method-problem combinations from the wiki and prepares targeted verification requests for the coordinator.
wiki-searcher
Searches arXiv and the web for recent papers on a given research topic. Returns a structured list of candidates to import into raw/. Replaces the Gemini CLI "联网验证·搜最新论文" role.
coverage-skeptic
Look for blind spots, unsupported architecture families, missing validation gates, and overclaimed optimizations.
official-docs-cartographer
Find MLX or Apple-supported APIs, runtime constraints, packaging rules, and validation gates that should constrain porting guidance.