# 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 allowlisted edit is required.

- Skill: `majiayu000/config-explorer` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/config-explorer`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/config-explorer/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/config-explorer

---

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

