# Here Now

> >

- **Type:** Skill
- **Install:** `agentstack add skill-citedy-adclaw-here-now`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [citedy](https://agentstack.voostack.com/s/citedy)
- **Installs:** 0
- **Category:** [Cloud & Infrastructure](https://agentstack.voostack.com/c/cloud-infrastructure)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [citedy](https://github.com/citedy)
- **Source:** https://github.com/citedy/adclaw/tree/main/src/adclaw/agents/skills/here-now
- **Website:** https://pypi.org/project/adclaw/

## Install

```sh
agentstack add skill-citedy-adclaw-here-now
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# 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 |

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [citedy](https://github.com/citedy)
- **Source:** [citedy/adclaw](https://github.com/citedy/adclaw)
- **License:** Apache-2.0
- **Homepage:** https://pypi.org/project/adclaw/

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-citedy-adclaw-here-now
- Seller: https://agentstack.voostack.com/s/citedy
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
