Documentation / Agent skills / Examples
Example: Web fetch
A minimal HTTP fetch skill—full walkthrough coming soon.
This page will host a full walkthrough of a minimal HTTP fetch skill—frontmatter, inputs, and how the agent invokes it. The detailed example is not published yet; use the format specification and setup guide to draft your own in the meantime.
Planned topics: GET requests, headers, parsing JSON responses, and error handling patterns.