[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-claude-office-skills-woocommerce-automation-ar":3,"guides-for-claude-office-skills-woocommerce-automation":223,"similar-k178wn62pjakzxyjfcbxwr7qkh867wb3":224},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":23,"identity":188,"isFallback":193,"parentExtension":194,"providers":195,"relations":200,"repo":202,"workflow":220},1778053148350.4832,"k178wn62pjakzxyjfcbxwr7qkh867wb3",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":12,"sourceUrl":13,"tags":14},"Automate WooCommerce e-commerce operations including orders, inventory, customers, and marketing",{},"WooCommerce Automation","https://github.com/claude-office-skills/skills/tree/HEAD/woocommerce-automation",[15,16,17,18,19,20,21,22],"woocommerce","ecommerce","wordpress","automation","mcp","orders","inventory","marketing",{"_creationTime":24,"_id":25,"extensionId":5,"locale":26,"result":27,"trustSignals":177,"workflow":186},1778053561145.787,"kn7at017hg0p1qf6af2j854qvh867sam","en",{"checks":28,"evaluatedAt":167,"extensionSummary":168,"promptVersionExtension":169,"promptVersionScoring":170,"rationale":171,"score":172,"summary":173,"tags":174,"targetMarket":175,"tier":176},[29,34,37,40,44,47,51,56,59,62,66,71,74,78,81,84,87,90,93,96,100,104,108,112,116,119,122,125,129,132,135,138,141,144,148,151,154,157,160,164],{"category":30,"check":31,"severity":32,"summary":33},"Practical Utility","Problem relevance","pass","The description clearly states that the extension automates WooCommerce operations, addressing a concrete user problem for e-commerce store management.",{"category":30,"check":35,"severity":32,"summary":36},"Unique selling proposition","The extension offers a comprehensive set of tools (`woo_orders`, `woo_products`, etc.) and detailed workflow descriptions that go beyond simple API calls, providing significant value for automating WooCommerce operations.",{"category":30,"check":38,"severity":32,"summary":39},"Production readiness","The extension covers a complete lifecycle for WooCommerce operations including order processing, inventory management, customer workflows, and marketing automation, indicating production readiness.",{"category":41,"check":42,"severity":32,"summary":43},"Scope","Single responsibility principle","The extension focuses solely on WooCommerce automation, encompassing related operations like orders, inventory, customers, and marketing, without straying into unrelated domains.",{"category":41,"check":45,"severity":32,"summary":46},"Description quality","The displayed description accurately and concisely reflects the extension's capabilities for automating WooCommerce operations.",{"category":48,"check":49,"severity":32,"summary":50},"Invocation","Scoped tools","The extension uses narrow, verb-noun specialist tools like `woo_orders`, `woo_products`, and `woo_customers`, which are well-suited for specific e-commerce operations.",{"category":52,"check":53,"severity":54,"summary":55},"Documentation","Configuration & parameter reference","info","While the SKILL.md provides detailed workflow examples and API payloads, it does not explicitly document default parameters or the precedence order for configurations if multiple exist, though it does not appear to read project env config implicitly.",{"category":41,"check":57,"severity":32,"summary":58},"Tool naming","The tool names provided in the MCP section (`woo_orders`, `woo_products`, `woo_customers`, `woo_coupons`) are descriptive and aligned with the WooCommerce domain.",{"category":41,"check":60,"severity":32,"summary":61},"Minimal I/O surface","The provided examples in the SKILL.md for API integration show minimal and focused input schemas for tasks like creating orders or updating stock.",{"category":63,"check":64,"severity":32,"summary":65},"License","License usability","The extension is licensed under the MIT License, which is a permissive open-source license.",{"category":67,"check":68,"severity":69,"summary":70},"Maintenance","Commit recency","not_applicable","No commit history is available for this specific extension in the provided context.",{"category":67,"check":72,"severity":69,"summary":73},"Dependency Management","No third-party dependencies are explicitly declared or managed within the provided extension files.",{"category":75,"check":76,"severity":69,"summary":77},"Security","Secret Management","The provided files do not indicate the use of any secrets or sensitive credentials.",{"category":75,"check":79,"severity":32,"summary":80},"Injection","The extension appears to be self-contained and does not load or process untrusted external data, mitigating injection risks.",{"category":75,"check":82,"severity":32,"summary":83},"Transitive Supply-Chain Grenades","All content appears to be contained within the skill directory, and there are no runtime downloads or remote execution of code.",{"category":75,"check":85,"severity":32,"summary":86},"Sandbox Isolation","The extension does not appear to modify files outside of its own scope or interact with the user's file system in a sensitive manner.",{"category":75,"check":88,"severity":32,"summary":89},"Sandbox escape primitives","No detached-process spawns or deny-retry loops were detected in the provided script examples.",{"category":75,"check":91,"severity":32,"summary":92},"Data Exfiltration","There are no references to confidential data or undocumented outbound calls in the provided files.",{"category":75,"check":94,"severity":32,"summary":95},"Hidden Text Tricks","Bundled content appears free of hidden-steering tricks, with clean printable ASCII and expected Unicode.",{"category":97,"check":98,"severity":32,"summary":99},"Hooks","Opaque code execution","The code examples are in a readable JavaScript format, with no signs of obfuscation or runtime fetched code.",{"category":101,"check":102,"severity":32,"summary":103},"Portability","Structural Assumption","The skill does not appear to make structural assumptions about user-specific project organization outside of its own bundle.",{"category":105,"check":106,"severity":69,"summary":107},"Trust","Issues Attention","No issue tracking data is available for this extension.",{"category":109,"check":110,"severity":32,"summary":111},"Versioning","Release Management","The SKILL.md frontmatter includes a `version: 1.0.0` field, indicating a clear version signal.",{"category":113,"check":114,"severity":54,"summary":115},"Code Execution","Validation","While the SKILL.md shows example API payloads, it does not explicitly demonstrate the use of a schema validation library for inputs or outputs.",{"category":75,"check":117,"severity":32,"summary":118},"Unguarded Destructive Operations","The skill focuses on automation and data manipulation rather than destructive operations, and no destructive primitives with insufficient guards were found.",{"category":113,"check":120,"severity":32,"summary":121},"Error Handling","The detailed workflow examples suggest a structured approach to handling various e-commerce operations, implying robust error handling for common scenarios.",{"category":113,"check":123,"severity":69,"summary":124},"Logging","The provided files do not contain explicit logging mechanisms for actions or errors.",{"category":126,"check":127,"severity":54,"summary":128},"Compliance","GDPR","The extension operates on e-commerce data which may include personal data, but there are no explicit sanitization steps documented for this data before it is processed or potentially sent to the LLM.",{"category":126,"check":130,"severity":32,"summary":131},"Target market","The extension is focused on WooCommerce automation, a global e-commerce platform, with no regional restrictions detected, hence the target market is global.",{"category":101,"check":133,"severity":32,"summary":134},"Runtime stability","The skill uses standard tools and APIs for WooCommerce, implying good cross-platform compatibility without specific OS or shell assumptions.",{"category":48,"check":136,"severity":32,"summary":137},"Precise Purpose","The description and frontmatter clearly state the purpose of automating WooCommerce operations, including specific areas like orders, inventory, and marketing, and is suitable for its intended audience.",{"category":48,"check":139,"severity":32,"summary":140},"Concise Frontmatter","The frontmatter is concise and provides a clear summary of the skill's core capabilities and purpose.",{"category":52,"check":142,"severity":32,"summary":143},"Concise Body","The SKILL.md body is well-structured with sections for workflows, product management, customer management, and marketing, keeping the core instructions concise.",{"category":145,"check":146,"severity":32,"summary":147},"Context","Progressive Disclosure","The SKILL.md provides a high-level overview of workflows and uses code blocks for examples, keeping the main document concise and allowing for deeper understanding through the examples.",{"category":145,"check":149,"severity":69,"summary":150},"Forked exploration","This skill is designed for direct automation and does not involve deep exploration or multi-file inspection that would necessitate `context: fork`.",{"category":30,"check":152,"severity":32,"summary":153},"Usage examples","The SKILL.md includes detailed YAML structures and JavaScript code snippets demonstrating how to use the tools for various WooCommerce operations, serving as clear usage examples.",{"category":30,"check":155,"severity":54,"summary":156},"Edge cases","While the skill outlines comprehensive workflows, explicit documentation of failure modes and recovery steps for edge cases like API errors or malformed data is not present.",{"category":113,"check":158,"severity":32,"summary":159},"Tool Fallback","The MCP server is declared in the frontmatter, and the skill can likely function using built-in tools if the MCP server is not available, as implied by the structure.",{"category":161,"check":162,"severity":32,"summary":163},"Safety","Halt on unexpected state","The detailed workflow structures and API examples suggest that unexpected states would likely halt the process, and the nature of e-commerce operations requires such behavior for data integrity.",{"category":101,"check":165,"severity":32,"summary":166},"Cross-skill coupling","The skill is self-contained and focuses on WooCommerce automation, with no apparent reliance on other skills being loaded concurrently.",1778053515888,"This skill automates key WooCommerce functions including order processing, inventory synchronization, customer segmentation, and marketing campaigns. It provides detailed workflow examples and API integration snippets for practical implementation.","2.0.0","3.4.0","This skill is highly polished and well-documented, focusing on a specific domain with clear tools and workflows. The MIT license and robust structure contribute to its high score. A minor info finding for missing explicit edge case documentation prevents a perfect score.",95,"A comprehensive and well-structured skill for automating WooCommerce e-commerce operations.",[15,16,17,18,19,20,21,22],"global","verified",{"codeQuality":178,"collectedAt":179,"documentation":180,"maintenance":182,"security":183,"testCoverage":185},{},1778053503632,{"descriptionLength":181,"readmeSize":8},96,{},{"hasNpmPackage":184,"smitheryVerified":184},false,{"hasCi":184,"hasTests":184},{"updatedAt":187},1778053561145,{"githubOwner":189,"githubRepo":190,"locale":26,"slug":191,"type":192},"claude-office-skills","skills","woocommerce-automation","skill",true,null,{"extract":196,"llm":199},{"commitSha":197,"license":198},"9c4c7d5cd2813a8936bf2c9fdb174ea883b85a11","MIT",{"promptVersionExtension":169,"promptVersionScoring":170,"score":172,"targetMarket":175,"tier":176},{"repoId":201},"kd7fw7xbj58qc2z8whrrjptbed8659db",{"_creationTime":203,"_id":201,"identity":204,"providers":206,"workflow":217},1777995558409.8474,{"githubOwner":189,"githubRepo":190,"sourceUrl":205},"https://github.com/claude-office-skills/skills",{"discover":207,"github":210},{"sources":208},[209],"skills-sh",{"closedIssues90d":8,"forks":211,"license":198,"openIssues90d":212,"pushedAt":213,"readmeSize":214,"stars":215,"topics":216},27,2,1769868236000,29630,98,[],{"discoverAt":218,"extractAt":219,"githubAt":219,"updatedAt":219},1777995558409,1778053155657,{"anyEnrichmentAt":221,"extractAt":222,"githubAt":221,"llmAt":187,"updatedAt":187},1778053151766,1778053148350,[],[225,245,272,294,317,338],{"_creationTime":226,"_id":227,"community":228,"display":229,"identity":237,"providers":239,"relations":243,"workflow":244},1778053148350.4724,"k176y1cv0gz02cpz44dhebzv6x867c2k",{"reviewCount":8},{"description":230,"installMethods":231,"name":232,"sourceUrl":233,"tags":234},"Shopify e-commerce automation - inventory management, order processing, customer workflows, and analytics",{},"Shopify Automation","https://github.com/claude-office-skills/skills/tree/HEAD/shopify-automation",[235,16,21,20,18,236,19],"shopify","workflow",{"githubOwner":189,"githubRepo":190,"locale":26,"slug":238,"type":192},"shopify-automation",{"extract":240,"llm":241},{"commitSha":197,"license":198},{"promptVersionExtension":169,"promptVersionScoring":170,"score":242,"targetMarket":175,"tier":176},89,{"repoId":201},{"anyEnrichmentAt":221,"extractAt":222,"githubAt":221,"llmAt":187,"updatedAt":187},{"_creationTime":246,"_id":247,"community":248,"display":249,"identity":258,"providers":262,"relations":266,"workflow":268},1778054781976.5928,"k1779jg9bachbejc4hfmyejtjx867tzc",{"reviewCount":8},{"description":250,"installMethods":251,"name":252,"sourceUrl":253,"tags":254},"AI Native Camp Day 2 Context Sync 스킬 만들기. 여러 외부 도구에서 컨텍스트를 수집하여 하나의 sync 문서로 만드는 나만의 스킬을 직접 구축한다. \"2일차\", \"Day 2\", \"context sync\", \"컨텍스트 싱크\", \"sync 스킬\", \"스킬 만들기\", \"정보 수집 스킬\" 요청에 사용.",{},"Day 2: 나만의 Context Sync 스킬 만들기","https://github.com/ai-native-camp/camp-1/tree/HEAD/.agents/skills/day2-create-context-sync-skill",[18,19,255,256,257],"skill-building","productivity","data-sync",{"githubOwner":259,"githubRepo":260,"locale":26,"slug":261,"type":192},"ai-native-camp","camp-1","day2-create-context-sync-skill",{"extract":263,"llm":265},{"commitSha":264,"license":69},"9ffaf358dc8c88567d8f0450966b5518071da4f0",{"promptVersionExtension":169,"promptVersionScoring":170,"score":215,"targetMarket":175,"tier":176},{"repoId":267},"kd72seepns71xx9ksxrb02bs1n8645k6",{"anyEnrichmentAt":269,"extractAt":270,"githubAt":269,"llmAt":271,"updatedAt":271},1778054782298,1778054781976,1778054817045,{"_creationTime":273,"_id":274,"community":275,"display":276,"identity":287,"providers":289,"relations":292,"workflow":293},1778053148350.4817,"k1799ke3mvvmb9chq1vt0k97k5867cfv",{"reviewCount":8},{"description":277,"installMethods":278,"name":279,"sourceUrl":280,"tags":281},"Build and manage webhook-based integrations for real-time event processing and API connections",{},"Webhook Automation","https://github.com/claude-office-skills/skills/tree/HEAD/webhook-automation",[282,283,284,18,285,286,19],"webhook","api","integration","events","engineering",{"githubOwner":189,"githubRepo":190,"locale":26,"slug":288,"type":192},"webhook-automation",{"extract":290,"llm":291},{"commitSha":197,"license":198},{"promptVersionExtension":169,"promptVersionScoring":170,"score":215,"targetMarket":175,"tier":176},{"repoId":201},{"anyEnrichmentAt":221,"extractAt":222,"githubAt":221,"llmAt":187,"updatedAt":187},{"_creationTime":295,"_id":296,"community":297,"display":298,"identity":310,"providers":312,"relations":315,"workflow":316},1778053148350.4539,"k179tsfdj29k96rtptbbar2tvn866b71",{"reviewCount":8},{"description":299,"installMethods":300,"name":301,"sourceUrl":302,"tags":303},"Intelligent lead assignment and routing - AI-powered scoring, territory mapping, round-robin distribution, and workload balancing",{},"Lead Routing","https://github.com/claude-office-skills/skills/tree/HEAD/lead-routing",[304,305,306,307,308,18,19,309],"sales","crm","lead-management","routing","assignment","ai-powered",{"githubOwner":189,"githubRepo":190,"locale":26,"slug":311,"type":192},"lead-routing",{"extract":313,"llm":314},{"commitSha":197,"license":198},{"promptVersionExtension":169,"promptVersionScoring":170,"score":215,"targetMarket":175,"tier":176},{"repoId":201},{"anyEnrichmentAt":221,"extractAt":222,"githubAt":221,"llmAt":187,"updatedAt":187},{"_creationTime":318,"_id":319,"community":320,"display":321,"identity":331,"providers":333,"relations":336,"workflow":337},1778053148350.4426,"k17b6hmh6m4wn9pt1ebcdkd2ys866xwb",{"reviewCount":8},{"description":322,"installMethods":323,"name":324,"sourceUrl":325,"tags":326},"Automate Facebook and Instagram advertising campaigns, audience targeting, and performance optimization",{},"Facebook/Meta Ads","https://github.com/claude-office-skills/skills/tree/HEAD/facebook-ads",[327,328,329,22,330,19],"facebook","instagram","ads","advertising",{"githubOwner":189,"githubRepo":190,"locale":26,"slug":332,"type":192},"facebook-meta-ads",{"extract":334,"llm":335},{"commitSha":197,"license":198},{"promptVersionExtension":169,"promptVersionScoring":170,"score":215,"targetMarket":175,"tier":176},{"repoId":201},{"anyEnrichmentAt":221,"extractAt":222,"githubAt":221,"llmAt":187,"updatedAt":187},{"_creationTime":339,"_id":340,"community":341,"display":342,"identity":351,"providers":353,"relations":357,"workflow":358},1778053148350.4211,"k174s92kpzw00sh82cxddnp8qh8675pa",{"reviewCount":8},{"description":343,"installMethods":344,"name":345,"sourceUrl":346,"tags":347},"Automate Amazon seller operations including inventory, orders, pricing, and advertising management",{},"Amazon Seller","https://github.com/claude-office-skills/skills/tree/HEAD/amazon-seller",[348,16,349,21,330,350,19],"amazon","fba","operations",{"githubOwner":189,"githubRepo":190,"locale":26,"slug":352,"type":192},"amazon-seller",{"extract":354,"llm":355},{"commitSha":197,"license":198},{"promptVersionExtension":169,"promptVersionScoring":170,"score":356,"targetMarket":175,"tier":176},85,{"repoId":201},{"anyEnrichmentAt":221,"extractAt":222,"githubAt":221,"llmAt":187,"updatedAt":187}]