Skip to content

docs: add Hermes Tweet skill example#569

Open
kriptoburak wants to merge 1 commit into
iflytek:mainfrom
kriptoburak:codex/add-hermes-tweet-skillhub-example
Open

docs: add Hermes Tweet skill example#569
kriptoburak wants to merge 1 commit into
iflytek:mainfrom
kriptoburak:codex/add-hermes-tweet-skillhub-example

Conversation

@kriptoburak

@kriptoburak kriptoburak commented Jul 3, 2026

Copy link
Copy Markdown

Summary

  • add a SkillHub docs example for packaging and publishing Hermes Tweet
  • show install commands for Hermes Agent users
  • document runtime gate variables without secret values

Validation

  • reviewed the target README and SkillHub CLI publish/install flow
  • verified the target repo is active and Apache-2.0 licensed
  • verified there are no existing open kriptoburak Hermes Tweet PRs for this repo

@kriptoburak kriptoburak force-pushed the codex/add-hermes-tweet-skillhub-example branch from bcd0c17 to 49add74 Compare July 3, 2026 23:46
Signed-off-by: Burak Bayır <burakbayir1@gmail.com>
@kriptoburak kriptoburak force-pushed the codex/add-hermes-tweet-skillhub-example branch from 49add74 to 4b770d6 Compare July 3, 2026 23:46

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: bcd0c17e5c

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +28 to +31
--name hermes-tweet \
--version 0.1.6 \
--description "Hermes Agent skill for X/Twitter research, reading, and gated actions" \
--tags hermes,x-twitter,social-media,automation

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Remove unsupported publish metadata flags

The native CLI does not expose these metadata flags: publish is registered only with --namespace, --visibility, --dry-run, --registry, --token, and --json in cli/src/index.ts (also reflected by cli/src/commands/help.ts). In this Hermes example, users following the command cannot set name, version, description, or tags via the CLI, so the documented metadata either needs to live in the package SKILL.md or the example should use supported flags.

Useful? React with 👍 / 👎.


```bash
skillhub search hermes-tweet
skillhub install hermes-tweet --agent hermes

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Use a supported install target for Hermes

--agent hermes is not one of the built-in SkillHub CLI profiles listed in cli/src/agents/detector.ts, and cli/src/agents/resolver.ts throws unknown agent when the requested profile is absent, with a hint to pass --dir. As written, this install command fails for Hermes Agent users instead of installing the skill; the example should either document the Hermes skills directory with --dir or add a supported hermes profile.

Useful? React with 👍 / 👎.

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