Hermes tweet xquik
Skill Microck/ordinary-claude-skills/skills_all/hermes-tweet-xquik
An unappealing collection of Claude Skills and resources.
npx -y skills add Microck/ordinary-claude-skills --skill hermes-tweet-xquikAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
What its author says it does
Copied from the file, not written here
Use Hermes Tweet and Xquik for X/Twitter agent workflows. Plan social listening, account and follower analysis, post research, monitors, webhook alerts, REST API calls, MCP client setup, and safe tweet actions.
SKILL.md
1.9 KB, as published. Nobody here has run it
Hermes Tweet + Xquik
Use this skill when an agent needs X/Twitter workflows through Hermes Tweet or Xquik.
Public Surfaces
- Hermes Tweet plugin:
https://github.com/Xquik-dev/hermes-tweet - Xquik docs for agents:
https://docs.xquik.com/llms.txt - REST OpenAPI schema:
https://xquik.com/openapi.json - MCP manifest:
https://xquik.com/.well-known/mcp.json - MCP endpoint:
https://xquik.com/mcp
Setup
- Install Hermes Tweet from
https://github.com/Xquik-dev/hermes-tweetwhen the runtime is Hermes Agent. - Store
XQUIK_API_KEYin the agent or MCP client secret store for authenticated read and action workflows. - Keep
HERMES_TWEET_ENABLE_ACTIONS=false(disabled) unless the user explicitly approved tweet actions. - Prefer read and research workflows first. Only plan write workflows when the user asks for them.
Workflow Choice
- Use Hermes Tweet for Hermes Agent plugin workflows that need tool registration and X/Twitter actions.
- Use Xquik MCP when an MCP client should access X/Twitter tools through a remote endpoint.
- Use the REST API when the user needs typed HTTP integration, SDK generation, webhooks, or server-side automation.
Safety
- Do not print API keys, OAuth tokens, cookies, or session material.
- Ask for confirmation before enabling any tweet action workflow.
- Keep write actions gated behind both
XQUIK_API_KEYandHERMES_TWEET_ENABLE_ACTIONS=true. - Prefer concise monitoring and research plans with clear output expectations.
Useful Checks
curl -fsSL https://xquik.com/.well-known/mcp.json | jq .
curl -fsSL https://xquik.com/openapi.json | jq '.info.title'