What problem does it solve? SCF submissions frequently link to external architecture documents, whitepapers, and technical specs hosted on Google Docs, Google Drive, GitHub, Notion, or IPFS, and these links often cannot be fetched reliably with standard web fetching tools, causing reviewers to miss critical technical detail. ## Core Features & Use Cases - URL Pattern Detection: Classifies links by platform (Google Docs, Google Drive, GitHub, Notion, IPFS) and applies the correct fetch strategy for each. - URL Transformation: Converts Google Docs links to export URLs and GitHub blob links to raw.githubusercontent.com URLs for direct content retrieval. - Fetch Status Tracking: Records each link as ACCESSIBLE, UNVERIFIED, or UNFETCHABLE with a summary, so review gaps are documented. - Use Case: While reviewing an SCF submission that links to a Google Docs architecture spec, extract the document ID, fetch the plain-text export with curl, and incorporate the technical detail into the Technical Depth score. ## Quick Start Fetch the architecture document linked in this SCF submission and summarize its technical content for the review.