Use Hermes Tweet when a Claude Code workflow needs a source-aware handoff to Hermes Agent for X/Twitter research, account context, monitoring, or approval-gated actions through the native Hermes Agent plugin.
npx skills add https://github.com/davepoon/buildwithclaude --skill hermes-tweet
Hermes Tweet is a native Hermes Agent plugin for X/Twitter automation through Xquik. Use this skill when the user specifically wants Claude Code to prepare or operate a Hermes Agent workflow with Hermes Tweet installed.
GitHub: Xquik-dev/hermes-tweet
Do not use this skill for generic X/Twitter API work, social publishing platforms, or Rube MCP workflows. Use those dedicated skills instead when Hermes Agent is not part of the request.
Install and enable the plugin in Hermes Agent:
hermes plugins install Xquik-dev/hermes-tweet --enable
hermes plugins list
Hermes prompts for XQUIK_API_KEY during interactive installation. For non-interactive, desktop gateway, or CI-style sessions, set the environment variable on the host that runs Hermes plugin tools:
export XQUIK_API_KEY="xq_YOUR_KEY_HERE"
export HERMES_TWEET_ENABLE_ACTIONS="false"
Keep HERMES_TWEET_ENABLE_ACTIONS=false for research, monitoring, audits, and unattended sessions. Set it to true only for an explicit user-approved session that needs posting, DMs, follows, media changes, monitors, or webhooks.
hermes plugins list shows hermes-tweet as installed and enabled.tweet_explore for no-network orientation and available-workflow guidance.tweet_read workflows for search, tweet lookup, account context, threads, replies, monitors, or audits.HERMES_TWEET_ENABLE_ACTIONS=true only for the approved action session, then set it back to false.Use Hermes Tweet in Hermes Agent to research replies to this launch post, then summarize common support issues.
Prepare a read-only Hermes Tweet workflow for monitoring mentions of this release keyword.
After I approve the final text, use Hermes Tweet through Hermes Agent to publish the post.
tweet_explore is available, configure XQUIK_API_KEY and restart the Hermes session or gateway.HERMES_TWEET_ENABLE_ACTIONS=true for that approved session.hermes plugins enable hermes-tweet.Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Replace with description of the skill and when Claude should use it.
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
This skill should be used when the user wants to "create a skill", "add a skill to plugin", "write a new skill", "improve skill description", "organize skill content", or needs guidance on skill structure, progressive disclosure, or skill development best practices for Claude Code plugins.
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
Use when creating new skills, editing existing skills, or verifying skills work before deployment
Take davepoon/hermes-tweet from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.