[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-iterationlayer-extract-pricing-table-from-website-en":3,"guides-for-iterationlayer-extract-pricing-table-from-website":1420,"similar-k17bc4x1ddgt7b1x6d3jqq4nf986nwn5-en":1421},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":248,"isFallback":236,"parentExtension":254,"providers":309,"relations":313,"repo":314,"tags":1418,"workflow":1419},1778691104675.987,"k17bc4x1ddgt7b1x6d3jqq4nf986nwn5",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Extract plan names, prices, billing periods, and feature lists from a public pricing page.",{"claudeCode":12},"iterationlayer/skills","Extract Pricing Table from Website","https://github.com/iterationlayer/skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":234,"workflow":246},1778692110762.3777,"kn77wr5583tk2kyysjc9w2pt3586nen4","en",{"checks":20,"evaluatedAt":191,"extensionSummary":192,"features":193,"nonGoals":199,"practices":203,"prerequisites":207,"promptVersionExtension":210,"promptVersionScoring":211,"purpose":212,"rationale":213,"score":214,"summary":215,"tags":216,"targetMarket":222,"tier":223,"useCases":224,"workflow":229},[21,26,29,32,36,39,43,47,50,53,57,61,65,69,72,75,78,81,84,87,90,94,98,102,106,109,112,115,119,122,125,128,131,134,137,141,145,149,152,156,159,162,165,168,172,175,178,181,184,188],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of extracting structured data from pricing pages for competitive analysis and sales enablement.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill uses a dedicated API and schema definition to extract specific data points from websites, offering value beyond a generic web scraping prompt.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill provides clear API integration examples and references a comprehensive integration guide, indicating readiness for real-world use.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses solely on extracting structured data from websites, specifically pricing pages, without extending into unrelated domains.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately and concisely reflects the skill's capability to extract pricing information from web pages.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill utilizes a single, well-defined tool (`extract_website`) with a specific schema, rather than a general-purpose execution tool.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","The schema for the `extract_website` tool is fully defined, including field names, types, and descriptions.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The primary tool name `extract_website` is descriptive and aligns with the skill's function.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","The `extract_website` tool's input schema is specific to the extraction task, and the output structure is defined by the provided schema, avoiding unnecessary data.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The extension is licensed under the MIT license, as confirmed by the bundled LICENSE file.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The last commit was on April 28, 2026, which is within the last 3 months.",{"category":58,"check":62,"severity":63,"summary":64},"Dependency Management","not_applicable","The skill does not appear to use third-party dependencies beyond the Iteration Layer API itself, which is managed via API key.",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","The API key is handled via an authorization header and is not echoed in output; examples show placeholders.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill interacts with a defined API and schema, and does not appear to load or execute untrusted external content as instructions.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill only makes calls to a defined API endpoint and does not fetch external code or content at runtime.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill primarily makes API calls and does not interact with the local file system or external processes.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","No detached process spawns or deny-retry loops were observed in the provided code snippets or documentation.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill's outbound call is to a documented API endpoint for data extraction, and no confidential data is submitted.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled content and documentation do not contain hidden text tricks or malicious Unicode characters.",{"category":66,"check":88,"severity":24,"summary":89},"Opaque code execution","The provided code snippets and documentation do not indicate obfuscation, base64 payloads, or runtime code fetching.",{"category":91,"check":92,"severity":24,"summary":93},"Portability","Structural Assumption","The skill's primary operation is an API call, with no assumptions made about the user's project structure.",{"category":95,"check":96,"severity":24,"summary":97},"Trust","Issues Attention","There are no open or closed issues in the last 90 days, indicating a new or inactive project status.",{"category":99,"check":100,"severity":24,"summary":101},"Versioning","Release Management","The last commit date suggests recent activity, and while no explicit versioning is declared in frontmatter, the installation method doesn't explicitly reference `main`.",{"category":103,"check":104,"severity":24,"summary":105},"Code Execution","Validation","The API schema definition serves as validation for the input parameters, and the output structure is dictated by the schema.",{"category":66,"check":107,"severity":24,"summary":108},"Unguarded Destructive Operations","The skill is read-only, performing data extraction rather than destructive operations.",{"category":103,"check":110,"severity":24,"summary":111},"Error Handling","The provided API examples indicate that errors are returned from the API, and the SDKs would handle these with structured responses.",{"category":103,"check":113,"severity":63,"summary":114},"Logging","The skill's primary function is an API call; local logging of destructive actions or outbound calls is not applicable.",{"category":116,"check":117,"severity":24,"summary":118},"Compliance","GDPR","The skill extracts data from public websites and does not appear to handle personal data directly.",{"category":116,"check":120,"severity":24,"summary":121},"Target market","The skill operates on public web pages globally and has no regional restrictions.",{"category":91,"check":123,"severity":24,"summary":124},"Runtime stability","The skill relies on standard API calls and SDKs, which are designed to be cross-platform.",{"category":44,"check":126,"severity":24,"summary":127},"README","A README file is present and clearly outlines the purpose and installation of the Iteration Layer skills.",{"category":33,"check":129,"severity":24,"summary":130},"Tool surface size","The extension exposes specific tools under `website-extraction`, and the main skill itself is focused.",{"category":40,"check":132,"severity":24,"summary":133},"Overlapping near-synonym tools","The `website-extraction` plugin has distinct tools; this specific skill focuses on one clear task.",{"category":44,"check":135,"severity":24,"summary":136},"Phantom features","All advertised features within the `website-extraction` plugin appear to have corresponding tools and documentation.",{"category":138,"check":139,"severity":24,"summary":140},"Install","Installation instruction","The README provides clear installation instructions for the marketplace and specific plugins, along with usage examples in code.",{"category":142,"check":143,"severity":24,"summary":144},"Errors","Actionable error messages","The API documentation and SDK examples suggest that errors from the Iteration Layer API would be structured and actionable.",{"category":146,"check":147,"severity":63,"summary":148},"Execution","Pinned dependencies","The skill relies on the Iteration Layer SDK, which is typically managed by the user's environment or package manager, not through explicit pinning within the skill's bundle.",{"category":33,"check":150,"severity":24,"summary":151},"Dry-run preview","The skill is read-only, performing data extraction, thus a dry-run mode is not applicable.",{"category":153,"check":154,"severity":24,"summary":155},"Protocol","Idempotent retry & timeouts","The underlying API likely handles retries and timeouts; the skill itself does not involve state-changing operations that would require idempotency.",{"category":116,"check":157,"severity":24,"summary":158},"Telemetry opt-in","No telemetry is mentioned or implemented in the skill's documentation or code.",{"category":40,"check":160,"severity":24,"summary":161},"Precise Purpose","The description clearly states the artifact (pricing page) and the task (extracting plan names, prices, billing periods, and features).",{"category":40,"check":163,"severity":24,"summary":164},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the core capability.",{"category":44,"check":166,"severity":24,"summary":167},"Concise Body","The SKILL.md file is concise, delegating deeper technical details to the Iteration Layer Integration Guide.",{"category":169,"check":170,"severity":24,"summary":171},"Context","Progressive Disclosure","The SKILL.md provides a high-level overview and delegates detailed integration guidance to an external link.",{"category":169,"check":173,"severity":63,"summary":174},"Forked exploration","The skill performs a single API call and does not involve deep exploration that would require forking.",{"category":22,"check":176,"severity":24,"summary":177},"Usage examples","The documentation provides end-to-end examples in multiple languages (curl, TypeScript, Python, Go) demonstrating input and expected usage.",{"category":22,"check":179,"severity":24,"summary":180},"Edge cases","The API schema inherently handles variations in input structure, and the Iteration Layer Integration Guide likely covers error modes.",{"category":103,"check":182,"severity":63,"summary":183},"Tool Fallback","This skill directly calls the Iteration Layer API and does not rely on a custom MCP server with fallback mechanisms.",{"category":185,"check":186,"severity":24,"summary":187},"Safety","Halt on unexpected state","The API's expected behavior and the use of a schema for input validation suggest that unexpected states would result in errors rather than proceeding.",{"category":91,"check":189,"severity":24,"summary":190},"Cross-skill coupling","The skill is self-contained and only relies on the Iteration Layer API, with no implicit coupling to other skills.",1778692110654,"This skill leverages the Iteration Layer API to parse public pricing pages, extracting plan names, prices, billing periods, and feature lists into structured JSON.",[194,195,196,197,198],"Extract pricing plan names","Extract monthly prices","Extract billing periods","Extract feature lists","Output structured JSON data",[200,201,202],"Extracting data from behind authentication walls","Interpreting complex pricing structures not readily apparent on the page","Performing actions beyond data extraction",[204,205,206],"Data Extraction","API Integration","Structured Data Output",[208,209],"Iteration Layer API key","Access to public pricing pages","3.0.0","4.4.0","Extract competitor pricing details from public web pages to inform business strategy, sales, and monitoring.","High score due to comprehensive documentation, clear purpose, and robust API integration. No critical or warning findings were present.",98,"A high-quality skill for extracting structured pricing data from websites.",[217,218,219,220,221],"web-scraping","data-extraction","pricing-pages","competitor-analysis","automation","global","verified",[225,226,227,228],"Analyze competitor pricing strategies","Generate sales enablement reports","Monitor pricing changes","Automate data gathering for market research",[230,231,232,233],"User specifies a public pricing page URL and the desired schema.","The skill calls the Iteration Layer website extraction API with the URL and schema.","The API processes the page and returns structured pricing data.","The skill presents the extracted data to the user.",{"codeQuality":235,"collectedAt":237,"documentation":238,"maintenance":241,"security":243,"testCoverage":245},{"hasLockfile":236},false,1778692088685,{"descriptionLength":239,"readmeSize":240},90,5689,{"closedIssues90d":8,"forks":8,"hasChangelog":236,"openIssues90d":8,"pushedAt":242,"stars":8},1777403760000,{"hasNpmPackage":236,"license":244,"smitheryVerified":236},"MIT",{"hasCi":236,"hasTests":236},{"updatedAt":247},1778692110762,{"basePath":249,"githubOwner":250,"githubRepo":251,"locale":18,"slug":252,"type":253},"skills/extract-pricing-table-from-website","iterationlayer","skills","extract-pricing-table-from-website","skill",{"_creationTime":255,"_id":256,"community":257,"display":258,"identity":261,"parentExtension":264,"providers":296,"relations":305,"tags":306,"workflow":307},1778691104675.9766,"k1721s0xmp59902ybtpakrrffn86n10s",{"reviewCount":8},{"description":259,"installMethods":260,"name":250,"sourceUrl":14},"Iteration Layer integration guide — document, website, image, and sheet processing APIs with one API key and one credit pool",{"claudeCode":251},{"basePath":262,"githubOwner":250,"githubRepo":251,"locale":18,"slug":251,"type":263},"","plugin",{"_creationTime":265,"_id":266,"community":267,"display":268,"identity":272,"providers":274,"relations":290,"tags":292,"workflow":293},1778691104675.9763,"k172thzamyareqcp1pza99j91h86m7ph",{"reviewCount":8},{"description":269,"installMethods":270,"name":271,"sourceUrl":14},"Skills for document, website, image, and sheet processing with Iteration Layer APIs",{"claudeCode":12},"Iteration Layer Skills",{"basePath":262,"githubOwner":250,"githubRepo":251,"locale":18,"slug":251,"type":273},"marketplace",{"evaluate":275,"extract":283},{"promptVersionExtension":276,"promptVersionScoring":211,"score":214,"tags":277,"targetMarket":222,"tier":223},"3.1.0",[278,279,280,281,282],"document-processing","website-data","image-manipulation","spreadsheet-generation","api-integration",{"commitSha":284,"license":244,"marketplace":285,"plugin":288},"HEAD",{"name":286,"pluginCount":287},"iterationlayer-skills",1,{"mcpCount":8,"provider":289,"skillCount":8},"classify",{"repoId":291},"kd76p4g2qmtrkgx99cnab3683d86n4g8",[282,278,280,281,279],{"evaluatedAt":294,"extractAt":295,"updatedAt":294},1778691127860,1778691104676,{"evaluate":297,"extract":302},{"promptVersionExtension":210,"promptVersionScoring":211,"score":298,"tags":299,"targetMarket":222,"tier":223},95,[217,218,282,300,301],"html","json",{"commitSha":284,"plugin":303},{"mcpCount":8,"provider":289,"skillCount":304},127,{"parentExtensionId":266,"repoId":291},[282,218,300,301,217],{"evaluatedAt":308,"extractAt":295,"updatedAt":308},1778691297809,{"evaluate":310,"extract":312},{"promptVersionExtension":210,"promptVersionScoring":211,"score":214,"tags":311,"targetMarket":222,"tier":223},[217,218,219,220,221],{"commitSha":284,"license":244},{"parentExtensionId":256,"repoId":291},{"_creationTime":315,"_id":291,"identity":316,"providers":317,"workflow":1414},1778689866891.11,{"githubOwner":250,"githubRepo":251,"sourceUrl":14},{"classify":318,"discover":1393,"github":1396},{"commitSha":284,"extensions":319},[320,333,339,346,353,360,367,373,380,389,397,405,413,421,429,437,445,453,461,469,477,485,493,501,509,517,525,533,541,549,557,565,573,581,589,597,605,613,621,629,637,645,653,661,669,674,682,690,698,706,714,722,730,738,746,754,762,770,778,786,794,802,810,818,826,834,842,850,858,866,874,882,890,898,906,914,922,930,938,946,954,962,970,978,986,994,1002,1010,1018,1026,1034,1042,1050,1058,1066,1074,1082,1090,1098,1106,1114,1122,1130,1138,1146,1154,1162,1170,1178,1186,1194,1202,1210,1218,1226,1234,1242,1249,1257,1265,1273,1281,1289,1297,1305,1313,1321,1329,1337,1345,1353,1361,1369,1377,1385],{"basePath":262,"description":269,"displayName":286,"installMethods":321,"rationale":322,"selectedPaths":323,"source":332,"sourceLanguage":18,"type":273},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[324,327,329],{"path":325,"priority":326},".claude-plugin/marketplace.json","mandatory",{"path":328,"priority":326},"README.md",{"path":330,"priority":331},"LICENSE","high","rule",{"basePath":262,"description":259,"displayName":250,"installMethods":334,"rationale":335,"selectedPaths":336,"source":332,"sourceLanguage":18,"type":263},{"claudeCode":251},"inline plugin source from marketplace.json at /",[337,338],{"path":328,"priority":326},{"path":330,"priority":331},{"basePath":262,"description":340,"displayName":341,"installMethods":342,"rationale":335,"selectedPaths":343,"source":332,"sourceLanguage":18,"type":263},"Generate PDF invoices, reports, contracts, and documents from structured data using Iteration Layer","document-creation",{"claudeCode":251},[344,345],{"path":328,"priority":326},{"path":330,"priority":331},{"basePath":262,"description":347,"displayName":348,"installMethods":349,"rationale":335,"selectedPaths":350,"source":332,"sourceLanguage":18,"type":263},"Extract structured data from PDFs, invoices, receipts, resumes, and documents using Iteration Layer","document-extraction",{"claudeCode":251},[351,352],{"path":328,"priority":326},{"path":330,"priority":331},{"basePath":262,"description":354,"displayName":355,"installMethods":356,"rationale":335,"selectedPaths":357,"source":332,"sourceLanguage":18,"type":263},"Generate social cards, thumbnails, certificates, and marketing images using Iteration Layer","image-design",{"claudeCode":251},[358,359],{"path":328,"priority":326},{"path":330,"priority":331},{"basePath":262,"description":361,"displayName":362,"installMethods":363,"rationale":335,"selectedPaths":364,"source":332,"sourceLanguage":18,"type":263},"Edit, resize, crop, remove backgrounds, and enhance images using Iteration Layer","image-editing",{"claudeCode":251},[365,366],{"path":328,"priority":326},{"path":330,"priority":331},{"basePath":262,"description":368,"displayName":281,"installMethods":369,"rationale":335,"selectedPaths":370,"source":332,"sourceLanguage":18,"type":263},"Generate XLSX, CSV, and Markdown spreadsheets from structured tabular data using Iteration Layer",{"claudeCode":251},[371,372],{"path":328,"priority":326},{"path":330,"priority":331},{"basePath":262,"description":374,"displayName":375,"installMethods":376,"rationale":335,"selectedPaths":377,"source":332,"sourceLanguage":18,"type":263},"Extract structured data from public website pages using Iteration Layer","website-extraction",{"claudeCode":251},[378,379],{"path":328,"priority":326},{"path":330,"priority":331},{"basePath":381,"description":382,"displayName":383,"installMethods":384,"rationale":385,"selectedPaths":386,"source":332,"sourceLanguage":18,"type":253},"skills/compress-image-for-email","Resize, sharpen, and compress an image to fit email platform size limits in a single pipeline.","compress-image-for-email",{"claudeCode":12},"SKILL.md frontmatter at skills/compress-image-for-email/SKILL.md",[387],{"path":388,"priority":326},"SKILL.md",{"basePath":390,"description":391,"displayName":392,"installMethods":393,"rationale":394,"selectedPaths":395,"source":332,"sourceLanguage":18,"type":253},"skills/compress-image-to-target-size","Compress an image to fit within a specific file size in bytes using quality-first compression.","compress-image-to-target-size",{"claudeCode":12},"SKILL.md frontmatter at skills/compress-image-to-target-size/SKILL.md",[396],{"path":388,"priority":326},{"basePath":398,"description":399,"displayName":400,"installMethods":401,"rationale":402,"selectedPaths":403,"source":332,"sourceLanguage":18,"type":253},"skills/convert-contract-to-markdown","Convert a contract PDF to clean markdown for clause extraction or LLM analysis.","convert-contract-to-markdown",{"claudeCode":12},"SKILL.md frontmatter at skills/convert-contract-to-markdown/SKILL.md",[404],{"path":388,"priority":326},{"basePath":406,"description":407,"displayName":408,"installMethods":409,"rationale":410,"selectedPaths":411,"source":332,"sourceLanguage":18,"type":253},"skills/convert-document-for-knowledge-base","Convert external documents — specs, contracts, reports — to markdown for knowledge base ingestion.","convert-document-for-knowledge-base",{"claudeCode":12},"SKILL.md frontmatter at skills/convert-document-for-knowledge-base/SKILL.md",[412],{"path":388,"priority":326},{"basePath":414,"description":415,"displayName":416,"installMethods":417,"rationale":418,"selectedPaths":419,"source":332,"sourceLanguage":18,"type":253},"skills/convert-document-for-rag-ingestion","Convert a document to clean markdown suitable for chunking and embedding in a RAG pipeline.","convert-document-for-rag-ingestion",{"claudeCode":12},"SKILL.md frontmatter at skills/convert-document-for-rag-ingestion/SKILL.md",[420],{"path":388,"priority":326},{"basePath":422,"description":423,"displayName":424,"installMethods":425,"rationale":426,"selectedPaths":427,"source":332,"sourceLanguage":18,"type":253},"skills/convert-image-format","Convert an image between PNG, JPEG, and WebP formats with quality control for web optimization.","convert-image-format",{"claudeCode":12},"SKILL.md frontmatter at skills/convert-image-format/SKILL.md",[428],{"path":388,"priority":326},{"basePath":430,"description":431,"displayName":432,"installMethods":433,"rationale":434,"selectedPaths":435,"source":332,"sourceLanguage":18,"type":253},"skills/convert-invoice-to-markdown","Convert a PDF invoice to clean markdown for LLM processing or document pipelines.","convert-invoice-to-markdown",{"claudeCode":12},"SKILL.md frontmatter at skills/convert-invoice-to-markdown/SKILL.md",[436],{"path":388,"priority":326},{"basePath":438,"description":439,"displayName":440,"installMethods":441,"rationale":442,"selectedPaths":443,"source":332,"sourceLanguage":18,"type":253},"skills/convert-resume-to-markdown","Convert a resume PDF to clean markdown for LLM parsing or candidate pipelines.","convert-resume-to-markdown",{"claudeCode":12},"SKILL.md frontmatter at skills/convert-resume-to-markdown/SKILL.md",[444],{"path":388,"priority":326},{"basePath":446,"description":447,"displayName":448,"installMethods":449,"rationale":450,"selectedPaths":451,"source":332,"sourceLanguage":18,"type":253},"skills/convert-website-to-markdown-for-rag","Extract clean title, summary, markdown sections, and source metadata from a public documentation page for RAG ingestion.","convert-website-to-markdown-for-rag",{"claudeCode":12},"SKILL.md frontmatter at skills/convert-website-to-markdown-for-rag/SKILL.md",[452],{"path":388,"priority":326},{"basePath":454,"description":455,"displayName":456,"installMethods":457,"rationale":458,"selectedPaths":459,"source":332,"sourceLanguage":18,"type":253},"skills/document-extraction-api","Extract structured data from documents using AI-powered field extraction.","document-extraction-api",{"claudeCode":12},"SKILL.md frontmatter at skills/document-extraction-api/SKILL.md",[460],{"path":388,"priority":326},{"basePath":462,"description":463,"displayName":464,"installMethods":465,"rationale":466,"selectedPaths":467,"source":332,"sourceLanguage":18,"type":253},"skills/document-generation-api","Generate PDF, DOCX, EPUB, and PPTX documents from structured content blocks.","document-generation-api",{"claudeCode":12},"SKILL.md frontmatter at skills/document-generation-api/SKILL.md",[468],{"path":388,"priority":326},{"basePath":470,"description":471,"displayName":472,"installMethods":473,"rationale":474,"selectedPaths":475,"source":332,"sourceLanguage":18,"type":253},"skills/document-to-markdown-pipeline","Convert PDF, DOCX, HTML, or image documents to clean, structured Markdown.","document-to-markdown-pipeline",{"claudeCode":12},"SKILL.md frontmatter at skills/document-to-markdown-pipeline/SKILL.md",[476],{"path":388,"priority":326},{"basePath":478,"description":479,"displayName":480,"installMethods":481,"rationale":482,"selectedPaths":483,"source":332,"sourceLanguage":18,"type":253},"skills/extract-academic-paper-metadata","Extract title, authors, abstract, and citation info from academic papers.","extract-academic-paper-metadata",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-academic-paper-metadata/SKILL.md",[484],{"path":388,"priority":326},{"basePath":486,"description":487,"displayName":488,"installMethods":489,"rationale":490,"selectedPaths":491,"source":332,"sourceLanguage":18,"type":253},"skills/extract-article-text","Extract clean article content — title, author, date, and body text — from PDFs, Word docs, and web pages.","extract-article-text",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-article-text/SKILL.md",[492],{"path":388,"priority":326},{"basePath":494,"description":495,"displayName":496,"installMethods":497,"rationale":498,"selectedPaths":499,"source":332,"sourceLanguage":18,"type":253},"skills/extract-carrier-invoices-to-spreadsheet","Extract line-level charges from multiple carrier invoices, then generate an XLSX freight cost tracker in a single pipeline.","extract-carrier-invoices-to-spreadsheet",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-carrier-invoices-to-spreadsheet/SKILL.md",[500],{"path":388,"priority":326},{"basePath":502,"description":503,"displayName":504,"installMethods":505,"rationale":506,"selectedPaths":507,"source":332,"sourceLanguage":18,"type":253},"skills/extract-contract-clause-data","Extract parties, dates, and clauses from a contract into structured JSON for legal review workflows.","extract-contract-clause-data",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-contract-clause-data/SKILL.md",[508],{"path":388,"priority":326},{"basePath":510,"description":511,"displayName":512,"installMethods":513,"rationale":514,"selectedPaths":515,"source":332,"sourceLanguage":18,"type":253},"skills/extract-contracts-to-register","Extract key terms from multiple signed contracts and build a structured XLSX contract register tracking parties, dates, value, and renewal terms.","extract-contracts-to-register",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-contracts-to-register/SKILL.md",[516],{"path":388,"priority":326},{"basePath":518,"description":519,"displayName":520,"installMethods":521,"rationale":522,"selectedPaths":523,"source":332,"sourceLanguage":18,"type":253},"skills/extract-court-filing-data","Extract case numbers, parties, filing dates, court details, and relief sought from court filing documents and legal pleadings.","extract-court-filing-data",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-court-filing-data/SKILL.md",[524],{"path":388,"priority":326},{"basePath":526,"description":527,"displayName":528,"installMethods":529,"rationale":530,"selectedPaths":531,"source":332,"sourceLanguage":18,"type":253},"skills/extract-customs-declaration","Merge a commercial invoice, packing list, and bill of lading into a unified customs declaration.","extract-customs-declaration",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-customs-declaration/SKILL.md",[532],{"path":388,"priority":326},{"basePath":534,"description":535,"displayName":536,"installMethods":537,"rationale":538,"selectedPaths":539,"source":332,"sourceLanguage":18,"type":253},"skills/extract-customs-declarations-to-spreadsheet","Extract HS codes, declared values, and duty amounts from customs declaration documents, then generate an XLSX import duty log.","extract-customs-declarations-to-spreadsheet",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-customs-declarations-to-spreadsheet/SKILL.md",[540],{"path":388,"priority":326},{"basePath":542,"description":543,"displayName":544,"installMethods":545,"rationale":546,"selectedPaths":547,"source":332,"sourceLanguage":18,"type":253},"skills/extract-delivery-note-data","Extract shipment details, item quantities, and delivery confirmation data from warehouse delivery notes and goods received notes.","extract-delivery-note-data",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-delivery-note-data/SKILL.md",[548],{"path":388,"priority":326},{"basePath":550,"description":551,"displayName":552,"installMethods":553,"rationale":554,"selectedPaths":555,"source":332,"sourceLanguage":18,"type":253},"skills/extract-fleet-vehicle-registration","Extract vehicle identification, owner details, registration dates, and technical specifications from vehicle registration documents.","extract-fleet-vehicle-registration",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-fleet-vehicle-registration/SKILL.md",[556],{"path":388,"priority":326},{"basePath":558,"description":559,"displayName":560,"installMethods":561,"rationale":562,"selectedPaths":563,"source":332,"sourceLanguage":18,"type":253},"skills/extract-help-center-article-from-website","Extract title, summary, steps, related links, and last updated date from a public help center article.","extract-help-center-article-from-website",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-help-center-article-from-website/SKILL.md",[564],{"path":388,"priority":326},{"basePath":566,"description":567,"displayName":568,"installMethods":569,"rationale":570,"selectedPaths":571,"source":332,"sourceLanguage":18,"type":253},"skills/extract-invoice-data","Extract vendor name, line items, totals, and dates from invoice documents.","extract-invoice-data",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-invoice-data/SKILL.md",[572],{"path":388,"priority":326},{"basePath":574,"description":575,"displayName":576,"installMethods":577,"rationale":578,"selectedPaths":579,"source":332,"sourceLanguage":18,"type":253},"skills/extract-invoices-to-spreadsheet","Extract structured data from multiple invoice PDFs in one call, then pipe the results directly into an XLSX accounts payable tracker.","extract-invoices-to-spreadsheet",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-invoices-to-spreadsheet/SKILL.md",[580],{"path":388,"priority":326},{"basePath":582,"description":583,"displayName":584,"installMethods":585,"rationale":586,"selectedPaths":587,"source":332,"sourceLanguage":18,"type":253},"skills/extract-job-listings-from-website","Extract role title, location, salary range, requirements, and application details from a public job posting.","extract-job-listings-from-website",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-job-listings-from-website/SKILL.md",[588],{"path":388,"priority":326},{"basePath":590,"description":591,"displayName":592,"installMethods":593,"rationale":594,"selectedPaths":595,"source":332,"sourceLanguage":18,"type":253},"skills/extract-kpi-data","Extract campaign or business KPIs from report documents — metrics, values, periods, and targets.","extract-kpi-data",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-kpi-data/SKILL.md",[596],{"path":388,"priority":326},{"basePath":598,"description":599,"displayName":600,"installMethods":601,"rationale":602,"selectedPaths":603,"source":332,"sourceLanguage":18,"type":253},"skills/extract-kpis-and-generate-report","Extract key performance indicators from client documents, then generate a branded PDF report summarizing the results.","extract-kpis-and-generate-report",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-kpis-and-generate-report/SKILL.md",[604],{"path":388,"priority":326},{"basePath":606,"description":607,"displayName":608,"installMethods":609,"rationale":610,"selectedPaths":611,"source":332,"sourceLanguage":18,"type":253},"skills/extract-kyc-onboarding-data","Extract client identity verification details, company information, and beneficial ownership data from KYC onboarding documents.","extract-kyc-onboarding-data",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-kyc-onboarding-data/SKILL.md",[612],{"path":388,"priority":326},{"basePath":614,"description":615,"displayName":616,"installMethods":617,"rationale":618,"selectedPaths":619,"source":332,"sourceLanguage":18,"type":253},"skills/extract-legal-invoice-data","Extract timekeeper entries, disbursements, matter references, and billing summaries from law firm invoices.","extract-legal-invoice-data",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-legal-invoice-data/SKILL.md",[620],{"path":388,"priority":326},{"basePath":622,"description":623,"displayName":624,"installMethods":625,"rationale":626,"selectedPaths":627,"source":332,"sourceLanguage":18,"type":253},"skills/extract-listing-and-generate-brochure","Extract property listing details from a real estate document, then generate a branded PDF brochure and a social media image for the listing.","extract-listing-and-generate-brochure",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-listing-and-generate-brochure/SKILL.md",[628],{"path":388,"priority":326},{"basePath":630,"description":631,"displayName":632,"installMethods":633,"rationale":634,"selectedPaths":635,"source":332,"sourceLanguage":18,"type":253},"skills/extract-medical-record","Extract patient details, diagnoses, and medications from a medical record into structured JSON for healthcare workflows.","extract-medical-record",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-medical-record/SKILL.md",[636],{"path":388,"priority":326},{"basePath":638,"description":639,"displayName":640,"installMethods":641,"rationale":642,"selectedPaths":643,"source":332,"sourceLanguage":18,"type":253},"skills/extract-multi-invoice-data","Extract structured data from multiple invoice files in a single API call using an array schema.","extract-multi-invoice-data",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-multi-invoice-data/SKILL.md",[644],{"path":388,"priority":326},{"basePath":646,"description":647,"displayName":648,"installMethods":649,"rationale":650,"selectedPaths":651,"source":332,"sourceLanguage":18,"type":253},"skills/extract-nda-and-generate-checklist","Extract key terms from a non-disclosure agreement, then generate a compliance checklist spreadsheet tracking obligations and deadlines.","extract-nda-and-generate-checklist",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-nda-and-generate-checklist/SKILL.md",[652],{"path":388,"priority":326},{"basePath":654,"description":655,"displayName":656,"installMethods":657,"rationale":658,"selectedPaths":659,"source":332,"sourceLanguage":18,"type":253},"skills/extract-nda-terms","Extract parties, obligations, restrictions, permitted disclosures, and expiry dates from non-disclosure agreements.","extract-nda-terms",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-nda-terms/SKILL.md",[660],{"path":388,"priority":326},{"basePath":662,"description":663,"displayName":664,"installMethods":665,"rationale":666,"selectedPaths":667,"source":332,"sourceLanguage":18,"type":253},"skills/extract-news-article-metadata-from-website","Extract headline, author, publication date, summary, category, and named entities from a public news article.","extract-news-article-metadata-from-website",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-news-article-metadata-from-website/SKILL.md",[668],{"path":388,"priority":326},{"basePath":249,"description":10,"displayName":252,"installMethods":670,"rationale":671,"selectedPaths":672,"source":332,"sourceLanguage":18,"type":253},{"claudeCode":12},"SKILL.md frontmatter at skills/extract-pricing-table-from-website/SKILL.md",[673],{"path":388,"priority":326},{"basePath":675,"description":676,"displayName":677,"installMethods":678,"rationale":679,"selectedPaths":680,"source":332,"sourceLanguage":18,"type":253},"skills/extract-product-catalog-entry","Extract product name, SKU, price, and specifications from a catalog document into structured JSON for e-commerce workflows.","extract-product-catalog-entry",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-product-catalog-entry/SKILL.md",[681],{"path":388,"priority":326},{"basePath":683,"description":684,"displayName":685,"installMethods":686,"rationale":687,"selectedPaths":688,"source":332,"sourceLanguage":18,"type":253},"skills/extract-product-data-and-generate-listing-image","Extract product details from a supplier data sheet, then generate a branded e-commerce listing image with the product name, price, and key specs.","extract-product-data-and-generate-listing-image",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-product-data-and-generate-listing-image/SKILL.md",[689],{"path":388,"priority":326},{"basePath":691,"description":692,"displayName":693,"installMethods":694,"rationale":695,"selectedPaths":696,"source":332,"sourceLanguage":18,"type":253},"skills/extract-product-data-from-website","Extract product name, price, availability, description, and specifications from a public product page.","extract-product-data-from-website",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-product-data-from-website/SKILL.md",[697],{"path":388,"priority":326},{"basePath":699,"description":700,"displayName":701,"installMethods":702,"rationale":703,"selectedPaths":704,"source":332,"sourceLanguage":18,"type":253},"skills/extract-property-appraisal","Extract appraised value, property details, and comparable sales from a property appraisal report into structured JSON.","extract-property-appraisal",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-property-appraisal/SKILL.md",[705],{"path":388,"priority":326},{"basePath":707,"description":708,"displayName":709,"installMethods":710,"rationale":711,"selectedPaths":712,"source":332,"sourceLanguage":18,"type":253},"skills/extract-property-deed-data","Extract property ownership, legal descriptions, encumbrances, and recording details from property deeds and land registry documents.","extract-property-deed-data",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-property-deed-data/SKILL.md",[713],{"path":388,"priority":326},{"basePath":715,"description":716,"displayName":717,"installMethods":718,"rationale":719,"selectedPaths":720,"source":332,"sourceLanguage":18,"type":253},"skills/extract-public-registry-page","Extract organization name, registration number, status, registration date, and officers from a public registry page.","extract-public-registry-page",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-public-registry-page/SKILL.md",[721],{"path":388,"priority":326},{"basePath":723,"description":724,"displayName":725,"installMethods":726,"rationale":727,"selectedPaths":728,"source":332,"sourceLanguage":18,"type":253},"skills/extract-purchase-order-and-generate-confirmation","Extract line items and delivery details from a customer purchase order PDF, then generate a formatted order confirmation PDF ready to send back to the buyer.","extract-purchase-order-and-generate-confirmation",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-purchase-order-and-generate-confirmation/SKILL.md",[729],{"path":388,"priority":326},{"basePath":731,"description":732,"displayName":733,"installMethods":734,"rationale":735,"selectedPaths":736,"source":332,"sourceLanguage":18,"type":253},"skills/extract-purchase-order-data","Extract line items, quantities, unit prices, delivery dates, and supplier details from purchase order documents.","extract-purchase-order-data",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-purchase-order-data/SKILL.md",[737],{"path":388,"priority":326},{"basePath":739,"description":740,"displayName":741,"installMethods":742,"rationale":743,"selectedPaths":744,"source":332,"sourceLanguage":18,"type":253},"skills/extract-real-estate-listing","Extract property address, price, room count, and features from a listing document into structured JSON for MLS and property platforms.","extract-real-estate-listing",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-real-estate-listing/SKILL.md",[745],{"path":388,"priority":326},{"basePath":747,"description":748,"displayName":749,"installMethods":750,"rationale":751,"selectedPaths":752,"source":332,"sourceLanguage":18,"type":253},"skills/extract-real-estate-listing-from-website","Extract address, listing price, bedrooms, bathrooms, amenities, and agent contact details from a public listing page.","extract-real-estate-listing-from-website",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-real-estate-listing-from-website/SKILL.md",[753],{"path":388,"priority":326},{"basePath":755,"description":756,"displayName":757,"installMethods":758,"rationale":759,"selectedPaths":760,"source":332,"sourceLanguage":18,"type":253},"skills/extract-receipt-data","Extract merchant, date, line items, tax, and total from receipts.","extract-receipt-data",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-receipt-data/SKILL.md",[761],{"path":388,"priority":326},{"basePath":763,"description":764,"displayName":765,"installMethods":766,"rationale":767,"selectedPaths":768,"source":332,"sourceLanguage":18,"type":253},"skills/extract-receipts-to-expense-report","Extract merchant, date, amount, and category from receipt photos and PDFs in one call, then generate an XLSX expense report with a totals row.","extract-receipts-to-expense-report",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-receipts-to-expense-report/SKILL.md",[769],{"path":388,"priority":326},{"basePath":771,"description":772,"displayName":773,"installMethods":774,"rationale":775,"selectedPaths":776,"source":332,"sourceLanguage":18,"type":253},"skills/extract-rental-application","Extract applicant details, employment history, income, and references from a rental application form into structured JSON for tenant screening.","extract-rental-application",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-rental-application/SKILL.md",[777],{"path":388,"priority":326},{"basePath":779,"description":780,"displayName":781,"installMethods":782,"rationale":783,"selectedPaths":784,"source":332,"sourceLanguage":18,"type":253},"skills/extract-rental-applications-to-spreadsheet","Extract applicant details from rental application PDFs and generate a side-by-side XLSX for comparing income, employment, and move-in dates.","extract-rental-applications-to-spreadsheet",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-rental-applications-to-spreadsheet/SKILL.md",[785],{"path":388,"priority":326},{"basePath":787,"description":788,"displayName":789,"installMethods":790,"rationale":791,"selectedPaths":792,"source":332,"sourceLanguage":18,"type":253},"skills/extract-restaurant-menu-from-website","Extract menu item names, prices, descriptions, and dietary notes from a public restaurant menu page.","extract-restaurant-menu-from-website",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-restaurant-menu-from-website/SKILL.md",[793],{"path":388,"priority":326},{"basePath":795,"description":796,"displayName":797,"installMethods":798,"rationale":799,"selectedPaths":800,"source":332,"sourceLanguage":18,"type":253},"skills/extract-resume-and-generate-profile","Extract candidate information from a resume PDF, then generate a formatted employee profile document for HR onboarding.","extract-resume-and-generate-profile",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-resume-and-generate-profile/SKILL.md",[801],{"path":388,"priority":326},{"basePath":803,"description":804,"displayName":805,"installMethods":806,"rationale":807,"selectedPaths":808,"source":332,"sourceLanguage":18,"type":253},"skills/extract-resume-data","Extract candidate name, contact details, work history, and skills from resumes.","extract-resume-data",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-resume-data/SKILL.md",[809],{"path":388,"priority":326},{"basePath":811,"description":812,"displayName":813,"installMethods":814,"rationale":815,"selectedPaths":816,"source":332,"sourceLanguage":18,"type":253},"skills/extract-supplier-catalog-from-website","Extract SKUs, product names, unit prices, availability, and minimum order quantities from a supplier catalog page.","extract-supplier-catalog-from-website",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-supplier-catalog-from-website/SKILL.md",[817],{"path":388,"priority":326},{"basePath":819,"description":820,"displayName":821,"installMethods":822,"rationale":823,"selectedPaths":824,"source":332,"sourceLanguage":18,"type":253},"skills/extract-supplier-catalog-to-spreadsheet","Extract every product from a supplier catalog PDF — SKUs, names, prices, MOQs — and generate a ready-to-import XLSX in two API calls.","extract-supplier-catalog-to-spreadsheet",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-supplier-catalog-to-spreadsheet/SKILL.md",[825],{"path":388,"priority":326},{"basePath":827,"description":828,"displayName":829,"installMethods":830,"rationale":831,"selectedPaths":832,"source":332,"sourceLanguage":18,"type":253},"skills/extract-supplier-invoice-for-erp","Extract supplier invoice details structured for direct import into ERP systems like SAP, Oracle, or Microsoft Dynamics.","extract-supplier-invoice-for-erp",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-supplier-invoice-for-erp/SKILL.md",[833],{"path":388,"priority":326},{"basePath":835,"description":836,"displayName":837,"installMethods":838,"rationale":839,"selectedPaths":840,"source":332,"sourceLanguage":18,"type":253},"skills/extract-terms-and-conditions","Extract clause types, obligations, limitations, and governing law from terms and conditions documents.","extract-terms-and-conditions",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-terms-and-conditions/SKILL.md",[841],{"path":388,"priority":326},{"basePath":843,"description":844,"displayName":845,"installMethods":846,"rationale":847,"selectedPaths":848,"source":332,"sourceLanguage":18,"type":253},"skills/extract-terms-and-generate-summary","Extract key clauses from terms and conditions documents, then generate a plain-language PDF summary for client review.","extract-terms-and-generate-summary",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-terms-and-generate-summary/SKILL.md",[849],{"path":388,"priority":326},{"basePath":851,"description":852,"displayName":853,"installMethods":854,"rationale":855,"selectedPaths":856,"source":332,"sourceLanguage":18,"type":253},"skills/extract-traffic-fine-data","Extract violation details, fine amounts, vehicle information, and payment deadlines from traffic fine notices.","extract-traffic-fine-data",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-traffic-fine-data/SKILL.md",[857],{"path":388,"priority":326},{"basePath":859,"description":860,"displayName":861,"installMethods":862,"rationale":863,"selectedPaths":864,"source":332,"sourceLanguage":18,"type":253},"skills/extract-violations-and-generate-summary","Extract traffic violation data from fine notices, then generate a spreadsheet summarizing all violations for fleet management.","extract-violations-and-generate-summary",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-violations-and-generate-summary/SKILL.md",[865],{"path":388,"priority":326},{"basePath":867,"description":868,"displayName":869,"installMethods":870,"rationale":871,"selectedPaths":872,"source":332,"sourceLanguage":18,"type":253},"skills/generate-aplus-content-banner","Generate an Amazon A+ Content banner image for book marketing with cover art, title, and branding.","generate-aplus-content-banner",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-aplus-content-banner/SKILL.md",[873],{"path":388,"priority":326},{"basePath":875,"description":876,"displayName":877,"installMethods":878,"rationale":879,"selectedPaths":880,"source":332,"sourceLanguage":18,"type":253},"skills/generate-billing-statement","Generate an XLSX billing statement with a merged company header, subscription line items, overages, credits, and subtotal/tax/total formulas.","generate-billing-statement",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-billing-statement/SKILL.md",[881],{"path":388,"priority":326},{"basePath":883,"description":884,"displayName":885,"installMethods":886,"rationale":887,"selectedPaths":888,"source":332,"sourceLanguage":18,"type":253},"skills/generate-book-cover-spreads","Generate print-ready book cover spreads with back cover, spine, and front cover in a single image.","generate-book-cover-spreads",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-book-cover-spreads/SKILL.md",[889],{"path":388,"priority":326},{"basePath":891,"description":892,"displayName":893,"installMethods":894,"rationale":895,"selectedPaths":896,"source":332,"sourceLanguage":18,"type":253},"skills/generate-certificate-image","Generate a professional certificate image with recipient name, course title, and completion date for digital sharing, social media, or email delivery.","generate-certificate-image",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-certificate-image/SKILL.md",[897],{"path":388,"priority":326},{"basePath":899,"description":900,"displayName":901,"installMethods":902,"rationale":903,"selectedPaths":904,"source":332,"sourceLanguage":18,"type":253},"skills/generate-compliance-audit-document","Generate a formatted PDF compliance audit document with findings, risk ratings, remediation recommendations, and sign-off sections.","generate-compliance-audit-document",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-compliance-audit-document/SKILL.md",[905],{"path":388,"priority":326},{"basePath":907,"description":908,"displayName":909,"installMethods":910,"rationale":911,"selectedPaths":912,"source":332,"sourceLanguage":18,"type":253},"skills/generate-docx-contract","Generate an editable DOCX service agreement with parties, terms, and payment schedule.","generate-docx-contract",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-docx-contract/SKILL.md",[913],{"path":388,"priority":326},{"basePath":915,"description":916,"displayName":917,"installMethods":918,"rationale":919,"selectedPaths":920,"source":332,"sourceLanguage":18,"type":253},"skills/generate-email-banner","Generate a personalized email banner image with text, logo, and brand colors.","generate-email-banner",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-email-banner/SKILL.md",[921],{"path":388,"priority":326},{"basePath":923,"description":924,"displayName":925,"installMethods":926,"rationale":927,"selectedPaths":928,"source":332,"sourceLanguage":18,"type":253},"skills/generate-employee-offer-letter","Generate a professional offer letter PDF with role, compensation, start date, and company details.","generate-employee-offer-letter",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-employee-offer-letter/SKILL.md",[929],{"path":388,"priority":326},{"basePath":931,"description":932,"displayName":933,"installMethods":934,"rationale":935,"selectedPaths":936,"source":332,"sourceLanguage":18,"type":253},"skills/generate-employee-report","Generate an XLSX employee report with departments, salaries, hire dates, and currency formatting.","generate-employee-report",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-employee-report/SKILL.md",[937],{"path":388,"priority":326},{"basePath":939,"description":940,"displayName":941,"installMethods":942,"rationale":943,"selectedPaths":944,"source":332,"sourceLanguage":18,"type":253},"skills/generate-epub-book","Generate a complete EPUB e-book with chapters, table of contents, and rich text formatting.","generate-epub-book",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-epub-book/SKILL.md",[945],{"path":388,"priority":326},{"basePath":947,"description":948,"displayName":949,"installMethods":950,"rationale":951,"selectedPaths":952,"source":332,"sourceLanguage":18,"type":253},"skills/generate-event-ticket","Generate an event ticket image with QR code, event name, date, venue, and seat information.","generate-event-ticket",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-event-ticket/SKILL.md",[953],{"path":388,"priority":326},{"basePath":955,"description":956,"displayName":957,"installMethods":958,"rationale":959,"selectedPaths":960,"source":332,"sourceLanguage":18,"type":253},"skills/generate-front-book-cover","Generate a front cover image with custom artwork, title text, and author attribution.","generate-front-book-cover",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-front-book-cover/SKILL.md",[961],{"path":388,"priority":326},{"basePath":963,"description":964,"displayName":965,"installMethods":966,"rationale":967,"selectedPaths":968,"source":332,"sourceLanguage":18,"type":253},"skills/generate-inventory-report","Generate an XLSX inventory report with stock levels, reorder points, unit costs, and total value formulas for purchasing teams.","generate-inventory-report",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-inventory-report/SKILL.md",[969],{"path":388,"priority":326},{"basePath":971,"description":972,"displayName":973,"installMethods":974,"rationale":975,"selectedPaths":976,"source":332,"sourceLanguage":18,"type":253},"skills/generate-invoice-spreadsheet","Generate an XLSX invoice with company info, line items, subtotal/tax/total formulas, and currency formatting.","generate-invoice-spreadsheet",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-invoice-spreadsheet/SKILL.md",[977],{"path":388,"priority":326},{"basePath":979,"description":980,"displayName":981,"installMethods":982,"rationale":983,"selectedPaths":984,"source":332,"sourceLanguage":18,"type":253},"skills/generate-multi-client-usage-report","Generate a multi-sheet XLSX report tracking API usage, credit consumption, and billing across multiple agency clients.","generate-multi-client-usage-report",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-multi-client-usage-report/SKILL.md",[985],{"path":388,"priority":326},{"basePath":987,"description":988,"displayName":989,"installMethods":990,"rationale":991,"selectedPaths":992,"source":332,"sourceLanguage":18,"type":253},"skills/generate-nda","Generate a non-disclosure agreement PDF with party names, effective date, and standard confidentiality terms.","generate-nda",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-nda/SKILL.md",[993],{"path":388,"priority":326},{"basePath":995,"description":996,"displayName":997,"installMethods":998,"rationale":999,"selectedPaths":1000,"source":332,"sourceLanguage":18,"type":253},"skills/generate-og-image","Generate a branded Open Graph image with a generative wave background, logo, and tagline.","generate-og-image",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-og-image/SKILL.md",[1001],{"path":388,"priority":326},{"basePath":1003,"description":1004,"displayName":1005,"installMethods":1006,"rationale":1007,"selectedPaths":1008,"source":332,"sourceLanguage":18,"type":253},"skills/generate-order-export","Export e-commerce order data to CSV with order numbers, customer details, amounts, and fulfillment status.","generate-order-export",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-order-export/SKILL.md",[1009],{"path":388,"priority":326},{"basePath":1011,"description":1012,"displayName":1013,"installMethods":1014,"rationale":1015,"selectedPaths":1016,"source":332,"sourceLanguage":18,"type":253},"skills/generate-packing-slip","Generate a packing slip PDF with order details, item list, and shipping address.","generate-packing-slip",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-packing-slip/SKILL.md",[1017],{"path":388,"priority":326},{"basePath":1019,"description":1020,"displayName":1021,"installMethods":1022,"rationale":1023,"selectedPaths":1024,"source":332,"sourceLanguage":18,"type":253},"skills/generate-packing-slip-and-shipping-label","Generate a PDF packing slip and a PNG shipping label from the same order data in a single fulfillment workflow.","generate-packing-slip-and-shipping-label",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-packing-slip-and-shipping-label/SKILL.md",[1025],{"path":388,"priority":326},{"basePath":1027,"description":1028,"displayName":1029,"installMethods":1030,"rationale":1031,"selectedPaths":1032,"source":332,"sourceLanguage":18,"type":253},"skills/generate-pdf-certificate","Generate a professional achievement certificate with recipient name, course details, date, and a QR code for formal download or print.","generate-pdf-certificate",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-pdf-certificate/SKILL.md",[1033],{"path":388,"priority":326},{"basePath":1035,"description":1036,"displayName":1037,"installMethods":1038,"rationale":1039,"selectedPaths":1040,"source":332,"sourceLanguage":18,"type":253},"skills/generate-pdf-invoice","Generate a professional PDF invoice with company branding, line items, and totals.","generate-pdf-invoice",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-pdf-invoice/SKILL.md",[1041],{"path":388,"priority":326},{"basePath":1043,"description":1044,"displayName":1045,"installMethods":1046,"rationale":1047,"selectedPaths":1048,"source":332,"sourceLanguage":18,"type":253},"skills/generate-pdf-manuscript","Generate a print-ready PDF manuscript with title page, table of contents, and chapters at 6x9 inch trim size.","generate-pdf-manuscript",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-pdf-manuscript/SKILL.md",[1049],{"path":388,"priority":326},{"basePath":1051,"description":1052,"displayName":1053,"installMethods":1054,"rationale":1055,"selectedPaths":1056,"source":332,"sourceLanguage":18,"type":253},"skills/generate-pdf-report","Generate a professional PDF report with title, executive summary, data table, and footer.","generate-pdf-report",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-pdf-report/SKILL.md",[1057],{"path":388,"priority":326},{"basePath":1059,"description":1060,"displayName":1061,"installMethods":1062,"rationale":1063,"selectedPaths":1064,"source":332,"sourceLanguage":18,"type":253},"skills/generate-product-datasheet","Generate a professional product specification sheet with images, feature tables, technical specs, and contact information.","generate-product-datasheet",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-product-datasheet/SKILL.md",[1065],{"path":388,"priority":326},{"basePath":1067,"description":1068,"displayName":1069,"installMethods":1070,"rationale":1071,"selectedPaths":1072,"source":332,"sourceLanguage":18,"type":253},"skills/generate-product-listing-image","Generate a product listing image with photo, price badge, and promotional text overlay.","generate-product-listing-image",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-product-listing-image/SKILL.md",[1073],{"path":388,"priority":326},{"basePath":1075,"description":1076,"displayName":1077,"installMethods":1078,"rationale":1079,"selectedPaths":1080,"source":332,"sourceLanguage":18,"type":253},"skills/generate-product-promo-banner","Optimize a product photo and compose it into a promotional banner with sale text and pricing.","generate-product-promo-banner",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-product-promo-banner/SKILL.md",[1081],{"path":388,"priority":326},{"basePath":1083,"description":1084,"displayName":1085,"installMethods":1086,"rationale":1087,"selectedPaths":1088,"source":332,"sourceLanguage":18,"type":253},"skills/generate-product-promo-card","Generate a product promotional card with a product photo, sale badge, and pricing text.","generate-product-promo-card",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-product-promo-card/SKILL.md",[1089],{"path":388,"priority":326},{"basePath":1091,"description":1092,"displayName":1093,"installMethods":1094,"rationale":1095,"selectedPaths":1096,"source":332,"sourceLanguage":18,"type":253},"skills/generate-product-slide","Generate a branded product slide image with headline, feature pills, and a call-to-action — all arranged with layout layers.","generate-product-slide",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-product-slide/SKILL.md",[1097],{"path":388,"priority":326},{"basePath":1099,"description":1100,"displayName":1101,"installMethods":1102,"rationale":1103,"selectedPaths":1104,"source":332,"sourceLanguage":18,"type":253},"skills/generate-quarterly-report","Create a structured quarterly business report with table of contents, data tables, and page numbers.","generate-quarterly-report",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-quarterly-report/SKILL.md",[1105],{"path":388,"priority":326},{"basePath":1107,"description":1108,"displayName":1109,"installMethods":1110,"rationale":1111,"selectedPaths":1112,"source":332,"sourceLanguage":18,"type":253},"skills/generate-real-estate-listing-graphic","Generate a branded property listing graphic with a property photo, status badge, price, address, and key stats.","generate-real-estate-listing-graphic",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-real-estate-listing-graphic/SKILL.md",[1113],{"path":388,"priority":326},{"basePath":1115,"description":1116,"displayName":1117,"installMethods":1118,"rationale":1119,"selectedPaths":1120,"source":332,"sourceLanguage":18,"type":253},"skills/generate-report-card-image","Generate a visual KPI report card with a headline metric, secondary stats, and branding — shareable as an image.","generate-report-card-image",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-report-card-image/SKILL.md",[1121],{"path":388,"priority":326},{"basePath":1123,"description":1124,"displayName":1125,"installMethods":1126,"rationale":1127,"selectedPaths":1128,"source":332,"sourceLanguage":18,"type":253},"skills/generate-restaurant-menu","Generate a branded restaurant menu PDF with sections, items, prices, and descriptions.","generate-restaurant-menu",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-restaurant-menu/SKILL.md",[1129],{"path":388,"priority":326},{"basePath":1131,"description":1132,"displayName":1133,"installMethods":1134,"rationale":1135,"selectedPaths":1136,"source":332,"sourceLanguage":18,"type":253},"skills/generate-sales-dashboard","Generate a multi-sheet XLSX workbook with quarterly revenue, expenses, and summary formulas.","generate-sales-dashboard",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-sales-dashboard/SKILL.md",[1137],{"path":388,"priority":326},{"basePath":1139,"description":1140,"displayName":1141,"installMethods":1142,"rationale":1143,"selectedPaths":1144,"source":332,"sourceLanguage":18,"type":253},"skills/generate-sales-report-xlsx","Generate a formatted XLSX spreadsheet with sales data, currency formatting, and bold headers.","generate-sales-report-xlsx",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-sales-report-xlsx/SKILL.md",[1145],{"path":388,"priority":326},{"basePath":1147,"description":1148,"displayName":1149,"installMethods":1150,"rationale":1151,"selectedPaths":1152,"source":332,"sourceLanguage":18,"type":253},"skills/generate-shipping-label","Generate a compact PDF shipping label with sender and recipient addresses, barcode, and tracking number.","generate-shipping-label",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-shipping-label/SKILL.md",[1153],{"path":388,"priority":326},{"basePath":1155,"description":1156,"displayName":1157,"installMethods":1158,"rationale":1159,"selectedPaths":1160,"source":332,"sourceLanguage":18,"type":253},"skills/generate-slide-deck","Build a PowerPoint slide deck with title slide, content slides, and call-to-action page.","generate-slide-deck",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-slide-deck/SKILL.md",[1161],{"path":388,"priority":326},{"basePath":1163,"description":1164,"displayName":1165,"installMethods":1166,"rationale":1167,"selectedPaths":1168,"source":332,"sourceLanguage":18,"type":253},"skills/generate-social-card","Generate an Open Graph social sharing card with dynamic title, description, and branding.","generate-social-card",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-social-card/SKILL.md",[1169],{"path":388,"priority":326},{"basePath":1171,"description":1172,"displayName":1173,"installMethods":1174,"rationale":1175,"selectedPaths":1176,"source":332,"sourceLanguage":18,"type":253},"skills/generate-social-media-book-promo","Generate a vertical story image for TikTok or Instagram book promotion with cover art, hook text, and author branding.","generate-social-media-book-promo",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-social-media-book-promo/SKILL.md",[1177],{"path":388,"priority":326},{"basePath":1179,"description":1180,"displayName":1181,"installMethods":1182,"rationale":1183,"selectedPaths":1184,"source":332,"sourceLanguage":18,"type":253},"skills/generate-thumbnail","Resize a source image to a thumbnail and convert to WebP.","generate-thumbnail",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-thumbnail/SKILL.md",[1185],{"path":388,"priority":326},{"basePath":1187,"description":1188,"displayName":1189,"installMethods":1190,"rationale":1191,"selectedPaths":1192,"source":332,"sourceLanguage":18,"type":253},"skills/generate-timesheet-export","Generate an XLSX timesheet with logged hours, hourly rates, per-entry amount formulas, and totals for client billing or payroll.","generate-timesheet-export",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-timesheet-export/SKILL.md",[1193],{"path":388,"priority":326},{"basePath":1195,"description":1196,"displayName":1197,"installMethods":1198,"rationale":1199,"selectedPaths":1200,"source":332,"sourceLanguage":18,"type":253},"skills/generate-white-label-report","Generate a branded PDF report with custom client logo placeholder, colors, and content sections for white-label agency delivery.","generate-white-label-report",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-white-label-report/SKILL.md",[1201],{"path":388,"priority":326},{"basePath":1203,"description":1204,"displayName":1205,"installMethods":1206,"rationale":1207,"selectedPaths":1208,"source":332,"sourceLanguage":18,"type":253},"skills/generate-youtube-thumbnail","Generate a YouTube thumbnail with bold title text, gradient background, and a static image cutout.","generate-youtube-thumbnail",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-youtube-thumbnail/SKILL.md",[1209],{"path":388,"priority":326},{"basePath":1211,"description":1212,"displayName":1213,"installMethods":1214,"rationale":1215,"selectedPaths":1216,"source":332,"sourceLanguage":18,"type":253},"skills/image-generation-api","Generate composited images from layers — solid colors, gradients, text, images, QR codes, barcodes, and layouts.","image-generation-api",{"claudeCode":12},"SKILL.md frontmatter at skills/image-generation-api/SKILL.md",[1217],{"path":388,"priority":326},{"basePath":1219,"description":1220,"displayName":1221,"installMethods":1222,"rationale":1223,"selectedPaths":1224,"source":332,"sourceLanguage":18,"type":253},"skills/image-resize-watermark-convert","Resize an image, add a branded text watermark, and convert to WebP in a two-step pipeline.","image-resize-watermark-convert",{"claudeCode":12},"SKILL.md frontmatter at skills/image-resize-watermark-convert/SKILL.md",[1225],{"path":388,"priority":326},{"basePath":1227,"description":1228,"displayName":1229,"installMethods":1230,"rationale":1231,"selectedPaths":1232,"source":332,"sourceLanguage":18,"type":253},"skills/image-transformation-api","Transform images with resize, crop, smart crop, upscale, remove background, and 20+ operations.","image-transformation-api",{"claudeCode":12},"SKILL.md frontmatter at skills/image-transformation-api/SKILL.md",[1233],{"path":388,"priority":326},{"basePath":1235,"description":1236,"displayName":1237,"installMethods":1238,"rationale":1239,"selectedPaths":1240,"source":332,"sourceLanguage":18,"type":253},"skills/invoice-to-pdf-report","Extract invoice data and generate a formatted PDF summary in a single pipeline.","invoice-to-pdf-report",{"claudeCode":12},"SKILL.md frontmatter at skills/invoice-to-pdf-report/SKILL.md",[1241],{"path":388,"priority":326},{"basePath":1243,"description":1244,"displayName":250,"installMethods":1245,"rationale":1246,"selectedPaths":1247,"source":332,"sourceLanguage":18,"type":253},"skills/iterationlayer","Integrate Iteration Layer APIs for document, website, image, and sheet processing. Composable APIs — Document Extraction, Website Extraction, Document to Markdown, Image Transformation, Image Generation, Document Generation, and Sheet Generation — share one credit pool and chain together into workflows.",{"claudeCode":12},"SKILL.md frontmatter at skills/iterationlayer/SKILL.md",[1248],{"path":388,"priority":326},{"basePath":1250,"description":1251,"displayName":1252,"installMethods":1253,"rationale":1254,"selectedPaths":1255,"source":332,"sourceLanguage":18,"type":253},"skills/markdown-to-styled-pdf","Generate a professionally styled PDF document from Markdown content with custom fonts, headers, and page numbers.","markdown-to-styled-pdf",{"claudeCode":12},"SKILL.md frontmatter at skills/markdown-to-styled-pdf/SKILL.md",[1256],{"path":388,"priority":326},{"basePath":1258,"description":1259,"displayName":1260,"installMethods":1261,"rationale":1262,"selectedPaths":1263,"source":332,"sourceLanguage":18,"type":253},"skills/optimize-for-amazon","Prepare a product photo to meet Amazon's main image requirements: pure white background, square format, 2000×2000px, JPEG.","optimize-for-amazon",{"claudeCode":12},"SKILL.md frontmatter at skills/optimize-for-amazon/SKILL.md",[1264],{"path":388,"priority":326},{"basePath":1266,"description":1267,"displayName":1268,"installMethods":1269,"rationale":1270,"selectedPaths":1271,"source":332,"sourceLanguage":18,"type":253},"skills/optimize-for-etsy","Smart crop a product photo to Etsy's recommended 2000×2000px square format and export as JPEG.","optimize-for-etsy",{"claudeCode":12},"SKILL.md frontmatter at skills/optimize-for-etsy/SKILL.md",[1272],{"path":388,"priority":326},{"basePath":1274,"description":1275,"displayName":1276,"installMethods":1277,"rationale":1278,"selectedPaths":1279,"source":332,"sourceLanguage":18,"type":253},"skills/optimize-for-shopify","Resize a product photo to Shopify's recommended 2048×2048px square format, sharpen, and convert to WebP for fast storefront load times.","optimize-for-shopify",{"claudeCode":12},"SKILL.md frontmatter at skills/optimize-for-shopify/SKILL.md",[1280],{"path":388,"priority":326},{"basePath":1282,"description":1283,"displayName":1284,"installMethods":1285,"rationale":1286,"selectedPaths":1287,"source":332,"sourceLanguage":18,"type":253},"skills/optimize-product-photo","Resize, enhance, and compress a product photo for an e-commerce listing with consistent quality.","optimize-product-photo",{"claudeCode":12},"SKILL.md frontmatter at skills/optimize-product-photo/SKILL.md",[1288],{"path":388,"priority":326},{"basePath":1290,"description":1291,"displayName":1292,"installMethods":1293,"rationale":1294,"selectedPaths":1295,"source":332,"sourceLanguage":18,"type":253},"skills/preprocess-document-for-llm","Convert a document to markdown and classify it with an LLM in a single pipeline.","preprocess-document-for-llm",{"claudeCode":12},"SKILL.md frontmatter at skills/preprocess-document-for-llm/SKILL.md",[1296],{"path":388,"priority":326},{"basePath":1298,"description":1299,"displayName":1300,"installMethods":1301,"rationale":1302,"selectedPaths":1303,"source":332,"sourceLanguage":18,"type":253},"skills/process-real-estate-photo","Enhance and standardize a property listing photo with auto-contrast, sharpening, and consistent sizing.","process-real-estate-photo",{"claudeCode":12},"SKILL.md frontmatter at skills/process-real-estate-photo/SKILL.md",[1304],{"path":388,"priority":326},{"basePath":1306,"description":1307,"displayName":1308,"installMethods":1309,"rationale":1310,"selectedPaths":1311,"source":332,"sourceLanguage":18,"type":253},"skills/remove-background-and-generate-product-card","Remove the background from a raw product photo, then compose it into a branded listing card with the product name and price.","remove-background-and-generate-product-card",{"claudeCode":12},"SKILL.md frontmatter at skills/remove-background-and-generate-product-card/SKILL.md",[1312],{"path":388,"priority":326},{"basePath":1314,"description":1315,"displayName":1316,"installMethods":1317,"rationale":1318,"selectedPaths":1319,"source":332,"sourceLanguage":18,"type":253},"skills/remove-product-background","Remove the background from a product photo using AI-powered segmentation.","remove-product-background",{"claudeCode":12},"SKILL.md frontmatter at skills/remove-product-background/SKILL.md",[1320],{"path":388,"priority":326},{"basePath":1322,"description":1323,"displayName":1324,"installMethods":1325,"rationale":1326,"selectedPaths":1327,"source":332,"sourceLanguage":18,"type":253},"skills/resize-image-for-print-publishing","Resize and convert manuscript images to KDP-compliant dimensions at 300 DPI for print-on-demand.","resize-image-for-print-publishing",{"claudeCode":12},"SKILL.md frontmatter at skills/resize-image-for-print-publishing/SKILL.md",[1328],{"path":388,"priority":326},{"basePath":1330,"description":1331,"displayName":1332,"installMethods":1333,"rationale":1334,"selectedPaths":1335,"source":332,"sourceLanguage":18,"type":253},"skills/resize-image-for-social-media","Resize and crop a single image into platform-specific dimensions for social media.","resize-image-for-social-media",{"claudeCode":12},"SKILL.md frontmatter at skills/resize-image-for-social-media/SKILL.md",[1336],{"path":388,"priority":326},{"basePath":1338,"description":1339,"displayName":1340,"installMethods":1341,"rationale":1342,"selectedPaths":1343,"source":332,"sourceLanguage":18,"type":253},"skills/sheet-generation-api","Generate CSV, Markdown, and XLSX spreadsheets from structured tabular data.","sheet-generation-api",{"claudeCode":12},"SKILL.md frontmatter at skills/sheet-generation-api/SKILL.md",[1344],{"path":388,"priority":326},{"basePath":1346,"description":1347,"displayName":1348,"installMethods":1349,"rationale":1350,"selectedPaths":1351,"source":332,"sourceLanguage":18,"type":253},"skills/smart-crop-avatar-and-remove-background","Smart crop to face, remove the background, and convert to WebP for a clean user avatar.","smart-crop-avatar-and-remove-background",{"claudeCode":12},"SKILL.md frontmatter at skills/smart-crop-avatar-and-remove-background/SKILL.md",[1352],{"path":388,"priority":326},{"basePath":1354,"description":1355,"displayName":1356,"installMethods":1357,"rationale":1358,"selectedPaths":1359,"source":332,"sourceLanguage":18,"type":253},"skills/smart-crop-group-photo","Use AI detection to smart-crop individual portraits from a group photo.","smart-crop-group-photo",{"claudeCode":12},"SKILL.md frontmatter at skills/smart-crop-group-photo/SKILL.md",[1360],{"path":388,"priority":326},{"basePath":1362,"description":1363,"displayName":1364,"installMethods":1365,"rationale":1366,"selectedPaths":1367,"source":332,"sourceLanguage":18,"type":253},"skills/smart-crop-product-image","AI-powered subject-aware crop that centers on the product regardless of its position in the frame.","smart-crop-product-image",{"claudeCode":12},"SKILL.md frontmatter at skills/smart-crop-product-image/SKILL.md",[1368],{"path":388,"priority":326},{"basePath":1370,"description":1371,"displayName":1372,"installMethods":1373,"rationale":1374,"selectedPaths":1375,"source":332,"sourceLanguage":18,"type":253},"skills/upscale-low-resolution-image","Upscale a low-resolution image using AI super-resolution for print or high-DPI display.","upscale-low-resolution-image",{"claudeCode":12},"SKILL.md frontmatter at skills/upscale-low-resolution-image/SKILL.md",[1376],{"path":388,"priority":326},{"basePath":1378,"description":1379,"displayName":1380,"installMethods":1381,"rationale":1382,"selectedPaths":1383,"source":332,"sourceLanguage":18,"type":253},"skills/watermark-an-image","Apply a text watermark to a photo using layer-based image composition for brand protection and copyright.","watermark-an-image",{"claudeCode":12},"SKILL.md frontmatter at skills/watermark-an-image/SKILL.md",[1384],{"path":388,"priority":326},{"basePath":1386,"description":1387,"displayName":1388,"installMethods":1389,"rationale":1390,"selectedPaths":1391,"source":332,"sourceLanguage":18,"type":253},"skills/website-extraction-api","Extract typed JSON from public website pages using a schema.","website-extraction-api",{"claudeCode":12},"SKILL.md frontmatter at skills/website-extraction-api/SKILL.md",[1392],{"path":388,"priority":326},{"sources":1394},[1395],"manual",{"closedIssues90d":8,"description":1397,"forks":8,"homepage":1398,"license":244,"openIssues90d":8,"pushedAt":242,"readmeSize":240,"stars":8,"topics":1399},"Iteration Layer skills for Claude Code and AI agents","https://iterationlayer.com/docs/ai-integration",[1400,1401,1402,1403,251,348,1404,1405,1406,1407,1408,1409,1410,1411,1412,1413],"ai-agents","claude-code","iteration-layer","mcp","document-generation","image-generation","image-transformation","sheet-generation","ai-coding","cursor","image-processing","pdf-extraction","pdf-generation","spreadsheet",{"classifiedAt":1415,"discoverAt":1416,"extractAt":1417,"githubAt":1417,"updatedAt":1415},1778691104009,1778689866891,1778691101794,[221,220,218,219,217],{"evaluatedAt":247,"extractAt":295,"updatedAt":247},[],[1422,1451,1479,1505,1522,1538],{"_creationTime":1423,"_id":1424,"community":1425,"display":1426,"identity":1432,"providers":1436,"relations":1444,"tags":1446,"workflow":1447},1778697205743.894,"k17ej9360g7468qswf3svnrx9186m1ng",{"reviewCount":8},{"description":1427,"installMethods":1428,"name":1430,"sourceUrl":1431},"Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to \"open a website\", \"fill out a form\", \"click a button\", \"take a screenshot\", \"scrape data from a page\", \"test this web app\", \"login to a site\", \"automate browser actions\", or any task requiring programmatic web interaction.",{"claudeCode":1429},"shanraisshan/claude-code-best-practice","agent-browser","https://github.com/shanraisshan/claude-code-best-practice",{"basePath":1433,"githubOwner":1434,"githubRepo":1435,"locale":18,"slug":1430,"type":253},".claude/skills/agent-browser","shanraisshan","claude-code-best-practice",{"evaluate":1437,"extract":1443},{"promptVersionExtension":210,"promptVersionScoring":211,"score":1438,"tags":1439,"targetMarket":222,"tier":223},100,[1440,217,1441,1442,221],"browser-automation","testing","cli",{"commitSha":284},{"repoId":1445},"kd74710g49kxgwbfjxeb7s132d86myxr",[221,1440,1442,1441,217],{"evaluatedAt":1448,"extractAt":1449,"updatedAt":1450},1778697222051,1778697205743,1778697438718,{"_creationTime":1452,"_id":1453,"community":1454,"display":1455,"identity":1461,"providers":1466,"relations":1473,"tags":1475,"workflow":1476},1778685991755.7354,"k170s484eessgyjzgnczc91n5186mbcr",{"reviewCount":8},{"description":1456,"installMethods":1457,"name":1459,"sourceUrl":1460},"Extracts and analyzes competitors' ads from ad libraries (Facebook, LinkedIn, etc.) to understand what messaging, problems, and creative approaches are working. Helps inspire and improve your own ad campaigns.",{"claudeCode":1458},"davila7/claude-code-templates","Competitive Ads Extractor","https://github.com/davila7/claude-code-templates",{"basePath":1462,"githubOwner":1463,"githubRepo":1464,"locale":18,"slug":1465,"type":253},"cli-tool/components/skills/business-marketing/competitive-ads-extractor","davila7","claude-code-templates","competitive-ads-extractor",{"evaluate":1467,"extract":1472},{"promptVersionExtension":210,"promptVersionScoring":211,"score":1438,"tags":1468,"targetMarket":222,"tier":223},[1469,220,1470,1471,218],"marketing","advertising","social-media",{"commitSha":284,"license":244},{"repoId":1474},"kd71fzn4s7r0269fkw47wt670n86ndz0",[1470,220,218,1469,1471],{"evaluatedAt":1477,"extractAt":1478,"updatedAt":1477},1778689511404,1778685991755,{"_creationTime":1480,"_id":1481,"community":1482,"display":1483,"identity":1489,"providers":1493,"relations":1499,"tags":1501,"workflow":1502},1778696993586.7058,"k174ty9vbfgj7cv3v2szdwjgh986mrsf",{"reviewCount":8},{"description":1484,"installMethods":1485,"name":1487,"sourceUrl":1488},"Search ChatGPT and extract the full response + hydration JSON that powers the UI.\nAttaches to a running Chrome instance (port 9222 by default), opens ChatGPT,\nsubmits a query, waits for the streamed response, and returns structured data:\nmessages, product cards, hydration JSON, and API calls.\nUse when asked to \"search chatgpt\", \"ask chatgpt\", \"chatgpt search\",\n\"get chatgpt response\", or \"scrape chatgpt\".\n",{"claudeCode":1486},"SeifBenayed/claude-code-sdk","chatgpt-search","https://github.com/SeifBenayed/claude-code-sdk",{"basePath":1490,"githubOwner":1491,"githubRepo":1492,"locale":18,"slug":1487,"type":253},".claude/skills/chatgpt-search","SeifBenayed","claude-code-sdk",{"evaluate":1494,"extract":1498},{"promptVersionExtension":210,"promptVersionScoring":211,"score":1438,"tags":1495,"targetMarket":222,"tier":223},[1496,1497,1440,218,217],"chatgpt","scraping",{"commitSha":284},{"repoId":1500},"kd78s53c1852h5p7c3qem663xs86njab",[1440,1496,218,1497,217],{"evaluatedAt":1503,"extractAt":1504,"updatedAt":1503},1778697026743,1778696993586,{"_creationTime":1506,"_id":1507,"community":1508,"display":1509,"identity":1511,"providers":1512,"relations":1518,"tags":1519,"workflow":1520},1778691104676.009,"k178w7wd1nma48cbwy5hbrnq7s86nyvy",{"reviewCount":8},{"description":1387,"installMethods":1510,"name":1388,"sourceUrl":14},{"claudeCode":12},{"basePath":1386,"githubOwner":250,"githubRepo":251,"locale":18,"slug":1388,"type":253},{"evaluate":1513,"extract":1517},{"promptVersionExtension":210,"promptVersionScoring":211,"score":1438,"tags":1514,"targetMarket":222,"tier":223},[217,218,301,1515,1516,221],"schema","api",{"commitSha":284},{"parentExtensionId":256,"repoId":291},[1516,221,218,301,1515,217],{"evaluatedAt":1521,"extractAt":295,"updatedAt":1521},1778694012840,{"_creationTime":1523,"_id":1524,"community":1525,"display":1526,"identity":1528,"providers":1529,"relations":1534,"tags":1535,"workflow":1536},1778691104675.9915,"k172qd89p5z3xybe3h8ncdmns586nd5g",{"reviewCount":8},{"description":812,"installMethods":1527,"name":813,"sourceUrl":14},{"claudeCode":12},{"basePath":811,"githubOwner":250,"githubRepo":251,"locale":18,"slug":813,"type":253},{"evaluate":1530,"extract":1533},{"promptVersionExtension":210,"promptVersionScoring":211,"score":1438,"tags":1531,"targetMarket":222,"tier":223},[217,218,1532,1516,221],"procurement",{"commitSha":284},{"parentExtensionId":256,"repoId":291},[1516,221,218,1532,217],{"evaluatedAt":1537,"extractAt":295,"updatedAt":1537},1778692514878,{"_creationTime":1539,"_id":1540,"community":1541,"display":1542,"identity":1544,"providers":1545,"relations":1550,"tags":1551,"workflow":1552},1778691104675.9885,"k176q61fzr6re9nbpsx4362fw586mvj3",{"reviewCount":8},{"description":716,"installMethods":1543,"name":717,"sourceUrl":14},{"claudeCode":12},{"basePath":715,"githubOwner":250,"githubRepo":251,"locale":18,"slug":717,"type":253},{"evaluate":1546,"extract":1549},{"promptVersionExtension":210,"promptVersionScoring":211,"score":1438,"tags":1547,"targetMarket":222,"tier":223},[218,217,1548,221,1516],"compliance",{"commitSha":284},{"parentExtensionId":256,"repoId":291},[1516,221,1548,218,217],{"evaluatedAt":1553,"extractAt":295,"updatedAt":1553},1778692237425]