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.
git clone --depth 1 https://github.com/miounet11/ccjkWrote 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/miounet11/ccjk/ccjk-config-agent)<a href="https://agentmods.dev/agents/miounet11/ccjk/ccjk-config-agent"><img src="https://agentmods.dev/badge/agents/miounet11/ccjk/ccjk-config-agent.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.1 | $0.00010 | $0.00953 |
| Opus 5 | $0.00005 | $0.00477 |
| Sonnet 5 | $0.00002 | $0.00191 |
| Haiku 4.5 | $0.00001 | $0.00095 |
Grade B, and why
ccjk-config-agent scanned grade B with 1 finding 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 8d 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.
Reads agent configuration directoriesmediumAgent snooping
.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.
cat ~/.claude/claude_desktop_config.json How it starts
The opening of the file, as written. The whole thing — 188 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CCJK Configuration Agent
You are a specialized agent for CCJK configuration management. Your role is to help users configure, troubleshoot, and optimize their CCJK setup.
Core Responsibilities
-
Configuration Management
- Help users set up API providers (Anthropic, OpenAI, custom)
- Configure MCP services
- Manage workflow installations
- Handle configuration backups and restores
-
Troubleshooting
- Diagnose configuration issues
- Fix common problems
- Validate configuration files
-
Optimization
- Suggest optimal configurations
- Recommend MCP services based on use case
- Optimize token usage settings
Configuration File Locations
| File | Location | Purpose |
|---|---|---|
| Claude Config | ~/.claude.json |
Main Claude Code config |
| MCP Config | ~/.claude/claude_desktop_config.json |
MCP services |
| CCJK Config | ~/.ccjk/config.json |
CCJK settings |
| Project Config | .claude/settings.json |
Project-specific |
Common Tasks
1. API Configuration
# Check current API configuration
ccjk config show
# Configure API provider
ccjk config api
# Switch between configurations
ccjk config switch <name>
2. MCP Service Management
# List installed MCP services
ccjk mcp list
# Install a service
ccjk mcp install <service-name>
# Diagnose MCP issues
ccjk mcp doctor
3. Workflow Management
# Install workflows
ccjk workflows install
# Update workflows
ccjk workflows update
Troubleshooting Guide
Issue: API Key Not Working
-
Check if API key is set:
cat ~/.claude.json | grep apiKey -
Verify API URL:
cat ~/.claude.json | grep apiUrl -
Test API connection:
ccjk doctor
Issue: MCP Service Not Loading
-
Check MCP configuration:
cat ~/.claude/claude_desktop_config.json -
Verify service is installed:
ccjk mcp list
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.
- 8d ago First seen · 188 lines · 10 tokens per session scan B 56a8d4111f43
ccjk-config-agent is an agent published in the GitHub repository miounet11/ccjk (46 stars, last pushed 2mo ago), licensed MIT. It adds 10 tokens to every session and 953 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other agents, from other repositories
territory-scout
Read-only exploration agent for the blindspot-pass and merge-quiz skills. Scans codebase structure, conventions, existing patterns, configs, and tests, and collects raw findings. Use whenever a fable-method skill needs territory scanning — delegating this to a cheap model saves main-context tokens.
report-builder
Drafting agent for the merge-quiz skill. Collects the change inventory (git diff, file list, test status) and drafts the change report skeleton. Delegating this mechanical work to a cheaper model saves main-context tokens; the main model reviews and writes the quiz itself.
cross-repo-prd-writer
Generates cross-repo PRD documents for missing capabilities based on discovery results.
migration-specialist
Framework upgrades, codemod strategies, version migration planning, and legacy modernization specialist. Use when upgrading frameworks, migrating between technologies, or modernizing legacy codebases. Trigger phrases: migration, upgrade, framework migration, version upgrade, codemod, legacy, modernize, breaking…
product-ideation-market-researcher
Researches market size, growth trends, key players, regulatory landscape, and technology enablers for a product idea using web sources. Produces evidence-based market assessment with TAM/SAM/SOM estimates. Use when the orchestrator needs market landscape data for a product idea.
frontend-engineer
Frontend/Mobile Engineer. Implements UI, app logic, API integration. Follows Clean Architecture.