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/modelstudioai/cli/publishgit clone --depth 1 https://github.com/modelstudioai/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.00000 | $0.02602 |
| Opus 5 | $0.00000 | $0.01301 |
| Sonnet 5 | $0.00000 | $0.00520 |
| Haiku 4.5 | $0.00000 | $0.00260 |
Grade A, and why
publish 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 2d 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 — 142 lines — stays where its author put it; the contents beside it link to each section on GitHub.
发布(npm + GitHub Release 二进制)
触发条件
- 准备发布 channel(mcp/plugin 等)或正式版到 npm 与 GitHub Releases 二进制
- 准备打 git tag(仅 stable)
发布方式:GitHub Actions 总入口
发版必须通过 CI 完成,不要本地手动 pnpm publish。
入口:GitHub Actions → Publish workflow(.github/workflows/publish.yml)→ Run workflow。
编排关系(重要):
publish-stable.mjs / publish-channel.mjs ← 唯一发版入口
├─ npm(pnpm publish)
└─ binary(lib/binary-release
→ binary-build
→ gh-release
→ oss-direct-upload)
tools/release/lib/binary-release.mjs 等是实现,一般不要单独当发版入口(调试可用)。
bailian-kb-dsh(独立版本、npm-only)
同一个 Publish 入口,package=bailian-kb-dsh。它走单独的 tools/release/publish-kb-dsh.mjs,不复用 publish-stable.mjs / publish-channel.mjs(版本独立、无 binary、无 OSS CDN)。详见 dsh-plugin.md。
两种模式:
| 模式 | 用途 | 触发方式 |
|---|---|---|
| channel | npm dist-tag +(仅 bailian-cli)二进制 + CDN 一律覆盖 sync-release.json |
mode=channel,channel 填 npm dist-tag 名 |
| stable | npm latest + GitHub Release v<ver> + CDN manifest.json(及 latest.json 别名) |
mode=stable,需 production environment 审批 |
可选 flag:--skip-binary(仅发 npm,紧急逃生)。
CDN 滚动指针(bailian-cli)
| 发布模式 | CDN 指针 | 本机安装 / 更新 |
|---|---|---|
| channel | 始终覆盖 sync-release.json |
BAILIAN_CHANNEL=sync-release / install --channel sync-release |
| stable | manifest.json(+ latest.json) |
默认安装 / bl update(无 channel) |
workflow 的 channel 输入只决定 npm dist-tag(如 mcp / plugin / sync-release),不再生成 release-test.json 这类旁路文件。
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.
- 2d ago First seen · 142 lines · 0 tokens per session scan A 88e7b90c479c
publish is an agent published in the GitHub repository modelstudioai/cli (320 stars, last pushed 4d ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 2,602 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-30.
Other agents, from other repositories
index
Browse built-in Agent Framework capabilities for multimodal input, tools, retrieval, evaluation, security, and autonomous execution.
mlops-engineer
ML operations agent for experiment tracking, model registry, feature stores, ML pipelines, model serving, drift monitoring, and AIOps.
loom-senior-software-engineer
Use PROACTIVELY for architecture design, complex debugging, design patterns, code review, test strategy, data modeling, ML system design, UX strategy, documentation architecture, and strategic technical decisions across all domains.
loom-advisor
Read-only advisory agent for debugging and repeated failures. Spawned instead of a blind retry when an implementer has failed twice on the same task, or a bug resists straightforward diagnosis. Returns a root-cause diagnosis plus one concrete next step.
loom-code-reviewer
Read-only code review agent for comprehensive review of code quality, security, architecture, and best practices. Cannot modify files.
integrity-check
Detect adversarial content in .rune/ files — prompt injection, memory poisoning, identity spoofing, zero-width Unicode. Verdict: CLEAN/SUSPICIOUS/TAINTED.