configure

Store Discord bot tokens and enforce access policies via environment files.

231|217|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/fazxes/Claude-code --skill configure-fazxes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: configure
Source: https://github.com/fazxes/Claude-code/tree/main/stubs/downloads/official-plugins/marketplaces/claude-plugins-official/external_plugins/discord/skills/configure
Command: npx skills add https://github.com/fazxes/Claude-code --skill configure-fazxes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams securely configure their Discord channel by saving the bot token and enforcing an access policy, preventing misconfigurations and unauthorized access.

Core Features & Use Cases

  • Save and manage the Discord bot token in a secure environment file.
  • Review and enforce access policy, provide state-based guidance, and outline next steps.
  • Use cases include initial setup, auditing who can reach the bot, and troubleshooting channel reach.

Quick Start

Provide your Discord bot token and desired access policy to configure the channel.

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 channel access?

To securely configure a Discord bot token, this skill stores it in an environment file located at ~/.claude/channels/discord/.env. It checks token presence and applies your desired access policy to prevent unauthorized channel access.

What is the best way to enforce an access policy on a Discord channel?

The best way to enforce a Discord channel access policy is by using an access.json configuration file. This approach prevents misconfigurations and unauthorized access by validating token presence and reporting the current configuration state.

How do I set up a Discord channel bot?

To set up a Discord channel bot, you paste your bot token and specify your desired access policy. The configuration is then saved securely to a local .env file, and the system provides state-based guidance for next steps.

Can I audit who can reach my Discord bot using an access policy?

Yes, you can audit who can reach your Discord bot by reviewing the enforced access policy. The skill reports the current configuration state, allowing you to troubleshoot channel reach and verify authorized access.

Why does my Discord bot token need to be stored in an env file?

A Discord bot token needs to be stored in an env file to prevent misconfigurations and unauthorized access. Storing tokens securely in ~/.claude/channels/discord/.env ensures credentials are not exposed in your main codebase.

Does this Discord channel configuration process check for existing tokens?

Yes, the Discord channel configuration process checks for existing token presence and policy status. It applies whenever you paste a bot token or request setup guidance, reporting the active configuration state before making changes.