discord-clawd

Route questions and posts to a Discord-backed OpenClaw agent via resolved targets.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/chiragborse1/KovaLab --skill discord-clawd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: discord-clawd
Source: https://github.com/chiragborse1/KovaLab/tree/main/.agents/skills/discord-clawd
Command: npx skills add https://github.com/chiragborse1/KovaLab --skill discord-clawd

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It helps you reach the Discord-backed OpenClaw agent/session from your terminal so you can get answers or post messages without manually operating Discord.

Core Features & Use Cases

  • Discord-backed agent routing: Directs questions or explicit posts to the OpenClaw session behind Discord.
  • Target resolution and delivery modes: Ensures the maintainer/target alias is resolved and supports private-ask-first versus session-decided posting.
  • Clear separation from archive search: Prevents mixing agent chat with Discord archive/history/search, which is handled by $discrawl instead.
  • Guardrails for safety: Avoids leaking gateway tokens/session secrets and discourages use for local Discord archive queries.

Quick Start

Use the discord-clawd skill to ask the Discord-backed OpenClaw agent a private question intended for the resolved “maintainers” target.

Frequently Asked Questions about discord-clawd

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I route questions to a Discord-backed agent from my terminal?

You can route questions to a Discord-backed agent by targeting resolved aliases and selecting a delivery mode, allowing the OpenClaw session to respond or publish directly without manual Discord operation.

Can I post messages to a Discord session using workflow automation?

Yes, workflow automation supports posting messages to a Discord session by applying explicit post delivery modes and resolving maintainer target aliases before sending real content.

What is the difference between agent routing and Discord archive search?

Agent routing directs questions and posts to a live Discord-backed OpenClaw session, whereas Discord archive or history search queries should be handled separately by the discrawl tool.

Does the Discord agent routing process expose gateway tokens or session secrets?

No, the Discord agent routing process enforces guardrails that strictly avoid exposing gateway tokens or session secrets during target resolution and message delivery.

How do I send a private ask to resolved maintainers via Discord?

To send a private ask, select the private-ask-first delivery mode and target the resolved maintainers alias, ensuring the OpenClaw agent receives the question before any public posting.

When should I not use Discord agent routing for workflow automation?

You should not use Discord agent routing for local Discord archive queries, history searches, or any scenario requiring data retrieval instead of live agent interaction or public posting.