configure

Save Discord bot tokens and configure channel access policies.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies the setup of a Discord channel by securely saving the bot token and guiding access control to prevent unauthorized reach.

Core Features & Use Cases

  • Token management: saves the bot token to ~/.claude/channels/discord/.env for boot-time access.
  • Access policy guidance: inspects and reports current DM policy, allowed senders, and pending pairings, guiding lockdown to a safe allowlist.
  • Status awareness: reports channel readiness and next steps to lock down access.

Quick Start

Paste your Discord bot token when prompted to configure the channel and set the access policy.

Frequently Asked Questions about configure

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

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

To securely save a Discord bot token, you provide the token during configuration and it is written to the ~/.claude/channels/discord/.env file for boot-time access. This prevents unauthorized reach by keeping the token out of your main codebase.

How do I configure Discord channel access policy from a pairing to an allowlist?

Configuring Discord channel access policy involves reading the access.json file to inspect pending pairings and current DM policies. The system then guides you through a lockdown process to restrict reach to a safe, explicitly defined allowlist of senders.

What is the process to check Discord channel readiness and allowed senders?

Checking Discord channel readiness involves reading the access.json file to report current DM policies, allowed senders, and pending pairings. This status awareness step outlines the next actions required to fully lock down channel access.

Do I need an existing bot token to set up my Discord channel access control?

Yes, you need an existing Discord bot token to set up channel access control. The configuration process applies when a user provides a bot token, which is then securely saved to establish the access policy.