What problem does it solve? AI agents often need external documentation, blog posts, or README files loaded into context before they can reason about them. This Skill fetches a URL, validates it against compliance rules, and injects the full page content into the active session without manual copy-pasting. ## Core Features & Use Cases - URL Validation and Compliance Gating: Checks URL format and enforces a pack-defined domain allowlist when compliance mode is set to hard. - Full-Content Fetching: Uses WebFetch with an exhaustive prompt that preserves headings, lists, and code blocks rather than summarizing. - Token-Aware Loading: Estimates token cost before loading and asks for confirmation when content exceeds roughly 20k tokens. - Audit Logging: Records every fetch (URL, domain, compliance result, token count) to a JSONL audit trail for compliance review. - Use Case: While discussing a design decision, load a referenced blog post or a library's documentation page directly into the conversation so the agent can compare approaches against the actual source text. ## Quick Start Fetch the documentation page at this URL and load its full content into our session context.