discord

discord is a skill for Claude Code from HybridAIOne/hybridclaw. It costs 27 tokens per session (703 once invoked), scanned A, original, MIT.

A set of operations for reading and managing Discord messages with HybridClaw’s messaging tool.

In plain words
What is it for?
Use it to read, send, edit, react to, pin, unpin, or organize messages in threads, and to inspect Discord channels or members.
Why use it?
It gives a structured way to inspect conversations before responding and to handle message changes carefully.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Good fit Use it to read, send, edit, react to, pin, unpin, or organize messages in threads, and to inspect Discord channels or members.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hybridaione/hybridclaw/discord
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add HybridAIOne/hybridclaw --skill discord
Clone the repo
git clone --depth 1 https://github.com/HybridAIOne/hybridclaw

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for discord

README.md
[![agentmods](https://agentmods.dev/badge/skills/hybridaione/hybridclaw/discord/github.svg)](https://agentmods.dev/skills/hybridaione/hybridclaw/discord)
Your own site
<a href="https://agentmods.dev/skills/hybridaione/hybridclaw/discord"><img src="https://agentmods.dev/badge/skills/hybridaione/hybridclaw/discord/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for discord

Your own site · 80×15
<a href="https://agentmods.dev/skills/hybridaione/hybridclaw/discord"><img src="https://agentmods.dev/badge/skills/hybridaione/hybridclaw/discord.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 703 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00027 $0.00703
Opus 5 $0.00014 $0.00351
Sonnet 5 $0.00005 $0.00141
Haiku 4.5 $0.00003 $0.00070

Measured 8d ago against content hash d04e8034db6e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

discord scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/discord/SKILL.md · 83 lines

How it starts

The opening of the file, as written. The whole thing — 83 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Discord Operations

Use HybridClaw's message tool for Discord work. This skill is for actions, not long-form catchups.

Use Cases

  • read recent channel traffic before replying
  • send or edit a message in a specific channel
  • react with a status emoji
  • pin or unpin an important message
  • create or reply inside a thread
  • inspect channel or member information

Working Rules

  • Prefer explicit numeric guildId, channelId, messageId, and userId values.
  • If the user gives a channel name, include guildId so the tool can resolve it safely.
  • Read first, act second.
  • Alert and webhook messages (Monit, CI, deploy bots) usually have an empty content and carry their payload in embeds. read returns an embeds array per message (title, description, url, timestamp, author.name, footer.text, and fields[].name/fields[].value) — check it before concluding a message is empty. It is capped at 5 embeds per message and 10 fields per embed.
  • Keep outbound Discord copy short and conversational.
  • Do not use markdown tables in Discord messages.
  • Confirm before deleting, mass-posting, or editing a message that materially changes meaning.

Common Patterns

Read recent messages:

{"action":"read","channelId":"1234567890","guildId":"9876543210","limit":20}

Send a message:

{"action":"send","channelId":"1234567890","guildId":"9876543210","content":"Status update: the migration finished cleanly."}

React to a message:

{"action":"react","channelId":"1234567890","guildId":"9876543210","messageId":"112233445566","emoji":"white_check_mark"}

Pin a message:

{"action":"pin","channelId":"1234567890","guildId":"9876543210","messageId":"112233445566"}

Create a thread from a message:

{"action":"thread-create","channelId":"1234567890","guildId":"9876543210","messageId":"112233445566","name":"Release follow-up"}

Reply in a thread:

{"action":"thread-reply","channelId":"1234567890","guildId":"9876543210","messageId":"998877665544","content":"I checked the logs and the alert is resolved."}

Read the full file on GitHub · 83 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago Changed · +1 lines d04e8034db6e
  2. 12d ago First seen · 82 lines · 27 tokens per session scan A e1672407c2e4

Subscribe to this mod's changes

discord is a skill published in the GitHub repository HybridAIOne/hybridclaw (132 stars, last pushed yesterday), licensed MIT. It adds 27 tokens to every session and 703 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

langchain

Framework for building LLM-powered applications with agents, chains, and RAG. Supports multiple providers (OpenAI, Anthropic, Google), 500+ integrations, ReAct agents, tool calling, memory management, and vector store retrieval. Use for building chatbots, question-answering systems, autonomous agents, or RAG…

davila7/claude-code-templates · 79 tokens

ask-user-question

Ask users questions via the UI. Use when you need clarification, user preferences, or confirmation before proceeding. The user CANNOT see CLI output - this tool is the ONLY way to communicate with them.

MemTensor/MemOS · 44 tokens

html-preview

A guidance skill for adding small, static HTML/CSS visual previews to Markdown when a diagram, comparison, timeline, metric display, or layout sketch would be clearer than text. It does not use JavaScript.

xerrors/Yuxi · 86 tokens

gpt-image-2

A skill for generating or editing images with GPT Image 2 across local, host-provided, or advisory setups.

ConardLi/garden-skills · 177 tokens

wcag

Expert WCAG (Web Content Accessibility Guidelines) advisor covering WCAG 2.0, 2.1, and 2.2 — the W3C international accessibility standards. Use this skill whenever a user asks about WCAG success criteria, conformance levels (A/AA/AAA), accessibility audits, POUR principles, accessibility statements, ARIA patterns…

Sushegaad/Claude-Skills-Governance-Risk-and-Compliance · 162 tokens

continuum-streaming

Stream tokens, tool calls, handoffs, and memory events out of a Continuum agent in real time using runner.runstream() and the EventType enum. Invoke when the user asks "stream tokens to UI", "websocket chat", "live progress", "see tool execution as it happens", or anything that needs token-by-token output.

shyftlabs/continuum · 77 tokens