access

Approve Discord pairings, update allowlists, and change channel policy.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill centralizes Discord channel access management so you can review pending pairings, update allowlists, and change delivery policy without editing state by hand.

Core Features & Use Cases

  • Pairing approvals: approve or deny pending access codes and persist the approved sender in the local access file.
  • Policy management: switch DM handling between pairing, allowlist, and disabled modes, or adjust group-level mention rules and allowed senders.
  • Operational status: inspect current allowlists, pending requests, and configured groups when you need a quick access snapshot.

Quick Start

Use the access skill to check the current Discord access status and approve or change the requested channel policy if needed.

Frequently Asked Questions about access

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

FAQPage Schema
How do I approve pending Discord channel access requests safely?

Discord channel access approvals are handled by reviewing pending pairings and persisting the approved sender in a local JSON file, refusing untrusted channel-triggered mutations. This terminal-invoked workflow ensures safe state management without manual edits.

Can I switch Discord DM handling between allowlist and disabled modes?

Switching Discord DM handling modes between pairing, allowlist, and disabled is supported through terminal-invoked policy management commands. These commands update the local access file safely, adjusting group-level mention rules and allowed senders.

What is the best way to inspect current Discord allowlists and pending requests?

Inspecting current Discord allowlists and pending requests is done by requesting an operational access snapshot via terminal. This provides a quick view of configured groups, pending access codes, and active senders.

How does safe JSON file editing work for Discord access control?

Safe JSON file editing for Discord access control works by applying deduplication and expiration checks before writing state changes. The skill refuses untrusted mutations triggered from channels, ensuring only terminal-invoked updates persist.

Why should I use a centralized tool for Discord channel access management?

Centralized Discord channel access management prevents manual state editing errors by handling pairing approvals, allowlist updates, and policy changes in one place. It deduplicates entries and checks expirations automatically.