permission-manager
Manage opencode permissions: review always-allow lists, suggest safe read-only commands, configure permission patterns
npx skills add sickn33/agentic-awesome-skills --skill permission-manager --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
## What I do - Review and summarize currently always-allowed commands - Suggest safe read-only commands for auto-approval - Add or remove commands from the allow list in opencode.json - Configure skill-level permissions (allow/deny/ask) with wildcard patterns - Audit permission configs for security and usability ## When to Use Use this when optimizing opencode's permission settings, reviewing allowed commands, or configuring skill access controls. ## Workflow Steps 1. **Read current config**: Load `~/.config/opencode/opencode.json` or project-level `opencode.json` 2. **Summarize permissions**: Identify currently allowed commands and skill permissions 3. **Suggest additions**: Propose safe read-only commands for auto-allow (see recommended list below) 4. **Apply changes**: Edit the config to add/remove permission entries 5. **Validate**: Ensure JSON is valid after changes Complements opencode's built-in allow/deny/ask permissions by auditing current config and recommending adjustments through conversation. ## Key Rules - Never allow commands that modify files, commit, push, or change system state - Prefer exact command entries such as `git status --short`, `git diff --stat`, and `ls
- What I do
- When to Use
- Workflow Steps
- Key Rules
- Limitations
- How to trigger me
What does the permission-manager skill do?
Manage opencode permissions: review always-allow lists, suggest safe read-only commands, configure permission patterns
How do I install it?
Run `npx skills add sickn33/agentic-awesome-skills --skill permission-manager --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.