qwen-code-permission

Installation
SKILL.md

Qwen Code Permission Manager

Manage Qwen Code's permissions.allow / permissions.ask / permissions.deny in settings.json.

Workflow

  1. Identify the rule string from user request (e.g., "Bash(. ~/.x-cmd.root/X)")
  2. Determine the action: allow (default) / ask / deny
  3. Run the bundled script (find it at scripts/add_permission.py relative to this skill):
    uv run --script <skill-path>/scripts/add_permission.py "Bash(. ~/.x-cmd.root/X)" --action allow
    
  4. Confirm the change was written
  5. Remind user: 配置更改需要重启 Qwen Code(/exit 后重新运行)才能生效

Rule Reference

Tool name aliases

Related skills
Installs
4
Repository
cnife/skills
First Seen
Apr 24, 2026