跳到主要内容
知仓学习社ZHICANG

configure

Set up the Discord channel — save the bot token and review access policy. Use when the user pastes a Discord bot token, asks to configure Discord, a…

执行命令读凭据严重 6 · 高危 0anthropics/claude-plugins-official

它会碰到什么

扫了多少1 个文本文件,4 KB
它会碰到什么执行命令读凭据
命中总数6 处
命中统计严重 6 · 高 0 · 中 0 · 低 0
逐条看命中(6 条严重或高危)
  • 严重 SKILL.md:4perm-wildcard
    allowed-tools:  - Read - Write - Bash(ls *) - Bash(mkdir *)
  • 严重 SKILL.md:14cred-paths
    Writes the bot token to `~/.claude/channels/discord/.env` and orients the
  • 严重 SKILL.md:27cred-paths
    1. **Token** — check `~/.claude/channels/discord/.env` for
  • 严重 SKILL.md:81cred-paths
    3. Read existing `.env` if present; update/add the `DISCORD_BOT_TOKEN=` line,
  • 严重 SKILL.md:83cred-paths
    4. `chmod 600 ~/.claude/channels/discord/.env` — the token is a credential.
  • 严重 SKILL.md:96cred-paths
    - The server reads `.env` once at boot. Token changes need a session restart

这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。

技能内容

/discord:configure — Discord Channel Setup

Writes the bot token to ~/.claude/channels/discord/.env and orients the

user on access policy. The server reads both files at boot.

Arguments passed: $ARGUMENTS


Dispatch on arguments

No args — status and guidance

Read both state files and give the user a complete picture:

  1. Token — check ~/.claude/channels/discord/.env for

DISCORD_BOT_TOKEN. Show set/not-set; if set, show first 6 chars masked.

  1. Access — read ~/.claude/channels/discord/access.json (missing file

= defaults: dmPolicy: "pairing", empty allowlist). Show:

  • DM policy and what it means in one line
  • Allowed senders: count, and list display names or snowflakes
  • Pending pairings: count, with codes and display names if any
  • Guild channels opted in: count
  1. What next — end with a concrete next step based on state:
  • No token → *"Run /discord:configure <token> with your bot token from

the Developer Portal → Bot → Reset Token."*

  • Token set, policy is pairing, nobody allowed → *"DM your bot on

Discord. It replies with a code; approve with `/discord:access pair

<code>`."*

  • Token set, someone allowed → *"Ready. DM your bot to reach the

assistant."*

Push toward lockdown — always. The goal for every setup is allowlist

with a defined list. pairing is not a policy to stay on; it's a temporary

way to capture Discord snowflakes you don't know. Once the IDs are in,

pairing has done its job and should be turned off.

Drive the conversation this way:

  1. Read the allowlist. Tell the user who's in it.
  2. Ask: "Is that everyone who should reach you through this bot?"
  3. If yes and policy is still pairing → *"Good. Let's lock it down so

nobody else can trigger pairing codes:"* and offer to run

/discord:access policy allowlist. Do this proactively — don't wait to

be asked.

  1. If no, people are missing → *"Have them DM the bot; you'll approve

each with /discord:access pair <code>. Run this skill again once

everyone's in and we'll lock it."* Or, if they can get snowflakes

directly: *"Enable Developer Mode in Discord (User Settings → Advanced),

right-click them → Copy User ID, then /discord:access allow <id>."*

  1. If the allowlist is empty and they haven't paired themselves yet

*"DM your bot to capture your own ID first. Then we'll add anyone else

and lock it down."*

  1. If policy is already allowlist → confirm this is the locked state.

If they need to add someone, Copy User ID is the clean path — no need to

reopen pairing.

Discord already gates reach (shared-server requirement + Public Bot toggle),

but that's not a substitute for locking the allowlist. Never frame pairing

as the correct long-term choice. Don't skip the lockdown offer.

<token> — save it

  1. Treat $ARGUMENTS as the token (trim whitespace). Discord bot tokens are

long base64-ish strings, typically starting MT or Nz. Generated from

Developer Portal → Bot → Reset Token; only shown once.

  1. mkdir -p ~/.claude/channels/discord
  2. Read existing .env if present; update/add the DISCORD_BOT_TOKEN= line,

preserve other keys. Write back, no quotes around the value.

  1. chmod 600 ~/.claude/channels/discord/.env — the token is a credential.
  2. Confirm, then show the no-args status so the user sees where they stand.

clear — remove the token

Delete the DISCORD_BOT_TOKEN= line (or the file if that's the only line).


Implementation notes

  • The channels dir might not exist if the server hasn't run yet. Missing file

= not configured, not an error.

  • The server reads .env once at boot. Token changes need a session restart

or /reload-plugins. Say so after saving.

  • access.json is re-read on every inbound message — policy changes via

/discord:access take effect immediately, no restart.

想直接用这个技能?

本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。

它属于哪个仓库

星标★ 36,418
本站分层T1
该仓技能数31
原文件路径external_plugins/discord/skills/configure/SKILL.md

同一个仓库里的其他技能

看这个仓库的全部 31 个技能

同名技能的其他版本

有 3 个不同仓库或目录里都有叫 configure 的技能。它们内容并不相同,别混用: