スキル一覧に戻る
lycfyi

discord-init

by lycfyi

Community agent plugins for Claude Code - sync and analyze Discord & Telegram messages

3🍴 0📅 2026年1月22日
GitHubで見るManusで実行

SKILL.md


name: discord-init description: "Initialize Discord configuration. Use when user wants to set up, configure, or connect their Discord account for the first time."

Discord Init

Automatically configure the Discord server from your account.

When to Use

  • User says "set up Discord" or "configure Discord"
  • User says "connect my Discord account"
  • User says "initialize Discord"
  • First time setup before syncing
  • When config/agents.yaml doesn't exist or needs updating

How to Execute

Auto-detect and save server:

python ${CLAUDE_PLUGIN_ROOT}/tools/discord_init.py

Select a specific server:

python ${CLAUDE_PLUGIN_ROOT}/tools/discord_init.py --server SERVER_ID

What It Does

All paths are relative to cwd (current working directory):

  1. Connects to Discord using your token from ./.env
  2. Lists all servers you have access to
  3. If one server: auto-selects it
  4. If multiple: selects the first one (or use --server to pick)
  5. Saves configuration to ./config/agents.yaml

Output

Updates ./config/agents.yaml with Discord settings:

  • discord.default_server_id: Your Discord server ID
  • discord.default_server_name: Server display name
  • data_dir: Where messages are stored (shared setting)
  • discord.retention_days: Default sync history

Prerequisites

Next Steps

After init, use discord-sync to download messages.

スコア

総合スコア

65/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

レビュー

💬

レビュー機能は近日公開予定です