npx skills add openclaw/openclaw --skill discord-clawd
steipete/openclaw · Archived
discord-clawd
Use to talk to the Discord-backed OpenClaw agent/session; not for archive search.
Installation
npx skills add steipete/openclaw --skill discord-clawd
Stronger alternatives
This repository is archived — consider an actively maintained alternative.
Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane outpu…
2 installsLocal speech-to-text with the Whisper CLI (no API key).
2 installsList, configure, authenticate, call, and inspect MCP servers/tools with mcporter over HTTP or s…
2 installsUse xurl for authenticated X API posts, replies, search, DMs, media upload, followers, or raw v…
1 installsSimilar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Helps users discover and install agent skills when they ask questions like "how do I do X", "fi…
3.3M installsBrowser automation CLI for AI agents. Use when the user needs to interact with websites, includ…
810.4K installsReview UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "chec…
617.3K installsBuild, deploy, evaluate, optimize, fine-tune, and manage Microsoft Foundry agents, models, and …
576.5K installsPrepare azd-based Azure projects for deployment: generates azure.yaml, infrastructure (Bicep/Te…
568.3K installsAlso in this package
Other skills from steipete/openclaw · top by installs.
npx skills add steipete/openclaw
More details
Agent compatibility
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Also listed on
Alternate registries and mirrors of this skill.
Repository health
main
Skill metadata
Parsed from SKILL.md frontmatter.
Package contents
Files included with this skill beyond the listing page.
-
skill md
SKILL.md1,101 B -
docs
SUMMARY.md102 B
History
- First seen on skills.sh
- First recorded snapshot · 1 installs
SKILL.md
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.