mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-07 02:51:50 +00:00
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
This commit is contained in:
parent
21cc9c8d32
commit
7cbe943d2d
4 changed files with 2 additions and 11 deletions
|
|
@ -1,16 +1,6 @@
|
||||||
---
|
---
|
||||||
name: here.now
|
name: here.now
|
||||||
description: >
|
description: Publish static sites to {slug}.here.now and store private files in cloud Drives for agent-to-agent handoff.
|
||||||
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".
|
|
||||||
version: 1.15.3
|
version: 1.15.3
|
||||||
author: here.now
|
author: here.now
|
||||||
license: MIT
|
license: MIT
|
||||||
|
|
@ -45,6 +45,7 @@ AUTHOR_MAP = {
|
||||||
"leone.parise@gmail.com": "leoneparise",
|
"leone.parise@gmail.com": "leoneparise",
|
||||||
"teknium@nousresearch.com": "teknium1",
|
"teknium@nousresearch.com": "teknium1",
|
||||||
"127238744+teknium1@users.noreply.github.com": "teknium1",
|
"127238744+teknium1@users.noreply.github.com": "teknium1",
|
||||||
|
"aludwin+gh@gmail.com": "adamludwin",
|
||||||
"2093036+exiao@users.noreply.github.com": "exiao",
|
"2093036+exiao@users.noreply.github.com": "exiao",
|
||||||
"rylen.anil@gmail.com": "rylena",
|
"rylen.anil@gmail.com": "rylena",
|
||||||
"14046872+tmimmanuel@users.noreply.github.com": "tmimmanuel",
|
"14046872+tmimmanuel@users.noreply.github.com": "tmimmanuel",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue