[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-iterationlayer-extract-customs-declarations-to-spreadsheet-zh-CN":3,"guides-for-iterationlayer-extract-customs-declarations-to-spreadsheet":1411,"similar-k17cyyqx9ccrm25kr9p7kkkxdh86nvbg-zh-CN":1412},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":238,"isFallback":243,"parentExtension":244,"providers":301,"relations":305,"repo":306,"tags":1409,"workflow":1410},1778691104675.983,"k17cyyqx9ccrm25kr9p7kkkxdh86nvbg",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Extract HS codes, declared values, and duty amounts from customs declaration documents, then generate an XLSX import duty log.",{"claudeCode":12},"iterationlayer/skills","extract-customs-declarations-to-spreadsheet","https://github.com/iterationlayer/skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":224,"workflow":236},1778691724392.355,"kn77ch6fzv4gw8g0xpwqs92nhs86nkp1","en",{"checks":20,"evaluatedAt":194,"extensionSummary":195,"features":196,"nonGoals":201,"promptVersionExtension":205,"promptVersionScoring":206,"purpose":207,"rationale":208,"score":209,"summary":210,"tags":211,"targetMarket":218,"tier":219,"useCases":220},[21,26,29,32,36,39,43,48,51,54,58,62,66,71,74,77,80,83,86,89,93,97,101,105,109,112,116,119,123,126,129,132,135,138,141,145,149,152,155,159,162,165,168,171,175,178,181,184,187,191],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of extracting HS codes, declared values, and duty amounts from customs documents for compliance and cost reconciliation.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill automates a manual process using specialized API calls for document extraction and spreadsheet generation, offering significant value over a generic LLM prompt.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill addresses the complete lifecycle of extracting data from documents and generating a report, using documented APIs with clear prerequisites.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill has a single, focused responsibility: extracting specific data from customs declarations and formatting it into a spreadsheet.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the skill's functionality as described in the SKILL.md and demonstrated in the code examples.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill uses specific tools (`document-extraction/v1/extract` and `sheet-generation/v1/generate`) rather than a single general-purpose command.",{"category":44,"check":45,"severity":46,"summary":47},"Documentation","Configuration & parameter reference","info","The API key is referenced as an environment variable or placeholder in the code examples, but its configuration precedence is not explicitly documented.",{"category":33,"check":49,"severity":24,"summary":50},"Tool naming","The tools referenced in the code examples (`document-extraction/v1/extract` and `sheet-generation/v1/generate`) are descriptive.",{"category":33,"check":52,"severity":24,"summary":53},"Minimal I/O surface","The API calls for document extraction and sheet generation use specific, documented parameters and return structured data.",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","The extension is licensed under the MIT license, which is permissive and allows redistribution.",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","The last commit was on April 28, 2026, which is recent.",{"category":59,"check":63,"severity":64,"summary":65},"Dependency Management","not_applicable","The skill relies on external APIs and does not appear to have direct third-party code dependencies that require management.",{"category":67,"check":68,"severity":69,"summary":70},"Security","Secret Management","warning","The API key is provided as a placeholder `YOUR_API_KEY` and is expected to be handled via environment variables or a secure mechanism, but there's no explicit instruction on how to securely manage it within the documentation.",{"category":67,"check":72,"severity":24,"summary":73},"Injection","The skill uses predefined API calls with structured data, mitigating injection risks.",{"category":67,"check":75,"severity":24,"summary":76},"Transitive Supply-Chain Grenades","The skill relies on documented Iteration Layer APIs and does not fetch external content at runtime for execution.",{"category":67,"check":78,"severity":24,"summary":79},"Sandbox Isolation","The skill interacts with external APIs and does not modify local files or operate outside its designated scope.",{"category":67,"check":81,"severity":24,"summary":82},"Sandbox escape primitives","No detached process spawns or deny-retry loops were found in the provided code.",{"category":67,"check":84,"severity":24,"summary":85},"Data Exfiltration","The skill only sends data to the Iteration Layer APIs as part of its core function and does not exfiltrate confidential data.",{"category":67,"check":87,"severity":24,"summary":88},"Hidden Text Tricks","The bundled content is free of hidden-steering tricks and uses clean, printable ASCII.",{"category":90,"check":91,"severity":24,"summary":92},"Hooks","Opaque code execution","The provided code examples are plain and readable, with no obfuscation, base64 payloads, or runtime code fetching.",{"category":94,"check":95,"severity":24,"summary":96},"Portability","Structural Assumption","The skill operates on remote URLs and API endpoints, making no assumptions about the user's local file structure.",{"category":98,"check":99,"severity":24,"summary":100},"Trust","Issues Attention","There are 0 issues opened and 0 closed in the last 90 days, indicating low activity or a new/unused repository.",{"category":102,"check":103,"severity":69,"summary":104},"Versioning","Release Management","The repository has no discernible versioning mechanism (e.g., Git tags, CHANGELOG, manifest version) and installation instructions reference `main`.",{"category":106,"check":107,"severity":24,"summary":108},"Execution","Validation","The API interactions with Iteration Layer involve structured data and schemas, implying internal validation.",{"category":67,"check":110,"severity":24,"summary":111},"Unguarded Destructive Operations","The operations involve API calls and file generation, not destructive filesystem operations, and are behind an API key.",{"category":113,"check":114,"severity":24,"summary":115},"Code Execution","Error Handling","The provided code examples demonstrate basic error handling for API calls, and the Iteration Layer SDK is expected to provide structured error responses.",{"category":113,"check":117,"severity":64,"summary":118},"Logging","The skill primarily interacts with external APIs and does not perform destructive actions or involve sensitive local operations that would require a local audit log.",{"category":120,"check":121,"severity":64,"summary":122},"Compliance","GDPR","The skill processes customs declaration documents, which may contain personal data, but it does not explicitly submit this data to a third party beyond the Iteration Layer API for processing.",{"category":120,"check":124,"severity":24,"summary":125},"Target market","The skill's functionality is globally applicable and does not appear to be restricted by any specific geographic or legal jurisdiction.",{"category":94,"check":127,"severity":24,"summary":128},"Runtime stability","The skill relies on standard API calls and SDKs, making it portable across different environments that can execute the code.",{"category":44,"check":130,"severity":24,"summary":131},"README","The README provides a good overview of the skills, installation instructions, and links to further documentation.",{"category":33,"check":133,"severity":64,"summary":134},"Tool surface size","This is a single skill with a specific function, not a collection of multiple tools.",{"category":40,"check":136,"severity":24,"summary":137},"Overlapping near-synonym tools","The skill uses distinct API endpoints for document extraction and sheet generation, avoiding overlapping functionality.",{"category":44,"check":139,"severity":24,"summary":140},"Phantom features","All advertised features (document extraction, spreadsheet generation) are implemented and demonstrated in the code examples.",{"category":142,"check":143,"severity":24,"summary":144},"Install","Installation instruction","The README provides clear installation instructions and plugin installation commands, along with links to guides for authentication.",{"category":146,"check":147,"severity":24,"summary":148},"Errors","Actionable error messages","The provided SDK examples include error handling, and the Iteration Layer API is expected to provide structured errors with remediation guidance.",{"category":106,"check":150,"severity":64,"summary":151},"Pinned dependencies","The skill relies on an SDK and external APIs, without bundling specific script dependencies that need pinning.",{"category":33,"check":153,"severity":64,"summary":154},"Dry-run preview","The skill's operations involve API calls that generate data; a dry-run capability is not applicable in this context.",{"category":156,"check":157,"severity":24,"summary":158},"Protocol","Idempotent retry & timeouts","The skill relies on the Iteration Layer APIs, which are expected to handle retries and timeouts appropriately for their operations.",{"category":120,"check":160,"severity":24,"summary":161},"Telemetry opt-in","The skill's operations are direct API calls; no telemetry is emitted by the skill itself, and opt-in is not applicable.",{"category":40,"check":163,"severity":24,"summary":164},"Precise Purpose","The skill clearly defines its purpose (extracting customs data to an XLSX log) and provides specific positive triggers (processing declarations) and boundaries (API usage).",{"category":40,"check":166,"severity":24,"summary":167},"Concise Frontmatter","The frontmatter in SKILL.md is concise, directly stating the core capability and its purpose.",{"category":44,"check":169,"severity":24,"summary":170},"Concise Body","The SKILL.md body is concise, providing API information and implementation examples without excessive bloat.",{"category":172,"check":173,"severity":24,"summary":174},"Context","Progressive Disclosure","The SKILL.md is concise and links to external documentation for deeper guidance, rather than embedding large amounts of material.",{"category":172,"check":176,"severity":64,"summary":177},"Forked exploration","This skill performs a defined task and does not involve deep exploration or code review, so `context: fork` is not applicable.",{"category":22,"check":179,"severity":24,"summary":180},"Usage examples","The SKILL.md and README provide clear, ready-to-use examples for installation and invocation, demonstrating the end-to-end process.",{"category":22,"check":182,"severity":46,"summary":183},"Edge cases","While the happy path is well-documented, specific failure modes and recovery steps for API interactions or malformed documents are not explicitly detailed.",{"category":113,"check":185,"severity":64,"summary":186},"Tool Fallback","The skill relies on specific Iteration Layer APIs and does not appear to have optional tools or a fallback path.",{"category":188,"check":189,"severity":24,"summary":190},"Safety","Halt on unexpected state","The use of specific API endpoints and structured data implies that unexpected states would likely result in API errors, halting the workflow.",{"category":94,"check":192,"severity":24,"summary":193},"Cross-skill coupling","The skill is self-contained and does not appear to rely on other specific skills being loaded in the same session.",1778691724077,"This skill extracts HS codes, declared values, and duty amounts from customs declaration documents using Iteration Layer APIs and generates an XLSX import duty log. It requires an Iteration Layer API key and uses document extraction and sheet generation tools.",[197,198,199,200],"Extract HS codes, declared values, and duty amounts from customs documents","Generate an XLSX import duty log","Process multiple declaration documents","Utilize Iteration Layer APIs for extraction and generation",[202,203,204],"Calculating actual duty rates (assumes duty amount is present in the document).","Handling or interpreting the legal nuances of customs regulations.","Replacing a full customs brokerage system.","3.0.0","4.4.0","Streamline import operations and trade compliance by automating the logging of customs declaration data into a structured XLSX report.","The extension is well-documented and meets all core functional and security requirements. Minor improvements could be made in documenting API key management and explicit error handling for API interactions.",95,"A high-quality skill for extracting customs declaration data and generating an import duty log.",[212,213,214,215,216,217],"customs","import","logistics","spreadsheet","automation","data-extraction","global","community",[221,222,223],"Automating the creation of import duty logs for compliance reporting.","Reconciling costs for inbound shipments by consolidating duty information.","Digitizing and structuring data from various customs declaration documents.",{"codeQuality":225,"collectedAt":227,"documentation":228,"maintenance":231,"security":233,"testCoverage":235},{"hasLockfile":226},false,1778691706793,{"descriptionLength":229,"readmeSize":230},126,5689,{"closedIssues90d":8,"forks":8,"hasChangelog":226,"openIssues90d":8,"pushedAt":232,"stars":8},1777403760000,{"hasNpmPackage":226,"license":234,"smitheryVerified":226},"MIT",{"hasCi":226,"hasTests":226},{"updatedAt":237},1778691724392,{"basePath":239,"githubOwner":240,"githubRepo":241,"locale":18,"slug":13,"type":242},"skills/extract-customs-declarations-to-spreadsheet","iterationlayer","skills","skill",true,{"_creationTime":245,"_id":246,"community":247,"display":248,"identity":251,"parentExtension":254,"providers":288,"relations":297,"tags":298,"workflow":299},1778691104675.9766,"k1721s0xmp59902ybtpakrrffn86n10s",{"reviewCount":8},{"description":249,"installMethods":250,"name":240,"sourceUrl":14},"Iteration Layer integration guide — document, website, image, and sheet processing APIs with one API key and one credit pool",{"claudeCode":241},{"basePath":252,"githubOwner":240,"githubRepo":241,"locale":18,"slug":241,"type":253},"","plugin",{"_creationTime":255,"_id":256,"community":257,"display":258,"identity":262,"providers":264,"relations":282,"tags":284,"workflow":285},1778691104675.9763,"k172thzamyareqcp1pza99j91h86m7ph",{"reviewCount":8},{"description":259,"installMethods":260,"name":261,"sourceUrl":14},"Skills for document, website, image, and sheet processing with Iteration Layer APIs",{"claudeCode":12},"Iteration Layer Skills",{"basePath":252,"githubOwner":240,"githubRepo":241,"locale":18,"slug":241,"type":263},"marketplace",{"evaluate":265,"extract":275},{"promptVersionExtension":266,"promptVersionScoring":206,"score":267,"tags":268,"targetMarket":218,"tier":274},"3.1.0",98,[269,270,271,272,273],"document-processing","website-data","image-manipulation","spreadsheet-generation","api-integration","verified",{"commitSha":276,"license":234,"marketplace":277,"plugin":280},"HEAD",{"name":278,"pluginCount":279},"iterationlayer-skills",1,{"mcpCount":8,"provider":281,"skillCount":8},"classify",{"repoId":283},"kd76p4g2qmtrkgx99cnab3683d86n4g8",[273,269,271,272,270],{"evaluatedAt":286,"extractAt":287,"updatedAt":286},1778691127860,1778691104676,{"evaluate":289,"extract":294},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":290,"targetMarket":218,"tier":274},[291,217,273,292,293],"web-scraping","html","json",{"commitSha":276,"plugin":295},{"mcpCount":8,"provider":281,"skillCount":296},127,{"parentExtensionId":256,"repoId":283},[273,217,292,293,291],{"evaluatedAt":300,"extractAt":287,"updatedAt":300},1778691297809,{"evaluate":302,"extract":304},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":303,"targetMarket":218,"tier":219},[212,213,214,215,216,217],{"commitSha":276},{"parentExtensionId":246,"repoId":283},{"_creationTime":307,"_id":283,"identity":308,"providers":309,"workflow":1405},1778689866891.11,{"githubOwner":240,"githubRepo":241,"sourceUrl":14},{"classify":310,"discover":1385,"github":1388},{"commitSha":276,"extensions":311},[312,325,331,338,345,352,359,365,372,381,389,397,405,413,421,429,437,445,453,461,469,477,485,493,501,509,517,525,530,538,546,554,562,570,578,586,594,602,610,618,626,634,642,650,658,666,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,1241,1249,1257,1265,1273,1281,1289,1297,1305,1313,1321,1329,1337,1345,1353,1361,1369,1377],{"basePath":252,"description":259,"displayName":278,"installMethods":313,"rationale":314,"selectedPaths":315,"source":324,"sourceLanguage":18,"type":263},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[316,319,321],{"path":317,"priority":318},".claude-plugin/marketplace.json","mandatory",{"path":320,"priority":318},"README.md",{"path":322,"priority":323},"LICENSE","high","rule",{"basePath":252,"description":249,"displayName":240,"installMethods":326,"rationale":327,"selectedPaths":328,"source":324,"sourceLanguage":18,"type":253},{"claudeCode":241},"inline plugin source from marketplace.json at /",[329,330],{"path":320,"priority":318},{"path":322,"priority":323},{"basePath":252,"description":332,"displayName":333,"installMethods":334,"rationale":327,"selectedPaths":335,"source":324,"sourceLanguage":18,"type":253},"Generate PDF invoices, reports, contracts, and documents from structured data using Iteration Layer","document-creation",{"claudeCode":241},[336,337],{"path":320,"priority":318},{"path":322,"priority":323},{"basePath":252,"description":339,"displayName":340,"installMethods":341,"rationale":327,"selectedPaths":342,"source":324,"sourceLanguage":18,"type":253},"Extract structured data from PDFs, invoices, receipts, resumes, and documents using Iteration Layer","document-extraction",{"claudeCode":241},[343,344],{"path":320,"priority":318},{"path":322,"priority":323},{"basePath":252,"description":346,"displayName":347,"installMethods":348,"rationale":327,"selectedPaths":349,"source":324,"sourceLanguage":18,"type":253},"Generate social cards, thumbnails, certificates, and marketing images using Iteration Layer","image-design",{"claudeCode":241},[350,351],{"path":320,"priority":318},{"path":322,"priority":323},{"basePath":252,"description":353,"displayName":354,"installMethods":355,"rationale":327,"selectedPaths":356,"source":324,"sourceLanguage":18,"type":253},"Edit, resize, crop, remove backgrounds, and enhance images using Iteration Layer","image-editing",{"claudeCode":241},[357,358],{"path":320,"priority":318},{"path":322,"priority":323},{"basePath":252,"description":360,"displayName":272,"installMethods":361,"rationale":327,"selectedPaths":362,"source":324,"sourceLanguage":18,"type":253},"Generate XLSX, CSV, and Markdown spreadsheets from structured tabular data using Iteration Layer",{"claudeCode":241},[363,364],{"path":320,"priority":318},{"path":322,"priority":323},{"basePath":252,"description":366,"displayName":367,"installMethods":368,"rationale":327,"selectedPaths":369,"source":324,"sourceLanguage":18,"type":253},"Extract structured data from public website pages using Iteration Layer","website-extraction",{"claudeCode":241},[370,371],{"path":320,"priority":318},{"path":322,"priority":323},{"basePath":373,"description":374,"displayName":375,"installMethods":376,"rationale":377,"selectedPaths":378,"source":324,"sourceLanguage":18,"type":242},"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",[379],{"path":380,"priority":318},"SKILL.md",{"basePath":382,"description":383,"displayName":384,"installMethods":385,"rationale":386,"selectedPaths":387,"source":324,"sourceLanguage":18,"type":242},"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",[388],{"path":380,"priority":318},{"basePath":390,"description":391,"displayName":392,"installMethods":393,"rationale":394,"selectedPaths":395,"source":324,"sourceLanguage":18,"type":242},"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",[396],{"path":380,"priority":318},{"basePath":398,"description":399,"displayName":400,"installMethods":401,"rationale":402,"selectedPaths":403,"source":324,"sourceLanguage":18,"type":242},"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",[404],{"path":380,"priority":318},{"basePath":406,"description":407,"displayName":408,"installMethods":409,"rationale":410,"selectedPaths":411,"source":324,"sourceLanguage":18,"type":242},"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",[412],{"path":380,"priority":318},{"basePath":414,"description":415,"displayName":416,"installMethods":417,"rationale":418,"selectedPaths":419,"source":324,"sourceLanguage":18,"type":242},"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",[420],{"path":380,"priority":318},{"basePath":422,"description":423,"displayName":424,"installMethods":425,"rationale":426,"selectedPaths":427,"source":324,"sourceLanguage":18,"type":242},"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",[428],{"path":380,"priority":318},{"basePath":430,"description":431,"displayName":432,"installMethods":433,"rationale":434,"selectedPaths":435,"source":324,"sourceLanguage":18,"type":242},"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",[436],{"path":380,"priority":318},{"basePath":438,"description":439,"displayName":440,"installMethods":441,"rationale":442,"selectedPaths":443,"source":324,"sourceLanguage":18,"type":242},"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",[444],{"path":380,"priority":318},{"basePath":446,"description":447,"displayName":448,"installMethods":449,"rationale":450,"selectedPaths":451,"source":324,"sourceLanguage":18,"type":242},"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",[452],{"path":380,"priority":318},{"basePath":454,"description":455,"displayName":456,"installMethods":457,"rationale":458,"selectedPaths":459,"source":324,"sourceLanguage":18,"type":242},"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",[460],{"path":380,"priority":318},{"basePath":462,"description":463,"displayName":464,"installMethods":465,"rationale":466,"selectedPaths":467,"source":324,"sourceLanguage":18,"type":242},"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",[468],{"path":380,"priority":318},{"basePath":470,"description":471,"displayName":472,"installMethods":473,"rationale":474,"selectedPaths":475,"source":324,"sourceLanguage":18,"type":242},"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",[476],{"path":380,"priority":318},{"basePath":478,"description":479,"displayName":480,"installMethods":481,"rationale":482,"selectedPaths":483,"source":324,"sourceLanguage":18,"type":242},"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",[484],{"path":380,"priority":318},{"basePath":486,"description":487,"displayName":488,"installMethods":489,"rationale":490,"selectedPaths":491,"source":324,"sourceLanguage":18,"type":242},"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",[492],{"path":380,"priority":318},{"basePath":494,"description":495,"displayName":496,"installMethods":497,"rationale":498,"selectedPaths":499,"source":324,"sourceLanguage":18,"type":242},"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",[500],{"path":380,"priority":318},{"basePath":502,"description":503,"displayName":504,"installMethods":505,"rationale":506,"selectedPaths":507,"source":324,"sourceLanguage":18,"type":242},"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",[508],{"path":380,"priority":318},{"basePath":510,"description":511,"displayName":512,"installMethods":513,"rationale":514,"selectedPaths":515,"source":324,"sourceLanguage":18,"type":242},"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",[516],{"path":380,"priority":318},{"basePath":518,"description":519,"displayName":520,"installMethods":521,"rationale":522,"selectedPaths":523,"source":324,"sourceLanguage":18,"type":242},"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",[524],{"path":380,"priority":318},{"basePath":239,"description":10,"displayName":13,"installMethods":526,"rationale":527,"selectedPaths":528,"source":324,"sourceLanguage":18,"type":242},{"claudeCode":12},"SKILL.md frontmatter at skills/extract-customs-declarations-to-spreadsheet/SKILL.md",[529],{"path":380,"priority":318},{"basePath":531,"description":532,"displayName":533,"installMethods":534,"rationale":535,"selectedPaths":536,"source":324,"sourceLanguage":18,"type":242},"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",[537],{"path":380,"priority":318},{"basePath":539,"description":540,"displayName":541,"installMethods":542,"rationale":543,"selectedPaths":544,"source":324,"sourceLanguage":18,"type":242},"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",[545],{"path":380,"priority":318},{"basePath":547,"description":548,"displayName":549,"installMethods":550,"rationale":551,"selectedPaths":552,"source":324,"sourceLanguage":18,"type":242},"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",[553],{"path":380,"priority":318},{"basePath":555,"description":556,"displayName":557,"installMethods":558,"rationale":559,"selectedPaths":560,"source":324,"sourceLanguage":18,"type":242},"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",[561],{"path":380,"priority":318},{"basePath":563,"description":564,"displayName":565,"installMethods":566,"rationale":567,"selectedPaths":568,"source":324,"sourceLanguage":18,"type":242},"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",[569],{"path":380,"priority":318},{"basePath":571,"description":572,"displayName":573,"installMethods":574,"rationale":575,"selectedPaths":576,"source":324,"sourceLanguage":18,"type":242},"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",[577],{"path":380,"priority":318},{"basePath":579,"description":580,"displayName":581,"installMethods":582,"rationale":583,"selectedPaths":584,"source":324,"sourceLanguage":18,"type":242},"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",[585],{"path":380,"priority":318},{"basePath":587,"description":588,"displayName":589,"installMethods":590,"rationale":591,"selectedPaths":592,"source":324,"sourceLanguage":18,"type":242},"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",[593],{"path":380,"priority":318},{"basePath":595,"description":596,"displayName":597,"installMethods":598,"rationale":599,"selectedPaths":600,"source":324,"sourceLanguage":18,"type":242},"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",[601],{"path":380,"priority":318},{"basePath":603,"description":604,"displayName":605,"installMethods":606,"rationale":607,"selectedPaths":608,"source":324,"sourceLanguage":18,"type":242},"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",[609],{"path":380,"priority":318},{"basePath":611,"description":612,"displayName":613,"installMethods":614,"rationale":615,"selectedPaths":616,"source":324,"sourceLanguage":18,"type":242},"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",[617],{"path":380,"priority":318},{"basePath":619,"description":620,"displayName":621,"installMethods":622,"rationale":623,"selectedPaths":624,"source":324,"sourceLanguage":18,"type":242},"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",[625],{"path":380,"priority":318},{"basePath":627,"description":628,"displayName":629,"installMethods":630,"rationale":631,"selectedPaths":632,"source":324,"sourceLanguage":18,"type":242},"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",[633],{"path":380,"priority":318},{"basePath":635,"description":636,"displayName":637,"installMethods":638,"rationale":639,"selectedPaths":640,"source":324,"sourceLanguage":18,"type":242},"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",[641],{"path":380,"priority":318},{"basePath":643,"description":644,"displayName":645,"installMethods":646,"rationale":647,"selectedPaths":648,"source":324,"sourceLanguage":18,"type":242},"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",[649],{"path":380,"priority":318},{"basePath":651,"description":652,"displayName":653,"installMethods":654,"rationale":655,"selectedPaths":656,"source":324,"sourceLanguage":18,"type":242},"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",[657],{"path":380,"priority":318},{"basePath":659,"description":660,"displayName":661,"installMethods":662,"rationale":663,"selectedPaths":664,"source":324,"sourceLanguage":18,"type":242},"skills/extract-pricing-table-from-website","Extract plan names, prices, billing periods, and feature lists from a public pricing page.","extract-pricing-table-from-website",{"claudeCode":12},"SKILL.md frontmatter at skills/extract-pricing-table-from-website/SKILL.md",[665],{"path":380,"priority":318},{"basePath":667,"description":668,"displayName":669,"installMethods":670,"rationale":671,"selectedPaths":672,"source":324,"sourceLanguage":18,"type":242},"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",[673],{"path":380,"priority":318},{"basePath":675,"description":676,"displayName":677,"installMethods":678,"rationale":679,"selectedPaths":680,"source":324,"sourceLanguage":18,"type":242},"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",[681],{"path":380,"priority":318},{"basePath":683,"description":684,"displayName":685,"installMethods":686,"rationale":687,"selectedPaths":688,"source":324,"sourceLanguage":18,"type":242},"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",[689],{"path":380,"priority":318},{"basePath":691,"description":692,"displayName":693,"installMethods":694,"rationale":695,"selectedPaths":696,"source":324,"sourceLanguage":18,"type":242},"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",[697],{"path":380,"priority":318},{"basePath":699,"description":700,"displayName":701,"installMethods":702,"rationale":703,"selectedPaths":704,"source":324,"sourceLanguage":18,"type":242},"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",[705],{"path":380,"priority":318},{"basePath":707,"description":708,"displayName":709,"installMethods":710,"rationale":711,"selectedPaths":712,"source":324,"sourceLanguage":18,"type":242},"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",[713],{"path":380,"priority":318},{"basePath":715,"description":716,"displayName":717,"installMethods":718,"rationale":719,"selectedPaths":720,"source":324,"sourceLanguage":18,"type":242},"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",[721],{"path":380,"priority":318},{"basePath":723,"description":724,"displayName":725,"installMethods":726,"rationale":727,"selectedPaths":728,"source":324,"sourceLanguage":18,"type":242},"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",[729],{"path":380,"priority":318},{"basePath":731,"description":732,"displayName":733,"installMethods":734,"rationale":735,"selectedPaths":736,"source":324,"sourceLanguage":18,"type":242},"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",[737],{"path":380,"priority":318},{"basePath":739,"description":740,"displayName":741,"installMethods":742,"rationale":743,"selectedPaths":744,"source":324,"sourceLanguage":18,"type":242},"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",[745],{"path":380,"priority":318},{"basePath":747,"description":748,"displayName":749,"installMethods":750,"rationale":751,"selectedPaths":752,"source":324,"sourceLanguage":18,"type":242},"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",[753],{"path":380,"priority":318},{"basePath":755,"description":756,"displayName":757,"installMethods":758,"rationale":759,"selectedPaths":760,"source":324,"sourceLanguage":18,"type":242},"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",[761],{"path":380,"priority":318},{"basePath":763,"description":764,"displayName":765,"installMethods":766,"rationale":767,"selectedPaths":768,"source":324,"sourceLanguage":18,"type":242},"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",[769],{"path":380,"priority":318},{"basePath":771,"description":772,"displayName":773,"installMethods":774,"rationale":775,"selectedPaths":776,"source":324,"sourceLanguage":18,"type":242},"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",[777],{"path":380,"priority":318},{"basePath":779,"description":780,"displayName":781,"installMethods":782,"rationale":783,"selectedPaths":784,"source":324,"sourceLanguage":18,"type":242},"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",[785],{"path":380,"priority":318},{"basePath":787,"description":788,"displayName":789,"installMethods":790,"rationale":791,"selectedPaths":792,"source":324,"sourceLanguage":18,"type":242},"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",[793],{"path":380,"priority":318},{"basePath":795,"description":796,"displayName":797,"installMethods":798,"rationale":799,"selectedPaths":800,"source":324,"sourceLanguage":18,"type":242},"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",[801],{"path":380,"priority":318},{"basePath":803,"description":804,"displayName":805,"installMethods":806,"rationale":807,"selectedPaths":808,"source":324,"sourceLanguage":18,"type":242},"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",[809],{"path":380,"priority":318},{"basePath":811,"description":812,"displayName":813,"installMethods":814,"rationale":815,"selectedPaths":816,"source":324,"sourceLanguage":18,"type":242},"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",[817],{"path":380,"priority":318},{"basePath":819,"description":820,"displayName":821,"installMethods":822,"rationale":823,"selectedPaths":824,"source":324,"sourceLanguage":18,"type":242},"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",[825],{"path":380,"priority":318},{"basePath":827,"description":828,"displayName":829,"installMethods":830,"rationale":831,"selectedPaths":832,"source":324,"sourceLanguage":18,"type":242},"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",[833],{"path":380,"priority":318},{"basePath":835,"description":836,"displayName":837,"installMethods":838,"rationale":839,"selectedPaths":840,"source":324,"sourceLanguage":18,"type":242},"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",[841],{"path":380,"priority":318},{"basePath":843,"description":844,"displayName":845,"installMethods":846,"rationale":847,"selectedPaths":848,"source":324,"sourceLanguage":18,"type":242},"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",[849],{"path":380,"priority":318},{"basePath":851,"description":852,"displayName":853,"installMethods":854,"rationale":855,"selectedPaths":856,"source":324,"sourceLanguage":18,"type":242},"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",[857],{"path":380,"priority":318},{"basePath":859,"description":860,"displayName":861,"installMethods":862,"rationale":863,"selectedPaths":864,"source":324,"sourceLanguage":18,"type":242},"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",[865],{"path":380,"priority":318},{"basePath":867,"description":868,"displayName":869,"installMethods":870,"rationale":871,"selectedPaths":872,"source":324,"sourceLanguage":18,"type":242},"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",[873],{"path":380,"priority":318},{"basePath":875,"description":876,"displayName":877,"installMethods":878,"rationale":879,"selectedPaths":880,"source":324,"sourceLanguage":18,"type":242},"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",[881],{"path":380,"priority":318},{"basePath":883,"description":884,"displayName":885,"installMethods":886,"rationale":887,"selectedPaths":888,"source":324,"sourceLanguage":18,"type":242},"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",[889],{"path":380,"priority":318},{"basePath":891,"description":892,"displayName":893,"installMethods":894,"rationale":895,"selectedPaths":896,"source":324,"sourceLanguage":18,"type":242},"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",[897],{"path":380,"priority":318},{"basePath":899,"description":900,"displayName":901,"installMethods":902,"rationale":903,"selectedPaths":904,"source":324,"sourceLanguage":18,"type":242},"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",[905],{"path":380,"priority":318},{"basePath":907,"description":908,"displayName":909,"installMethods":910,"rationale":911,"selectedPaths":912,"source":324,"sourceLanguage":18,"type":242},"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",[913],{"path":380,"priority":318},{"basePath":915,"description":916,"displayName":917,"installMethods":918,"rationale":919,"selectedPaths":920,"source":324,"sourceLanguage":18,"type":242},"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",[921],{"path":380,"priority":318},{"basePath":923,"description":924,"displayName":925,"installMethods":926,"rationale":927,"selectedPaths":928,"source":324,"sourceLanguage":18,"type":242},"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",[929],{"path":380,"priority":318},{"basePath":931,"description":932,"displayName":933,"installMethods":934,"rationale":935,"selectedPaths":936,"source":324,"sourceLanguage":18,"type":242},"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",[937],{"path":380,"priority":318},{"basePath":939,"description":940,"displayName":941,"installMethods":942,"rationale":943,"selectedPaths":944,"source":324,"sourceLanguage":18,"type":242},"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",[945],{"path":380,"priority":318},{"basePath":947,"description":948,"displayName":949,"installMethods":950,"rationale":951,"selectedPaths":952,"source":324,"sourceLanguage":18,"type":242},"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",[953],{"path":380,"priority":318},{"basePath":955,"description":956,"displayName":957,"installMethods":958,"rationale":959,"selectedPaths":960,"source":324,"sourceLanguage":18,"type":242},"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",[961],{"path":380,"priority":318},{"basePath":963,"description":964,"displayName":965,"installMethods":966,"rationale":967,"selectedPaths":968,"source":324,"sourceLanguage":18,"type":242},"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",[969],{"path":380,"priority":318},{"basePath":971,"description":972,"displayName":973,"installMethods":974,"rationale":975,"selectedPaths":976,"source":324,"sourceLanguage":18,"type":242},"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",[977],{"path":380,"priority":318},{"basePath":979,"description":980,"displayName":981,"installMethods":982,"rationale":983,"selectedPaths":984,"source":324,"sourceLanguage":18,"type":242},"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",[985],{"path":380,"priority":318},{"basePath":987,"description":988,"displayName":989,"installMethods":990,"rationale":991,"selectedPaths":992,"source":324,"sourceLanguage":18,"type":242},"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",[993],{"path":380,"priority":318},{"basePath":995,"description":996,"displayName":997,"installMethods":998,"rationale":999,"selectedPaths":1000,"source":324,"sourceLanguage":18,"type":242},"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",[1001],{"path":380,"priority":318},{"basePath":1003,"description":1004,"displayName":1005,"installMethods":1006,"rationale":1007,"selectedPaths":1008,"source":324,"sourceLanguage":18,"type":242},"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",[1009],{"path":380,"priority":318},{"basePath":1011,"description":1012,"displayName":1013,"installMethods":1014,"rationale":1015,"selectedPaths":1016,"source":324,"sourceLanguage":18,"type":242},"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",[1017],{"path":380,"priority":318},{"basePath":1019,"description":1020,"displayName":1021,"installMethods":1022,"rationale":1023,"selectedPaths":1024,"source":324,"sourceLanguage":18,"type":242},"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",[1025],{"path":380,"priority":318},{"basePath":1027,"description":1028,"displayName":1029,"installMethods":1030,"rationale":1031,"selectedPaths":1032,"source":324,"sourceLanguage":18,"type":242},"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",[1033],{"path":380,"priority":318},{"basePath":1035,"description":1036,"displayName":1037,"installMethods":1038,"rationale":1039,"selectedPaths":1040,"source":324,"sourceLanguage":18,"type":242},"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",[1041],{"path":380,"priority":318},{"basePath":1043,"description":1044,"displayName":1045,"installMethods":1046,"rationale":1047,"selectedPaths":1048,"source":324,"sourceLanguage":18,"type":242},"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",[1049],{"path":380,"priority":318},{"basePath":1051,"description":1052,"displayName":1053,"installMethods":1054,"rationale":1055,"selectedPaths":1056,"source":324,"sourceLanguage":18,"type":242},"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",[1057],{"path":380,"priority":318},{"basePath":1059,"description":1060,"displayName":1061,"installMethods":1062,"rationale":1063,"selectedPaths":1064,"source":324,"sourceLanguage":18,"type":242},"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",[1065],{"path":380,"priority":318},{"basePath":1067,"description":1068,"displayName":1069,"installMethods":1070,"rationale":1071,"selectedPaths":1072,"source":324,"sourceLanguage":18,"type":242},"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",[1073],{"path":380,"priority":318},{"basePath":1075,"description":1076,"displayName":1077,"installMethods":1078,"rationale":1079,"selectedPaths":1080,"source":324,"sourceLanguage":18,"type":242},"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",[1081],{"path":380,"priority":318},{"basePath":1083,"description":1084,"displayName":1085,"installMethods":1086,"rationale":1087,"selectedPaths":1088,"source":324,"sourceLanguage":18,"type":242},"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",[1089],{"path":380,"priority":318},{"basePath":1091,"description":1092,"displayName":1093,"installMethods":1094,"rationale":1095,"selectedPaths":1096,"source":324,"sourceLanguage":18,"type":242},"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",[1097],{"path":380,"priority":318},{"basePath":1099,"description":1100,"displayName":1101,"installMethods":1102,"rationale":1103,"selectedPaths":1104,"source":324,"sourceLanguage":18,"type":242},"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",[1105],{"path":380,"priority":318},{"basePath":1107,"description":1108,"displayName":1109,"installMethods":1110,"rationale":1111,"selectedPaths":1112,"source":324,"sourceLanguage":18,"type":242},"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",[1113],{"path":380,"priority":318},{"basePath":1115,"description":1116,"displayName":1117,"installMethods":1118,"rationale":1119,"selectedPaths":1120,"source":324,"sourceLanguage":18,"type":242},"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",[1121],{"path":380,"priority":318},{"basePath":1123,"description":1124,"displayName":1125,"installMethods":1126,"rationale":1127,"selectedPaths":1128,"source":324,"sourceLanguage":18,"type":242},"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",[1129],{"path":380,"priority":318},{"basePath":1131,"description":1132,"displayName":1133,"installMethods":1134,"rationale":1135,"selectedPaths":1136,"source":324,"sourceLanguage":18,"type":242},"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",[1137],{"path":380,"priority":318},{"basePath":1139,"description":1140,"displayName":1141,"installMethods":1142,"rationale":1143,"selectedPaths":1144,"source":324,"sourceLanguage":18,"type":242},"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",[1145],{"path":380,"priority":318},{"basePath":1147,"description":1148,"displayName":1149,"installMethods":1150,"rationale":1151,"selectedPaths":1152,"source":324,"sourceLanguage":18,"type":242},"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",[1153],{"path":380,"priority":318},{"basePath":1155,"description":1156,"displayName":1157,"installMethods":1158,"rationale":1159,"selectedPaths":1160,"source":324,"sourceLanguage":18,"type":242},"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",[1161],{"path":380,"priority":318},{"basePath":1163,"description":1164,"displayName":1165,"installMethods":1166,"rationale":1167,"selectedPaths":1168,"source":324,"sourceLanguage":18,"type":242},"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",[1169],{"path":380,"priority":318},{"basePath":1171,"description":1172,"displayName":1173,"installMethods":1174,"rationale":1175,"selectedPaths":1176,"source":324,"sourceLanguage":18,"type":242},"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",[1177],{"path":380,"priority":318},{"basePath":1179,"description":1180,"displayName":1181,"installMethods":1182,"rationale":1183,"selectedPaths":1184,"source":324,"sourceLanguage":18,"type":242},"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",[1185],{"path":380,"priority":318},{"basePath":1187,"description":1188,"displayName":1189,"installMethods":1190,"rationale":1191,"selectedPaths":1192,"source":324,"sourceLanguage":18,"type":242},"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",[1193],{"path":380,"priority":318},{"basePath":1195,"description":1196,"displayName":1197,"installMethods":1198,"rationale":1199,"selectedPaths":1200,"source":324,"sourceLanguage":18,"type":242},"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",[1201],{"path":380,"priority":318},{"basePath":1203,"description":1204,"displayName":1205,"installMethods":1206,"rationale":1207,"selectedPaths":1208,"source":324,"sourceLanguage":18,"type":242},"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",[1209],{"path":380,"priority":318},{"basePath":1211,"description":1212,"displayName":1213,"installMethods":1214,"rationale":1215,"selectedPaths":1216,"source":324,"sourceLanguage":18,"type":242},"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",[1217],{"path":380,"priority":318},{"basePath":1219,"description":1220,"displayName":1221,"installMethods":1222,"rationale":1223,"selectedPaths":1224,"source":324,"sourceLanguage":18,"type":242},"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",[1225],{"path":380,"priority":318},{"basePath":1227,"description":1228,"displayName":1229,"installMethods":1230,"rationale":1231,"selectedPaths":1232,"source":324,"sourceLanguage":18,"type":242},"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",[1233],{"path":380,"priority":318},{"basePath":1235,"description":1236,"displayName":240,"installMethods":1237,"rationale":1238,"selectedPaths":1239,"source":324,"sourceLanguage":18,"type":242},"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",[1240],{"path":380,"priority":318},{"basePath":1242,"description":1243,"displayName":1244,"installMethods":1245,"rationale":1246,"selectedPaths":1247,"source":324,"sourceLanguage":18,"type":242},"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",[1248],{"path":380,"priority":318},{"basePath":1250,"description":1251,"displayName":1252,"installMethods":1253,"rationale":1254,"selectedPaths":1255,"source":324,"sourceLanguage":18,"type":242},"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",[1256],{"path":380,"priority":318},{"basePath":1258,"description":1259,"displayName":1260,"installMethods":1261,"rationale":1262,"selectedPaths":1263,"source":324,"sourceLanguage":18,"type":242},"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",[1264],{"path":380,"priority":318},{"basePath":1266,"description":1267,"displayName":1268,"installMethods":1269,"rationale":1270,"selectedPaths":1271,"source":324,"sourceLanguage":18,"type":242},"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",[1272],{"path":380,"priority":318},{"basePath":1274,"description":1275,"displayName":1276,"installMethods":1277,"rationale":1278,"selectedPaths":1279,"source":324,"sourceLanguage":18,"type":242},"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",[1280],{"path":380,"priority":318},{"basePath":1282,"description":1283,"displayName":1284,"installMethods":1285,"rationale":1286,"selectedPaths":1287,"source":324,"sourceLanguage":18,"type":242},"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",[1288],{"path":380,"priority":318},{"basePath":1290,"description":1291,"displayName":1292,"installMethods":1293,"rationale":1294,"selectedPaths":1295,"source":324,"sourceLanguage":18,"type":242},"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",[1296],{"path":380,"priority":318},{"basePath":1298,"description":1299,"displayName":1300,"installMethods":1301,"rationale":1302,"selectedPaths":1303,"source":324,"sourceLanguage":18,"type":242},"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",[1304],{"path":380,"priority":318},{"basePath":1306,"description":1307,"displayName":1308,"installMethods":1309,"rationale":1310,"selectedPaths":1311,"source":324,"sourceLanguage":18,"type":242},"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",[1312],{"path":380,"priority":318},{"basePath":1314,"description":1315,"displayName":1316,"installMethods":1317,"rationale":1318,"selectedPaths":1319,"source":324,"sourceLanguage":18,"type":242},"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",[1320],{"path":380,"priority":318},{"basePath":1322,"description":1323,"displayName":1324,"installMethods":1325,"rationale":1326,"selectedPaths":1327,"source":324,"sourceLanguage":18,"type":242},"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",[1328],{"path":380,"priority":318},{"basePath":1330,"description":1331,"displayName":1332,"installMethods":1333,"rationale":1334,"selectedPaths":1335,"source":324,"sourceLanguage":18,"type":242},"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",[1336],{"path":380,"priority":318},{"basePath":1338,"description":1339,"displayName":1340,"installMethods":1341,"rationale":1342,"selectedPaths":1343,"source":324,"sourceLanguage":18,"type":242},"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",[1344],{"path":380,"priority":318},{"basePath":1346,"description":1347,"displayName":1348,"installMethods":1349,"rationale":1350,"selectedPaths":1351,"source":324,"sourceLanguage":18,"type":242},"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",[1352],{"path":380,"priority":318},{"basePath":1354,"description":1355,"displayName":1356,"installMethods":1357,"rationale":1358,"selectedPaths":1359,"source":324,"sourceLanguage":18,"type":242},"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",[1360],{"path":380,"priority":318},{"basePath":1362,"description":1363,"displayName":1364,"installMethods":1365,"rationale":1366,"selectedPaths":1367,"source":324,"sourceLanguage":18,"type":242},"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",[1368],{"path":380,"priority":318},{"basePath":1370,"description":1371,"displayName":1372,"installMethods":1373,"rationale":1374,"selectedPaths":1375,"source":324,"sourceLanguage":18,"type":242},"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",[1376],{"path":380,"priority":318},{"basePath":1378,"description":1379,"displayName":1380,"installMethods":1381,"rationale":1382,"selectedPaths":1383,"source":324,"sourceLanguage":18,"type":242},"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",[1384],{"path":380,"priority":318},{"sources":1386},[1387],"manual",{"closedIssues90d":8,"description":1389,"forks":8,"homepage":1390,"license":234,"openIssues90d":8,"pushedAt":232,"readmeSize":230,"stars":8,"topics":1391},"Iteration Layer skills for Claude Code and AI agents","https://iterationlayer.com/docs/ai-integration",[1392,1393,1394,1395,241,340,1396,1397,1398,1399,1400,1401,1402,1403,1404,215],"ai-agents","claude-code","iteration-layer","mcp","document-generation","image-generation","image-transformation","sheet-generation","ai-coding","cursor","image-processing","pdf-extraction","pdf-generation",{"classifiedAt":1406,"discoverAt":1407,"extractAt":1408,"githubAt":1408,"updatedAt":1406},1778691104009,1778689866891,1778691101794,[216,212,217,213,214,215],{"evaluatedAt":237,"extractAt":287,"updatedAt":237},[],[1413,1430,1463,1492,1514,1544],{"_creationTime":1414,"_id":1415,"community":1416,"display":1417,"identity":1420,"providers":1421,"relations":1426,"tags":1427,"workflow":1428},1778691104675.9817,"k17dd3sj7kj4e6mvb5zp9p37nh86mygp",{"reviewCount":8},{"description":487,"installMethods":1418,"name":1419,"sourceUrl":14},{"claudeCode":12},"Extract Carrier Invoices to Spreadsheet",{"basePath":486,"githubOwner":240,"githubRepo":241,"locale":18,"slug":488,"type":242},{"evaluate":1422,"extract":1425},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":1423,"targetMarket":218,"tier":219},[214,1424,216,217,215],"finance",{"commitSha":276,"license":234},{"parentExtensionId":246,"repoId":283},[216,217,1424,214,215],{"evaluatedAt":1429,"extractAt":287,"updatedAt":1429},1778691604693,{"_creationTime":1431,"_id":1432,"community":1433,"display":1434,"identity":1440,"providers":1445,"relations":1456,"tags":1459,"workflow":1460},1778699234184.6157,"k177tdbfgqmwhtaqv771f2ych586nne9",{"reviewCount":8},{"description":1435,"installMethods":1436,"name":1438,"sourceUrl":1439},"Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions",{"claudeCode":1437},"Yeachan-Heo/oh-my-claudecode","Project Session Manager","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":1441,"githubOwner":1442,"githubRepo":1443,"locale":18,"slug":1444,"type":242},"skills/project-session-manager","Yeachan-Heo","oh-my-claudecode","project-session-manager",{"evaluate":1446,"extract":1455},{"promptVersionExtension":205,"promptVersionScoring":206,"score":1447,"tags":1448,"targetMarket":218,"tier":274},100,[1449,1450,1451,1452,216,1453,1454],"git","development-environment","workflow","tmux","cli","developer-tool",{"commitSha":276,"license":234},{"parentExtensionId":1457,"repoId":1458},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[216,1453,1454,1450,1449,1452,1451],{"evaluatedAt":1461,"extractAt":1462,"updatedAt":1461},1778699613343,1778699234184,{"_creationTime":1464,"_id":1465,"community":1466,"display":1467,"identity":1473,"providers":1476,"relations":1484,"tags":1487,"workflow":1488},1778699505679.3464,"k1751nm85mw95gw3rsqgrdqspx86ncq2",{"reviewCount":8},{"description":1468,"installMethods":1469,"name":1471,"sourceUrl":1472},"无需 OAuth 即可创建公开的 Google Docs 或 Google Sheet 文件。使用此技能创建和编辑 Google Docs 和 Sheets，无需登录 Google。文档可通过共享链接查看。首次使用时自动注册。",{"claudeCode":1470},"zagmoai/public-google-drive","public-google-drive","https://github.com/zagmoai/public-google-drive",{"basePath":252,"githubOwner":1474,"githubRepo":1471,"locale":1475,"slug":1471,"type":242},"zagmoai","zh-CN",{"evaluate":1477,"extract":1483},{"promptVersionExtension":205,"promptVersionScoring":206,"score":1447,"tags":1478,"targetMarket":218,"tier":274},[1479,1480,1481,216,1482],"google-docs","google-sheets","productivity","api-client",{"commitSha":276},{"repoId":1485,"translatedFrom":1486},"kd776ynh73t0d6samn4bnxdf3x86n8mj","k1707pszx7h026a651dp5tvaxd86m3ag",[1482,216,1479,1480,1481],{"evaluatedAt":1489,"extractAt":1490,"updatedAt":1491},1778699485884,1778699468747,1778699505679,{"_creationTime":1493,"_id":1494,"community":1495,"display":1496,"identity":1499,"providers":1502,"relations":1510,"tags":1511,"workflow":1512},1778699234184.611,"k179b6dkc777g1rgyecze04wqn86m6y4",{"reviewCount":8},{"description":1497,"installMethods":1498,"name":1443,"sourceUrl":1439},"Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly",{"claudeCode":1437},{"basePath":1500,"githubOwner":1442,"githubRepo":1443,"locale":18,"slug":1501,"type":242},"skills/ask","ask",{"evaluate":1503,"extract":1509},{"promptVersionExtension":205,"promptVersionScoring":206,"score":1447,"tags":1504,"targetMarket":218,"tier":274},[1453,216,1505,1506,1507,1508],"llm","prompting","code-review","artifact-generation",{"commitSha":276,"license":234},{"parentExtensionId":1457,"repoId":1458},[1508,216,1453,1507,1505,1506],{"evaluatedAt":1513,"extractAt":1462,"updatedAt":1513},1778699303045,{"_creationTime":1515,"_id":1516,"community":1517,"display":1518,"identity":1524,"providers":1528,"relations":1536,"tags":1539,"workflow":1540},1778699366078.7817,"k173mj3k9wcdq512bp1532xkwx86nrh4",{"reviewCount":8},{"description":1519,"installMethods":1520,"name":1522,"sourceUrl":1523},"当工作依赖于用户实时浏览器会话或可见的渲染状态，而不是静态抓取时使用，尤其是在浏览器调试上下文或 DevTools 选择的元素或请求、登录仪表板或 CMS 流程、localhost 应用、上传、下载、媒体检查、DOM 或 iframe 检查、Shadow DOM，或看起来像软 404、身份验证墙、反机器人检查或速率限制的浏览器故障时。",{"claudeCode":1521},"xixu-me/skills","使用我的浏览器","https://github.com/xixu-me/skills",{"basePath":1525,"githubOwner":1526,"githubRepo":241,"locale":1475,"slug":1527,"type":242},"skills/use-my-browser","xixu-me","use-my-browser",{"evaluate":1529,"extract":1535},{"promptVersionExtension":205,"promptVersionScoring":206,"score":1447,"tags":1530,"targetMarket":218,"tier":274},[1531,1532,216,1533,1534],"browser","debugging","ux","developer-tools",{"commitSha":276,"license":234},{"repoId":1537,"translatedFrom":1538},"kd77r2vb42jmgam0qbr9f2c6kn86mebv","k179cgk616p3xva37r5jqsfwvh86mcp2",[216,1531,1532,1534,1533],{"evaluatedAt":1541,"extractAt":1542,"updatedAt":1543},1778699261239,1778699106670,1778699366078,{"_creationTime":1545,"_id":1546,"community":1547,"display":1548,"identity":1554,"providers":1557,"relations":1566,"tags":1570,"workflow":1571},1778699289329.1182,"k172jykxz0jywjekjxjt5thj5x86nm3n",{"reviewCount":8},{"description":1549,"installMethods":1550,"name":1552,"sourceUrl":1553},"当用户需要通过 Xquik 获取 X (Twitter) 数据或执行需要确认的 X 操作时使用：推文搜索、用户查找、关注者提取、媒体下载、监控、Webhook、MCP、SDK、发布、点赞、私信和个人资料更新。需要 Xquik API 密钥。切勿索要 X 登录凭据。",{"claudeCode":1551},"Xquik-dev/x-twitter-scraper","x-twitter-scraper","https://github.com/Xquik-dev/x-twitter-scraper",{"basePath":1555,"githubOwner":1556,"githubRepo":1552,"locale":1475,"slug":1552,"type":242},"skills/x-twitter-scraper","Xquik-dev",{"evaluate":1558,"extract":1565},{"promptVersionExtension":205,"promptVersionScoring":206,"score":1447,"tags":1559,"targetMarket":218,"tier":274},[1560,1561,1562,1563,216,1395,1564],"twitter","x","api","data-retrieval","sdk",{"commitSha":276},{"parentExtensionId":1567,"repoId":1568,"translatedFrom":1569},"k17axvhmvwp90strpqcd5b0h7986m80d","kd783enpnwhry153ka0z65ear186mjbh","k172e8vt4zcz50bb0vfp6ptb1n86mf90",[1562,216,1563,1395,1564,1560,1561],{"evaluatedAt":1572,"extractAt":1573,"updatedAt":1574},1778699230863,1778699170774,1778699289329]