configure

Configure Discord channel access by saving bot tokens and enforcing an allowlist policy.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Configure a Discord channel by saving the bot token and enforcing an access policy to control who can reach the assistant.

Core Features & Use Cases

  • Writes the bot token to ~/.claude/channels/discord/.env and ensures the server reads it at boot.
  • Guides and enforces access policy using pairing and an allowlist to lock down who can reach the bot.
  • Provides status and guidance for next steps, including token changes and policy updates.

Quick Start

Paste your Discord bot token as the argument to configure and follow the prompts to save the token and set up 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 configure a Discord bot token for my channel?

To securely configure a Discord bot token, paste the token as an argument to the configure tool. It persists the token to ~/.claude/channels/discord/.env and ensures the server reads it at boot.

How can I restrict who has access to my Discord bot?

You can restrict Discord bot access by enforcing an access policy using pairing and an allowlist. This locks down exactly who can reach the assistant through the channel.

What is the best way to manage Discord channel access policy updates?

Managing Discord channel access policy updates is handled through access.json, which manages the allowlist workflow and provides status guidance for next steps when token changes or policy updates occur.

Do I need a specific file structure to set up a Discord bot?

You need the ~/.claude/channels/discord/ directory structure available to set up a Discord bot. The tool writes the token to a .env file within this path and manages access via access.json.

Why does my Discord bot lose access after a token update?

Discord bot access after a token update requires checking channel status across token updates. The tool provides status guidance and ensures the server reads the updated token at boot.