hermes-tweet

hermes-tweet is a skill for Claude Code, Codex from samuelgudi/iknowkungfu. It costs 42 tokens per session (1,248 once invoked), scanned A, original, MIT.

A set of instructions for using Xquik through Hermes Agent to search and manage X, the social network formerly called Twitter. It covers reading public data and carrying out controlled account actions.

In plain words
What is it for?
Use it for social listening, launch monitoring, support triage, creator or brand research, community audits, publishing, and other X-related workflows.
Why use it?
It gives an agent a defined process for discovering the right Xquik endpoint and choosing between read-only requests and actions that change data.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for hermes-agent. Also seen: built for hermes-agent.

Good fit Use it for social listening, launch monitoring, support triage, creator or brand research, community audits, publishing, and other X-related workflows.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/samuelgudi/iknowkungfu/hermes-tweet
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 samuelgudi/iknowkungfu --skill hermes-tweet
Clone the repo
git clone --depth 1 https://github.com/samuelgudi/iknowkungfu

Made for: Claude Code, Codex.

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 hermes-tweet

README.md
[![agentmods](https://agentmods.dev/badge/skills/samuelgudi/iknowkungfu/hermes-tweet/github.svg)](https://agentmods.dev/skills/samuelgudi/iknowkungfu/hermes-tweet)
Your own site
<a href="https://agentmods.dev/skills/samuelgudi/iknowkungfu/hermes-tweet"><img src="https://agentmods.dev/badge/skills/samuelgudi/iknowkungfu/hermes-tweet/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 hermes-tweet

Your own site · 80×15
<a href="https://agentmods.dev/skills/samuelgudi/iknowkungfu/hermes-tweet"><img src="https://agentmods.dev/badge/skills/samuelgudi/iknowkungfu/hermes-tweet.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,248 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.
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.00042 $0.01248
Opus 5 $0.00021 $0.00624
Sonnet 5 $0.00008 $0.00250
Haiku 4.5 $0.00004 $0.00125

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

Security

Grade A, and why

hermes-tweet 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 12d 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/kriptoburak/hermes-tweet/SKILL.md · 145 lines

How it starts

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

Hermes Tweet

Use Hermes Tweet when the user wants to automate or inspect X through Xquik.

When to Use

Use this skill for Hermes Agent sessions that need X/Twitter data or controlled X actions through the Hermes Tweet plugin.

Use this skill especially for social listening, launch monitoring, support triage, creator research, brand research, giveaway audits, community audits, and controlled publishing workflows.

Use tweet_explore first when the user asks for a capability, endpoint, route, or Xquik API surface. Use tweet_read only after a read-only endpoint is known. Use tweet_action only after the user requests a write, private read, monitor, webhook, extraction job, giveaway draw, or media operation that requires action permissions.

Workflow

  1. Use tweet_explore to find the endpoint.
  2. Use tweet_read for public read-only endpoints.
  3. Use tweet_action only for writes or private reads after stating the exact endpoint and payload.

Decision Rules

  • IF the task is endpoint discovery, THEN call tweet_explore with a short query.
  • IF the endpoint method is GET and the catalog does not mark it as an action, THEN call tweet_read.
  • IF the endpoint method is not GET, or the route touches private account state, THEN call tweet_action only when actions are enabled and the user has approved the operation.
  • IF tweet_action is unavailable or disabled, THEN explain that action tools are intentionally gated by HERMES_TWEET_ENABLE_ACTIONS=true.
  • IF XQUIK_API_KEY is missing, THEN ask the user to set it in the Hermes runtime environment without requesting the key value in chat.
  • IF Hermes lists the plugin as not enabled, THEN tell the user to run hermes plugins enable hermes-tweet or reinstall with --enable.
  • IF the plugin is installed as a project-local .hermes/plugins/ copy, THEN remind the user that Hermes requires HERMES_ENABLE_PROJECT_PLUGINS=true for trusted repositories.
  • IF the task is unattended, scheduled, gateway-driven, or cron-driven, THEN prefer tweet_read and keep tweet_action disabled unless the workflow has a clear approval step.

Read the full file on GitHub · 145 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 12d ago First seen · 145 lines · 42 tokens per session scan A 64c74d935e2b

Subscribe to this mod's changes

hermes-tweet is a skill published in the GitHub repository samuelgudi/iknowkungfu (2 stars, last pushed 1mo ago), licensed MIT. It adds 42 tokens to every session and 1,248 once invoked, about $0.0002 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-31.

Related

Other skills, from other repositories

hermes-tweet

Use Xquik in Hermes Agent for public X research, monitoring, thread summaries, creator discovery & approved actions. Not affiliated with X Corp. Use when the user requests X data or a named action. Trigger with "search X", "monitor X", "post tweet", or "X trends".

Xquik-dev/hermes-tweet · 65 tokens

hermes-tweet

Search Twitter/X, read tweet replies, look up users, monitor tweets, export followers, and gate X actions through Xquik.

RobinBeraud/hermes-skills · 32 tokens

hermes-tweet

Use when Hermes Agent needs X/Twitter search, public signal research, monitoring, or approval-gated account actions through the Hermes Tweet plugin.

ChrisLamDev/hermes-core-skills · 33 tokens

spectre

X/Twitter automation MCP server — 104 tools for search, posting, media upload, DMs, scheduled tweets, drafts, bookmark folders, lists, communities, topics, community notes, account settings, profile management, highlights, notifications.

pranrichh/spectre-mcp · 51 tokens

tweet-card-generator

Given a topic, auto-searches for info, generates a tweet + matching data-card PNG (HTML→screenshot, clean cream-background style, multi-layout + multi-chart).

Ibook000/ibook-skill · 39 tokens

gingiris-twitter-agent-ops

Twitter/X Agent Operations SOP v2 — Rebuilt from real dual-account operations. Real data: • CN account: grew from 1,150 → 3,679 followers (14 months), 1 tweet/day, OAuth1 direct post • EN account: Buffer API • Real incidents: cron silent-failed for 2 weeks unnoticed, analytics data off by 17×, thread performance worse…

Gingiris-1031/gingiris-skills · 360 tokens