🔐
AutomationShell

Skill Permissions

by guo-yu

Skill Permissions is an Automation skill for Claude Code, published by guo-yu in skills.

239 stars18 forkson guo-yu/skillsAdded 2026/09/03Repository updated 2026/01/23
claude-codellmskills
Install in seconds
Install Skill Permissions
Copy Skill Permissions into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/guo-yu/skills/tree/master/skill-permissions ~/.claude/skills/skill-permissions

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/guo-yu/skills.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skill-permissions/SKILL.md in guo-yu/skills
Installs to
~/.claude/skills/skill-permissions
Collection
One of 5 skills cataloged from this repository
Category
Automation1754 skills

What Skill Permissions does

Skill Permissions analyzes commands used by Claude Code skills and generates permission rules for one-time authorization. Use it to inspect a skill's access needs or update settings.json with allowed commands.

Skill Permissions is cataloged under Automation on DirSkills. Skill Permissions comes from a repository tagged claude-code, llm and skills.

Documentation

README

Skill Permissions

Automatically analyze permissions required by all skills in Claude Code and generate one-time authorization commands.

Dangerous Operations Warning

This skill can modify other skill files. The following commands may cause widespread file changes:

Command Risk Level Description
/skill-permissions inject High Batch modify all skill SKILL.md files
/skill-permissions allow-all Medium Batch modify settings.json
/skill-permissions allow <name> Low Only modify settings.json
/skill-permissions <name> Safe Read-only analysis, no file modifications

This is the opening of the README. Read the full README on GitHub.

Commands Skill Permissions provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /skill-permissions
  • /clear

Frequently asked about Skill Permissions

  • What else does guo-yu publish alongside Skill Permissions?

    Skill Permissions is one of 5 skills that DirSkills catalogs from guo-yu/skills, the repository it ships in. Its siblings there include CEO Dashboard, Port Allocator and Share Skill. Each one is a separate skill with its own page in this directory, installs the same way Skill Permissions does, and is maintained by guo-yu in that same repository. The rest of the collection is listed on the guo-yu/skills page.

  • How does Skill Permissions compare to other Automation skills?

    Skill Permissions ranks #1544 by stars among the 1754 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Skill Permissions against them. Open each page to compare what they document and how they install.