Agent skill
permissions
View and manage role permissions. Use when the user asks about what permissions a role has, or wants to change what users can do.
Install this agent skill to your Project
npx add-skill https://github.com/Michaelliv/mercury/tree/main/resources/skills/permissions
SKILL.md
Commands
mrctl permissions show [--role <role>]
mrctl permissions set <role> <perm1,perm2,...>
Built-in permissions
prompt.group, prompt.dm, stop, compact, tasks.list, tasks.create, tasks.pause, tasks.resume, tasks.delete, config.get, config.set, roles.list, roles.grant, roles.revoke, permissions.get, permissions.set
Extension permissions are also available. Each extension adds its own permission (e.g., knowledge, github). Extension CLIs are called directly in bash — permission enforcement is automatic.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
mutes
Mute or unmute users. Use when a user is being abusive, spamming, trying to exfiltrate secrets, or deliberately wasting resources.
roles
Manage user roles. Use when the user asks to grant or revoke permissions, make someone an admin, or check who has access.
tasks
Manage scheduled tasks — create cron jobs or one-shot reminders that run prompts on a schedule. Use when the user asks to schedule something, set a reminder, or manage recurring tasks.
config
View and set configuration. Use when the user asks to change trigger behavior, extension settings, or other settings.
handoff
Compact the current conversation into a handoff document for another agent to pick up.
obsidian-vault
Search, create, and manage notes in the Obsidian vault with wikilinks and index notes. Use when user wants to find, create, or organize notes in Obsidian.
Didn't find tool you were looking for?