Skill Claude CodeCodex
A design guide for crawlers that extract page metadata from changing links and JavaScript-rendered websites. OG metadata is information sites provide for link previews, such as a title, image, and description.
Skill Claude CodeCodex
A design guide for crawlers that extract page metadata from changing links and JavaScript-rendered websites. OG metadata is information sites provide for link previews, such as a title, image, and description.
Skill Claude CodeCodex
A planning skill for tracking and reducing failures in web crawling, which is the automated collection of pages or data from websites. It produces error categories, crawl-record fields, metrics, service targets, alerts, a dead-letter queue for items needing later handling, domain-specific rules, and retry policies.
Skill Claude CodeCodex
A quality-checking skill that compares design documents with reference implementations at their connection points. It checks whether schemas, contracts, decisions, and runtime assumptions agree across documents and code.
Skill Claude CodeCodex
An orchestration workflow for designing, implementing, operating, and testing Open Graph data extraction from URLs. Open Graph data is the title, image, and other information used for link previews.
Skill Claude CodeCodex
A reference implementation that turns an agreed software design into working code for fetching and parsing web-page metadata, exposing an API, caching results, and recording failures.
Skill Claude CodeCodex
A decision guide for choosing Node.js or Python for a URL metadata and Open Graph extraction service, including crawling.
Skill Claude CodeCodex
A design guide for an OG extraction service, which retrieves the preview title, image, and description shown when a web link is shared. It covers the service architecture, caching, databases, response-speed improvements, and queue-based scaling.