Files
fleet/skills/postplan-read/SKILL.md
T
2026-08-19 18:34:08 -04:00

563 B

name, description
name description
postplan-read Use when the user provides a plan.gitcoffee.dev URL to read.

Postplan Read

Fetch the uploaded HTML with the shell. Do not use web search or a browser.

  1. Remove a trailing slash, then append /raw unless the URL already ends in /raw.
  2. Run curl --fail --silent --show-error --location --max-time 30 --output /tmp/postplan. html <raw-url>.
  3. Read /tmp/postplan.html and continue the user's request from its contents. If curl fails, report its actual status or network error. Do not substitute search results.