skillmake
← marketplace
engineerstoolsha:7cd347358a4ebf10manual

discord-clawd

Use when working with discord-backed OpenClaw agent/session relay; not archive search from steipete/agent-scripts.

Install confidence
curl --create-dirs -fsSL https://skillmake.xyz/i/discord-clawd -o ~/.claude/skills/discord-clawd/SKILL.md
Pinned content
sha:7cd347358a4ebf10
Generated with
manual
Source
github.com

The file served at /api/marketplace/discord-clawd-7cd34735/raw matches this hash. Inspect before install, then copy the command.

2,395 chars · ~599 tokens
---
name: discord-clawd
description: Use when working with discord-backed OpenClaw agent/session relay; not archive search from steipete/agent-scripts.
source: https://github.com/steipete/agent-scripts/tree/main/skills/discord-clawd
generated: 2026-05-27T20:55:34.155Z
category: tool
audience: engineers
---

## When to use

- The task is to talk with the Discord-backed agent/session, ask it a question, or post through that route.
- Using the discord-clawd skill's upstream workflow, guardrails, and local-tool assumptions.
- Auditing commands or operational steps before changing discord clawd behavior.
- Needing a compact agent reference for discord-backed OpenClaw agent/session relay; not archive search.

## Key concepts

### Transport

Use the OpenClaw relay helper: If the target alias exists, prefer a private ask first: 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.

### Source-first workflow

Start from the upstream discord-clawd instructions and local project context before inventing commands or workflows.

## API reference

```
npx skills add steipete/agent-scripts --skill discord-clawd
```

Install the discord-clawd skill from steipete/agent-scripts.

```
npx skills add steipete/agent-scripts --skill discord-clawd
```

```
cd ~/Projects/agent-scripts.
```

Command or snippet documented by the upstream discord-clawd skill.

```
cd ~/Projects/agent-scripts
python3 skills/openclaw-relay/scripts/openclaw_relay.py targets
python3 skills/openclaw-relay/scripts/openclaw_relay.py resolve --target maintainers
```

```
python3 skills/openclaw-relay/scripts/openclawrelay.py ask \.
```

Command or snippet documented by the upstream discord-clawd skill.

```
python3 skills/openclaw-relay/scripts/openclaw_relay.py ask \
  --target maintainers \
  --message "Reply with exactly OK."
```

## Gotchas

- Do not use this for local Discord archive queries.
- Do not expose gateway tokens or session secrets.

---
Generated by SkillMake from https://github.com/steipete/agent-scripts/tree/main/skills/discord-clawd on 2026-05-27T20:55:34.155Z.
Verify against source before relying on details.

File: ~/.claude/skills/discord-clawd/SKILL.md