[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-Lifecycle-Innovations-Limited-ops-projects-de":3,"guides-for-Lifecycle-Innovations-Limited-ops-projects":883,"similar-k17dk4c1zyevwm6jrcq9garms586n63c-de":884},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":250,"isFallback":233,"parentExtension":256,"providers":321,"relations":325,"repo":326,"tags":881,"workflow":882},1778692306427.1018,"k17dk4c1zyevwm6jrcq9garms586n63c",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Portfolio dashboard for all GSD-tracked projects. Scans ~/Projects and ~/gsd-workspaces for .planning/ directories, shows phase status, git state, blockers, and next actions for every project. Run /ops projects to see the full portfolio.",{"claudeCode":12},"Lifecycle-Innovations-Limited/claude-ops","OPS Projects","https://github.com/Lifecycle-Innovations-Limited/claude-ops",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":231,"workflow":248},1778692826428.9453,"kn7e2938nv6wxvq06zdn4bqf9x86nye6","en",{"checks":20,"evaluatedAt":191,"extensionSummary":192,"features":193,"nonGoals":199,"practices":204,"prerequisites":205,"promptVersionExtension":206,"promptVersionScoring":207,"purpose":208,"rationale":209,"score":210,"summary":211,"tags":212,"targetMarket":218,"tier":219,"useCases":220,"workflow":225},[21,26,29,32,36,39,43,47,50,53,57,61,64,68,71,74,77,80,83,86,89,93,97,101,105,108,112,115,119,122,125,128,131,134,137,141,145,148,152,156,159,162,165,168,172,175,178,181,184,188],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of tracking projects across different workspaces and highlights the need for a portfolio dashboard.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers a significant value over a simple prompt by providing a structured, automated dashboard for project status, git state, blockers, and next actions, integrating data from various sources.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The extension provides a complete lifecycle for project tracking, from data gathering via scripts and daemon to user-facing dashboards and deep-dives, suitable for production use.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses solely on providing a project portfolio dashboard and related project-specific details, avoiding unrelated domains.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The provided description accurately and concisely reflects the skill's functionality for scanning project directories and displaying portfolio status.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill utilizes specific tools like Bash, Read, Grep, Glob, WebFetch, and AskUserQuestion, which are narrowly scoped for its task, rather than a single generalist command.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","The SKILL.md details runtime context loading and provides clear explanations for data flow and dashboard output, effectively documenting parameters and expected data sources.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","Tool names like `ops-projects`, `ops-gsd-registry-sync`, and `registry.json` are descriptive and align with the declared domain.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","Input arguments like project aliases and flags are specific, and output formats for the dashboard and project deep-dives are structured and focused on promised information.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The project is licensed under the MIT license, which is a permissive open-source license, with the license clearly stated in the LICENSE file and README.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The latest commit was on 2026-05-13, indicating recent maintenance activity.",{"category":58,"check":62,"severity":24,"summary":63},"Dependency Management","The README indicates that dependencies are managed via Homebrew, apt, or winget, and the `ops:setup` script handles installation, suggesting a robust dependency management approach.",{"category":65,"check":66,"severity":24,"summary":67},"Security","Secret Management","The extension details its credential resolution chain and explicitly states it does not access sensitive data like clipboard or SSH keys, indicating strong secret management practices.",{"category":65,"check":69,"severity":24,"summary":70},"Injection","The skill uses specific tools and data sources, and the documentation emphasizes treating all loaded data as untrusted, with no indication of remote code execution risks.",{"category":65,"check":72,"severity":24,"summary":73},"Transitive Supply-Chain Grenades","The skill relies on bundled scripts and local data sources, with no runtime downloads or execution of remote code, mitigating supply-chain risks.",{"category":65,"check":75,"severity":24,"summary":76},"Sandbox Isolation","The extension operates within specified project folders or its own plugin data directory, with clear documentation on data access and no indication of attempts to modify files outside its scope.",{"category":65,"check":78,"severity":24,"summary":79},"Sandbox escape primitives","No evidence of detached process spawns or deny-retry loops was found in the provided scripts or documentation.",{"category":65,"check":81,"severity":24,"summary":82},"Data Exfiltration","The extension's privacy policy explicitly states it does not phone home or upload data to third parties without explicit configuration, and scans are targeted.",{"category":65,"check":84,"severity":24,"summary":85},"Hidden Text Tricks","The bundled content appears to be clean, with no hidden text tricks or obfuscated instructions detected in the README or SKILL.md.",{"category":65,"check":87,"severity":24,"summary":88},"Opaque code execution","The bundled scripts are plain and readable, with no signs of obfuscation like base64 decoding or runtime code fetching.",{"category":90,"check":91,"severity":24,"summary":92},"Portability","Structural Assumption","The skill assumes standard project structures like `~/Projects` and `~/gsd-workspaces` with `.planning/` directories, which are common conventions and clearly documented.",{"category":94,"check":95,"severity":24,"summary":96},"Trust","Issues Attention","In the last 90 days, 2 issues were opened and 6 were closed, indicating a reasonable rate of maintenance and issue resolution.",{"category":98,"check":99,"severity":24,"summary":100},"Versioning","Release Management","The project has a clearly defined version (v2.0.0) and a CHANGELOG, indicating proper release management.",{"category":102,"check":103,"severity":24,"summary":104},"Execution","Validation","The skill uses specific tools and commands with documented inputs and outputs, implying a level of validation and sanitization, though explicit schema library use is not detailed.",{"category":65,"check":106,"severity":24,"summary":107},"Unguarded Destructive Operations","The extension is read-only in its core function of displaying project status, and any setup scripts are guarded by user interaction or explicit commands like `--sync`.",{"category":109,"check":110,"severity":24,"summary":111},"Code Execution","Error Handling","The SKILL.md outlines error states for missing registry data and daemon health, suggesting the skill is designed to handle and report errors gracefully.",{"category":109,"check":113,"severity":24,"summary":114},"Logging","The README mentions a background daemon and local-only operations, implying local logging for operational status, and no outbound telemetry is configured.",{"category":116,"check":117,"severity":24,"summary":118},"Compliance","GDPR","The extension primarily operates on project metadata and git state, and privacy documentation confirms no personal data is uploaded or shared without explicit user configuration.",{"category":116,"check":120,"severity":24,"summary":121},"Target market","The extension is designed for developers and project managers and does not have specific regional or jurisdictional logic, thus its target market is global.",{"category":90,"check":123,"severity":24,"summary":124},"Runtime stability","The skill relies on standard system commands and package managers (Homebrew, apt, winget), ensuring cross-platform compatibility.",{"category":44,"check":126,"severity":24,"summary":127},"README","The README provides a comprehensive overview, quick start, detailed commands, architecture, and privacy information.",{"category":33,"check":129,"severity":24,"summary":130},"Tool surface size","The primary skill `/ops projects` is well-defined, and while the overall claude-ops project has many skills, this specific one is focused.",{"category":40,"check":132,"severity":24,"summary":133},"Overlapping near-synonym tools","The tools used within this specific skill (`ops-projects`, `ops-gsd-registry-sync`) are distinct and do not exhibit overlapping synonym usage.",{"category":44,"check":135,"severity":24,"summary":136},"Phantom features","All features described in the README and SKILL.md, such as scanning project directories and displaying portfolio status, are implemented and verifiable through the provided scripts and documentation.",{"category":138,"check":139,"severity":24,"summary":140},"Install","Installation instruction","The README provides clear, copy-pasteable installation instructions, including setup wizard steps and local development guidance.",{"category":142,"check":143,"severity":24,"summary":144},"Errors","Actionable error messages","The SKILL.md details specific error states like missing registry data and daemon health, providing clear user messages and recovery prompts like running `--sync`.",{"category":102,"check":146,"severity":24,"summary":147},"Pinned dependencies","The installation instructions suggest using package managers like Homebrew, apt, and winget, which typically handle dependency pinning, and the scripts use standard shell commands.",{"category":33,"check":149,"severity":150,"summary":151},"Dry-run preview","not_applicable","This skill is primarily read-only, focusing on displaying information from existing project directories and registry files. It does not perform state-changing operations that would require a dry-run mode.",{"category":153,"check":154,"severity":24,"summary":155},"Protocol","Idempotent retry & timeouts","The skill operates on local files and uses standard shell commands, which are inherently idempotent or managed locally. Timeouts are not explicitly mentioned but are unlikely to be an issue for local operations.",{"category":116,"check":157,"severity":24,"summary":158},"Telemetry opt-in","The extension explicitly states in its privacy policy that it has no telemetry or analytics and does not phone home, aligning with opt-in principles.",{"category":40,"check":160,"severity":24,"summary":161},"Precise Purpose","The description clearly defines the purpose (portfolio dashboard for GSD-tracked projects) and the use case (scanning directories, showing status) with specific artifacts and user intents.",{"category":40,"check":163,"severity":24,"summary":164},"Concise Frontmatter","The frontmatter in SKILL.md is concise, clearly stating the core capability and providing argument hints and allowed tools.",{"category":44,"check":166,"severity":24,"summary":167},"Concise Body","The SKILL.md is well-structured, using relative paths to external files for deeper material, keeping the main document concise.",{"category":169,"check":170,"severity":24,"summary":171},"Context","Progressive Disclosure","The SKILL.md outlines the data flow and dashboard output, linking to other files like `preferences.json` and `daemon-health.json` where appropriate, demonstrating progressive disclosure.",{"category":169,"check":173,"severity":150,"summary":174},"Forked exploration","This skill is not an exploration-heavy tool; it retrieves and displays existing data, so a forked context is not applicable.",{"category":22,"check":176,"severity":24,"summary":177},"Usage examples","The README and SKILL.md provide clear examples for common commands like `/ops projects --sync` and deep-dive project views, demonstrating usage and expected output.",{"category":22,"check":179,"severity":24,"summary":180},"Edge cases","The SKILL.md explicitly handles edge cases like missing `registry.json` and daemon health warnings, providing user prompts for recovery.",{"category":90,"check":182,"severity":150,"summary":183},"Tool Fallback","The skill primarily uses built-in Claude Code tools and local shell commands, not relying on external MCP servers with fallbacks.",{"category":185,"check":186,"severity":24,"summary":187},"Safety","Halt on unexpected state","The skill explicitly describes error states like missing registry files and provides instructions to halt and prompt the user for recovery actions (e.g., running `--sync`).",{"category":90,"check":189,"severity":24,"summary":190},"Cross-skill coupling","The `/ops projects` skill operates self-contained, focusing on project data, and while part of a larger suite, it does not implicitly rely on other skills being loaded.",1778692824627,"This skill scans specified project directories for planning files, aggregates project data including phase status, git state, blockers, and next actions, and presents it in a dashboard format. It supports manual refresh and deep-dives into individual projects.",[194,195,196,197,198],"Scans multiple project directories for planning data","Displays portfolio-wide project status (Executing, Paused, Blocked, Idle)","Shows git state (branch, dirty status) for each project","Provides deep-dive views for individual projects","Supports on-demand registry synchronization",[200,201,202,203],"Managing project tasks or timelines directly","Performing Git operations beyond status checks","Replacing a full project management suite","Tracking projects not adhering to the specified directory structure and naming conventions",[],[],"3.0.0","4.4.0","To provide a centralized, at-a-glance view of all GSD-tracked projects, enabling users to quickly assess project health, status, and next steps.","The extension is well-documented, secure, and fulfills its purpose effectively. It shows excellent adherence to best practices, with only minor areas for potential enhancement.",98,"A comprehensive project portfolio dashboard skill with excellent documentation and security.",[213,214,215,216,217],"project-management","dashboard","cli","automation","portfolio","global","verified",[221,222,223,224],"Quickly review the status of all projects at the start of the day","Identify blocked or at-risk projects needing attention","Get a status update on a specific project by alias","Understand the overall health and progress of the project portfolio",[226,227,228,229,230],"Load runtime context (preferences, daemon health, registry)","Scan specified project directories for .planning/ files","Aggregate project data including status, git state, and next actions","Build and display the portfolio dashboard or project deep-dive view","Optionally synchronize the GSD registry before displaying the dashboard",{"codeQuality":232,"collectedAt":234,"documentation":235,"maintenance":238,"security":244,"testCoverage":247},{"hasLockfile":233},true,1778692807990,{"descriptionLength":236,"readmeSize":237},237,22118,{"closedIssues90d":239,"forks":240,"hasChangelog":233,"openIssues90d":241,"pushedAt":242,"stars":243},6,4,2,1778673878000,9,{"hasNpmPackage":245,"license":246,"smitheryVerified":245},false,"MIT",{"hasCi":233,"hasTests":233},{"updatedAt":249},1778692826429,{"basePath":251,"githubOwner":252,"githubRepo":253,"locale":18,"slug":254,"type":255},"claude-ops/skills/ops-projects","Lifecycle-Innovations-Limited","claude-ops","ops-projects","skill",{"_creationTime":257,"_id":258,"community":259,"display":260,"identity":264,"parentExtension":266,"providers":301,"relations":317,"tags":318,"workflow":319},1778692306427.0964,"k17d0t6ns7y6t377pfprg128hd86nm89",{"reviewCount":8},{"description":261,"installMethods":262,"name":263,"sourceUrl":14},"Business operations command center for Claude Code — 35 skills, 18 agents, and a smart background daemon that manage communications (WhatsApp/Email/Slack/Telegram), projects, infrastructure (all AWS services), revenue (Stripe + RevenueCat), e-commerce (Shopify), marketing (Klaviyo/Meta/GA4/GSC), monitoring (Datadog/New Relic/OTEL), and voice (Bland AI/ElevenLabs/Whisper). Includes /gtm go-to-market planner, /ops:projects portfolio dashboard, and YOLO mode for autonomous operation with 4 parallel C-suite agents.",{"claudeCode":263},"ops",{"basePath":253,"githubOwner":252,"githubRepo":253,"locale":18,"slug":253,"type":265},"plugin",{"_creationTime":267,"_id":268,"community":269,"display":270,"identity":274,"providers":277,"relations":295,"tags":297,"workflow":298},1778692306427.0962,"k177xmnsm26p2wbrkfkwqgm2b986m2w8",{"reviewCount":8},{"description":271,"installMethods":272,"name":273,"sourceUrl":14},"Local marketplace for claude-ops plugin",{"claudeCode":12},"ops-marketplace",{"basePath":275,"githubOwner":252,"githubRepo":253,"locale":18,"slug":253,"type":276},"","marketplace",{"evaluate":278,"extract":289},{"promptVersionExtension":279,"promptVersionScoring":207,"score":280,"tags":281,"targetMarket":218,"tier":219},"3.1.0",96,[282,283,214,216,284,285,286,287,288],"operations","business","productivity","aws","slack","whatsapp","monitoring",{"commitSha":290,"marketplace":291,"plugin":293},"HEAD",{"name":273,"pluginCount":292},1,{"mcpCount":8,"provider":294,"skillCount":8},"classify",{"repoId":296},"kd7d52tcek2e34r805zs06b10d86n39v",[216,285,283,214,288,282,284,286,287],{"evaluatedAt":299,"extractAt":300,"updatedAt":299},1778692330594,1778692306427,{"evaluate":302,"extract":314},{"promptVersionExtension":206,"promptVersionScoring":207,"score":303,"tags":304,"targetMarket":218,"tier":313},85,[305,216,306,307,213,308,309,310,311,288,312],"business-operations","ai-agents","communications","devops","marketing","finance","e-commerce","voice","community",{"commitSha":290,"license":246,"plugin":315},{"mcpCount":8,"provider":294,"skillCount":316},35,{"parentExtensionId":268,"repoId":296},[306,216,305,307,308,311,310,309,288,213,312],{"evaluatedAt":320,"extractAt":300,"updatedAt":320},1778692342046,{"evaluate":322,"extract":324},{"promptVersionExtension":206,"promptVersionScoring":207,"score":210,"tags":323,"targetMarket":218,"tier":219},[213,214,215,216,217],{"commitSha":290,"license":246},{"parentExtensionId":258,"repoId":296},{"_creationTime":327,"_id":296,"identity":328,"providers":329,"workflow":877},1778692301282.087,{"githubOwner":252,"githubRepo":253,"sourceUrl":14},{"classify":330,"discover":855,"github":858},{"commitSha":290,"extensions":331},[332,345,555,563,571,579,587,595,603,611,619,627,635,643,651,661,669,677,685,693,701,709,717,725,730,738,746,754,762,770,778,786,794,802,810,818,832,840],{"basePath":275,"description":271,"displayName":273,"installMethods":333,"rationale":334,"selectedPaths":335,"source":344,"sourceLanguage":18,"type":276},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[336,339,341],{"path":337,"priority":338},".claude-plugin/marketplace.json","mandatory",{"path":340,"priority":338},"README.md",{"path":342,"priority":343},"LICENSE","high","rule",{"basePath":253,"description":261,"displayName":263,"installMethods":346,"license":246,"rationale":347,"selectedPaths":348,"source":344,"sourceLanguage":18,"type":265},{"claudeCode":263},"plugin manifest at claude-ops/.claude-plugin/plugin.json",[349,351,352,353,356,358,360,362,364,366,368,370,372,374,376,378,380,382,384,386,388,390,392,394,396,398,400,402,404,406,408,410,412,414,416,418,420,422,424,426,428,430,432,434,436,438,440,442,444,446,448,450,452,454,456,458,460,462,465,467,469,471,473,475,477,479,481,483,485,487,489,491,493,495,497,499,501,503,505,507,509,511,513,515,517,519,521,523,525,527,529,531,533,535,537,539,541,543,545,547,549,551,553],{"path":350,"priority":338},".claude-plugin/plugin.json",{"path":340,"priority":338},{"path":342,"priority":343},{"path":354,"priority":355},"skills/ops/SKILL.md","medium",{"path":357,"priority":355},"skills/ops-comms/SKILL.md",{"path":359,"priority":355},"skills/ops-credentials/SKILL.md",{"path":361,"priority":355},"skills/ops-daemon/SKILL.md",{"path":363,"priority":355},"skills/ops-dash/SKILL.md",{"path":365,"priority":355},"skills/ops-deploy/SKILL.md",{"path":367,"priority":355},"skills/ops-deploy-fix/SKILL.md",{"path":369,"priority":355},"skills/ops-doctor/SKILL.md",{"path":371,"priority":355},"skills/ops-ecom/SKILL.md",{"path":373,"priority":355},"skills/ops-fires/SKILL.md",{"path":375,"priority":355},"skills/ops-go/SKILL.md",{"path":377,"priority":355},"skills/ops-gtm/SKILL.md",{"path":379,"priority":355},"skills/ops-inbox/SKILL.md",{"path":381,"priority":355},"skills/ops-integrate/SKILL.md",{"path":383,"priority":355},"skills/ops-linear/SKILL.md",{"path":385,"priority":355},"skills/ops-marketing/SKILL.md",{"path":387,"priority":355},"skills/ops-merge/SKILL.md",{"path":389,"priority":355},"skills/ops-monitor/SKILL.md",{"path":391,"priority":355},"skills/ops-next/SKILL.md",{"path":393,"priority":355},"skills/ops-orchestrate/SKILL.md",{"path":395,"priority":355},"skills/ops-package/SKILL.md",{"path":397,"priority":355},"skills/ops-projects/SKILL.md",{"path":399,"priority":355},"skills/ops-recap/SKILL.md",{"path":401,"priority":355},"skills/ops-revenue/SKILL.md",{"path":403,"priority":355},"skills/ops-rotate/SKILL.md",{"path":405,"priority":355},"skills/ops-rotate-setup/SKILL.md",{"path":407,"priority":355},"skills/ops-settings/SKILL.md",{"path":409,"priority":355},"skills/ops-speedup/SKILL.md",{"path":411,"priority":355},"skills/ops-status/SKILL.md",{"path":413,"priority":355},"skills/ops-triage/SKILL.md",{"path":415,"priority":355},"skills/ops-voice/SKILL.md",{"path":417,"priority":355},"skills/ops-whatsapp-biz/SKILL.md",{"path":419,"priority":355},"skills/ops-yolo/SKILL.md",{"path":421,"priority":355},"skills/setup/SKILL.md",{"path":423,"priority":355},"skills/uninstall/SKILL.md",{"path":425,"priority":338},".mcp.json",{"path":427,"priority":343},"agents/build-fixer.md",{"path":429,"priority":343},"agents/comms-scanner.md",{"path":431,"priority":343},"agents/daemon-agent.md",{"path":433,"priority":343},"agents/dependency-auditor.md",{"path":435,"priority":343},"agents/deploy-fixer.md",{"path":437,"priority":343},"agents/doctor-agent.md",{"path":439,"priority":343},"agents/general-purpose.md",{"path":441,"priority":343},"agents/infra-monitor.md",{"path":443,"priority":343},"agents/marketing-optimizer.md",{"path":445,"priority":343},"agents/memory-extractor.md",{"path":447,"priority":343},"agents/monitor-agent.md",{"path":449,"priority":343},"agents/project-scanner.md",{"path":451,"priority":343},"agents/revenue-tracker.md",{"path":453,"priority":343},"agents/triage-agent.md",{"path":455,"priority":343},"agents/yolo-ceo.md",{"path":457,"priority":343},"agents/yolo-cfo.md",{"path":459,"priority":343},"agents/yolo-coo.md",{"path":461,"priority":343},"agents/yolo-cto.md",{"path":463,"priority":464},"bin/ops-autofix","low",{"path":466,"priority":464},"bin/ops-ci",{"path":468,"priority":464},"bin/ops-credentials",{"path":470,"priority":464},"bin/ops-dash",{"path":472,"priority":464},"bin/ops-deploy-fix-build-trigger",{"path":474,"priority":464},"bin/ops-deploy-fix-merge-trigger",{"path":476,"priority":464},"bin/ops-discord",{"path":478,"priority":464},"bin/ops-discover-external",{"path":480,"priority":464},"bin/ops-doctor",{"path":482,"priority":464},"bin/ops-ecom-health",{"path":484,"priority":464},"bin/ops-external",{"path":486,"priority":464},"bin/ops-gather",{"path":488,"priority":464},"bin/ops-git",{"path":490,"priority":464},"bin/ops-gsd-states",{"path":492,"priority":464},"bin/ops-infra",{"path":494,"priority":464},"bin/ops-marketing-dash",{"path":496,"priority":464},"bin/ops-merge-scan",{"path":498,"priority":464},"bin/ops-no-rm-rf-anchor",{"path":500,"priority":464},"bin/ops-post-session-cleanup",{"path":502,"priority":464},"bin/ops-post-update-migrate",{"path":504,"priority":464},"bin/ops-pretool-wacli-health",{"path":506,"priority":464},"bin/ops-pretool-whatsapp-bridge-health",{"path":508,"priority":464},"bin/ops-prevent-secret-commit",{"path":510,"priority":464},"bin/ops-projects",{"path":512,"priority":464},"bin/ops-prs",{"path":514,"priority":464},"bin/ops-setup-complete",{"path":516,"priority":464},"bin/ops-setup-detect",{"path":518,"priority":464},"bin/ops-setup-install",{"path":520,"priority":464},"bin/ops-setup-preflight",{"path":522,"priority":464},"bin/ops-shopify-create",{"path":524,"priority":464},"bin/ops-slack-autolink.mjs",{"path":526,"priority":464},"bin/ops-slack-workspaces",{"path":528,"priority":464},"bin/ops-speedup",{"path":530,"priority":464},"bin/ops-status",{"path":532,"priority":464},"bin/ops-suggest-specialized-agent",{"path":534,"priority":464},"bin/ops-task-reminder",{"path":536,"priority":464},"bin/ops-telegram-autolink.mjs",{"path":538,"priority":464},"bin/ops-unread",{"path":540,"priority":464},"bin/ops-warn-mainpush",{"path":542,"priority":464},"bin/ops-welcome",{"path":544,"priority":464},"bin/wacli-health",{"path":546,"priority":464},"bin/wacli-safe",{"path":548,"priority":343},"hooks/hooks.json",{"path":550,"priority":343},"hooks/recap-capture.sh",{"path":552,"priority":343},"hooks/recap-tool-activity.sh",{"path":554,"priority":464},"output-styles/ops-briefing.md",{"basePath":556,"description":557,"displayName":263,"installMethods":558,"rationale":559,"selectedPaths":560,"source":344,"sourceLanguage":18,"type":255},"claude-ops/skills/ops","Business operations command center. Routes to the right ops command based on what you need — briefing, inbox, fires, projects, comms, triage, linear, revenue, deploy, or yolo mode.",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops/SKILL.md",[561],{"path":562,"priority":338},"SKILL.md",{"basePath":564,"description":565,"displayName":566,"installMethods":567,"rationale":568,"selectedPaths":569,"source":344,"sourceLanguage":18,"type":255},"claude-ops/skills/ops-comms","Send and read messages across all channels. Routes based on arguments — whatsapp, email, slack, telegram, discord, notion, or natural language like \"send [msg] to [contact]\". WhatsApp via mcp__whatsapp__* (Baileys bridge).","ops-comms",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-comms/SKILL.md",[570],{"path":562,"priority":338},{"basePath":572,"description":573,"displayName":574,"installMethods":575,"rationale":576,"selectedPaths":577,"source":344,"sourceLanguage":18,"type":255},"claude-ops/skills/ops-credentials","Audit which integration credentials are configured. Scans shell env, ops preferences.json, Doppler, macOS Keychain, and Dashlane to report a configured-vs-missing table per service. Never displays raw values — always masks as first6•••last4. Use when you want to see which integrations have keys set up and which still need /ops:setup.","ops-credentials",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-credentials/SKILL.md",[578],{"path":562,"priority":338},{"basePath":580,"description":581,"displayName":582,"installMethods":583,"rationale":584,"selectedPaths":585,"source":344,"sourceLanguage":18,"type":255},"claude-ops/skills/ops-daemon","Check claude-ops background daemon end-to-end and auto-fix common issues. Detects stale plist paths after plugin upgrades, missing service commands, dead processes, corrupt health files, and bash version mismatches.","ops-daemon",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-daemon/SKILL.md",[586],{"path":562,"priority":338},{"basePath":588,"description":589,"displayName":590,"installMethods":591,"rationale":592,"selectedPaths":593,"source":344,"sourceLanguage":18,"type":255},"claude-ops/skills/ops-dash","Interactive pixel-art command center dashboard. Visual business HQ with instant hotkey navigation to all ops commands, live status indicators, fire alerts, C-suite reports, settings, sharing, and FAQ.","ops-dash",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-dash/SKILL.md",[594],{"path":562,"priority":338},{"basePath":596,"description":597,"displayName":598,"installMethods":599,"rationale":600,"selectedPaths":601,"source":344,"sourceLanguage":18,"type":255},"claude-ops/skills/ops-deploy","Deploy status across all projects. Shows ECS service versions, Vercel deployments, recent deploys, pending deploys, and CI/CD pipeline state.","ops-deploy",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-deploy/SKILL.md",[602],{"path":562,"priority":338},{"basePath":604,"description":605,"displayName":606,"installMethods":607,"rationale":608,"selectedPaths":609,"source":344,"sourceLanguage":18,"type":255},"claude-ops/skills/ops-deploy-fix","Inspect and control the deploy/build auto-fix subsystem. Use for `/ops:deploy-fix status` (last monitor runs, fixer dispatches, locks, hourly budget), `/ops:deploy-fix tail` (follow latest fixer log), `/ops:deploy-fix configure` (re-run the wizard), and `/ops:deploy-fix test` (synthetic dry-run through the pipeline). Trigger when the user mentions deploy auto-fix, post-merge monitor, build fixer, fix budget, fix-agent log, or asks why a deploy didn't get auto-fixed.","ops-deploy-fix",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-deploy-fix/SKILL.md",[610],{"path":562,"priority":338},{"basePath":612,"description":613,"displayName":614,"installMethods":615,"rationale":616,"selectedPaths":617,"source":344,"sourceLanguage":18,"type":255},"claude-ops/skills/ops-doctor","Health check and auto-repair for the ops plugin. Diagnoses manifest errors, broken permissions, invalid configs, stale caches, and missing files — then spawns an agent to fix everything automatically.","ops-doctor",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-doctor/SKILL.md",[618],{"path":562,"priority":338},{"basePath":620,"description":621,"displayName":622,"installMethods":623,"rationale":624,"selectedPaths":625,"source":344,"sourceLanguage":18,"type":255},"claude-ops/skills/ops-ecom","Shopify store command center. Orders, inventory, fulfillment, analytics, and store health. Works with any Shopify store via Admin API.","ops-ecom",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-ecom/SKILL.md",[626],{"path":562,"priority":338},{"basePath":628,"description":629,"displayName":630,"installMethods":631,"rationale":632,"selectedPaths":633,"source":344,"sourceLanguage":18,"type":255},"claude-ops/skills/ops-fires","Production incidents dashboard. Reads ECS health, Sentry errors, CI failures. Offers to dispatch fix agents for active fires.","ops-fires",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-fires/SKILL.md",[634],{"path":562,"priority":338},{"basePath":636,"description":637,"displayName":638,"installMethods":639,"rationale":640,"selectedPaths":641,"source":344,"sourceLanguage":18,"type":255},"claude-ops/skills/ops-go","Token-efficient morning briefing. Pre-gathers all data via shell scripts, then presents a unified business dashboard with prioritized actions.","ops-go",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-go/SKILL.md",[642],{"path":562,"priority":338},{"basePath":644,"description":645,"displayName":646,"installMethods":647,"rationale":648,"selectedPaths":649,"source":344,"sourceLanguage":18,"type":255},"claude-ops/skills/ops-gtm","Go-to-market strategy planner. Generates a complete GTM plan across paid, unpaid, marketing, sales, and AI-automation channels for any project — and hands executable campaigns off to /marketing.","ops-gtm",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-gtm/SKILL.md",[650],{"path":562,"priority":338},{"basePath":652,"description":653,"displayName":654,"installMethods":655,"rationale":656,"selectedPaths":657,"source":344,"sourceLanguage":18,"type":255},"claude-ops/skills/ops-inbox","Full inbox management across all channels — WhatsApp (whatsmeow bridge via mcp__whatsapp__*), Email (Gmail MCP), Slack (MCP), Telegram (user-auth MCP), Discord (webhook + REST read), Notion (MCP — comments, mentions, assigned tasks). Scans FULL inbox (not just unread), identifies messages needing replies, archives handled conversations.","ops-inbox",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-inbox/SKILL.md",[658,659],{"path":562,"priority":338},{"path":660,"priority":355},"CHANNELS.md",{"basePath":662,"description":663,"displayName":664,"installMethods":665,"rationale":666,"selectedPaths":667,"source":344,"sourceLanguage":18,"type":255},"claude-ops/skills/ops-integrate","Add any SaaS API as a first-class integration. Provide the service name — ops-integrate discovers auth patterns, tests connectivity, and registers the API in your partner registry so it's available to other skills.","ops-integrate",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-integrate/SKILL.md",[668],{"path":562,"priority":338},{"basePath":670,"description":671,"displayName":672,"installMethods":673,"rationale":674,"selectedPaths":675,"source":344,"sourceLanguage":18,"type":255},"claude-ops/skills/ops-linear","Linear command center. Shows current sprint, creates/updates issues, manages priorities, syncs with GSD phases.","ops-linear",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-linear/SKILL.md",[676],{"path":562,"priority":338},{"basePath":678,"description":679,"displayName":680,"installMethods":681,"rationale":682,"selectedPaths":683,"source":344,"sourceLanguage":18,"type":255},"claude-ops/skills/ops-marketing","Marketing command center. Email campaigns (Klaviyo), paid ads (Meta/Google), analytics (GA4), SEO, and social media metrics. One dashboard for all marketing channels.","ops-marketing",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-marketing/SKILL.md",[684],{"path":562,"priority":338},{"basePath":686,"description":687,"displayName":688,"installMethods":689,"rationale":690,"selectedPaths":691,"source":344,"sourceLanguage":18,"type":255},"claude-ops/skills/ops-merge","Autonomous PR merge pipeline. Scans all repos for open PRs, dispatches subagents to fix CI, resolve conflicts, address review comments, then merges. Use --main to also sync dev↔main branches.","ops-merge",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-merge/SKILL.md",[692],{"path":562,"priority":338},{"basePath":694,"description":695,"displayName":696,"installMethods":697,"rationale":698,"selectedPaths":699,"source":344,"sourceLanguage":18,"type":255},"claude-ops/skills/ops-monitor","Unified APM and monitoring surface. Polls Datadog, New Relic, and OpenTelemetry backends for active alerts, error traces, and entity health. Use --watch for live polling every 60 seconds. Use --setup to configure monitoring credentials.","ops-monitor",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-monitor/SKILL.md",[700],{"path":562,"priority":338},{"basePath":702,"description":703,"displayName":704,"installMethods":705,"rationale":706,"selectedPaths":707,"source":344,"sourceLanguage":18,"type":255},"claude-ops/skills/ops-next","Business-level \"what should I do next\". Priority stack — fires > unread comms > ready-to-merge PRs > Linear sprint > revenue-generating GSD work. Uses pre-gathered data and routes to the right skill.","ops-next",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-next/SKILL.md",[708],{"path":562,"priority":338},{"basePath":710,"description":711,"displayName":712,"installMethods":713,"rationale":714,"selectedPaths":715,"source":344,"sourceLanguage":18,"type":255},"claude-ops/skills/ops-orchestrate","Autonomous multi-project orchestration engine. Audits all registered projects, structures work into dependency-wired tasks, dispatches parallel agents (subagents or Agent Teams), audits completions, and ships PRs. Registry-driven — works for any user with a configured project registry.","ops-orchestrate",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-orchestrate/SKILL.md",[716],{"path":562,"priority":338},{"basePath":718,"description":719,"displayName":720,"installMethods":721,"rationale":722,"selectedPaths":723,"source":344,"sourceLanguage":18,"type":255},"claude-ops/skills/ops-package","Ship parcels via any configured carrier — MyParcel, Sendcloud, DHL Parcel NL, PostNL, DPD, UPS, FedEx. Auto-selects the first carrier whose credentials are configured, or pass --carrier \u003Cname> to override. Verbs: ship, label, track, list, carriers.","ops-package",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-package/SKILL.md",[724],{"path":562,"priority":338},{"basePath":251,"description":10,"displayName":254,"installMethods":726,"rationale":727,"selectedPaths":728,"source":344,"sourceLanguage":18,"type":255},{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-projects/SKILL.md",[729],{"path":562,"priority":338},{"basePath":731,"description":732,"displayName":733,"installMethods":734,"rationale":735,"selectedPaths":736,"source":344,"sourceLanguage":18,"type":255},"claude-ops/skills/ops-recap","Manage the multi-session recap marquee daemon — a background process that synthesizes a one-line digest across all parallel Claude Code sessions and shell activity, displayed in tmux status-right. Subcommands status/tail/configure/restart.","ops-recap",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-recap/SKILL.md",[737],{"path":562,"priority":338},{"basePath":739,"description":740,"displayName":741,"installMethods":742,"rationale":743,"selectedPaths":744,"source":344,"sourceLanguage":18,"type":255},"claude-ops/skills/ops-revenue","Revenue and costs tracker. AWS spend via aws ce, credits tracker, project revenue stages. Shows burn rate, runway estimate, credits expiring.","ops-revenue",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-revenue/SKILL.md",[745],{"path":562,"priority":338},{"basePath":747,"description":748,"displayName":749,"installMethods":750,"rationale":751,"selectedPaths":752,"source":344,"sourceLanguage":18,"type":255},"claude-ops/skills/ops-rotate","Multi-account Claude Max rotator. Status, manual rotation, account list, add-account wizard. Requires account_rotation_enabled=true in plugin settings.","ops-rotate",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-rotate/SKILL.md",[753],{"path":562,"priority":338},{"basePath":755,"description":756,"displayName":757,"installMethods":758,"rationale":759,"selectedPaths":760,"source":344,"sourceLanguage":18,"type":255},"claude-ops/skills/ops-rotate-setup","Interactive OAuth init wizard for the multi-account Claude rotator. Walks through every account in the rotation config, runs the Playwright magic-link flow for any account missing a keychain token, and writes verified tokens to `Claude-Rotation-\u003Caccount_id>`. Re-runnable any time. Standalone alias of the same step inside `/ops:setup`.","ops-rotate-setup",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-rotate-setup/SKILL.md",[761],{"path":562,"priority":338},{"basePath":763,"description":764,"displayName":765,"installMethods":766,"rationale":767,"selectedPaths":768,"source":344,"sourceLanguage":18,"type":255},"claude-ops/skills/ops-settings","Post-setup credential manager. Shows current integration status (configured/missing/expired) and lets you update individual credentials without re-running the full setup wizard. Runs a smoke test after each update.","ops-settings",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-settings/SKILL.md",[769],{"path":562,"priority":338},{"basePath":771,"description":772,"displayName":773,"installMethods":774,"rationale":775,"selectedPaths":776,"source":344,"sourceLanguage":18,"type":255},"claude-ops/skills/ops-speedup","Cross-platform, hardware-adaptive system optimizer. Auto-detects macOS / Linux / WSL / Windows (MINGW/Cygwin/MSYS2) and CPU/RAM/disk/GPU profile, then picks the right cleanup strategy. Scans reclaimable disk space, memory pressure, runaway processes, startup bloat, network issues. CleanMyMac built into Claude Code.","ops-speedup",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-speedup/SKILL.md",[777],{"path":562,"priority":338},{"basePath":779,"description":780,"displayName":781,"installMethods":782,"rationale":783,"selectedPaths":784,"source":344,"sourceLanguage":18,"type":255},"claude-ops/skills/ops-status","Lightweight green/red status panel for every configured integration. No gather, no actions.","ops-status",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-status/SKILL.md",[785],{"path":562,"priority":338},{"basePath":787,"description":788,"displayName":789,"installMethods":790,"rationale":791,"selectedPaths":792,"source":344,"sourceLanguage":18,"type":255},"claude-ops/skills/ops-triage","Cross-platform issue triage. Pulls from Sentry (MCP), Linear (MCP), GitHub Issues (gh). Cross-references against code to find already-fixed issues. Auto-resolves fixed ones. Dispatches agents for active issues.","ops-triage",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-triage/SKILL.md",[793],{"path":562,"priority":338},{"basePath":795,"description":796,"displayName":797,"installMethods":798,"rationale":799,"selectedPaths":800,"source":344,"sourceLanguage":18,"type":255},"claude-ops/skills/ops-voice","Voice operations — make phone calls (Bland AI), text-to-speech (ElevenLabs), transcribe audio (Whisper/Groq). Replace OpenClaw voice capabilities.","ops-voice",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-voice/SKILL.md",[801],{"path":562,"priority":338},{"basePath":803,"description":804,"displayName":805,"installMethods":806,"rationale":807,"selectedPaths":808,"source":344,"sourceLanguage":18,"type":255},"claude-ops/skills/ops-whatsapp-biz","WhatsApp Business Cloud API — send approved template messages at scale, manage templates with approval tracking, and integrate product catalogs. Separate from wacli personal WhatsApp.","ops-whatsapp-biz",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-whatsapp-biz/SKILL.md",[809],{"path":562,"priority":338},{"basePath":811,"description":812,"displayName":813,"installMethods":814,"rationale":815,"selectedPaths":816,"source":344,"sourceLanguage":18,"type":255},"claude-ops/skills/ops-yolo","YOLO mode. Spawns 4 parallel C-suite agents (CEO, CTO, CFO, COO). Each analyzes the business from their perspective using ALL available data. Produces unfiltered Hard Truths report. After user types YOLO, autonomously runs the business for a day using /loop.","ops-yolo",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-yolo/SKILL.md",[817],{"path":562,"priority":338},{"basePath":819,"description":820,"displayName":821,"installMethods":822,"rationale":823,"selectedPaths":824,"source":344,"sourceLanguage":18,"type":255},"claude-ops/skills/setup","Interactive setup wizard for the claude-ops plugin. Installs missing CLIs, configures env vars for each channel (Telegram, WhatsApp, Email, Slack, Notion, Linear, Sentry, Vercel), builds the project registry, and saves user preferences. Run once after installing the plugin or any time to reconfigure.","setup",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/setup/SKILL.md",[825,826,828,830],{"path":562,"priority":338},{"path":827,"priority":355},"CLI-REFERENCE.md",{"path":829,"priority":355},"REFERENCE.md",{"path":831,"priority":355},"SHARED.md",{"basePath":833,"description":834,"displayName":835,"installMethods":836,"rationale":837,"selectedPaths":838,"source":344,"sourceLanguage":18,"type":255},"claude-ops/skills/uninstall","Completely remove claude-ops plugin, all stored credentials, cached files, shell exports, and MCP registrations. Confirms each step before deletion.","uninstall",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/uninstall/SKILL.md",[839],{"path":562,"priority":338},{"basePath":841,"description":842,"displayName":843,"installMethods":844,"license":246,"rationale":845,"selectedPaths":846,"source":344,"sourceLanguage":18,"type":854},"claude-ops/telegram-server","Telegram user-auth MCP server for claude-ops plugin (personal account via MTProto, not bots)","claude-ops-telegram-server",{"npm":843},"server.json with namespace/server name at claude-ops/telegram-server/server.json",[847,849,851,852],{"path":848,"priority":338},"server.json",{"path":850,"priority":338},"package.json",{"path":340,"priority":338},{"path":853,"priority":355},"index.js","mcp",{"sources":856},[857],"manual",{"closedIssues90d":239,"description":859,"forks":240,"homepage":860,"license":246,"openIssues90d":241,"pushedAt":242,"readmeSize":237,"stars":243,"topics":861},"Business operating system for Claude Code — 25 skills, 13 agents, smart daemon. Unified inbox (WhatsApp/Email/Slack/Telegram), autonomous PR merge, full-AWS monitoring, revenue (Stripe+RevenueCat), e-commerce (Shopify), marketing (Klaviyo/Meta/GA4), voice (Bland/ElevenLabs), APM (Datadog/NewRelic/OTEL), YOLO mode.","https://github.com/Lifecycle-Innovations-Limited/claude-ops/wiki",[862,305,863,864,308,865,866,285,867,868,854,869,870,871,872,873,874,875,309,876],"ai-agent","claude-code","claude-code-plugin","ai-automation","anthropic","claude","inbox-zero","morning-briefing","pr-automation","terminal","agent-teams","autonomous-agent","ecommerce","klaviyo","shopify",{"classifiedAt":878,"discoverAt":879,"extractAt":880,"githubAt":880,"updatedAt":878},1778692306008,1778692301282,1778692304144,[216,215,214,217,213],{"evaluatedAt":249,"extractAt":300,"updatedAt":249},[],[885,917,939,965,986,1015],{"_creationTime":886,"_id":887,"community":888,"display":889,"identity":895,"providers":900,"relations":910,"tags":913,"workflow":914},1778699234184.6157,"k177tdbfgqmwhtaqv771f2ych586nne9",{"reviewCount":8},{"description":890,"installMethods":891,"name":893,"sourceUrl":894},"Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions",{"claudeCode":892},"Yeachan-Heo/oh-my-claudecode","Project Session Manager","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":896,"githubOwner":897,"githubRepo":898,"locale":18,"slug":899,"type":255},"skills/project-session-manager","Yeachan-Heo","oh-my-claudecode","project-session-manager",{"evaluate":901,"extract":909},{"promptVersionExtension":206,"promptVersionScoring":207,"score":902,"tags":903,"targetMarket":218,"tier":219},100,[904,905,906,907,216,215,908],"git","development-environment","workflow","tmux","developer-tool",{"commitSha":290,"license":246},{"parentExtensionId":911,"repoId":912},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[216,215,908,905,904,907,906],{"evaluatedAt":915,"extractAt":916,"updatedAt":915},1778699613343,1778699234184,{"_creationTime":918,"_id":919,"community":920,"display":921,"identity":924,"providers":927,"relations":935,"tags":936,"workflow":937},1778699234184.611,"k179b6dkc777g1rgyecze04wqn86m6y4",{"reviewCount":8},{"description":922,"installMethods":923,"name":898,"sourceUrl":894},"Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly",{"claudeCode":892},{"basePath":925,"githubOwner":897,"githubRepo":898,"locale":18,"slug":926,"type":255},"skills/ask","ask",{"evaluate":928,"extract":934},{"promptVersionExtension":206,"promptVersionScoring":207,"score":902,"tags":929,"targetMarket":218,"tier":219},[215,216,930,931,932,933],"llm","prompting","code-review","artifact-generation",{"commitSha":290,"license":246},{"parentExtensionId":911,"repoId":912},[933,216,215,932,930,931],{"evaluatedAt":938,"extractAt":916,"updatedAt":938},1778699303045,{"_creationTime":940,"_id":941,"community":942,"display":943,"identity":949,"providers":953,"relations":959,"tags":961,"workflow":962},1778697652123.8928,"k171pew5empzzrfghyg9nqrk6n86nqa9",{"reviewCount":8},{"description":944,"installMethods":945,"name":947,"sourceUrl":948},"Use gh for GitHub issues, PR status, CI/logs, comments, reviews, releases, and API queries.",{"claudeCode":946},"steipete/clawdis","github","https://github.com/steipete/clawdis",{"basePath":950,"githubOwner":951,"githubRepo":952,"locale":18,"slug":947,"type":255},"skills/github","steipete","clawdis",{"evaluate":954,"extract":958},{"promptVersionExtension":206,"promptVersionScoring":207,"score":902,"tags":955,"targetMarket":218,"tier":219},[947,215,956,957,216],"api","developer-tools",{"commitSha":290},{"repoId":960},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[956,216,215,957,947],{"evaluatedAt":963,"extractAt":964,"updatedAt":963},1778698569289,1778697652123,{"_creationTime":966,"_id":967,"community":968,"display":969,"identity":973,"providers":975,"relations":982,"tags":983,"workflow":984},1778697652123.8857,"k179k1n5nw0md1x1j3dak31evn86mb5f",{"reviewCount":8},{"description":970,"installMethods":971,"name":972,"sourceUrl":948},"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":946},"telegram-crabbox-e2e-proof",{"basePath":974,"githubOwner":951,"githubRepo":952,"locale":18,"slug":972,"type":255},".agents/skills/telegram-crabbox-e2e-proof",{"evaluate":976,"extract":981},{"promptVersionExtension":206,"promptVersionScoring":207,"score":902,"tags":977,"targetMarket":218,"tier":219},[978,979,216,980,215],"testing","telegram","qa",{"commitSha":290},{"repoId":960},[216,215,980,979,978],{"evaluatedAt":985,"extractAt":964,"updatedAt":985},1778698038113,{"_creationTime":987,"_id":988,"community":989,"display":990,"identity":996,"providers":1001,"relations":1007,"tags":1010,"workflow":1011},1778697373439.756,"k1735p8vnc44y3ntfepns5m0nx86npbs",{"reviewCount":8},{"description":991,"installMethods":992,"name":994,"sourceUrl":995},"Browser-automatisierungs-CLI für KI-Agenten. Verwenden Sie diese, wenn der Benutzer mit Websites interagieren muss, einschließlich der Navigation auf Seiten, dem Ausfüllen von Formularen, dem Klicken auf Schaltflächen, dem Aufnehmen von Screenshots, dem Extrahieren von Daten, dem Testen von Webanwendungen oder der Automatisierung beliebiger Browseraufgaben. Auslöser sind Anfragen wie \"öffne eine Website\", \"fülle ein Formular aus\", \"klicke auf eine Schaltfläche\", \"mache einen Screenshot\", \"scrappe Daten von einer Seite\", \"teste diese Web-App\", \"melde dich bei einer Seite an\", \"automatisiere Browser-Aktionen\" oder jede Aufgabe, die eine programmatische Webinteraktion erfordert.",{"claudeCode":993},"shanraisshan/claude-code-best-practice","agent-browser","https://github.com/shanraisshan/claude-code-best-practice",{"basePath":997,"githubOwner":998,"githubRepo":999,"locale":1000,"slug":994,"type":255},".claude/skills/agent-browser","shanraisshan","claude-code-best-practice","de",{"evaluate":1002,"extract":1006},{"promptVersionExtension":206,"promptVersionScoring":207,"score":902,"tags":1003,"targetMarket":218,"tier":219},[1004,1005,978,215,216],"browser-automation","web-scraping",{"commitSha":290},{"repoId":1008,"translatedFrom":1009},"kd74710g49kxgwbfjxeb7s132d86myxr","k17ej9360g7468qswf3svnrx9186m1ng",[216,1004,215,978,1005],{"evaluatedAt":1012,"extractAt":1013,"updatedAt":1014},1778697222051,1778697205743,1778697373439,{"_creationTime":1016,"_id":1017,"community":1018,"display":1019,"identity":1025,"providers":1027,"relations":1034,"tags":1037,"workflow":1038},1778699508743.0002,"k17aya9dv3e3bxv473f1f2r52186ndp5",{"reviewCount":8},{"description":1020,"installMethods":1021,"name":1023,"sourceUrl":1024},"Erstellen Sie öffentliche Google Docs- oder Google Sheet-Dateien, ohne OAuth zu benötigen. Verwenden Sie diese Fähigkeit, um Google Docs und Sheets zu erstellen und zu bearbeiten, keine Google-Anmeldung erforderlich. Dokumente sind unter teilbaren Links sichtbar. Die Registrierung erfolgt automatisch bei der ersten Verwendung.",{"claudeCode":1022},"zagmoai/public-google-drive","public-google-drive","https://github.com/zagmoai/public-google-drive",{"basePath":275,"githubOwner":1026,"githubRepo":1023,"locale":1000,"slug":1023,"type":255},"zagmoai",{"evaluate":1028,"extract":1033},{"promptVersionExtension":206,"promptVersionScoring":207,"score":902,"tags":1029,"targetMarket":218,"tier":219},[1030,1031,284,216,1032],"google-docs","google-sheets","api-client",{"commitSha":290},{"repoId":1035,"translatedFrom":1036},"kd776ynh73t0d6samn4bnxdf3x86n8mj","k1707pszx7h026a651dp5tvaxd86m3ag",[1032,216,1030,1031,284],{"evaluatedAt":1039,"extractAt":1040,"updatedAt":1041},1778699485884,1778699468747,1778699508743]