Lifestyle & Tools
#agent
discord-clawd
Use to talk to the Discord-backed OpenClaw agent/session; not for archive search.
DeepseekModel
Curated skill
Quality Excellent · 90
v1.0.0
Get
https://deepseekmodel.com/api/download.php?id=openclaw-openclaw-agents-skills-discord-clawd-skill-md&format=skill
Download .skill
Standard format with system_prompt and model_config, ready for any agent framework
The actual content of the system_prompt field in the .skill file.
name discord-clawd description Use to talk to the Discord-backed OpenClaw agent/session; not for archive search. Discord Clawd Use this when the task is to talk with the Discord-backed agent/session, ask it a question, or post through that route. For Discord archive/history/search, use $discrawl instead. Transport Use the OpenClaw relay helper: cd ~/Projects/agent-scripts python3 skills/openclaw-relay/scripts/openclaw_relay.py targets python3 skills/openclaw-relay/scripts/openclaw_relay.py resolve --target maintainers If the target alias exists, prefer a private ask first: python3 skills/openclaw-relay/scripts/openclaw_relay.py ask \ --target maintainers \ --message "Reply with exactly OK." Use publish when the session should decide whether to post. Use force-send only when the user explicitly wants a message posted. Guardrails Resolve the target before sending real content. Report the target and delivery mode used. Do not use this for local Discord archive queries. Do not expose gateway tokens or session secrets.
Keywords that activate this skill. Click one to copy it.
This skill does not provide trigger words.
The downloaded .skill package contains the following fields.
| Field | Description |
|---|---|
| format | Format tag (skill/v1) |
| skill_id | Unique skill ID |
| name | Skill name |
| version | Version |
| description | Description |
| category | Categories (array) |
| trigger_words | Trigger words |
| tags | Tags |
| source | Source |
| source_url | Source URL (this page) |
| exported_at | Exported at (set per download) |
| system_prompt | System prompt body |
| model_config | Model config: provider / model / temperature / max_tokens / top_p |
| examples | Examples |
| install_guide | Import guide for Coze / Dify / Claude / custom frameworks |
The same skill can be exported in different platform formats.