BC stacktree
Publish HTML to a private, unguessable link your human can open in any browser — no account for the viewer, passcode optional. Built for the pages a personal agent produces: a morning brief, a dashboard, a report, field notes, a visualization, anything a chat message can't hold. Free anonymous pages (24 hours), or pay $0.50 in USDC over x402 for a permanent page with no account at all — and the wallet that paid can keep updating the same URL free, forever. This skill publishes content to stacktr.ee, and makes paid HTTP requests only on the paths that say so. USE FOR: - "publish this", "host this html", "put this on a page", "give me a link" - Delivering a report, brief, dashboard, or write-up as a link instead of an attachment - A standing page you refresh on every run — same link, new content, no re-pay - Sharing privately: unguessable URL, optional passcode, optional expiry - Publishing with no API key and no human present (x402, USDC on Base or Solana) TRIGGERS: - "publish", "host", "share this page", "make me a page", "send me a link" - "morning brief", "daily report", "dashboard", "status page", "field notes" - "update the page", "same link", "private link", "passcode", "x402"
Publish HTML to a private, unguessable link your human can open in any browser — no account for the viewer, passcode optional.
As a process C 50/100 · Has gaps — weak spots: result and completion, when it triggers, inputs and preconditions
How to improve
- Shorten the description to 1024 characters.
- Your own cases (evals/evals.json, 4–6 real requests with expected answers): the full check would then run those instead of a model-drafted suite.
- A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.
Guard findings · 0
✓ No critical or high findings
Files scanned: 4. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- error
description-longdescription is 1203 chars, limit 1024 - note
frontmatter-keyunknown frontmatter key "homepage"
Process rating: all ten parameters 50/100
- 0Result and completion. Does not say what the result is
- 0Inputs and preconditions. Does not say what the process needs to start
- 20When it triggers. No condition that starts the skill
- 30Running it twice. 9 mutating operations with no state check
- 50Failures and branches. 0 branches, has a failure section
- 60Tools and files. Uses tools (bash, web, node) that frontmatter does not declare
- 100Steps. 6 steps
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 1888 tokens
- 100Progress reporting. Reports progress
- medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
- high The skill tells the model to perform an irreversible action with no human approval
Everything here is measured from the skill text rather than judged by a model, so the numbers are checkable. A parameter weighs more when it is a more common reason for the process to stall.
Quality signals
- +4Description does not say when NOT to use the skill (false activations)
- +3Description length 1202: 120–800 characters recommended
- +3Output format is not stated: the model decides each time
- +1No license
- +2Single-language instructions
- +5Description quotes 17 example trigger phrases
- +4Structure: 10 headings
- +3Step-by-step instructions: 6 items
- +4Has examples (4 code blocks)
- +3All 1 scripts are documented
Quality base 70; lint remarks subtract, signals add up to 100. Result: 63.