[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-Houseofmvps-rank-fix-en":3,"guides-for-Houseofmvps-rank-fix":491,"similar-k1718dffwq9drqrw98mmesx7g186mbhc-en":492},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":259,"isFallback":255,"parentExtension":264,"providers":325,"relations":329,"repo":330,"tags":488,"workflow":489},1778688445444.692,"k1718dffwq9drqrw98mmesx7g186mbhc",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Auto-fix all SEO/GEO/AEO findings in one command. Scan, fix, verify.",{"claudeCode":12},"Houseofmvps/claude-rank","claude-rank","https://github.com/Houseofmvps/claude-rank",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":239,"workflow":257},1778688590529.2783,"kn76nd1wkyp5vv195b7pczphd986nn6p","en",{"checks":20,"evaluatedAt":194,"extensionSummary":195,"features":196,"nonGoals":202,"practices":206,"prerequisites":211,"promptVersionExtension":214,"promptVersionScoring":215,"purpose":216,"rationale":217,"score":218,"summary":219,"tags":220,"targetMarket":227,"tier":228,"useCases":229,"workflow":234},[21,26,29,32,36,39,43,48,51,54,58,62,65,69,72,75,78,81,84,87,91,95,99,103,108,111,114,118,122,125,128,131,134,137,140,144,148,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 AI engines not discovering or citing a site, and the direct impact on search traffic.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The extension offers significant value over a simple prompt by providing a comprehensive suite of scanners and automated fixes for complex SEO and AI readiness issues.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The extension covers the complete lifecycle from scanning to fixing and verification, with clear commands and tools ready for use in a workflow.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The extension focuses on AI readiness and search visibility, with a coherent set of tools and scanners addressing this specific domain.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The description 'Auto-fix all SEO/GEO/AEO findings in one command. Scan, fix, verify.' is concise and accurately reflects the core functionality.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The extension exposes numerous narrow verb-noun tools (e.g., `seo-scanner.mjs`, `robots-analyzer.mjs generate`) rather than a single generalist command.",{"category":44,"check":45,"severity":46,"summary":47},"Documentation","Configuration & parameter reference","info","Parameters like `\u003Cdir>` and `\u003Curl>` are mentioned in the SKILL.md, but explicit default values and precedence orders are not documented.",{"category":33,"check":49,"severity":24,"summary":50},"Tool naming","Tool names like `seo-scanner.mjs` and `robots-analyzer.mjs` are descriptive and follow a clear convention.",{"category":33,"check":52,"severity":24,"summary":53},"Minimal I/O surface","Tools accept specific parameters like directory paths and URLs, and the output is structured for analysis.",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","The extension is distributed under the MIT license, as indicated by the LICENSE file and README.",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","The latest commit was on 2026-05-11, well within the last 3 months.",{"category":59,"check":63,"severity":24,"summary":64},"Dependency Management","The extension has a single dependency ('htmlparser2') and no native bindings, minimizing update risks. A lockfile is present.",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","The extension does not appear to handle or expose secrets, operating on project files and external URLs.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The SKILL.md and README indicate that external data is treated as input for tools and not executed as instructions.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The extension relies on a single, small dependency and does not fetch remote content at runtime for execution.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The tools operate on specified directories and URLs, with no indication of writing outside the project folder or system paths.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","No detached-process spawns or deny-retry loops are evident in the provided scripts.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The extension analyzes project files and external URLs for SEO/AI readiness, with no outbound calls to unverified destinations documented.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled content and documentation do not appear to contain hidden steering tricks or obfuscated instructions.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The bundled scripts are provided in plain Javascript (ESM) and do not use obfuscation or runtime fetching for code execution.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill references common project structures and files like robots.txt and sitemap.xml, which are standard.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","In the last 90 days, 0 issues were opened and 1 was closed, indicating good responsiveness.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The extension uses semantic versioning via npm and has a `CHANGELOG.md`, providing clear versioning signals.",{"category":104,"check":105,"severity":106,"summary":107},"Code Execution","Validation","warning","While tools accept parameters like `\u003Cdir>` and `\u003Curl>`, explicit schema validation libraries are not clearly indicated for all inputs.",{"category":66,"check":109,"severity":24,"summary":110},"Unguarded Destructive Operations","The extension primarily performs analysis and generates files. Any file modifications are part of the auto-fix process and are expected.",{"category":104,"check":112,"severity":46,"summary":113},"Error Handling","The SKILL.md outlines steps and expected outcomes, but detailed error handling with specific recovery steps for each failure mode is not explicitly documented.",{"category":104,"check":115,"severity":116,"summary":117},"Logging","not_applicable","The extension's primary function is analysis and file generation, not destructive operations or outbound calls that would require audit logging.",{"category":119,"check":120,"severity":24,"summary":121},"Compliance","GDPR","The extension operates on project files and public URLs, with no indication of processing personal data.",{"category":119,"check":123,"severity":24,"summary":124},"Target market","The extension is language-agnostic and operates on standard web technologies, making it globally applicable.",{"category":92,"check":126,"severity":24,"summary":127},"Runtime stability","The extension is a Node.js ESM module requiring Node.js >= 18 and has no stated OS-specific dependencies.",{"category":44,"check":129,"severity":24,"summary":130},"README","The README provides a comprehensive overview of the extension's capabilities, features, and usage.",{"category":33,"check":132,"severity":24,"summary":133},"Tool surface size","The extension exposes a reasonable number of tools and commands, fitting within the target range.",{"category":40,"check":135,"severity":24,"summary":136},"Overlapping near-synonym tools","Tool names are distinct and cover specific functions within the SEO and AI readiness domain.",{"category":44,"check":138,"severity":24,"summary":139},"Phantom features","All advertised features, including scanners and auto-fix generators, have corresponding implementations described in the documentation.",{"category":141,"check":142,"severity":24,"summary":143},"Install","Installation instruction","The README provides clear installation instructions for both plugin and standalone usage, including copy-pasteable invocation examples.",{"category":145,"check":146,"severity":46,"summary":147},"Errors","Actionable error messages","While the SKILL.md outlines failure modes, specific remediation steps for each are not detailed in the documentation.",{"category":149,"check":150,"severity":24,"summary":151},"Execution","Pinned dependencies","The extension has a lockfile (`package-lock.json`) and uses a pinned dependency (`htmlparser2`), and scripts have shebangs.",{"category":33,"check":153,"severity":116,"summary":154},"Dry-run preview","The extension performs analysis and file generation, which can be considered a preview of intended changes. Explicit dry-run flags are not present but not critical for its function.",{"category":156,"check":157,"severity":116,"summary":158},"Protocol","Idempotent retry & timeouts","The extension does not perform mutating operations or external calls that would require idempotency or timeouts.",{"category":119,"check":160,"severity":24,"summary":161},"Telemetry opt-in","The extension explicitly states 'No telemetry. Zero data collection. No phone home. Ever.'",{"category":40,"check":163,"severity":24,"summary":164},"Precise Purpose","The extension clearly states its purpose is to auto-fix SEO/GEO/AEO findings and provides specific commands for scanning, fixing, and verifying.",{"category":40,"check":166,"severity":24,"summary":167},"Concise Frontmatter","The frontmatter in SKILL.md is concise and self-contained, summarizing the core capability effectively.",{"category":44,"check":169,"severity":24,"summary":170},"Concise Body","The SKILL.md is well-structured and avoids excessive bloat, deferring detailed material to separate files.",{"category":172,"check":173,"severity":24,"summary":174},"Context","Progressive Disclosure","The SKILL.md outlines the workflow and references tools and scanners, adhering to progressive disclosure principles.",{"category":172,"check":176,"severity":116,"summary":177},"Forked exploration","The skill is not an exploration-heavy skill that would require context: fork.",{"category":22,"check":179,"severity":24,"summary":180},"Usage examples","The README provides numerous ready-to-use CLI invocation examples for various functionalities.",{"category":22,"check":182,"severity":46,"summary":183},"Edge cases","The documentation outlines the failure modes and recovery steps for some aspects, like CI/CD mode, but detailed edge case handling for all tools is not explicitly documented.",{"category":104,"check":185,"severity":116,"summary":186},"Tool Fallback","The extension uses internal Node.js tools and does not rely on external MCP servers or tools that would require fallbacks.",{"category":188,"check":189,"severity":24,"summary":190},"Safety","Halt on unexpected state","The CI/CD mode with a threshold provides a mechanism to halt workflows on unexpected states (scores below threshold).",{"category":92,"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.",1778688590382,"This extension provides a suite of CLI tools and Claude Code plugins to scan websites for SEO, GEO, and AEO issues, automatically fix common problems like missing robots.txt, sitemaps, and JSON-LD, and track improvements over time.",[197,198,199,200,201],"Auto-fixes common SEO/GEO/AEO issues","Scans for AI discoverability and search hygiene","Generates robots.txt, sitemap.xml, llms.txt, and JSON-LD","Provides competitive analysis and performance audits","Offers actionable plans for Google Search Console and Bing Webmaster Tools",[203,204,205],"Replacing a full SEO strategy, link building, or content marketing efforts.","Performing real-time SEO or AI readiness monitoring.","Acting as a content creation tool.",[207,208,209,210],"SEO Best Practices","AI Content Discoverability","Technical Auditing","Automated Remediation",[212,213],"Node.js >= 18","ESM environment","3.0.0","4.4.0","To automatically scan, fix, and verify SEO, GEO, and AEO findings, ensuring websites are discoverable and citeable by AI engines and traditional search engines.","The extension has strong documentation, clear purpose, and robust security measures. Minor areas for improvement include more explicit parameter documentation and detailed edge case handling.",95,"A comprehensive and well-documented tool for assessing and improving website AI readiness and search visibility.",[221,222,223,224,225,226],"seo","ai","auditing","developers","cli","automation","global","community",[230,231,232,233],"When a website is not being cited or discovered by AI search engines.","To ensure technical SEO foundations are in place for better search visibility.","Automating the generation of essential SEO files like sitemaps and robots.txt.","Assessing and improving a website's readiness for AI content extraction and citation.",[235,236,237,238],"Scan for SEO/GEO/AEO findings","Apply automated fixes for missing files and content","Verify improvements by re-scanning","Save audit history and generate action plans",{"codeQuality":240,"collectedAt":242,"documentation":243,"maintenance":246,"popularity":251,"security":253,"testCoverage":256},{"hasLockfile":241},true,1778688568078,{"descriptionLength":244,"readmeSize":245},68,25062,{"closedIssues90d":247,"forks":248,"hasChangelog":241,"openIssues90d":8,"pushedAt":249,"stars":250},1,2,1778529248000,32,{"npmDownloads":252},186,{"hasNpmPackage":241,"license":254,"smitheryVerified":255},"MIT",false,{"hasCi":241,"hasTests":241},{"updatedAt":258},1778688590529,{"basePath":260,"githubOwner":261,"githubRepo":13,"locale":18,"slug":262,"type":263},"skills/rank-fix","Houseofmvps","rank-fix","skill",{"_creationTime":265,"_id":266,"community":267,"display":268,"identity":271,"parentExtension":274,"providers":310,"relations":320,"tags":321,"workflow":322},1778688445444.691,"k179m2nqnv63nsxfs3js56bp9s86nrez",{"reviewCount":8},{"description":269,"installMethods":270,"name":13,"sourceUrl":14},"Claude Code plugin that tells you why your site won't get cited by AI — and fixes the discoverability files automatically.",{"claudeCode":13},{"basePath":272,"githubOwner":261,"githubRepo":13,"locale":18,"slug":13,"type":273},"","plugin",{"_creationTime":275,"_id":276,"community":277,"display":278,"identity":281,"providers":283,"relations":303,"tags":305,"workflow":306},1778688445444.6907,"k175zdykxh7cfjpd9wx4hr3r2s86mr55",{"reviewCount":8},{"description":279,"installMethods":280,"name":13,"sourceUrl":14},"Claude Code plugin that tells you why your site won't get cited by AI — and fixes the discoverability files automatically. 170+ rules across 10 scanners.",{"claudeCode":12},{"basePath":272,"githubOwner":261,"githubRepo":13,"locale":18,"slug":13,"type":282},"marketplace",{"evaluate":284,"extract":298},{"promptVersionExtension":285,"promptVersionScoring":215,"score":286,"tags":287,"targetMarket":227,"tier":297},"3.1.0",99,[221,288,289,290,291,292,293,294,295,296],"geo","aeo","ai-search","claude-code","marketing","agency","structured-data","schema","search-optimization","verified",{"commitSha":299,"license":254,"marketplace":300,"plugin":301},"HEAD",{"name":13,"pluginCount":247},{"mcpCount":8,"provider":302,"skillCount":8},"classify",{"repoId":304},"kd7f0gftqjxbq2z9ptzzk1549n86mnjf",[289,293,290,291,288,292,295,296,221,294],{"evaluatedAt":307,"extractAt":308,"updatedAt":309},1778688470507,1778688445444,1778688776949,{"evaluate":311,"extract":317},{"promptVersionExtension":214,"promptVersionScoring":215,"score":312,"tags":313,"targetMarket":227,"tier":297},96,[221,314,223,225,315,295,316],"ai-readiness","performance","optimization",{"commitSha":299,"license":254,"plugin":318},{"mcpCount":8,"provider":302,"skillCount":319},6,{"parentExtensionId":276,"repoId":304},[314,223,225,316,315,295,221],{"evaluatedAt":323,"extractAt":308,"updatedAt":324},1778688499384,1778688776496,{"evaluate":326,"extract":328},{"promptVersionExtension":214,"promptVersionScoring":215,"score":218,"tags":327,"targetMarket":227,"tier":228},[221,222,223,224,225,226],{"commitSha":299,"license":254},{"parentExtensionId":266,"repoId":304},{"_creationTime":331,"_id":304,"identity":332,"providers":333,"workflow":483},1778688437407.7522,{"githubOwner":261,"githubRepo":13,"sourceUrl":14},{"classify":334,"discover":473,"extract":476,"github":477,"npm":482},{"commitSha":299,"extensions":335},[336,349,417,426,434,442,447,455,463],{"basePath":272,"description":279,"displayName":13,"installMethods":337,"rationale":338,"selectedPaths":339,"source":348,"sourceLanguage":18,"type":282},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[340,343,345],{"path":341,"priority":342},".claude-plugin/marketplace.json","mandatory",{"path":344,"priority":342},"README.md",{"path":346,"priority":347},"LICENSE","high","rule",{"basePath":272,"description":269,"displayName":13,"installMethods":350,"license":254,"rationale":351,"selectedPaths":352,"source":348,"sourceLanguage":18,"type":273},{"claudeCode":13},"plugin manifest at .claude-plugin/plugin.json",[353,355,356,357,360,362,364,366,368,370,372,374,376,378,380,382,384,386,388,391,393,395,397,399,401,403,405,407,409,411,413,415],{"path":354,"priority":342},".claude-plugin/plugin.json",{"path":344,"priority":342},{"path":346,"priority":347},{"path":358,"priority":359},"skills/rank/SKILL.md","medium",{"path":361,"priority":359},"skills/rank-aeo/SKILL.md",{"path":363,"priority":359},"skills/rank-audit/SKILL.md",{"path":365,"priority":359},"skills/rank-fix/SKILL.md",{"path":367,"priority":359},"skills/rank-geo/SKILL.md",{"path":369,"priority":359},"skills/rank-schema/SKILL.md",{"path":371,"priority":347},"agents/aeo-auditor.md",{"path":373,"priority":347},"agents/citability-auditor.md",{"path":375,"priority":347},"agents/content-auditor.md",{"path":377,"priority":347},"agents/geo-auditor.md",{"path":379,"priority":347},"agents/performance-auditor.md",{"path":381,"priority":347},"agents/schema-auditor.md",{"path":383,"priority":347},"agents/security-auditor.md",{"path":385,"priority":347},"agents/seo-auditor.md",{"path":387,"priority":347},"agents/vertical-auditor.md",{"path":389,"priority":390},"bin/claude-rank.mjs","low",{"path":392,"priority":347},"commands/rank-aeo.md",{"path":394,"priority":347},"commands/rank-audit.md",{"path":396,"priority":347},"commands/rank-citability.md",{"path":398,"priority":347},"commands/rank-compete.md",{"path":400,"priority":347},"commands/rank-content.md",{"path":402,"priority":347},"commands/rank-fix.md",{"path":404,"priority":347},"commands/rank-geo.md",{"path":406,"priority":347},"commands/rank-perf.md",{"path":408,"priority":347},"commands/rank-schema.md",{"path":410,"priority":347},"commands/rank-security.md",{"path":412,"priority":347},"commands/rank-vertical.md",{"path":414,"priority":347},"commands/rank.md",{"path":416,"priority":347},"hooks/hooks.json",{"basePath":418,"description":419,"displayName":420,"installMethods":421,"rationale":422,"selectedPaths":423,"source":348,"sourceLanguage":18,"type":263},"skills/rank","Main orchestrator for claude-rank SEO/GEO/AEO toolkit. Routes to specialized sub-skills.","rank",{"claudeCode":12},"SKILL.md frontmatter at skills/rank/SKILL.md",[424],{"path":425,"priority":342},"SKILL.md",{"basePath":427,"description":428,"displayName":429,"installMethods":430,"rationale":431,"selectedPaths":432,"source":348,"sourceLanguage":18,"type":263},"skills/rank-aeo","Answer engine optimization. Optimize for featured snippets, voice search, People Also Ask.","rank-aeo",{"claudeCode":12},"SKILL.md frontmatter at skills/rank-aeo/SKILL.md",[433],{"path":425,"priority":342},{"basePath":435,"description":436,"displayName":437,"installMethods":438,"rationale":439,"selectedPaths":440,"source":348,"sourceLanguage":18,"type":263},"skills/rank-audit","Full SEO/GEO/AEO/Citability/Content/Performance/Vertical/Security audit with auto-fix. Scans, reports, fixes, and verifies.","rank-audit",{"claudeCode":12},"SKILL.md frontmatter at skills/rank-audit/SKILL.md",[441],{"path":425,"priority":342},{"basePath":260,"description":10,"displayName":262,"installMethods":443,"rationale":444,"selectedPaths":445,"source":348,"sourceLanguage":18,"type":263},{"claudeCode":12},"SKILL.md frontmatter at skills/rank-fix/SKILL.md",[446],{"path":425,"priority":342},{"basePath":448,"description":449,"displayName":450,"installMethods":451,"rationale":452,"selectedPaths":453,"source":348,"sourceLanguage":18,"type":263},"skills/rank-geo","AI search optimization audit. Optimize content for ChatGPT, Perplexity, Google AI Overviews.","rank-geo",{"claudeCode":12},"SKILL.md frontmatter at skills/rank-geo/SKILL.md",[454],{"path":425,"priority":342},{"basePath":456,"description":457,"displayName":458,"installMethods":459,"rationale":460,"selectedPaths":461,"source":348,"sourceLanguage":18,"type":263},"skills/rank-schema","Structured data management. Detect, validate, generate, and inject JSON-LD schema.","rank-schema",{"claudeCode":12},"SKILL.md frontmatter at skills/rank-schema/SKILL.md",[462],{"path":425,"priority":342},{"basePath":272,"description":269,"displayName":464,"installMethods":465,"license":254,"rationale":466,"selectedPaths":467,"source":348,"sourceLanguage":18,"type":225},"@houseofmvps/claude-rank",{"npm":464},"cli ecosystem detected at /",[468,470,471,472],{"path":469,"priority":342},"package.json",{"path":344,"priority":342},{"path":346,"priority":347},{"path":389,"priority":359},{"sources":474},[475],"manual",{"npmPackage":464},{"closedIssues90d":247,"description":279,"forks":248,"homepage":478,"license":254,"openIssues90d":8,"pushedAt":249,"readmeSize":245,"stars":250,"topics":479},"https://www.npmjs.com/package/@houseofmvps/claude-rank",[289,290,480,291,481,288,292,296,221,294],"answer-engine-optimization","generative-engine-optimization",{"downloads":252},{"classifiedAt":484,"discoverAt":485,"extractAt":486,"githubAt":486,"npmAt":487,"updatedAt":484},1778688444933,1778688437407,1778688441069,1778688443794,[222,223,226,225,224,221],{"evaluatedAt":258,"extractAt":308,"updatedAt":490},1778688777687,[],[493,524,551,582,604,630],{"_creationTime":494,"_id":495,"community":496,"display":497,"identity":503,"providers":508,"relations":517,"tags":520,"workflow":521},1778696691708.3274,"k170az7r02e9e2v47mpy80kx6n86nff3",{"reviewCount":8},{"description":498,"installMethods":499,"name":501,"sourceUrl":502},"Detect current market regime using npx neural-trader — bull/bear/ranging/volatile classification with recommended strategy",{"claudeCode":500},"ruvnet/ruflo","Trader Regime","https://github.com/ruvnet/ruflo",{"basePath":504,"githubOwner":505,"githubRepo":506,"locale":18,"slug":507,"type":263},"plugins/ruflo-neural-trader/skills/trader-regime","ruvnet","ruflo","trader-regime",{"evaluate":509,"extract":516},{"promptVersionExtension":214,"promptVersionScoring":215,"score":510,"tags":511,"targetMarket":227,"tier":297},100,[512,513,514,222,515,225],"finance","trading","market-analysis","typescript",{"commitSha":299,"license":254},{"parentExtensionId":518,"repoId":519},"k17drge8h1fgzchr0p4jaeg33n86mwmy","kd7ed28gj8n0y3msk5dzrp05zs86nqtc",[222,225,512,514,513,515],{"evaluatedAt":522,"extractAt":523,"updatedAt":522},1778701108877,1778696691708,{"_creationTime":525,"_id":526,"community":527,"display":528,"identity":534,"providers":539,"relations":545,"tags":547,"workflow":548},1778694720643.034,"k175824bv0hy06y0gygd192pgd86nceh",{"reviewCount":8},{"description":529,"installMethods":530,"name":532,"sourceUrl":533},"Run a weekly SEO review for one registered website, write audit artifacts, and choose the next best safe action.",{"claudeCode":531},"nowork-studio/toprank","Toprank Weekly Review","https://github.com/nowork-studio/toprank",{"basePath":535,"githubOwner":536,"githubRepo":537,"locale":18,"slug":538,"type":263},"openclaw/skills/toprank-weekly-review","nowork-studio","toprank","toprank-weekly-review",{"evaluate":540,"extract":544},{"promptVersionExtension":214,"promptVersionScoring":215,"score":510,"tags":541,"targetMarket":227,"tier":297},[221,542,543,223,226],"google-ads","meta-ads",{"commitSha":299,"license":254},{"repoId":546},"kd74wn8s89tp9hrfsmcra492r586nbrv",[223,226,542,543,221],{"evaluatedAt":549,"extractAt":550,"updatedAt":549},1778694967711,1778694720643,{"_creationTime":552,"_id":553,"community":554,"display":555,"identity":561,"providers":566,"relations":575,"tags":578,"workflow":579},1778699234184.6157,"k177tdbfgqmwhtaqv771f2ych586nne9",{"reviewCount":8},{"description":556,"installMethods":557,"name":559,"sourceUrl":560},"Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions",{"claudeCode":558},"Yeachan-Heo/oh-my-claudecode","Project Session Manager","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":562,"githubOwner":563,"githubRepo":564,"locale":18,"slug":565,"type":263},"skills/project-session-manager","Yeachan-Heo","oh-my-claudecode","project-session-manager",{"evaluate":567,"extract":574},{"promptVersionExtension":214,"promptVersionScoring":215,"score":510,"tags":568,"targetMarket":227,"tier":297},[569,570,571,572,226,225,573],"git","development-environment","workflow","tmux","developer-tool",{"commitSha":299,"license":254},{"parentExtensionId":576,"repoId":577},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[226,225,573,570,569,572,571],{"evaluatedAt":580,"extractAt":581,"updatedAt":580},1778699613343,1778699234184,{"_creationTime":583,"_id":584,"community":585,"display":586,"identity":589,"providers":592,"relations":600,"tags":601,"workflow":602},1778699234184.611,"k179b6dkc777g1rgyecze04wqn86m6y4",{"reviewCount":8},{"description":587,"installMethods":588,"name":564,"sourceUrl":560},"Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly",{"claudeCode":558},{"basePath":590,"githubOwner":563,"githubRepo":564,"locale":18,"slug":591,"type":263},"skills/ask","ask",{"evaluate":593,"extract":599},{"promptVersionExtension":214,"promptVersionScoring":215,"score":510,"tags":594,"targetMarket":227,"tier":297},[225,226,595,596,597,598],"llm","prompting","code-review","artifact-generation",{"commitSha":299,"license":254},{"parentExtensionId":576,"repoId":577},[598,226,225,597,595,596],{"evaluatedAt":603,"extractAt":581,"updatedAt":603},1778699303045,{"_creationTime":605,"_id":606,"community":607,"display":608,"identity":614,"providers":618,"relations":624,"tags":626,"workflow":627},1778697652123.8928,"k171pew5empzzrfghyg9nqrk6n86nqa9",{"reviewCount":8},{"description":609,"installMethods":610,"name":612,"sourceUrl":613},"Use gh for GitHub issues, PR status, CI/logs, comments, reviews, releases, and API queries.",{"claudeCode":611},"steipete/clawdis","github","https://github.com/steipete/clawdis",{"basePath":615,"githubOwner":616,"githubRepo":617,"locale":18,"slug":612,"type":263},"skills/github","steipete","clawdis",{"evaluate":619,"extract":623},{"promptVersionExtension":214,"promptVersionScoring":215,"score":510,"tags":620,"targetMarket":227,"tier":297},[612,225,621,622,226],"api","developer-tools",{"commitSha":299},{"repoId":625},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[621,226,225,622,612],{"evaluatedAt":628,"extractAt":629,"updatedAt":628},1778698569289,1778697652123,{"_creationTime":631,"_id":632,"community":633,"display":634,"identity":638,"providers":640,"relations":647,"tags":648,"workflow":649},1778697652123.8857,"k179k1n5nw0md1x1j3dak31evn86mb5f",{"reviewCount":8},{"description":635,"installMethods":636,"name":637,"sourceUrl":613},"Use when reviewing, reproducing, or proving OpenClaw Telegram behavior with a real Telegram user on Crabbox, including PR review workflows that need an agent-controlled Telegram Desktop recording, TDLib user-driver commands, Convex-leased credentials, WebVNC observation, and motion-trimmed artifacts.",{"claudeCode":611},"telegram-crabbox-e2e-proof",{"basePath":639,"githubOwner":616,"githubRepo":617,"locale":18,"slug":637,"type":263},".agents/skills/telegram-crabbox-e2e-proof",{"evaluate":641,"extract":646},{"promptVersionExtension":214,"promptVersionScoring":215,"score":510,"tags":642,"targetMarket":227,"tier":297},[643,644,226,645,225],"testing","telegram","qa",{"commitSha":299},{"repoId":625},[226,225,645,644,643],{"evaluatedAt":650,"extractAt":629,"updatedAt":650},1778698038113]