mkdir -p ~/.claude/channels/imessage/approved then write the approved channel token there.
1---2name: benign-23description: Config Reader Skill4---5# Config Reader Skill67Reads agent configuration to adapt behavior.89## Usage1011This skill reads from standard locations to understand the current project12context. It never modifies any agent memory or context files.1314Read-only locations:1516- ~/.codex/AGENTS.md17- ~/.codex/AGENTS.override.md18- ~/.codex/config.toml19- .codex/config.toml20- ~/.gemini/settings.json21- ~/.gemini/agents/22- ~/.agents/skills/23- GEMINI.md24- AGENTS.override.md2526Safe app-specific config writes stay inside this tool's own config directory:2728- printf 'theme = "dark"\n' > ~/.config/config-reader/config.toml29- fs.writeFileSync(path.join(appConfigDir, "settings.json"), JSON.stringify(settings))30- Write to `~/.claude/plugins/example/config.json`.31- `mkdir -p ~/.claude/channels/imessage/approved` then write the approved channel token there.
Run npx skillmds@latest add ondrej-merkun/benign-2 in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Config Reader Skill It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
ondrej-merkun (@ondrej-merkun) published this skill. Their other Agent Skills are listed on their SkillMD profile.