claudegoodies
Skill

here.now

From NousResearch

Publish static sites to {slug}.here.now and store private files in cloud Drives for agent-to-agent handoff.

Publish static sites to {slug}.here.now and store private files in cloud Drives via CLI scripts.

Use it when

  • Publishing a site or files from a directory to a live URL
  • Sharing files between agents via scoped Drive tokens
  • Storing agent context, notes, or memory in private cloud storage
  • Upgrading an anonymous 24h site to a permanent one

Skip it if

  • Requires curl, file, and jq installed; macOS/Linux only
  • Anonymous sites expire in 24 hours without an API key
  • Permanent sites and Drives require signing up for an API key

Facts

Status
Actively maintained
Last commit

Source preview

The instructions Claude Code reads when this skill runs.

# 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: `$HERENOW_API_KEY`
- Optional Drive token variable: `$HERENOW_DRIVE_TOKEN`
- Optional credentials file: `~/.herenow/credentials`
- Skill helper
View full source on GitHub →

Other skills