Claude Skill

config-explorer

Inspect and safely edit the Claude Code and Codex configuration surfaces exposed by CCAM. Use when auditing skills, agents, commands, plugins, marketplaces, MCP servers, hooks, settings, memory, keybindings, profiles, rules, or instruction files, and when a backup-backed allowlis

LLM Mart · 0 points · 10 views 0 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download hoangsonww-claude-code-agent-monitor-plugins_ccam-platform_skills_config-explorer-83d4df5.zip · 0 KB
Part of hoangsonww/claude-code-agent-monitor — 86 skills

Install

skills CLI npx skills add https://github.com/hoangsonww/Claude-Code-Agent-Monitor/tree/master/plugins/ccam-platform/skills/config-explorer
Claude Code claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install hoangsonww-claude-code-agent-monitor@llmmart
Git git clone https://github.com/hoangsonww/Claude-Code-Agent-Monitor.git

The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole hoangsonww/claude-code-agent-monitor collection as a plugin from our marketplace. Git is the plain clone.

Skill manifest

Config Explorer

Claude Code

Read with:

ccam config claude overview
ccam config claude skills --scope user
ccam config claude mcp
ccam config claude hooks
ccam config claude memory

Supported writes are limited to text artifacts and keybindings. Use a JSON file and --yes. Every write or delete creates a timestamped backup.

Codex

Read with:

ccam config codex overview
ccam config codex read /absolute/path

Use edit only for the server's unredacted editable allowlist. Supported writes and deletes are backup-backed. Base config.toml is edit-only. Profiles are created with ccam config codex profile <name> --yes.

Never overwrite a redacted preview. Read the editable source before saving. Never edit plugin or MCP state files outside the server's allowlist.

Files (claude-code-agent-monitor)
  • agents
    • openai.yaml 261 B
      interface:
        display_name: "Config Explorer"
        short_description: "Inspect and safely edit the Claude Code and Codex..."
        default_prompt: "Use $config-explorer to inspect CCAM data and complete this workflow safely."
      policy:
        allow_implicit_invocation: false
      
  • SKILL.md 1.1 KB
    ---
    name: config-explorer
    description: >
      Inspect and safely edit the Claude Code and Codex configuration surfaces
      exposed by CCAM. Use when auditing skills, agents, commands, plugins,
      marketplaces, MCP servers, hooks, settings, memory, keybindings, profiles,
      rules, or instruction files, and when a backup-backed allowlisted edit is
      required.
    ---
    
    # Config Explorer
    
    ## Claude Code
    
    Read with:
    
    ```bash
    ccam config claude overview
    ccam config claude skills --scope user
    ccam config claude mcp
    ccam config claude hooks
    ccam config claude memory
    ```
    
    Supported writes are limited to text artifacts and keybindings. Use a JSON file
    and `--yes`. Every write or delete creates a timestamped backup.
    
    ## Codex
    
    Read with:
    
    ```bash
    ccam config codex overview
    ccam config codex read /absolute/path
    ```
    
    Use `edit` only for the server's unredacted editable allowlist. Supported writes
    and deletes are backup-backed. Base `config.toml` is edit-only. Profiles are
    created with `ccam config codex profile <name> --yes`.
    
    Never overwrite a redacted preview. Read the editable source before saving.
    Never edit plugin or MCP state files outside the server's allowlist.
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related