Skip to content

Add Hermes Tweet skill#2

Open
kriptoburak wants to merge 2 commits into
tinyhumansai:mainfrom
kriptoburak:codex/add-hermes-tweet-skill-0333
Open

Add Hermes Tweet skill#2
kriptoburak wants to merge 2 commits into
tinyhumansai:mainfrom
kriptoburak:codex/add-hermes-tweet-skill-0333

Conversation

@kriptoburak

@kriptoburak kriptoburak commented Jun 20, 2026

Copy link
Copy Markdown

Summary

  • Add Hermes Tweet as an Agent Skills entry for OpenHuman skill discovery.
  • Add the matching index.json catalog entry pointing at the raw SKILL.md.
  • Document read-first usage, action gating, remote runtime placement, and safe XQUIK_API_KEY handling.

Validation

  • Reviewed target README and native index.json format.
  • Repository is not archived; GitHub reports no license metadata for this repo, so no incompatible license was found.
  • Checked open and closed PRs for Hermes Tweet and hermes-tweet; no duplicates found.
  • python3 -m json.tool index.json
  • Verified unique skill IDs and the skills/hermes-tweet/SKILL.md path.
  • git diff --check
  • Added-line secret and em-dash scans passed.

Summary by CodeRabbit

  • New Features

    • Added a new Hermes Agent skill for X (Twitter), including read/explore capabilities and approval-gated tweet actions.
  • Documentation

    • Added setup and enablement instructions for Hermes, including required configuration (e.g., XQUIK_API_KEY) and guidance on the recommended safe workflow and post-setup verification.

@coderabbitai

coderabbitai Bot commented Jun 20, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: b5542577-b5fb-4467-90fe-f2d845eca21d

📥 Commits

Reviewing files that changed from the base of the PR and between 0432754 and a6d047c.

📒 Files selected for processing (2)
  • index.json
  • skills/hermes-tweet/SKILL.md
✅ Files skipped from review due to trivial changes (1)
  • skills/hermes-tweet/SKILL.md
🚧 Files skipped from review as they are similar to previous changes (1)
  • index.json

📝 Walkthrough

Walkthrough

A new hermes-tweet skill is added to the registry. The index.json gains a new entry with the skill's metadata and download URL. A new skills/hermes-tweet/SKILL.md file documents setup, required environment variables, the three-tool workflow (tweet_explore, tweet_read, tweet_action), safety rules, and verification steps.

Changes

hermes-tweet Skill Registration

Layer / File(s) Summary
Registry index entry
index.json
Inserts a new hermes-tweet object into the skills array with id, name, description, format (agentskills), author, version 0.1.6, tags, download URL, stars: 0, and updated_at timestamp.
Skill documentation
skills/hermes-tweet/SKILL.md
Adds the full skill doc: frontmatter metadata, plugin overview with tweet_explore/tweet_read/tweet_action tool descriptions, setup instructions for XQUIK_API_KEY and the HERMES_TWEET_ENABLE_ACTIONS=false guard, recommended workflow sequence, supported use cases, safety rules (no secrets in tool args, forbidden endpoint categories, disable tweet_action for unattended runs), and post-setup Hermes verification commands.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🐇 A new skill hops into the registry today,
Tweets to explore, reads to relay,
With an action gate so nothing goes wrong,
Hermes and X now sing the same song,
Keys stay secret, the rabbit approves! 🐦

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'Add Hermes Tweet skill' is clear, concise, and directly summarizes the main change—adding a new skill entry to the registry with corresponding documentation.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant