here-now

here-now is a skill for Claude Code, Codex from hugobowne/show-us-your-agent-skills. It costs 174 tokens per session (2,457 once invoked), scanned C, a copy of here-now, MIT.

Instructions for using here.now, a service for publishing websites and storing private agent files in cloud folders. Published sites use a here.now web address.

In plain words
What is it for?
Use it to create or update a website on here.now, publish files, or store private files in a cloud drive. It also covers installation and service requirements.
Why use it?
It explains which here.now workflow to use and requires checking the current documentation before answering capability or setup questions. This matters because the service and its instructions can change.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is ./scripts/drive.sh put My Drive notes/today.md --from ./notes/today.md.

Good fit Use it to create or update a website on here.now, publish files, or store private files in a cloud drive. It also covers installation and service requirements.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/hugobowne/show-us-your-agent-skills
agentmods
npx agentmods add skills/hugobowne/show-us-your-agent-skills/here-now

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for here-now

README.md
[![agentmods](https://agentmods.dev/badge/skills/hugobowne/show-us-your-agent-skills/here-now/github.svg)](https://agentmods.dev/skills/hugobowne/show-us-your-agent-skills/here-now)
Your own site
<a href="https://agentmods.dev/skills/hugobowne/show-us-your-agent-skills/here-now"><img src="https://agentmods.dev/badge/skills/hugobowne/show-us-your-agent-skills/here-now/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for here-now

Your own site · 80×15
<a href="https://agentmods.dev/skills/hugobowne/show-us-your-agent-skills/here-now"><img src="https://agentmods.dev/badge/skills/hugobowne/show-us-your-agent-skills/here-now.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 174 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,457 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 3 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 86% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00174 $0.02457
Opus 5 $0.00087 $0.01229
Sonnet 5 $0.00035 $0.00491
Haiku 4.5 $0.00017 $0.00246

Measured 13d ago against content hash f96e876292e5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade C, and why

here-now scanned grade C with 3 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 13d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/drive.sh, scripts/publish.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Subtle steeringmediumPrompt injection

Instructions that bias recommendations or shape behaviour without the user noticing.

- Never tell the user to inspect `.herenow/state.json` for claim URLs or auth status.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

mkdir -p ~/.herenow && echo "{API_KEY}" > ~/.herenow/credentials && chmod 600 ~/.herenow/credentials

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- Required binaries: `curl`, `file`, `jq`
Origin

This is a copy

86% identical to here-now — 84 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/here-now/SKILL.md · 238 lines

How it starts

The opening of the file, as written. The whole thing — 238 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Project: heredotnow/skill, the here.now service's public agent skill.

License: MIT, as declared in the upstream README.md. The upstream repository ships no separate LICENSE file, so none is vendored here.

Snapshot: Frozen copy of heredotnow/skill/here-now as of 2026-05-22. The maintained version lives upstream and may have evolved since this snapshot.

here.now

Skill version: 1.15.5

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.

To install or update (recommended): npx skills add heredotnow/skill --skill here-now -g

For repo-pinned/project-local installs, run the same command without -g.

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
  • public profiles
  • proxy routes and service variables
  • subdomain handles and links
  • limits and quotas
  • SPA routing
  • owner Site search
  • 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
  • Bundled helpers:
    • ./scripts/publish.sh for publishing sites
    • ./scripts/drive.sh for private Drive storage

Read the full file on GitHub · 238 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 13d ago First seen · 238 lines · 174 tokens per session scan C f96e876292e5

Subscribe to this mod's changes

here-now is a skill published in the GitHub repository hugobowne/show-us-your-agent-skills (67 stars, last pushed 1mo ago), licensed MIT. It adds 174 tokens to every session and 2,457 once invoked, about $0.0009 per session on Opus 5. A static security scan graded it C with 3 findings (subtle steering, asks for root, makes network calls). It is 86% identical to here-now, differing in 84 lines, and is treated as a copy.

Related

Other skills, from other repositories

visual-ralph

Visual Ralph orchestration for frontend UI from generated references, static references, or live URL targets, using $ultragoal with built-in visual verdict and pixel-diff evidence until the implementation matches and leaves a reproducible design system.

Yeachan-Heo/oh-my-codex · 52 tokens

debug-optimize-lcp

Guides debugging and optimizing Largest Contentful Paint (LCP) using Chrome DevTools MCP tools. Use this skill whenever the user asks about LCP performance, slow page loads, Core Web Vitals optimization, or wants to understand why their page's main content takes too long to appear. Also use when the user mentions…

ChromeDevTools/chrome-devtools-mcp · 99 tokens

repro-admin

Reproduce an EmDash admin UI bug. Attach a container, start the demo dev server, drive the admin with agent-browser using the dev-bypass session, and capture the reproduction as screenshots plus a replayable transcript.

emdash-cms/emdash · 48 tokens

create-site

Creates a new Power Pages code site (SPA) using React, Angular, Vue, or Astro. Guides through the full process from initial concept to deployed site: requirements discovery, scaffolding, component planning, design, implementation, validation, and deployment. Use when the user wants to create, build, or scaffold a new…

microsoft/power-platform-skills · 73 tokens

prototype-web

A clickable, high-fidelity web product prototype with navigation, a hero section, feature cards, steps, social proof, and optional pricing. It is designed to resemble a finished landing page while remaining a prototype.

nexu-io/html-anything · 24 tokens

menu-transitions-rtl

Animate react-horizontal-scrolling-menu scrolling and build right-to-left menus: noPolyfill defaults to true since v8, so transitionDuration (default 500), a custom-easing-function transitionBehavior, and per-call ScrollOptions { duration, boundary } on scrollToItem/scrollNext/scrollPrev are silently ignored unless…

asmyshlyaev177/react-horizontal-scrolling-menu · 137 tokens