configure

Configures Discord bot token and access policy state in ~/.claude/channels/discord/.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/julianobarbosa/.claude --skill configure-julianobarbosa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: configure
Source: https://github.com/julianobarbosa/.claude/tree/main/plugins/marketplaces/claude-plugins-official/external_plugins/discord/skills/configure
Command: npx skills add https://github.com/julianobarbosa/.claude --skill configure-julianobarbosa

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill sets up your Discord channel by storing your bot token locally and aligning your access policy so only the right people can reach you through the bot.

Core Features & Use Cases

  • Token storage & update: Saves or clears the Discord bot token in ~/.claude/channels/discord/.env with safe file permissions.
  • Access policy visibility: Reads token state and access.json to report DM policy, allowed senders, pending pairings, and opted-in guild channels.
  • Lockdown guidance: Proactively pushes you from temporary pairing toward a strict allowlist so unauthorized users can’t trigger access.

Quick Start

Run /discord:configure and paste your Discord bot token to save it and get an immediate status and next-step recommendation.

Frequently Asked Questions about configure

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

FAQPage Schema
How do I securely configure my Discord bot token for local channel access?

To configure your Discord bot token, run the setup command and paste the token, which saves it to ~/.claude/channels/discord/.env with safe file permissions and reports the current access policy state.

How can I check who has access to my Discord bot channel?

You can check channel access by reading ~/.claude/channels/discord/access.json, which reports the DM policy, allowed senders, pending pairings, and opted-in guild channels.

What is the best way to restrict unauthorized users from triggering my Discord bot?

The best way to restrict unauthorized users is to transition from temporary pairing to a strict allowlist, preventing unauthorized senders from triggering access to the assistant.

How do I clear an existing Discord bot token from my local configuration?

To clear your Discord bot token, run the configuration command for token clearing, which removes the credential from the local environment file to revoke channel access.

Does configuring Discord access require setting up an allowlist immediately?

Configuring Discord access does not require an immediate allowlist; it supports temporary pairing initially but proactively guides you toward a strict allowlist for lockdown security.

Why does my Discord bot allowlist not apply immediately after configuration?

Your Discord bot allowlist takes effect on the next inbound message because the system re-reads the access policy dynamically, ensuring your latest configuration is applied without restarting.