Files
Dirigent/skills/discord-guilds/SKILL.md

30 lines
851 B
Markdown

---
name: discord-guilds
description: When calling tools that require Discord guild ID/server ID, refer to this skill for available guild IDs and their descriptions.
---
# Discord Guilds
Use this skill when a tool or command requires a Discord `guildId` (also called server ID).
## Available Guilds
| guild-id | description |
|----------|-------------|
| 1480860737902743686 | Main test guild for HarborForge/Dirigent development |
## Usage
When calling tools like `dirigent_discord_control` that require a `guildId` parameter, look up the appropriate guild ID from the table above based on the context.
To add a new guild to this list, use the `add-guild` script:
```bash
{skill}/scripts/add-guild <guild-id> <description>
```
Example:
```bash
~/.openclaw/skills/discord-guilds/scripts/add-guild "123456789012345678" "Production server"
```