discord-init

Automatically configure the Discord server from your account.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "discord-init" with this command: npx skills add lycfyi/community-agent-plugin/lycfyi-community-agent-plugin-discord-init

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):

  • Connects to Discord using your token from ./.env

  • Lists all servers you have access to

  • If one server: auto-selects it

  • If multiple: selects the first one (or use --server to pick)

  • 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.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

telegram-sync

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

telegram-read

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

telegram-init

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

telegram-list

No summary provided by upstream source.

Repository SourceNeeds Review