Skip to content

feat(skills): add here.now as an optional skill#18170

Merged
teknium1 merged 3 commits into
mainfrom
hermes/hermes-2a2ca777
May 1, 2026
Merged

feat(skills): add here.now as an optional skill#18170
teknium1 merged 3 commits into
mainfrom
hermes/hermes-2a2ca777

Conversation

@teknium1
Copy link
Copy Markdown
Contributor

@teknium1 teknium1 commented May 1, 2026

Salvage of #14803 by @adamludwin — lands the here.now skill as an optional skill instead of a built-in.

Changes

  • Moves here-now/ under optional-skills/productivity/here-now/ so it's discoverable via the Skills Hub and opt-in, not loaded by default.
  • Tightens the SKILL.md description to a single line (107 chars, vs. 740 chars) to match sibling optional-skill descriptions.
  • AUTHOR_MAP: adds aludwin+gh@gmail.com -> adamludwin so release notes credit correctly.

@adamludwin's two commits are preserved with his authorship via cherry-pick + rebase merge.

Install

hermes skills install official/productivity/here-now

Validation

  • OptionalSkillSource.search('here.now') surfaces the skill with identifier official/productivity/here-now.
  • fetch('official/productivity/here-now') returns 3 files (SKILL.md + drive.sh + publish.sh).
  • Frontmatter parses cleanly; description is 107 chars.

Closes #378.

adamludwin and others added 3 commits April 30, 2026 19:44
Add the here.now productivity skill with a bundled publish runtime so Hermes can publish files and folders to live URLs. Keep the skill thin and docs-first while fixing script path resolution and upload failure handling.

Made-with: Cursor
Moves the here-now skill under optional-skills/productivity/here-now/ so
it's discoverable via the Skills Hub but not installed by default, and
tightens the SKILL.md description to a single line to match sibling
optional-skill descriptions.

Install with:
  hermes skills install official/productivity/here-now

Closes #378
@teknium1 teknium1 merged commit 7cbe943 into main May 1, 2026
10 of 11 checks passed
@teknium1 teknium1 deleted the hermes/hermes-2a2ca777 branch May 1, 2026 02:48
@alt-glitch alt-glitch added type/feature New feature or request P3 Low — cosmetic, nice to have tool/skills Skills system (list, view, manage) labels May 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

P3 Low — cosmetic, nice to have tool/skills Skills system (list, view, manage) type/feature New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature: here.now Skill — Instant Static Web Publishing for Agent-Created Content

3 participants