From 7cbe943d2dc1cd559320f33ff786b431c879ef06 Mon Sep 17 00:00:00 2001 From: Teknium <127238744+teknium1@users.noreply.github.com> Date: Thu, 30 Apr 2026 19:45:41 -0700 Subject: [PATCH] feat(skills): add here.now as an optional skill 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 --- .../productivity/here-now/SKILL.md | 12 +----------- .../productivity/here-now/scripts/drive.sh | 0 .../productivity/here-now/scripts/publish.sh | 0 scripts/release.py | 1 + 4 files changed, 2 insertions(+), 11 deletions(-) rename {skills => optional-skills}/productivity/here-now/SKILL.md (91%) rename {skills => optional-skills}/productivity/here-now/scripts/drive.sh (100%) rename {skills => optional-skills}/productivity/here-now/scripts/publish.sh (100%) diff --git a/skills/productivity/here-now/SKILL.md b/optional-skills/productivity/here-now/SKILL.md similarity index 91% rename from skills/productivity/here-now/SKILL.md rename to optional-skills/productivity/here-now/SKILL.md index f1491df3fa..bbb07b0a4e 100644 --- a/skills/productivity/here-now/SKILL.md +++ b/optional-skills/productivity/here-now/SKILL.md @@ -1,16 +1,6 @@ --- name: here.now -description: > - here.now lets agents publish websites and store private files in cloud - Drives. Use Sites to publish HTML, documents, images, PDFs, videos, and - static files to live URLs at {slug}.here.now or custom domains. Use Drives as private cloud - folders where agents can store files (documents, context, memory, plans, - assets, media, research, code, etc), share them with other agents, and - continue across sessions and tools. Use when asked to "publish this", "host - this", "deploy this", "share this on the web", "make a website", "put this - online", "create a webpage", "generate a URL", "build a chatbot", "save this - to my Drive", "store this for later", "write this to cloud storage", "share a - folder with another agent", or "use my here.now Drive". +description: Publish static sites to {slug}.here.now and store private files in cloud Drives for agent-to-agent handoff. version: 1.15.3 author: here.now license: MIT diff --git a/skills/productivity/here-now/scripts/drive.sh b/optional-skills/productivity/here-now/scripts/drive.sh similarity index 100% rename from skills/productivity/here-now/scripts/drive.sh rename to optional-skills/productivity/here-now/scripts/drive.sh diff --git a/skills/productivity/here-now/scripts/publish.sh b/optional-skills/productivity/here-now/scripts/publish.sh similarity index 100% rename from skills/productivity/here-now/scripts/publish.sh rename to optional-skills/productivity/here-now/scripts/publish.sh diff --git a/scripts/release.py b/scripts/release.py index 8631236524..afed77a69b 100755 --- a/scripts/release.py +++ b/scripts/release.py @@ -45,6 +45,7 @@ AUTHOR_MAP = { "leone.parise@gmail.com": "leoneparise", "teknium@nousresearch.com": "teknium1", "127238744+teknium1@users.noreply.github.com": "teknium1", + "aludwin+gh@gmail.com": "adamludwin", "2093036+exiao@users.noreply.github.com": "exiao", "rylen.anil@gmail.com": "rylena", "14046872+tmimmanuel@users.noreply.github.com": "tmimmanuel",