configure

Save Discord bot tokens and configure access policy in JSON files.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill securely configures a Discord channel by saving the bot token and clarifying access policy, enabling safe bot operation and predictable onboarding.

Core Features & Use Cases

  • Save the bot token to ~/.claude/channels/discord/.env and keep it secure.
  • Orient the user on access policy via ~/.claude/channels/discord/access.json, including default policy behavior.
  • Provide guided next steps to lockdown the allowlist to restrict who can reach the bot.

Quick Start

Paste your Discord bot token to configure the channel and review the current 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 integration?

To securely save a Discord bot token, store it in the environment file at ~/.claude/channels/discord/.env. This ensures the token is kept secure and enables safe bot operation for your channel integration.

How do I configure access policy for a Discord bot channel?

Configure Discord bot access policy by modifying the access.json file at ~/.claude/channels/discord/. This file clarifies the default policy behavior and explains who can reach the bot.

What is the default access policy when setting up a Discord channel?

The default access policy is configured and explained via access.json. It provides default policy behavior to orient the user on who can reach the bot before you lockdown the allowlist.

How do I restrict who can reach my Discord bot?

To restrict who can reach your Discord bot, follow the guided next steps to lockdown the allowlist. This limits channel access and is managed through the access.json configuration file.

Do I need an env file to set up Discord channel access?

Yes, you need an env file located at ~/.claude/channels/discord/.env to securely save your Discord bot token. This file is required to enable safe and clear bot operation.

Why should I lockdown the allowlist for my Discord integration?

Locking down the allowlist restricts who can reach the bot, ensuring predictable onboarding and safe bot operation. It is a recommended next step after configuring the initial access policy.