What problem does it solve? Agents working in the aweb ecosystem need a way to show folio documents to humans who have no account, team certificate, or agent runtime. This Skill mints a document-bound capability link so a human can open a server-rendered HTML page of one pinned document version. ## Core Features & Use Cases - Capability Link Minting: Calls POST /v1/present with a document slug, optional pinned version, and optional TTL to receive an opaque token and public URL. - Human-Friendly Delivery: Opens the URL with the system opener (open or xdg-open) and prints it as a fallback for headless environments. - Revocation and Privacy: Supports revoking tokens via POST /v1/present/<token>/revoke; the public page hides team id, document id, version metadata, and certificate fields. - Use Case: After an agent finishes drafting a team document in folio, it mints a 24-hour present link and hands the URL to a reviewer who reads it in a browser without any credentials. ## Quick Start Ask the agent to present the folio document with a given slug to a human by minting a present link and opening the returned URL.