skills/discord-community-growth-expert/skills/discord-markdown/SKILL.md
Discord-specific markdown syntax for formatting message strings. Use when constructing strings that will be sent as Discord messages, including: text formatting (bold, italic, underline, strikethrough, spoilers), headers, subtext, code blocks, block quotes, lists, and masked links.
npx skillsauth add giggle-official/skills discord-markdownInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Discord uses a variant of Markdown with some unique syntax. Key differences from standard Markdown:
__text__ (not standard)||text||-# text| Style | Syntax | Example |
|-------|--------|---------|
| Italic | *text* or _text_ | italic |
| Bold | **text** | bold |
| Bold Italic | ***text*** | bold italic |
| Underline | __text__ | |
| Strikethrough | ~~text~~ | ~~strikethrough~~ |
| Spoiler | \|\|text\|\| | (hidden until clicked) |
__*underline italic*__
__**underline bold**__
__***underline bold italic***__
Require a space after #. Must be at line start.
# Large Header
## Medium Header
### Small Header
Small, subdued text. Requires space after -#. Must be at line start.
-# This appears as subtext
Inline: `code`
Multi-line:
```
code block
multiple lines
```
With syntax highlighting:
```python
print("hello")
```
Single line (space required after >):
> This is a quote
Multi-line (everything after >>> is quoted):
>>> This is a
multi-line quote
Bulleted (space required after - or *):
- Item one
- Item two
* Also works
Indented (2 spaces before bullet):
- Parent
- Child
- Child
Numbered:
1. First
2. Second
[Click here](https://example.com)
Formatted user mention: <@user_id>
Formatted channel: <#channel_id>
Formatted role: <@&role_id>
Custom emoji: <:name:id> or <a:name:id> (animated)
Timestamp: <t:unix_timestamp:format>
Timestamp formats: t (short time), T (long time), d (short date), D (long date), f (short datetime), F (long datetime), R (relative)
development
Talking-head video from image + driving audio: submit tasks via the wrapped generation API and poll for results; requests go through the Giggle gateway.
development
Discord bot development - community management, moderation, notifications, and AI integration
development
Auto-deploy a Discord AI bot connected to OpenClaw Gateway. Handles Node.js bot setup, PM2 process management, and Gateway API integration. Use when the user has completed Discord Bot onboarding and needs the bot deployed and running.
development
Build and serve visual dashboards for any agent — install hub, register modules, add widgets, push data, accessible from anywhere via stable URL.