access

Manage Discord channel access approvals, allowlists, and policy settings.

1|Updated Apr 16, 2026
One-click install
npx skills add https://github.com/victorjoshi9/content--1- --skill access-victorjoshi9
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: access
Source: https://github.com/victorjoshi9/content--1-/tree/main/.claude/plugins/marketplaces/claude-plugins-official/external_plugins/discord/skills/access
Command: npx skills add https://github.com/victorjoshi9/content--1- --skill access-victorjoshi9

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manages Discord channel access approvals, allowlists, and policy settings from a local configuration file so you can control who can interact with the channel without editing JSON by hand.

Core Features & Use Cases

  • Approve or deny pending pairing codes and persist approved sender IDs.
  • Add or remove allowlisted users, switch DM policy modes, and configure group channel rules.
  • Update delivery and UX settings like mention patterns, reply mode, and chunking behavior.
  • Use case: a community moderator can quickly review pending access requests, approve the right user, and tighten channel policy in one pass.

Quick Start

Use the access skill to review pending Discord channel access requests and approve the correct pairing 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 requests without editing JSON by hand?

You can manage Discord channel access by using a local configuration file to review pending pairing codes, approve users, and update allowlists without manually editing JSON.

What is the best way to approve pending pairing codes for a Discord channel?

Approve pending pairing codes by validating the pairing mode, persisting approved sender IDs to the local JSON store, and outputting the updated access state with deduplication checks applied.

Can I configure DM policy modes and group channel rules together?

Yes, DM policy modes and group channel rules can be configured together by applying explicit validation for every mode and key, then safely writing the updated settings to the local JSON store.

How does allowlist deduplication and expiration checking work for Discord access control?

Allowlist deduplication and expiration checking work by performing safe read-modify-write handling on the local JSON store, validating every key, and removing expired or duplicate entries before pretty-printing the output.

What delivery and UX settings can I update for Discord channel access?

You can update delivery and UX settings including mention patterns, reply mode, and chunking behavior by modifying the corresponding keys in the local JSON configuration store with explicit validation applied.

Do I need any external dependencies to control Discord channel access state?

No external dependencies are required; Discord channel access state is controlled entirely through safe read-modify-write handling of a local JSON store with built-in validation and deduplication.