here-now

here-now is a skill for Claude Code, Codex from citedy/adclaw. It costs 60 tokens per session (599 once invoked), scanned A, original, Apache-2.0.

A file-publishing tool that uploads a report, PDF, HTML page, image, or other file to here.now and returns a public web link. Anonymous links expire after 24 hours, while an API key can provide permanent links.

In plain words
What is it for?
Publishing a generated file, sharing it through Telegram or Discord, and giving someone a browser link to a report, webpage, image, or PDF.
Why use it?
It solves the problem of sending files through channels that do not support attachments or impose size limits. The recipient can open the result directly in a browser.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/citedy/adclaw/here-now
Any agent
npx skills add citedy/adclaw --skill here-now
Clone the repo
git clone --depth 1 https://github.com/citedy/adclaw

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/citedy/adclaw/here-now.svg)](https://agentmods.dev/skills/citedy/adclaw/here-now)
Your own site
<a href="https://agentmods.dev/skills/citedy/adclaw/here-now"><img src="https://agentmods.dev/badge/skills/citedy/adclaw/here-now.svg" alt="Measured on agentmods" height="20"></a>
Per session 60 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 599 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found 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 $0.00060 $0.00599
Opus 5 $0.00030 $0.00300
Sonnet 5 $0.00012 $0.00120
Haiku 4.5 $0.00006 $0.00060

Measured 5d ago against content hash c22ea46ade7a, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

here-now scanned grade A with 0 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 5d ago.

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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

src/adclaw/agents/skills/here-now/SKILL.md · 83 lines

What it actually says

here.now File Publisher

Overview

Publish any file to the web instantly using here.now. Get a shareable public URL that you can send to the user in any channel (Telegram, Discord, etc.).

This solves the problem of channels that can't send file attachments — instead of struggling with attachment limits, just upload and share the link.

When to Use

  • You created a file (report, PDF, HTML, image) and want to share it with the user
  • The channel doesn't support file attachments or has size limits
  • You want to give the user a link they can open in a browser
  • Use the publish_to_herenow tool with the file path

How to Use

Publish a file

Tool: publish_to_herenow
Arguments:
  file_path: "/path/to/report.pdf"

Returns a public URL like https://bright-canvas-a7k2.here.now/report.pdf

Example workflow

  1. Create the file (write report, generate PDF, etc.)
  2. Call publish_to_herenow with the file path
  3. Share the returned URL with the user
  4. Optionally also send the file as an attachment if the channel supports it

Configuration

  • Without API key: anonymous mode, links expire in 24 hours, 250MB max file size
  • With HERENOW_API_KEY: permanent links, 5GB max file size

Set the API key as an environment variable or in the AdClaw settings.

Supported File Types

All file types are supported: HTML, CSS, JS, images, PDFs, videos, documents, archives, and more.

Limits

Feature Anonymous Authenticated
Max file size 250 MB 5 GB
Link expiry 24 hours Permanent
Rate limit 5/hour 60/hour
Files

What ships with it

1 file 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. 5d ago First seen · 83 lines · 60 tokens per session scan A c22ea46ade7a

Subscribe to this mod's changes

here-now is a skill published in the GitHub repository citedy/adclaw (35 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 60 tokens to every session and 599 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.