configure

Save Discord bot tokens and configure access policy files.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Configuring a Discord channel involves securely saving the bot token and enforcing a clear access policy. This skill streamlines token storage and policy guidance in one guided interaction.

Core Features & Use Cases

  • Save and manage the bot token in a secure location
  • Present and enforce access policy, including allowed contact and pairing workflow
  • Guide users toward lockdown to minimize exposed surface area

Quick Start

Provide your Discord bot token to configure the channel and save 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 my Discord bot token for channel configuration?

To securely save your Discord bot token for channel configuration, paste the token into the prompt. The system stores it automatically at ~/.claude/channels/discord/.env to ensure it remains protected and accessible for bot operations.

How do I set up an access policy to restrict who can reach my Discord bot?

Discord access policy configuration restricts who can reach the bot by managing an allowlist. Stored at ~/.claude/channels/discord/access.json, it defines allowed contacts and pairing workflows to minimize exposed surface area.

What is the best way to lock down a Discord bot to minimize exposed surface area?

The best way to lock down a Discord bot is by applying an access policy allowlist. The system prompts for lockdown during configuration, restricting interactions to approved contacts and reducing unauthorized access risks.

Do I need a bot token to configure Discord integration and check channel status?

Yes, a bot token is required to configure Discord integration. The skill activates when a user pastes a token, using it to authenticate the bot, save the configuration securely, and verify channel status.

Where does the access.json file manage Discord bot permissions?

The access.json file stores the Discord bot's access policy, defining allowed contacts and pairing workflows. Managing this file allows you to control exactly who can reach the bot and interact with it.

Can I check Discord channel status after pasting a bot token?

Yes, you can check Discord channel status after pasting a bot token. The skill applies when users ask to check status, using the saved token to verify the integration and guide access policy setup.