access

Manage Discord channel access by editing local access.json files.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage Discord channel access — approve pairings, edit allowlists, set DM/group policy. Use when the user asks to pair, approve someone, check who's allowed, or change policy for the Discord channel.

Core Features & Use Cases

  • Centralizes access control for the Discord channel in a local JSON store
  • Supports pairing approvals, allowlist management, and policy changes
  • Enables quick checks of who is allowed and what policies apply
  • Use Case: When a user requests pairing or a policy update, apply the change via the skill to modify the local access.json and approved list.

Quick Start

Run /discord:access to view and modify channel access settings.

Frequently Asked Questions about access

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

FAQPage Schema
How do I automate Discord channel access control for pairing requests?

Discord channel access control for pairing requests is automated by editing the local access.json file, managing pending approvals, and storing approved user data to apply policy changes instantly across DMs and channel groups.

How do I manage a Discord allowlist and update channel policies locally?

Managing a Discord allowlist and updating policies involves reading and writing to the local access.json file, allowing you to maintain approved users, check who is allowed, and set DM or group policies directly.

Does Discord access management require external dependencies or API connections?

Discord access management through this approach requires no external dependencies, relying entirely on reading and writing local JSON files to handle allowlists, pending approvals, and policy configurations.

What is the best way to check who is allowed in a Discord channel group?

Checking who is allowed in a Discord channel group is done by reading the local access.json file and the approved user data store, providing a quick view of current permissions and applicable policies.

Can I apply access policy changes across both Discord DMs and channel groups?

Access policy changes can be applied across both Discord DMs and channel groups by modifying the local access.json file, centralizing permission updates and allowlist maintenance in one place.

Why isn't my Discord allowlist update applying to pending pairing approvals?

Allowlist updates may not apply if pending approvals are not processed correctly; the access control system separates pending approvals from the approved user store, requiring explicit approval actions to finalize access.