Add skill: xquik-twitter#527
Conversation
Andrew1326
left a comment
There was a problem hiding this comment.
Thanks for the well-structured SKILL.md — frontmatter, sections, approval gates, and security guidelines all look great.
One blocker before merge: naming collision. We already ship skills/hermes-agent/, which documents NousResearch's Hermes self-improving agent pattern. This PR's "Hermes Agent" refers to a different project (the Xquik-dev plugin platform). Two unrelated hermes-* skills will confuse both the LLM router and users searching the marketplace.
Could you rename to make the vendor explicit? Suggestions:
xquik-twitterxquik-hermes-tweethermes-tweet-xquik
That requires updating: the directory name, the name: field in frontmatter, the README table row, and rerunning node scripts/generate-index.js.
Two smaller nits while you're in there:
- Example 1's "Expected response" cites a specific
@agentbuildertweet at2026-05-12T14:20:00Zas if it were real output — please soften that to make clear it's illustrative. - Please confirm
https://docs.xquik.com/guides/hermes-tweet(linked in Example 2's draft reply) actually resolves.
Once the rename lands and the index is regenerated, happy to take another look.
|
Updated for the requested rename and example/link checks. Changes made:
Validation passed:
|
Add Skill:
xquik-twitterWhich use case does this skill serve?
This skill serves recurring X/Twitter operations from Hermes Agent: social listening, tweet search, reply analysis, user lookup, follower export, account monitoring, and approval-gated posting, replies, and DMs through Hermes Tweet and Xquik. It is distinct from the existing
twitter-x-marketingskill because it documents a Xquik-backed Hermes Agent plugin workflow withtweet_explore,tweet_read,tweet_action, and explicit write approval gates.Example usage
A Hermes Agent user asks:
Search Twitter/X for recent posts about Hermes Agent plugins and read replies on the most relevant result.The agent uses
tweet_exploreto find the relevant endpoints,tweet_readto search tweets and read replies, then returns tweet IDs, usernames, URLs, reply themes, and next actions that would require approval. For posting or DMs, the skill requires showing the exact action and getting explicit approval beforetweet_action.Review update
Addressed the maintainer rename request:
skills/hermes-tweet/toskills/xquik-twitter/.name:frontmatter, README catalog row, and generatedskills/index.jsonentry.https://docs.xquik.com/guides/hermes-tweetresolves with HTTP 200.Category
Automation
Validation
git diff --checkgit diff --cached --checknode scripts/generate-index.jsskills/index.jsonand confirmed onexquik-twitterentry with nohermes-tweetentry.skills/xquik-twitter/SKILL.mdexists andskills/hermes-tweet/SKILL.mdno longer exists.Additional context
Duplicate checks across repository content, open and closed PRs, and issues found no existing Xquik Twitter route.