Agent skill · software engineering · nousresearch
here-now
Publish sites to {slug}.here.now and store files in Drives.
Why this skill is useful
Adds executable scripts for publishing websites and managing cloud Drives that are not available in public documentation.
What it needs
Requires curl, file, jq installed locally. Requires herenow account access. About 5k tokens when loaded. Last updated 2026-08-07. 226,679 stars on the source repository.
What this skill does
here.now here.now lets agents publish websites and store private files in cloud Drives. Use here.now for two jobs: Sites: publish websites and files at {slug}.here.now. Drives: store private agent files in cloud folders. Current docs Before answering questions about here.now capabilities, features, or workflows, read the current docs: → https://here.now/docs Read the docs: at the first here.now-related interaction in a conversation any time the user asks how to do something any time the user asks what is possible, supported, or recommended before telling the user a feature is unsupported Topics that require current docs (do not rely on local skill text alone): Drives and Drive sharing custom domains payments and payment gating forking proxy routes and service variables handles and links limits and quotas SPA routing error handling and remediation feature availability If docs and live API behavior disagree, trust the live API behavior. If the docs fetch fails or times out, continue with the local skill and live API/script output. Prefer live API behavior for active operations. Requirements Required binaries: curl, file, jq Optional environment variable: $HERENOWAPIKEY Optional Drive token variable: $HERENOWDRIVETOKEN Optional credentials file: ~/.herenow/credentials Skill helper paths: ${HERMESSKILLDIR}/scripts/publish.sh for publishing sites ${HERMESSKILLDIR}/scripts/drive.sh for private Drive storage Create a site Outputs the live URL (e.g. https://bright-canvas-a7k2.here.now/). Under the hood this is a three-step flow: create/update -> upload files -> finalize. A site is not live until finalize succeeds. Without an API key this creates an anonymous site that expires in 24 hours. With a saved API key, the site is permanent. File structure: For HTML sites, place index.html at the root of the directory you publish, not inside a subdirectory. The directory's contents become the site root. …
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills nousresearch/here-now