config

config is a skill for Claude Code, Codex from IceWhaleTech/ZimaOS-Blue. It costs 42 tokens per session (487 once invoked), scanned A, original, MIT.

An administration skill for managing providers, settings, channels, skills, tools, users, and system information in a runtime environment.

In plain words
What is it for?
It helps list or change providers and settings, enable or disable channels and tools, check system health and proxy statistics, and manage user locks.
Why use it?
It gathers routine system controls and diagnostics in one command interface, so configuration and health checks do not require separate procedures.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It helps list or change providers and settings, enable or disable channels and tools, check system health and proxy statistics, and manage user locks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/icewhaletech/zimaos-blue/config
Install

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.

Any agent
npx skills add IceWhaleTech/ZimaOS-Blue --skill config
Clone the repo
git clone --depth 1 https://github.com/IceWhaleTech/ZimaOS-Blue

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for config

README.md
[![agentmods](https://agentmods.dev/badge/skills/icewhaletech/zimaos-blue/config/github.svg)](https://agentmods.dev/skills/icewhaletech/zimaos-blue/config)
Your own site
<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.

agentmods 80×15 button for config

Your own site · 80×15
<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>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 487 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 10d ago against content hash a45489b22823, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

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.

assets/skills/config/SKILL.md · 69 lines

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

  • config is for system administration and diagnostics; avoid using it for normal user conversation tasks.
  • config is 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, or scheduler for ordinary user-facing work. If live page interaction is needed, route to the canonical browser skill; web_query remains the default for discovery and straightforward readable content.
Changes

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.

  1. 10d ago First seen · 69 lines · 42 tokens per session scan A a45489b22823

Subscribe to this mod's changes

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.

Related

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…

CacinieP/video2knowledge · 161 tokens

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.

getopenpost/openpost · 59 tokens

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.

getopenpost/openpost · 68 tokens

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.

n8n-io/n8n · 53 tokens

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.

n8n-io/n8n · 48 tokens

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.

Team-Commonly/commonly · 59 tokens