discord-configure

Store Discord bot tokens and enforce allowlist access policies.

Updated May 11, 2026
One-click install
npx skills add https://github.com/AvaTar-ArTs/my-supremepowers --skill discord-configure
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: discord-configure
Source: https://github.com/AvaTar-ArTs/my-supremepowers/tree/main/qwen_skills/discord-configure
Command: npx skills add https://github.com/AvaTar-ArTs/my-supremepowers --skill discord-configure

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Discord channel setup often requires securely storing the bot token and enforcing who can reach the bot. This skill automates token storage and access policy review to safeguard bot interactions.

Core Features & Use Cases

  • Save the bot token to ~/.claude/channels/discord/.env to persist credentials securely.
  • Read and manage access policy via an on-disk policy (access.json) to control who can DM or reach the bot.
  • Provide guided steps for pairing and allowlist lockdown to minimize exposure and simplify onboarding.

Quick Start

Paste your Discord bot token to configure the channel and begin lockdown of access policy.

Frequently Asked Questions about discord-configure

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

FAQPage Schema
How do I securely store a Discord bot token for channel access?

To securely store a Discord bot token, the skill persists the credential to a local environment file at ~/.claude/channels/discord/.env, automating safe token storage for channel setup.

What is an allowlist policy for Discord bots and how does it manage DM permissions?

An allowlist policy for Discord bots restricts who can reach the bot by managing permissions in an on-disk access.json file, controlling DM policy and channel reach to minimize exposure.

How do I set up Discord bot channel pairing and lockdown access?

Set up Discord bot channel pairing and lockdown access by providing a bot token during skill invocation, which triggers guided steps to configure the allowlist and restrict unauthorized interactions.

Do I need to provide a Discord bot token manually to configure channel security?

Yes, configuring channel security requires you to provide a Discord bot token manually via the skill invocation to initiate the credential storage and access policy lockdown process.

Where are Discord access policy rules stored when securing a bot?

Discord access policy rules are stored in an on-disk JSON file named access.json, which manages the allowlist and DM policy to safeguard bot interactions.