here-now
here.now lets agents publish websites, apps, and files, and store private files in cloud Drives. Use Sites to publish HTML apps, documents, images, PDFs, videos, and static files to live URLs at {slug}.here.now or custom domains. Use Drives as private cloud folders where agents can store files (documents, context, memory, plans, assets, media, research, code, etc), share them with other agents, and continue across sessions and tools. Use when asked to "publish this", "host this", "deploy this",
Security Assessment
Detected risks:
About here-now
The here.now skill enables agents to publish websites, applications, and files while also providing a secure cloud storage solution for private files. This skill addresses the need for easy and efficient web publishing and file management, allowing users to create live URLs for their content and store important documents in a private cloud environment. By utilizing here.now, agents can seamlessly manage their digital assets without the complexities typically associated with web hosting and file storage.
FAQ
How do I publish a website using here.now?
You can publish a website by running the command `./scripts/publish.sh {file-or-dir}` where `{file-or-dir}` is the path to your HTML files.
What are the requirements for using here.now?
You need the binaries `curl`, `file`, and `jq`. Optionally, you can set the `$HERENOW_API_KEY` and `$HERENOW_DRIVE_TOKEN` environment variables.
Can I update an existing site?
Yes, you can update an existing site by using the command `./scripts/publish.sh {file-or-dir} --slug {slug}`.
What happens if I publish without an API key?
If you publish without an API key, the site will be anonymous and will expire in 24 hours.
Is there a limit to the number of files I can store in a Drive?
For specific limits and quotas, please refer to the current documentation.
Install here-now
Quick Setup:
- Copy the skill folder to
.claude/skills/ - Claude will automatically detect and use the skill
Repository
heredotnow/skill