[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-Lifecycle-Innovations-Limited-ops-inbox-en":3,"guides-for-Lifecycle-Innovations-Limited-ops-inbox":879,"similar-k173kmkf3eb1g21hxvdf2973ds86mjq6-en":880},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":248,"isFallback":243,"parentExtension":253,"providers":317,"relations":321,"repo":322,"tags":877,"workflow":878},1778692306427.0996,"k173kmkf3eb1g21hxvdf2973ds86mjq6",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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.",{"claudeCode":12},"Lifecycle-Innovations-Limited/claude-ops","ops-inbox","https://github.com/Lifecycle-Innovations-Limited/claude-ops",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":229,"workflow":246},1778692642137.959,"kn72venjvmn3tbep16mnma59fn86nqxj","en",{"checks":20,"evaluatedAt":193,"extensionSummary":194,"features":195,"nonGoals":201,"promptVersionExtension":206,"promptVersionScoring":207,"purpose":208,"rationale":209,"score":210,"summary":211,"tags":212,"targetMarket":222,"tier":223,"useCases":224},[21,26,29,32,36,39,43,47,50,53,57,61,64,68,71,74,77,80,83,86,90,94,98,102,106,109,113,117,121,124,127,130,134,137,140,144,148,151,154,158,161,164,167,170,174,177,180,183,186,190],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly names the problem of managing a full inbox across multiple channels and identifies key pain points like identifying messages needing replies and handling conversations.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers significant value beyond basic LLM capabilities by orchestrating complex multi-channel inbox management, including deep context gathering and cross-channel prioritization, which is more than a thin wrapper.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill covers the complete lifecycle of inbox management, including scanning, classification, context gathering, reply drafting, and archiving across multiple integrated services.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses on unified inbox management across various communication channels, representing a coherent and single domain of operation.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately and concisely reflects the extensive inbox management capabilities across multiple communication platforms.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill utilizes a comprehensive set of narrowly scoped MCP tools and specific CLI commands for each channel, avoiding generalist 'execute' or 'shell_exec' tools.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","The SKILL.md provides detailed explanations for environment variables, tool usage, and setup for each channel, including fallback mechanisms and troubleshooting.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","Tool names are descriptive and follow a clear convention (e.g., `mcp__whatsapp__list_chats`, `gog gmail search`), aligning with their stated domain.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","Tool parameters and expected outputs are clearly defined in the SKILL.md, and the workflow focuses on essential data for inbox management tasks.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The project includes a standard MIT license file, permitting broad usability.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The repository shows recent commit activity within the last 3 months, indicating active maintenance.",{"category":58,"check":62,"severity":24,"summary":63},"Dependency Management","The project uses a lockfile, and the setup instructions suggest package managers like Homebrew and npm, implying standard dependency management practices.",{"category":65,"check":66,"severity":24,"summary":67},"Security","Secret Management","The skill explicitly details credential resolution through various secure methods (Doppler, Keychain, env vars) and states no secrets are committed, with credentials stored securely by Claude Code or env vars.",{"category":65,"check":69,"severity":24,"summary":70},"Injection","The skill emphasizes treating data as untrusted and provides clear instructions on data handling, along with specific notes on avoiding legacy CLIs and using typed MCP tools.",{"category":65,"check":72,"severity":24,"summary":73},"Transitive Supply-Chain Grenades","The skill relies on bundled tools and MCP servers, with no evidence of runtime fetching of code or instructions from remote URLs. Direct CLI calls are to well-defined executables.",{"category":65,"check":75,"severity":24,"summary":76},"Sandbox Isolation","The skill operates within its defined project folder and uses relative paths for data access, respecting sandbox boundaries. Destructive operations are guarded.",{"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 documentation or code references.",{"category":65,"check":81,"severity":24,"summary":82},"Data Exfiltration","The skill's documentation explicitly states no data is uploaded to third parties without user configuration and emphasizes transparency, with no undocumented outbound calls mentioned.",{"category":65,"check":84,"severity":24,"summary":85},"Hidden Text Tricks","The bundled content appears to be free of hidden steering tricks; descriptions and documentation use standard formatting.",{"category":87,"check":88,"severity":24,"summary":89},"Hooks","Opaque code execution","The skill primarily uses readable scripts and MCP tools; no obfuscated code, base64 payloads, or runtime script fetching is evident.",{"category":91,"check":92,"severity":24,"summary":93},"Portability","Structural Assumption","The skill provides clear setup instructions for various operating systems and mentions environment variables and configuration files, rather than assuming specific user project structures.",{"category":95,"check":96,"severity":24,"summary":97},"Trust","Issues Attention","The repository shows a healthy ratio of closed to open issues in the last 90 days, indicating active engagement from maintainers.",{"category":99,"check":100,"severity":24,"summary":101},"Versioning","Release Management","The project utilizes semantic versioning in its README and CHANGELOG, providing clear version signals for users.",{"category":103,"check":104,"severity":24,"summary":105},"Execution","Validation","The skill uses structured MCP tools and CLI commands with defined arguments, implying schema validation for inputs and outputs, and the SKILL.md guides how to handle various inputs.",{"category":65,"check":107,"severity":24,"summary":108},"Unguarded Destructive Operations","Destructive operations like archiving are guarded by user confirmation prompts or specific user-approved actions, and dangerous CLI commands are avoided in favor of safer MCP calls.",{"category":110,"check":111,"severity":24,"summary":112},"Code Execution","Error Handling","The skill's documentation details fallback paths, error reporting for unavailable services, and specific troubleshooting steps, suggesting robust error handling.",{"category":110,"check":114,"severity":115,"summary":116},"Logging","not_applicable","This skill is primarily analytical and interactive; explicit local audit logging is not a stated requirement or implemented feature, but user interactions and outcomes are implicitly captured in the conversation transcript.",{"category":118,"check":119,"severity":24,"summary":120},"Compliance","GDPR","The skill handles personal data within the context of communication channels but does not submit it to unspecified third parties. It emphasizes user control and transparency.",{"category":118,"check":122,"severity":24,"summary":123},"Target market","The skill's functionalities are globally applicable, with no regional or jurisdictional restrictions detected in its design or documentation.",{"category":91,"check":125,"severity":24,"summary":126},"Runtime stability","The skill is designed to be cross-platform, utilizing standard tools like `brew`, `npm`, and `winget`, and provides OS-specific installation instructions.",{"category":44,"check":128,"severity":24,"summary":129},"README","The README provides a comprehensive overview of the project, its capabilities, installation, and architecture.",{"category":33,"check":131,"severity":132,"summary":133},"Tool surface size","info","The `allowed-tools` list in SKILL.md shows a large number of tools, which is expected given the breadth of channels supported, but could indicate complexity.",{"category":40,"check":135,"severity":24,"summary":136},"Overlapping near-synonym tools","Tools are clearly named and scoped to specific actions within each communication channel, avoiding near-synonyms that could cause ambiguity.",{"category":44,"check":138,"severity":24,"summary":139},"Phantom features","All advertised features, such as multi-channel inbox management and deep context gathering, are supported by corresponding tools and detailed documentation.",{"category":141,"check":142,"severity":24,"summary":143},"Install","Installation instruction","The README provides clear, step-by-step installation and setup instructions, including a guided wizard and command-line examples for quick start.",{"category":145,"check":146,"severity":24,"summary":147},"Errors","Actionable error messages","The documentation provides specific troubleshooting steps and fallback procedures for common issues like unavailable services or authentication problems.",{"category":103,"check":149,"severity":24,"summary":150},"Pinned dependencies","The installation instructions suggest using package managers like `brew` and `npm`, which typically handle dependency pinning and lockfiles.",{"category":33,"check":152,"severity":115,"summary":153},"Dry-run preview","While not explicitly offering a `--dry-run` flag for all operations, the skill's workflow emphasizes user confirmation and context review before taking action, mitigating the risk of unintended side effects. The primary actions are read/classify, and send actions are confirmed via `AskUserQuestion`.",{"category":155,"check":156,"severity":24,"summary":157},"Protocol","Idempotent retry & timeouts","The skill relies on underlying MCP tools and CLIs which are expected to handle retries and timeouts appropriately. The workflow emphasizes user interaction for critical decisions, reducing the need for automated retries on state-changing operations.",{"category":118,"check":159,"severity":24,"summary":160},"Telemetry opt-in","The project explicitly states 'No telemetry. No analytics. No crash reports.' ensuring user privacy.",{"category":40,"check":162,"severity":24,"summary":163},"Precise Purpose","The skill's purpose is precisely defined as unified inbox management across multiple channels, with clear triggers and boundaries, and the SKILL.md frontmatter is concise and descriptive.",{"category":40,"check":165,"severity":24,"summary":166},"Concise Frontmatter","The SKILL.md frontmatter is concise and effectively summarizes the core capability and argument hints.",{"category":44,"check":168,"severity":24,"summary":169},"Concise Body","The SKILL.md is well-structured with clear sections and delegates deeper material to separate files where appropriate, keeping the main instruction concise.",{"category":171,"check":172,"severity":24,"summary":173},"Context","Progressive Disclosure","The SKILL.md outlines the workflow and links to channel-specific configuration guides and API references, demonstrating progressive disclosure.",{"category":171,"check":175,"severity":115,"summary":176},"Forked exploration","This skill is task-oriented and does not involve deep code review or extensive exploration that would require `context: fork`.",{"category":22,"check":178,"severity":24,"summary":179},"Usage examples","The SKILL.md provides concrete examples for channel setup, CLI usage, and workflow steps, enabling users to understand and apply the skill effectively.",{"category":22,"check":181,"severity":24,"summary":182},"Edge cases","The documentation addresses numerous edge cases, such as handling different channel configurations, troubleshooting bridge issues, and provides recovery steps.",{"category":110,"check":184,"severity":24,"summary":185},"Tool Fallback","The skill explicitly documents fallback mechanisms for services like Email (gog CLI vs. MCP) and describes how to handle unavailable channels, listing required tools and versions.",{"category":187,"check":188,"severity":24,"summary":189},"Safety","Halt on unexpected state","The skill's workflow emphasizes careful review and user confirmation before sending replies, and troubleshooting guides suggest actions for state desynchronization, ensuring a controlled process.",{"category":91,"check":191,"severity":24,"summary":192},"Cross-skill coupling","The skill is self-contained for its core function of inbox management and clearly indicates when other skills might be relevant (e.g., `/ops:setup` for configuration), but does not implicitly rely on them.",1778692641916,"This skill provides unified inbox management across WhatsApp, Email, Slack, Telegram, Discord, and Notion. It scans full inboxes, identifies messages needing replies, summarizes conversations, and helps archive handled communications, with detailed setup and fallback instructions for each channel.",[196,197,198,199,200],"Unified inbox across WhatsApp, Email, Slack, Telegram, Discord, and Notion","Full inbox scanning (not just unread) for comprehensive analysis","Context-aware reply drafting based on full conversation history","Automated archiving of newsletters and handled conversations","Detailed setup and troubleshooting guides for each channel",[202,203,204,205],"Acting as a full-fledged CRM or customer support platform","Automating replies without explicit user review and approval","Managing notifications or automated messages beyond simple archiving","Replacing dedicated channel clients for real-time, high-frequency interaction","3.0.0","4.4.0","To streamline and centralize communication management by providing a unified view and actionable interface for multiple inbox channels, saving users time and preventing missed communications.","The skill is exceptionally well-documented, secure, and production-ready, with clear workflows, fallback mechanisms, and no critical or warning findings. The score reflects its high quality and completeness.",98,"A comprehensive and secure inbox management skill for multiple communication channels.",[213,214,215,216,217,218,219,220,221],"inbox","email","slack","whatsapp","telegram","notion","discord","automation","productivity","global","verified",[225,226,227,228],"Managing a high volume of communications from various platforms in one place","Ensuring timely and contextually relevant replies to emails, messages, and comments","Streamlining workflows by integrating communication status with task management","Reducing context switching by providing a unified interface for all primary communication channels",{"codeQuality":230,"collectedAt":232,"documentation":233,"maintenance":236,"security":242,"testCoverage":245},{"hasLockfile":231},true,1778692617626,{"descriptionLength":234,"readmeSize":235},338,22118,{"closedIssues90d":237,"forks":238,"hasChangelog":231,"openIssues90d":239,"pushedAt":240,"stars":241},6,4,2,1778673878000,9,{"hasNpmPackage":243,"license":244,"smitheryVerified":243},false,"MIT",{"hasCi":231,"hasTests":231},{"updatedAt":247},1778692642138,{"basePath":249,"githubOwner":250,"githubRepo":251,"locale":18,"slug":13,"type":252},"claude-ops/skills/ops-inbox","Lifecycle-Innovations-Limited","claude-ops","skill",{"_creationTime":254,"_id":255,"community":256,"display":257,"identity":261,"parentExtension":263,"providers":296,"relations":313,"tags":314,"workflow":315},1778692306427.0964,"k17d0t6ns7y6t377pfprg128hd86nm89",{"reviewCount":8},{"description":258,"installMethods":259,"name":260,"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":260},"ops",{"basePath":251,"githubOwner":250,"githubRepo":251,"locale":18,"slug":251,"type":262},"plugin",{"_creationTime":264,"_id":265,"community":266,"display":267,"identity":271,"providers":274,"relations":290,"tags":292,"workflow":293},1778692306427.0962,"k177xmnsm26p2wbrkfkwqgm2b986m2w8",{"reviewCount":8},{"description":268,"installMethods":269,"name":270,"sourceUrl":14},"Local marketplace for claude-ops plugin",{"claudeCode":12},"ops-marketplace",{"basePath":272,"githubOwner":250,"githubRepo":251,"locale":18,"slug":251,"type":273},"","marketplace",{"evaluate":275,"extract":284},{"promptVersionExtension":276,"promptVersionScoring":207,"score":277,"tags":278,"targetMarket":222,"tier":223},"3.1.0",96,[279,280,281,220,221,282,215,216,283],"operations","business","dashboard","aws","monitoring",{"commitSha":285,"marketplace":286,"plugin":288},"HEAD",{"name":270,"pluginCount":287},1,{"mcpCount":8,"provider":289,"skillCount":8},"classify",{"repoId":291},"kd7d52tcek2e34r805zs06b10d86n39v",[220,282,280,281,283,279,221,215,216],{"evaluatedAt":294,"extractAt":295,"updatedAt":294},1778692330594,1778692306427,{"evaluate":297,"extract":310},{"promptVersionExtension":206,"promptVersionScoring":207,"score":298,"tags":299,"targetMarket":222,"tier":309},85,[300,220,301,302,303,304,305,306,307,283,308],"business-operations","ai-agents","communications","project-management","devops","marketing","finance","e-commerce","voice","community",{"commitSha":285,"license":244,"plugin":311},{"mcpCount":8,"provider":289,"skillCount":312},35,{"parentExtensionId":265,"repoId":291},[301,220,300,302,304,307,306,305,283,303,308],{"evaluatedAt":316,"extractAt":295,"updatedAt":316},1778692342046,{"evaluate":318,"extract":320},{"promptVersionExtension":206,"promptVersionScoring":207,"score":210,"tags":319,"targetMarket":222,"tier":223},[213,214,215,216,217,218,219,220,221],{"commitSha":285},{"parentExtensionId":255,"repoId":291},{"_creationTime":323,"_id":291,"identity":324,"providers":325,"workflow":873},1778692301282.087,{"githubOwner":250,"githubRepo":251,"sourceUrl":14},{"classify":326,"discover":851,"github":854},{"commitSha":285,"extensions":327},[328,341,551,559,567,575,583,591,599,607,615,623,631,639,647,654,662,670,678,686,694,702,710,718,726,734,742,750,758,766,774,782,790,798,806,814,828,836],{"basePath":272,"description":268,"displayName":270,"installMethods":329,"rationale":330,"selectedPaths":331,"source":340,"sourceLanguage":18,"type":273},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[332,335,337],{"path":333,"priority":334},".claude-plugin/marketplace.json","mandatory",{"path":336,"priority":334},"README.md",{"path":338,"priority":339},"LICENSE","high","rule",{"basePath":251,"description":258,"displayName":260,"installMethods":342,"license":244,"rationale":343,"selectedPaths":344,"source":340,"sourceLanguage":18,"type":262},{"claudeCode":260},"plugin manifest at claude-ops/.claude-plugin/plugin.json",[345,347,348,349,352,354,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,461,463,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],{"path":346,"priority":334},".claude-plugin/plugin.json",{"path":336,"priority":334},{"path":338,"priority":339},{"path":350,"priority":351},"skills/ops/SKILL.md","medium",{"path":353,"priority":351},"skills/ops-comms/SKILL.md",{"path":355,"priority":351},"skills/ops-credentials/SKILL.md",{"path":357,"priority":351},"skills/ops-daemon/SKILL.md",{"path":359,"priority":351},"skills/ops-dash/SKILL.md",{"path":361,"priority":351},"skills/ops-deploy/SKILL.md",{"path":363,"priority":351},"skills/ops-deploy-fix/SKILL.md",{"path":365,"priority":351},"skills/ops-doctor/SKILL.md",{"path":367,"priority":351},"skills/ops-ecom/SKILL.md",{"path":369,"priority":351},"skills/ops-fires/SKILL.md",{"path":371,"priority":351},"skills/ops-go/SKILL.md",{"path":373,"priority":351},"skills/ops-gtm/SKILL.md",{"path":375,"priority":351},"skills/ops-inbox/SKILL.md",{"path":377,"priority":351},"skills/ops-integrate/SKILL.md",{"path":379,"priority":351},"skills/ops-linear/SKILL.md",{"path":381,"priority":351},"skills/ops-marketing/SKILL.md",{"path":383,"priority":351},"skills/ops-merge/SKILL.md",{"path":385,"priority":351},"skills/ops-monitor/SKILL.md",{"path":387,"priority":351},"skills/ops-next/SKILL.md",{"path":389,"priority":351},"skills/ops-orchestrate/SKILL.md",{"path":391,"priority":351},"skills/ops-package/SKILL.md",{"path":393,"priority":351},"skills/ops-projects/SKILL.md",{"path":395,"priority":351},"skills/ops-recap/SKILL.md",{"path":397,"priority":351},"skills/ops-revenue/SKILL.md",{"path":399,"priority":351},"skills/ops-rotate/SKILL.md",{"path":401,"priority":351},"skills/ops-rotate-setup/SKILL.md",{"path":403,"priority":351},"skills/ops-settings/SKILL.md",{"path":405,"priority":351},"skills/ops-speedup/SKILL.md",{"path":407,"priority":351},"skills/ops-status/SKILL.md",{"path":409,"priority":351},"skills/ops-triage/SKILL.md",{"path":411,"priority":351},"skills/ops-voice/SKILL.md",{"path":413,"priority":351},"skills/ops-whatsapp-biz/SKILL.md",{"path":415,"priority":351},"skills/ops-yolo/SKILL.md",{"path":417,"priority":351},"skills/setup/SKILL.md",{"path":419,"priority":351},"skills/uninstall/SKILL.md",{"path":421,"priority":334},".mcp.json",{"path":423,"priority":339},"agents/build-fixer.md",{"path":425,"priority":339},"agents/comms-scanner.md",{"path":427,"priority":339},"agents/daemon-agent.md",{"path":429,"priority":339},"agents/dependency-auditor.md",{"path":431,"priority":339},"agents/deploy-fixer.md",{"path":433,"priority":339},"agents/doctor-agent.md",{"path":435,"priority":339},"agents/general-purpose.md",{"path":437,"priority":339},"agents/infra-monitor.md",{"path":439,"priority":339},"agents/marketing-optimizer.md",{"path":441,"priority":339},"agents/memory-extractor.md",{"path":443,"priority":339},"agents/monitor-agent.md",{"path":445,"priority":339},"agents/project-scanner.md",{"path":447,"priority":339},"agents/revenue-tracker.md",{"path":449,"priority":339},"agents/triage-agent.md",{"path":451,"priority":339},"agents/yolo-ceo.md",{"path":453,"priority":339},"agents/yolo-cfo.md",{"path":455,"priority":339},"agents/yolo-coo.md",{"path":457,"priority":339},"agents/yolo-cto.md",{"path":459,"priority":460},"bin/ops-autofix","low",{"path":462,"priority":460},"bin/ops-ci",{"path":464,"priority":460},"bin/ops-credentials",{"path":466,"priority":460},"bin/ops-dash",{"path":468,"priority":460},"bin/ops-deploy-fix-build-trigger",{"path":470,"priority":460},"bin/ops-deploy-fix-merge-trigger",{"path":472,"priority":460},"bin/ops-discord",{"path":474,"priority":460},"bin/ops-discover-external",{"path":476,"priority":460},"bin/ops-doctor",{"path":478,"priority":460},"bin/ops-ecom-health",{"path":480,"priority":460},"bin/ops-external",{"path":482,"priority":460},"bin/ops-gather",{"path":484,"priority":460},"bin/ops-git",{"path":486,"priority":460},"bin/ops-gsd-states",{"path":488,"priority":460},"bin/ops-infra",{"path":490,"priority":460},"bin/ops-marketing-dash",{"path":492,"priority":460},"bin/ops-merge-scan",{"path":494,"priority":460},"bin/ops-no-rm-rf-anchor",{"path":496,"priority":460},"bin/ops-post-session-cleanup",{"path":498,"priority":460},"bin/ops-post-update-migrate",{"path":500,"priority":460},"bin/ops-pretool-wacli-health",{"path":502,"priority":460},"bin/ops-pretool-whatsapp-bridge-health",{"path":504,"priority":460},"bin/ops-prevent-secret-commit",{"path":506,"priority":460},"bin/ops-projects",{"path":508,"priority":460},"bin/ops-prs",{"path":510,"priority":460},"bin/ops-setup-complete",{"path":512,"priority":460},"bin/ops-setup-detect",{"path":514,"priority":460},"bin/ops-setup-install",{"path":516,"priority":460},"bin/ops-setup-preflight",{"path":518,"priority":460},"bin/ops-shopify-create",{"path":520,"priority":460},"bin/ops-slack-autolink.mjs",{"path":522,"priority":460},"bin/ops-slack-workspaces",{"path":524,"priority":460},"bin/ops-speedup",{"path":526,"priority":460},"bin/ops-status",{"path":528,"priority":460},"bin/ops-suggest-specialized-agent",{"path":530,"priority":460},"bin/ops-task-reminder",{"path":532,"priority":460},"bin/ops-telegram-autolink.mjs",{"path":534,"priority":460},"bin/ops-unread",{"path":536,"priority":460},"bin/ops-warn-mainpush",{"path":538,"priority":460},"bin/ops-welcome",{"path":540,"priority":460},"bin/wacli-health",{"path":542,"priority":460},"bin/wacli-safe",{"path":544,"priority":339},"hooks/hooks.json",{"path":546,"priority":339},"hooks/recap-capture.sh",{"path":548,"priority":339},"hooks/recap-tool-activity.sh",{"path":550,"priority":460},"output-styles/ops-briefing.md",{"basePath":552,"description":553,"displayName":260,"installMethods":554,"rationale":555,"selectedPaths":556,"source":340,"sourceLanguage":18,"type":252},"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",[557],{"path":558,"priority":334},"SKILL.md",{"basePath":560,"description":561,"displayName":562,"installMethods":563,"rationale":564,"selectedPaths":565,"source":340,"sourceLanguage":18,"type":252},"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",[566],{"path":558,"priority":334},{"basePath":568,"description":569,"displayName":570,"installMethods":571,"rationale":572,"selectedPaths":573,"source":340,"sourceLanguage":18,"type":252},"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",[574],{"path":558,"priority":334},{"basePath":576,"description":577,"displayName":578,"installMethods":579,"rationale":580,"selectedPaths":581,"source":340,"sourceLanguage":18,"type":252},"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",[582],{"path":558,"priority":334},{"basePath":584,"description":585,"displayName":586,"installMethods":587,"rationale":588,"selectedPaths":589,"source":340,"sourceLanguage":18,"type":252},"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",[590],{"path":558,"priority":334},{"basePath":592,"description":593,"displayName":594,"installMethods":595,"rationale":596,"selectedPaths":597,"source":340,"sourceLanguage":18,"type":252},"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",[598],{"path":558,"priority":334},{"basePath":600,"description":601,"displayName":602,"installMethods":603,"rationale":604,"selectedPaths":605,"source":340,"sourceLanguage":18,"type":252},"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",[606],{"path":558,"priority":334},{"basePath":608,"description":609,"displayName":610,"installMethods":611,"rationale":612,"selectedPaths":613,"source":340,"sourceLanguage":18,"type":252},"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",[614],{"path":558,"priority":334},{"basePath":616,"description":617,"displayName":618,"installMethods":619,"rationale":620,"selectedPaths":621,"source":340,"sourceLanguage":18,"type":252},"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",[622],{"path":558,"priority":334},{"basePath":624,"description":625,"displayName":626,"installMethods":627,"rationale":628,"selectedPaths":629,"source":340,"sourceLanguage":18,"type":252},"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",[630],{"path":558,"priority":334},{"basePath":632,"description":633,"displayName":634,"installMethods":635,"rationale":636,"selectedPaths":637,"source":340,"sourceLanguage":18,"type":252},"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",[638],{"path":558,"priority":334},{"basePath":640,"description":641,"displayName":642,"installMethods":643,"rationale":644,"selectedPaths":645,"source":340,"sourceLanguage":18,"type":252},"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",[646],{"path":558,"priority":334},{"basePath":249,"description":10,"displayName":13,"installMethods":648,"rationale":649,"selectedPaths":650,"source":340,"sourceLanguage":18,"type":252},{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-inbox/SKILL.md",[651,652],{"path":558,"priority":334},{"path":653,"priority":351},"CHANNELS.md",{"basePath":655,"description":656,"displayName":657,"installMethods":658,"rationale":659,"selectedPaths":660,"source":340,"sourceLanguage":18,"type":252},"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",[661],{"path":558,"priority":334},{"basePath":663,"description":664,"displayName":665,"installMethods":666,"rationale":667,"selectedPaths":668,"source":340,"sourceLanguage":18,"type":252},"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",[669],{"path":558,"priority":334},{"basePath":671,"description":672,"displayName":673,"installMethods":674,"rationale":675,"selectedPaths":676,"source":340,"sourceLanguage":18,"type":252},"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",[677],{"path":558,"priority":334},{"basePath":679,"description":680,"displayName":681,"installMethods":682,"rationale":683,"selectedPaths":684,"source":340,"sourceLanguage":18,"type":252},"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",[685],{"path":558,"priority":334},{"basePath":687,"description":688,"displayName":689,"installMethods":690,"rationale":691,"selectedPaths":692,"source":340,"sourceLanguage":18,"type":252},"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",[693],{"path":558,"priority":334},{"basePath":695,"description":696,"displayName":697,"installMethods":698,"rationale":699,"selectedPaths":700,"source":340,"sourceLanguage":18,"type":252},"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",[701],{"path":558,"priority":334},{"basePath":703,"description":704,"displayName":705,"installMethods":706,"rationale":707,"selectedPaths":708,"source":340,"sourceLanguage":18,"type":252},"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",[709],{"path":558,"priority":334},{"basePath":711,"description":712,"displayName":713,"installMethods":714,"rationale":715,"selectedPaths":716,"source":340,"sourceLanguage":18,"type":252},"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",[717],{"path":558,"priority":334},{"basePath":719,"description":720,"displayName":721,"installMethods":722,"rationale":723,"selectedPaths":724,"source":340,"sourceLanguage":18,"type":252},"claude-ops/skills/ops-projects","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.","ops-projects",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-projects/SKILL.md",[725],{"path":558,"priority":334},{"basePath":727,"description":728,"displayName":729,"installMethods":730,"rationale":731,"selectedPaths":732,"source":340,"sourceLanguage":18,"type":252},"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",[733],{"path":558,"priority":334},{"basePath":735,"description":736,"displayName":737,"installMethods":738,"rationale":739,"selectedPaths":740,"source":340,"sourceLanguage":18,"type":252},"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",[741],{"path":558,"priority":334},{"basePath":743,"description":744,"displayName":745,"installMethods":746,"rationale":747,"selectedPaths":748,"source":340,"sourceLanguage":18,"type":252},"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",[749],{"path":558,"priority":334},{"basePath":751,"description":752,"displayName":753,"installMethods":754,"rationale":755,"selectedPaths":756,"source":340,"sourceLanguage":18,"type":252},"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",[757],{"path":558,"priority":334},{"basePath":759,"description":760,"displayName":761,"installMethods":762,"rationale":763,"selectedPaths":764,"source":340,"sourceLanguage":18,"type":252},"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",[765],{"path":558,"priority":334},{"basePath":767,"description":768,"displayName":769,"installMethods":770,"rationale":771,"selectedPaths":772,"source":340,"sourceLanguage":18,"type":252},"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",[773],{"path":558,"priority":334},{"basePath":775,"description":776,"displayName":777,"installMethods":778,"rationale":779,"selectedPaths":780,"source":340,"sourceLanguage":18,"type":252},"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",[781],{"path":558,"priority":334},{"basePath":783,"description":784,"displayName":785,"installMethods":786,"rationale":787,"selectedPaths":788,"source":340,"sourceLanguage":18,"type":252},"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",[789],{"path":558,"priority":334},{"basePath":791,"description":792,"displayName":793,"installMethods":794,"rationale":795,"selectedPaths":796,"source":340,"sourceLanguage":18,"type":252},"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",[797],{"path":558,"priority":334},{"basePath":799,"description":800,"displayName":801,"installMethods":802,"rationale":803,"selectedPaths":804,"source":340,"sourceLanguage":18,"type":252},"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",[805],{"path":558,"priority":334},{"basePath":807,"description":808,"displayName":809,"installMethods":810,"rationale":811,"selectedPaths":812,"source":340,"sourceLanguage":18,"type":252},"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",[813],{"path":558,"priority":334},{"basePath":815,"description":816,"displayName":817,"installMethods":818,"rationale":819,"selectedPaths":820,"source":340,"sourceLanguage":18,"type":252},"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",[821,822,824,826],{"path":558,"priority":334},{"path":823,"priority":351},"CLI-REFERENCE.md",{"path":825,"priority":351},"REFERENCE.md",{"path":827,"priority":351},"SHARED.md",{"basePath":829,"description":830,"displayName":831,"installMethods":832,"rationale":833,"selectedPaths":834,"source":340,"sourceLanguage":18,"type":252},"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",[835],{"path":558,"priority":334},{"basePath":837,"description":838,"displayName":839,"installMethods":840,"license":244,"rationale":841,"selectedPaths":842,"source":340,"sourceLanguage":18,"type":850},"claude-ops/telegram-server","Telegram user-auth MCP server for claude-ops plugin (personal account via MTProto, not bots)","claude-ops-telegram-server",{"npm":839},"server.json with namespace/server name at claude-ops/telegram-server/server.json",[843,845,847,848],{"path":844,"priority":334},"server.json",{"path":846,"priority":334},"package.json",{"path":336,"priority":334},{"path":849,"priority":351},"index.js","mcp",{"sources":852},[853],"manual",{"closedIssues90d":237,"description":855,"forks":238,"homepage":856,"license":244,"openIssues90d":239,"pushedAt":240,"readmeSize":235,"stars":241,"topics":857},"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",[858,300,859,860,304,861,862,282,863,864,850,865,866,867,868,869,870,871,305,872],"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":874,"discoverAt":875,"extractAt":876,"githubAt":876,"updatedAt":874},1778692306008,1778692301282,1778692304144,[220,219,214,213,218,221,215,217,216],{"evaluatedAt":247,"extractAt":295,"updatedAt":247},[],[881,899,925,953,979,1003],{"_creationTime":882,"_id":883,"community":884,"display":885,"identity":888,"providers":889,"relations":895,"tags":896,"workflow":897},1778692306427.097,"k1729p4qh6nynnrbqjkgx6cvwn86nfdz",{"reviewCount":8},{"description":561,"installMethods":886,"name":887,"sourceUrl":14},{"claudeCode":12},"OPS ► COMMS",{"basePath":560,"githubOwner":250,"githubRepo":251,"locale":18,"slug":562,"type":252},{"evaluate":890,"extract":894},{"promptVersionExtension":206,"promptVersionScoring":207,"score":210,"tags":891,"targetMarket":222,"tier":223},[892,893,215,216,214,217,219,218],"communication","messaging",{"commitSha":285,"license":244},{"parentExtensionId":255,"repoId":291},[892,219,214,893,218,215,217,216],{"evaluatedAt":898,"extractAt":295,"updatedAt":898},1778692390187,{"_creationTime":900,"_id":901,"community":902,"display":903,"identity":909,"providers":913,"relations":918,"tags":921,"workflow":922},1778696833339.6218,"k176gr5qszggh36kjn8a1cwehs86n2jd",{"reviewCount":8},{"description":904,"installMethods":905,"name":907,"sourceUrl":908},"Interact with Gmail - search emails, read messages, send emails, create drafts, and manage labels.\nUse when user asks to: search email, read email, send email, create email draft, mark as read,\narchive email, star email, or manage Gmail labels. Lightweight alternative to full Google\nWorkspace MCP server with standalone OAuth authentication.\n",{"claudeCode":906},"sanjay3290/ai-skills","gmail","https://github.com/sanjay3290/ai-skills",{"basePath":910,"githubOwner":911,"githubRepo":912,"locale":18,"slug":907,"type":252},"skills/gmail","sanjay3290","ai-skills",{"evaluate":914,"extract":917},{"promptVersionExtension":206,"promptVersionScoring":207,"score":915,"tags":916,"targetMarket":222,"tier":223},100,[907,214,892,220,221],{"commitSha":285},{"parentExtensionId":919,"repoId":920},"k17es37z10n1sw6t2m3f0vsydx86mnje","kd71np0fyqg23qg8w2hcfw0h0h86nkn0",[220,892,214,907,221],{"evaluatedAt":923,"extractAt":924,"updatedAt":923},1778696939862,1778696833339,{"_creationTime":926,"_id":927,"community":928,"display":929,"identity":935,"providers":939,"relations":946,"tags":949,"workflow":950},1778699234184.6123,"k175xm4rmvngepaq6tkpcr817n86n46n",{"reviewCount":8},{"description":930,"installMethods":931,"name":933,"sourceUrl":934},"Configure notification integrations (Telegram, Discord, Slack) via natural language",{"claudeCode":932},"Yeachan-Heo/oh-my-claudecode","configure-notifications","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":936,"githubOwner":937,"githubRepo":938,"locale":18,"slug":933,"type":252},"skills/configure-notifications","Yeachan-Heo","oh-my-claudecode",{"evaluate":940,"extract":945},{"promptVersionExtension":206,"promptVersionScoring":207,"score":941,"tags":942,"targetMarket":222,"tier":223},99,[943,944,217,219,215,220],"notifications","configuration",{"commitSha":285},{"parentExtensionId":947,"repoId":948},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[220,944,219,943,215,217],{"evaluatedAt":951,"extractAt":952,"updatedAt":951},1778699370941,1778699234184,{"_creationTime":954,"_id":955,"community":956,"display":957,"identity":963,"providers":965,"relations":972,"tags":974,"workflow":975},1778699468747.1746,"k1707pszx7h026a651dp5tvaxd86m3ag",{"reviewCount":8},{"description":958,"installMethods":959,"name":961,"sourceUrl":962},"Create public Google Docs or Google Sheet files without requiring OAuth. Use this skill to create and edit Google Docs and Sheets, no Google sign-in required. Documents are viewable at shareable links. Registration is automatic on first use.",{"claudeCode":960},"zagmoai/public-google-drive","public-google-drive","https://github.com/zagmoai/public-google-drive",{"basePath":272,"githubOwner":964,"githubRepo":961,"locale":18,"slug":961,"type":252},"zagmoai",{"evaluate":966,"extract":971},{"promptVersionExtension":206,"promptVersionScoring":207,"score":915,"tags":967,"targetMarket":222,"tier":223},[968,969,221,220,970],"google-docs","google-sheets","api-client",{"commitSha":285},{"repoId":973},"kd776ynh73t0d6samn4bnxdf3x86n8mj",[970,220,968,969,221],{"evaluatedAt":976,"extractAt":977,"updatedAt":978},1778699485884,1778699468747,1778699509178,{"_creationTime":980,"_id":981,"community":982,"display":983,"identity":988,"providers":992,"relations":997,"tags":999,"workflow":1000},1778697652123.8982,"k175ckmrqc4x6sjm90k7ejbj3s86ntxs",{"reviewCount":8},{"description":984,"installMethods":985,"name":215,"sourceUrl":987},"Use the Slack tool to react, pin/unpin, send, edit, delete messages, or fetch Slack member info.",{"claudeCode":986},"steipete/clawdis","https://github.com/steipete/clawdis",{"basePath":989,"githubOwner":990,"githubRepo":991,"locale":18,"slug":215,"type":252},"skills/slack","steipete","clawdis",{"evaluate":993,"extract":996},{"promptVersionExtension":206,"promptVersionScoring":207,"score":915,"tags":994,"targetMarket":222,"tier":223},[215,893,892,220,995],"api",{"commitSha":285},{"repoId":998},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[995,220,892,893,215],{"evaluatedAt":1001,"extractAt":1002,"updatedAt":1001},1778698950505,1778697652123,{"_creationTime":1004,"_id":1005,"community":1006,"display":1007,"identity":1011,"providers":1013,"relations":1020,"tags":1021,"workflow":1022},1778697652123.8857,"k179k1n5nw0md1x1j3dak31evn86mb5f",{"reviewCount":8},{"description":1008,"installMethods":1009,"name":1010,"sourceUrl":987},"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":986},"telegram-crabbox-e2e-proof",{"basePath":1012,"githubOwner":990,"githubRepo":991,"locale":18,"slug":1010,"type":252},".agents/skills/telegram-crabbox-e2e-proof",{"evaluate":1014,"extract":1019},{"promptVersionExtension":206,"promptVersionScoring":207,"score":915,"tags":1015,"targetMarket":222,"tier":223},[1016,217,220,1017,1018],"testing","qa","cli",{"commitSha":285},{"repoId":998},[220,1018,1017,217,1016],{"evaluatedAt":1023,"extractAt":1002,"updatedAt":1023},1778698038113]