access

Manage Discord channel access with pairing approvals and allowlist modifications.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/Prirogativus/devlab --skill access-prirogativus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: access
Source: https://github.com/Prirogativus/devlab/tree/main/.claude/plugins/marketplaces/claude-plugins-official/external_plugins/discord/skills/access
Command: npx skills add https://github.com/Prirogativus/devlab --skill access-prirogativus

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of managing Discord channel access by allowing users to approve pairings, edit allowlists, and set DM/group policy, thereby ensuring channel security and compliance with access policies.

Core Features & Use Cases

  • Channel Access Management: Approve pairings, edit allowlists, and set DM/group policy for Discord channels.
  • User Invocation: Skill activation is initiated by the user's terminal session, ensuring secure and authorized access mutations.
  • State Management: All access-related state information is stored in a JSON file, ensuring consistency and recoverability.

Quick Start

To approve a pairing with code, run /discord:access pair <code>.

Frequently Asked Questions about access

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Discord channel access control with approval and policy settings?

You can approve Discord channel pairings using the 'pair' command with a specific code. Running the access command with the pairing code validates and authorizes the connection, storing the state locally in a JSON file for consistency.

How do I modify a Discord channel allowlist and remove user access?

Modifying a Discord channel allowlist involves using 'allow' to add users and 'remove' to revoke access. These command-line operations update the access state stored in a local JSON file to maintain accurate channel permissions.

Can I set DM and group policies for Discord channels using command-line operations?

Yes, DM and group policies can be set using the 'policy' command along with 'group add' and 'group rm' operations. This allows you to enforce specific access rules and manage group-level permissions directly from the terminal.

What is the best way to track Discord access control state and ensure recoverability?

The best way to track Discord access control state is through a local JSON file. All access-related information, including pairings and allowlists, is persisted in this structured format, ensuring data consistency and system recoverability.

Do I need Bash execution to handle Discord channel access management tasks?

Yes, Bash execution is required for certain Discord channel access management tasks. The skill relies on command-line operations to process pairing approvals, allowlist modifications, and JSON parsing for state management.