pidgin-share
Installation
SKILL.md
pidgin-share
Use this when the user asks you to share an artifact — an HTML page, image, PDF, plot, report, anything renderable — or to collect a response from one or more humans on that artifact. You upload a local file; pidgin returns a public unlisted URL on <subdomain>.pidgin.sh. Hand the URL back. The URL is unlisted (URL contains a random privacy token), so knowing the subdomain alone reveals nothing.
Pick the right flow first
Before you upload, decide what the user actually needs. Match on the shape of the ask, not the word "review" or "form":
| Situation | Use |
|---|---|
| Just hosting an artifact for viewing | Plain upload |
| One human needs to respond (approve, pick, fill out) | --respond (single channel) |
| Multiple named humans each need to respond — "send to jane, mark, rick", "find a time with X/Y/Z", "have the team vote", "get RSVPs", "show A and B which mockup they prefer" | --respondents=jane,mark,rick (cohort) |