discord-clawd

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Discord Clawd

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.
当任务是与基于Discord的agent/会话交互、向其提问或通过该路径发布内容时,请使用此工具。
如需进行Discord归档/历史记录/搜索,请改用
$discrawl

Transport

传输方式

Use the OpenClaw relay helper:
bash
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:
bash
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.
使用OpenClaw中继助手:
bash
cd ~/Projects/agent-scripts
python3 skills/openclaw-relay/scripts/openclaw_relay.py targets
python3 skills/openclaw-relay/scripts/openclaw_relay.py resolve --target maintainers
如果目标别名存在,优先使用私密提问:
bash
python3 skills/openclaw-relay/scripts/openclaw_relay.py ask \
  --target maintainers \
  --message "Reply with exactly OK."
当需要由会话决定是否发布时使用
publish
。仅当用户明确要求发布消息时才使用
force-send

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.
  • 在发送真实内容前解析目标。
  • 报告所使用的目标和交付模式。
  • 请勿将此工具用于本地Discord归档查询。
  • 请勿暴露网关令牌或会话密钥。