access

Manage Discord channel access by editing local JSON allowlists and policies.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage Discord channel access control: approve pairings, edit allowlists, and 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

  • Approve pairing requests by validating pending entries and adding senders to allowFrom.
  • Edit allowlists and per-channel group policies to control who can access the channel.
  • Configure and enforce DM/group access policies.

Quick Start

Approve a pairing request by selecting a pending code and applying the approval.

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 for pairing approvals?

Discord channel access control for pairing approvals is managed by validating pending entries and adding approved senders to an allowlist stored locally at ~/.claude/channels/discord/access.json.

Can I configure DM and group policies for a Discord channel locally?

Yes, you can configure DM and group policies for a Discord channel by updating the local access JSON state, which adjusts channel permissions without directly contacting Discord.

What is the best way to verify who is allowed in a Discord channel allowlist?

The best way to verify who is allowed in a Discord channel allowlist is to read the approved entries persisted in the local access JSON state file.

How do I approve a pending pairing request for Discord access?

To approve a pending pairing request for Discord access, select the pending code from the local state and apply the approval to move the sender into the allowed entries.

Does managing Discord access policies require contacting Discord directly?

No, managing Discord access policies does not require contacting Discord directly; the process reads and writes changes to the local access JSON state and persists them offline.