here-now

Publish files to here.now and generate shareable links.

31|8|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/citedy/adclaw --skill here-now-citedy
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: here-now
Source: https://github.com/citedy/adclaw/tree/main/src/adclaw/agents/skills/here-now
Command: npx skills add https://github.com/citedy/adclaw --skill here-now-citedy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamline sharing files by generating public, time-expiring or permanent links via here.now.

Core Features & Use Cases

  • Publish any file to a public URL accessible across channels and AI agents.
  • Support anonymous uploads with 24-hour expiries and authenticated uploads with permanent links.
  • Use case: share reports or assets in a Telegram/Discord conversation or in a self-contained AI workflow.

Quick Start

Call publish_to_herenow with the file path to publish the file and obtain a shareable URL.

Frequently Asked Questions about here-now

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I publish a file to the web and get a shareable link?▼

You can publish a file to the web by calling publish_to_herenow with the file path, which instantly generates a shareable link. This provides a public URL for your PDFs, images, and reports.

Can I share files anonymously without creating an account?▼

Yes, you can share files anonymously without an account. The system supports anonymous uploads that generate a shareable link, which automatically expires and becomes inaccessible after 24 hours.

Does here-now support permanent links for file hosting?▼

Yes, here-now supports permanent file hosting links. By using authenticated uploads with your HERENOW_API_KEY, you can publish files to the web and generate shareable URLs that remain permanently accessible.

Do I need an API key to generate a shareable link for my PDF?▼

You do not need an API key to generate a shareable link for a PDF if you use anonymous uploads. However, configuring HERENOW_API_KEY is required for authenticated permanent hosting without expiration.

What is the best way to share assets across Discord chats and AI workflows?▼

The best way to share assets across Discord chats and AI workflows is to publish files to a public URL. This generates a shareable link accessible across different communication channels and automated agents.

Why do my anonymous file-sharing links stop working after a day?▼

Your anonymous file-sharing links stop working because they are designed with a 24-hour expiration. To keep files permanently accessible, you must switch to authenticated uploads using a HERENOW_API_KEY.