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 IceWhaleTech/ZimaOS-Blue --skill configgit clone --depth 1 https://github.com/IceWhaleTech/ZimaOS-BlueWrote 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/icewhaletech/zimaos-blue/config)<a href="https://agentmods.dev/skills/icewhaletech/zimaos-blue/config"><img src="https://agentmods.dev/badge/skills/icewhaletech/zimaos-blue/config/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/icewhaletech/zimaos-blue/config"><img src="https://agentmods.dev/badge/skills/icewhaletech/zimaos-blue/config.svg" alt="Reviewed on agentmods" width="80" 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.00487 |
| Opus 5 | $0.00021 | $0.00244 |
| Sonnet 5 | $0.00008 | $0.00097 |
| Haiku 4.5 | $0.00004 | $0.00049 |
Grade A, and why
config 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 10d 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
Config Skill
Setup
No external dependencies required. Uses built-in management API bridge.
Task Routing
| User Intent | Action |
|---|---|
| Manage LLM providers/models | blue config.providers.* |
| Read/update runtime settings | blue config.settings.* |
| Check channels/skills/tools status and toggle | blue config.channels.* / blue config.skills.* / blue config.tools.* |
| Get system health/version/proxy stats | blue config.system.* / blue config.proxy.* |
| Manage user lock/unlock operations | blue config.users.* |
Command Usage
blue config.providers.list
blue config.settings.get
blue config.settings.set key=agent_mode value=true
blue config.channels.list
blue config.skills.list
blue config.tools.list
blue config.system.health
blue config.proxy.stats
blue config.users.list
Error Handling
| Error | Resolution |
|---|---|
| Unknown domain/action | Use supported blue config.<domain>.<action> form |
| Missing required parameter | Provide required id/key/value/name fields |
| Permission denied | Use authorized account/context |
Notes
configis for system administration and diagnostics; avoid using it for normal user conversation tasks.configis intentionally a namespaced admin umbrella (config.<domain>.<action>) so low-frequency operational controls stay in one place instead of being split across many tiny operator-only skills.- Prefer domain skills like
web_query,research,reminder, orschedulerfor ordinary user-facing work. If live page interaction is needed, route to the canonicalbrowserskill;web_queryremains the default for discovery and straightforward readable content.
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.
- 10d ago First seen · 69 lines · 42 tokens per session scan A a45489b22823
config is a skill published in the GitHub repository IceWhaleTech/ZimaOS-Blue (25 stars, last pushed 4mo ago), licensed MIT. It adds 42 tokens to every session and 487 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-30.
Other skills, from other repositories
video2knowledge
Convert videos into timestamped subtitles and structured knowledge artifacts. Two ingestion paths: (1) a native multimodal VLM (at most 4B params, via Ollama) reads sampled video frames into timestamped captions; (2) faster-whisper ASR transcribes the audio into timestamped subtitles. Then refine into a structured…
svelte-core-bestpractices
Guidance on writing fast, robust, modern Svelte code. Load this skill whenever in a Svelte project and asked to write/edit or analyze a Svelte component or module. Covers reactivity, event handling, styling, integration with libraries and more.
svelte-code-writer
CLI tools for Svelte 5 documentation lookup and code analysis. MUST be used whenever creating, editing or analyzing any Svelte component (.svelte) or Svelte module (.svelte.ts/.svelte.js). If possible, this skill should be executed within the svelte-file-editor agent for optimal results.
post-build-flow
Handles workflow verification and setup after build-workflow succeeds, or when the message contains workflow-verification-follow-up or workflow-setup-required. Load after direct builds, when verificationReadiness requires action, or on orchestrator verify/setup follow-up turns.
debugging-executions
Debug failed or wrong-output workflow executions using executions tools. Load when the user reports execution failures, unexpected node output, empty parameter values after a successful run, or a node showing a red or failed expression error.
pandic-office
Convert Markdown to PDF (or DOCX/EPUB/HTML) using the pandoc CLI. Use when asked to produce a PDF report, brief, summary, or any document where the input is Markdown and the output should be a polished, paginated file.