brewpage-publish

Installation
SKILL.md

brewpage

Publish content to brewpage.app — free instant hosting for HTML pages, JSON documents, and files. No sign-up required.

Workflow

Step 1: Parse Arguments

Extract from $ARGUMENTS:

  • --ttl N → TTL in days (default: 15)
  • Remaining text → content_arg

Step 2: Detect Content Type

Input Type API
content_arg is a path AND file exists (test -f) FILE POST /api/files (multipart)
content_arg starts with { or [ JSON POST /api/json
Anything else HTML POST /api/html (format=markdown)
Related skills
Installs
556
GitHub Stars
27
First Seen
Apr 1, 2026