[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-Lifecycle-Innovations-Limited-ops-go-de":3,"guides-for-Lifecycle-Innovations-Limited-ops-go":874,"similar-k17bkam3rsx5tsf2yqatkehj1586nmhq-de":875},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":243,"isFallback":226,"parentExtension":248,"providers":312,"relations":316,"repo":317,"tags":872,"workflow":873},1778692306427.099,"k17bkam3rsx5tsf2yqatkehj1586nmhq",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Token-efficient morning briefing. Pre-gathers all data via shell scripts, then presents a unified business dashboard with prioritized actions.",{"claudeCode":12},"Lifecycle-Innovations-Limited/claude-ops","ops-go","https://github.com/Lifecycle-Innovations-Limited/claude-ops",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":224,"workflow":241},1778692575448.2373,"kn72fehwpkapqmyxp2dhytb46186nka0","en",{"checks":20,"evaluatedAt":193,"extensionSummary":194,"features":195,"nonGoals":201,"promptVersionExtension":205,"promptVersionScoring":206,"purpose":207,"rationale":208,"score":209,"summary":210,"tags":211,"targetMarket":217,"tier":218,"useCases":219},[21,26,29,32,36,39,43,47,50,53,57,61,64,68,71,74,77,80,83,86,90,94,98,102,107,110,113,117,121,124,127,130,133,136,139,143,147,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 identifies the problem of needing a token-efficient morning briefing and aims to provide a unified business dashboard with prioritized actions.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers significant value beyond a simple prompt by integrating numerous services (Slack, Notion, Git, CI, etc.) and orchestrating them into a unified dashboard and action prioritization, which is more than a thin wrapper.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill appears production-ready, gathering data via shell scripts and multiple tools, and presenting a comprehensive dashboard with prioritized actions, covering the full lifecycle of a morning briefing.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses on providing a comprehensive \"morning briefing\" by aggregating data from various operational and business systems, which constitutes a coherent workflow.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the skill's purpose of providing a token-efficient morning briefing by pre-gathering data and presenting a unified dashboard with prioritized actions.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill utilizes a set of well-defined, narrow verb-noun tools for specific tasks like searching, listing, and fetching data, rather than a single generalist execution tool.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","The SKILL.md provides detailed information on preferences.json and daemon health checks, including specific file paths and expected data fields, effectively documenting configuration.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The tools used by the skill, such as `gog calendar events primary`, `mcp__whatsapp__list_chats`, and `ops-infra`, are descriptively named and specific to their domain.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","The tools and scripts appear to request only necessary data, and the output format is generally structured (JSON, tables) as described in the documentation.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The extension is licensed under the MIT license, as indicated by the LICENSE file and README, which is a permissive open-source license.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The repository has recent commits, with the latest push on 2026-05-13, indicating active maintenance.",{"category":58,"check":62,"severity":24,"summary":63},"Dependency Management","The project uses a lockfile (`hasLockfile: true`) and relies on Homebrew/apt/winget for external dependencies, indicating suitable dependency management.",{"category":65,"check":66,"severity":24,"summary":67},"Security","Secret Management","The documentation specifies a secure credential resolution chain, prioritizing encrypted storage and avoiding hardcoded secrets, with no indication of secrets being echoed.",{"category":65,"check":69,"severity":24,"summary":70},"Injection","The skill uses shell scripts and specific tools, with no indication of loading untrusted external data as instructions or fetching remote content without proper handling.",{"category":65,"check":72,"severity":24,"summary":73},"Transitive Supply-Chain Grenades","The skill relies on bundled scripts and tools, with no evidence of runtime downloads or remote-pipe-to-shell patterns that could introduce supply-chain risks.",{"category":65,"check":75,"severity":24,"summary":76},"Sandbox Isolation","The skill operates within defined scopes and uses relative paths, with no indication of attempting to modify files outside its project folder or privileged system locations.",{"category":65,"check":78,"severity":24,"summary":79},"Sandbox escape primitives","There is no evidence of detached-process spawns like `nohup` or retry loops around denied tool calls in the provided scripts.",{"category":65,"check":81,"severity":24,"summary":82},"Data Exfiltration","The documentation explicitly states no telemetry or unauthorized data uploading, and credential handling is secured, preventing exfiltration of confidential data.",{"category":65,"check":84,"severity":24,"summary":85},"Hidden Text Tricks","The bundled content appears to be clean, with no hidden text tricks, invisible Unicode characters, or suspicious HTML comments detected in the provided documentation and scripts.",{"category":87,"check":88,"severity":24,"summary":89},"Hooks","Opaque code execution","The bundled scripts are readable shell scripts; there is no evidence of obfuscated code, base64-decoded payloads, or runtime script fetching.",{"category":91,"check":92,"severity":24,"summary":93},"Portability","Structural Assumption","The skill uses clear placeholders like `${CLAUDE_PLUGIN_DATA_DIR:-$HOME/.claude/plugins/data/ops-ops-marketplace}` for paths, indicating it handles variations in user environment correctly.",{"category":95,"check":96,"severity":24,"summary":97},"Trust","Issues Attention","With 2 issues opened and 6 closed in the last 90 days, the closure rate is high, indicating good maintainer engagement.",{"category":99,"check":100,"severity":24,"summary":101},"Versioning","Release Management","The extension has a clear version indicated in the README ('v1.7.0') and frontmatter (`version: 2.0.0`), along with a CHANGELOG, demonstrating good release management.",{"category":103,"check":104,"severity":105,"summary":106},"Code Execution","Validation","info","While the scripts execute shell commands and use tools, the explicit use of a schema library for validation and sanitization is not detailed in the provided code snippets.",{"category":65,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","Destructive operations are guarded by explicit checks and confirmations, such as the `rm -rf` and `terraform apply` notes in the security section, and the requirement for user confirmation before certain actions.",{"category":103,"check":111,"severity":24,"summary":112},"Error Handling","Scripts include error handling with fallbacks (e.g., `2>/dev/null || echo '{}'`) and messages like 'calendar unavailable', suggesting meaningful error reporting.",{"category":103,"check":114,"severity":115,"summary":116},"Logging","not_applicable","The skill focuses on presenting information rather than performing destructive actions or outbound calls that would necessitate a local audit file for review.",{"category":118,"check":119,"severity":115,"summary":120},"Compliance","GDPR","The skill primarily aggregates operational and business metrics and does not appear to handle personal data that would trigger GDPR concerns.",{"category":118,"check":122,"severity":24,"summary":123},"Target market","The extension is designed for a global audience and does not exhibit any regional or jurisdictional logic that would limit its applicability.",{"category":91,"check":125,"severity":24,"summary":126},"Runtime stability","The skill's requirements mention broad compatibility with macOS, Linux, WSL, and Windows, with automatic detection for host-appropriate tuning.",{"category":44,"check":128,"severity":24,"summary":129},"README","The README file is comprehensive, clearly stating the extension's purpose and providing a visual example of its output, alongside installation and usage instructions.",{"category":33,"check":131,"severity":24,"summary":132},"Tool surface size","The skill exposes a moderate number of tools and commands, focused on its core briefing functionality, well within the target range.",{"category":40,"check":134,"severity":24,"summary":135},"Overlapping near-synonym tools","The tools exposed are distinct and cover specific actions; there are no obvious near-synonym tools that would cause confusion for disambiguation.",{"category":44,"check":137,"severity":24,"summary":138},"Phantom features","All advertised features, such as infrastructure monitoring, unified inbox, and PR/CI status, are supported by corresponding tools and documented in the SKILL.md and README.",{"category":140,"check":141,"severity":24,"summary":142},"Install","Installation instruction","The README provides clear, step-by-step installation instructions using Claude Code's plugin system, including a setup wizard and local development guidance.",{"category":144,"check":145,"severity":24,"summary":146},"Errors","Actionable error messages","Error messages like 'calendar unavailable' and fallback mechanisms indicate that errors are handled and provide some level of guidance or context.",{"category":148,"check":149,"severity":24,"summary":150},"Execution","Pinned dependencies","The extension relies on system package managers (Homebrew, apt, winget) for dependencies and uses explicit interpreter declarations in scripts, ensuring pinned versions.",{"category":33,"check":152,"severity":115,"summary":153},"Dry-run preview","The skill is primarily focused on data aggregation and reporting, with no state-changing commands or outward data sending operations that would typically require a dry-run feature.",{"category":155,"check":156,"severity":24,"summary":157},"Protocol","Idempotent retry & timeouts","The skill uses standard tools and APIs, which are expected to have timeouts and retry mechanisms; where fallbacks are implemented, they do not suggest state-changing operations prone to duplication.",{"category":118,"check":159,"severity":24,"summary":160},"Telemetry opt-in","The README explicitly states 'No telemetry. No analytics. No crash reports.', indicating strict opt-in by absence.",{"category":40,"check":162,"severity":24,"summary":163},"Precise Purpose","The skill clearly states its purpose as a 'Token-efficient morning briefing' and provides specific triggers and non-goals in the SKILL.md frontmatter.",{"category":40,"check":165,"severity":24,"summary":166},"Concise Frontmatter","The frontmatter in SKILL.md is concise, self-contained, and effectively summarizes the core capability and relevant tools for precise routing.",{"category":44,"check":168,"severity":24,"summary":169},"Concise Body","The SKILL.md body is under 500 lines, using shell scripts and delegating deeper material to separate files as indicated.",{"category":171,"check":172,"severity":24,"summary":173},"Context","Progressive Disclosure","The SKILL.md outlines the workflow and links to external files and documentation for deeper dives, adhering to progressive disclosure principles.",{"category":171,"check":175,"severity":115,"summary":176},"Forked exploration","This skill focuses on data aggregation and reporting, not deep exploration or code review that would necessitate `context: fork`.",{"category":22,"check":178,"severity":24,"summary":179},"Usage examples","The README provides a clear visual example of the output, and the SKILL.md outlines various tools and data sources that, combined with the descriptive nature of the skill, allow for plausible generation of claimed output.",{"category":22,"check":181,"severity":24,"summary":182},"Edge cases","The skill handles edge cases by providing fallback mechanisms (e.g., for calendar unavailability) and documenting data sources that can fail open or be skipped.",{"category":103,"check":184,"severity":24,"summary":185},"Tool Fallback","The skill uses standard tools and includes fallback mechanisms for services like calendar availability, and the use of MCP tools is documented with alternatives or clear usage instructions.",{"category":187,"check":188,"severity":24,"summary":189},"Safety","Halt on unexpected state","The skill's scripts include error handling and fallbacks, suggesting that unexpected states will halt the workflow gracefully rather than proceeding with potentially incorrect data.",{"category":91,"check":191,"severity":24,"summary":192},"Cross-skill coupling","The skill appears to be self-contained, focusing on its core briefing functionality without implicit reliance on other specific skills being loaded concurrently.",1778692575304,"This skill provides a token-efficient morning briefing by pre-gathering data from various operational sources via shell scripts and presenting it as a unified business dashboard with prioritized actions. It integrates with services like Slack, Notion, Gmail, Calendar, Git, CI/CD, and infrastructure monitoring tools.",[196,197,198,199,200],"Unified business dashboard","Prioritized action items","Token-efficient data pre-gathering","Cross-service integration","Infrastructure and CI/CD monitoring",[202,203,204],"Performing direct actions on systems without user review or explicit commands.","Replacing detailed system-specific dashboards.","Providing real-time, minute-by-minute operational data.","3.0.0","4.4.0","To provide a rapid, comprehensive, and actionable overview of business and operational status, enabling informed decision-making at the start of the day.","The extension exhibits exceptional quality across all categories, with no critical or warning findings. High-quality documentation, robust error handling, secure practices, and active maintenance contribute to a top-tier score.",98,"A comprehensive and secure operations dashboard for quick morning briefings.",[212,213,214,215,216],"briefing","dashboard","operations","monitoring","automation","global","verified",[220,221,222,223],"Starting the workday with a quick overview of system health and open tasks.","Identifying critical production issues and urgent PRs needing attention.","Tracking project progress and revenue metrics at a glance.","Receiving scheduled operational summaries.",{"codeQuality":225,"collectedAt":227,"documentation":228,"maintenance":231,"security":237,"testCoverage":240},{"hasLockfile":226},true,1778692548231,{"descriptionLength":229,"readmeSize":230},142,22118,{"closedIssues90d":232,"forks":233,"hasChangelog":226,"openIssues90d":234,"pushedAt":235,"stars":236},6,4,2,1778673878000,9,{"hasNpmPackage":238,"license":239,"smitheryVerified":238},false,"MIT",{"hasCi":226,"hasTests":226},{"updatedAt":242},1778692575448,{"basePath":244,"githubOwner":245,"githubRepo":246,"locale":18,"slug":13,"type":247},"claude-ops/skills/ops-go","Lifecycle-Innovations-Limited","claude-ops","skill",{"_creationTime":249,"_id":250,"community":251,"display":252,"identity":256,"parentExtension":258,"providers":291,"relations":308,"tags":309,"workflow":310},1778692306427.0964,"k17d0t6ns7y6t377pfprg128hd86nm89",{"reviewCount":8},{"description":253,"installMethods":254,"name":255,"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":255},"ops",{"basePath":246,"githubOwner":245,"githubRepo":246,"locale":18,"slug":246,"type":257},"plugin",{"_creationTime":259,"_id":260,"community":261,"display":262,"identity":266,"providers":269,"relations":285,"tags":287,"workflow":288},1778692306427.0962,"k177xmnsm26p2wbrkfkwqgm2b986m2w8",{"reviewCount":8},{"description":263,"installMethods":264,"name":265,"sourceUrl":14},"Local marketplace for claude-ops plugin",{"claudeCode":12},"ops-marketplace",{"basePath":267,"githubOwner":245,"githubRepo":246,"locale":18,"slug":246,"type":268},"","marketplace",{"evaluate":270,"extract":279},{"promptVersionExtension":271,"promptVersionScoring":206,"score":272,"tags":273,"targetMarket":217,"tier":218},"3.1.0",96,[214,274,213,216,275,276,277,278,215],"business","productivity","aws","slack","whatsapp",{"commitSha":280,"marketplace":281,"plugin":283},"HEAD",{"name":265,"pluginCount":282},1,{"mcpCount":8,"provider":284,"skillCount":8},"classify",{"repoId":286},"kd7d52tcek2e34r805zs06b10d86n39v",[216,276,274,213,215,214,275,277,278],{"evaluatedAt":289,"extractAt":290,"updatedAt":289},1778692330594,1778692306427,{"evaluate":292,"extract":305},{"promptVersionExtension":205,"promptVersionScoring":206,"score":293,"tags":294,"targetMarket":217,"tier":304},85,[295,216,296,297,298,299,300,301,302,215,303],"business-operations","ai-agents","communications","project-management","devops","marketing","finance","e-commerce","voice","community",{"commitSha":280,"license":239,"plugin":306},{"mcpCount":8,"provider":284,"skillCount":307},35,{"parentExtensionId":260,"repoId":286},[296,216,295,297,299,302,301,300,215,298,303],{"evaluatedAt":311,"extractAt":290,"updatedAt":311},1778692342046,{"evaluate":313,"extract":315},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":314,"targetMarket":217,"tier":218},[212,213,214,215,216],{"commitSha":280},{"parentExtensionId":250,"repoId":286},{"_creationTime":318,"_id":286,"identity":319,"providers":320,"workflow":868},1778692301282.087,{"githubOwner":245,"githubRepo":246,"sourceUrl":14},{"classify":321,"discover":846,"github":849},{"commitSha":280,"extensions":322},[323,336,546,554,562,570,578,586,594,602,610,618,626,631,639,649,657,665,673,681,689,697,705,713,721,729,737,745,753,761,769,777,785,793,801,809,823,831],{"basePath":267,"description":263,"displayName":265,"installMethods":324,"rationale":325,"selectedPaths":326,"source":335,"sourceLanguage":18,"type":268},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[327,330,332],{"path":328,"priority":329},".claude-plugin/marketplace.json","mandatory",{"path":331,"priority":329},"README.md",{"path":333,"priority":334},"LICENSE","high","rule",{"basePath":246,"description":253,"displayName":255,"installMethods":337,"license":239,"rationale":338,"selectedPaths":339,"source":335,"sourceLanguage":18,"type":257},{"claudeCode":255},"plugin manifest at claude-ops/.claude-plugin/plugin.json",[340,342,343,344,347,349,351,353,355,357,359,361,363,365,367,369,371,373,375,377,379,381,383,385,387,389,391,393,395,397,399,401,403,405,407,409,411,413,415,417,419,421,423,425,427,429,431,433,435,437,439,441,443,445,447,449,451,453,456,458,460,462,464,466,468,470,472,474,476,478,480,482,484,486,488,490,492,494,496,498,500,502,504,506,508,510,512,514,516,518,520,522,524,526,528,530,532,534,536,538,540,542,544],{"path":341,"priority":329},".claude-plugin/plugin.json",{"path":331,"priority":329},{"path":333,"priority":334},{"path":345,"priority":346},"skills/ops/SKILL.md","medium",{"path":348,"priority":346},"skills/ops-comms/SKILL.md",{"path":350,"priority":346},"skills/ops-credentials/SKILL.md",{"path":352,"priority":346},"skills/ops-daemon/SKILL.md",{"path":354,"priority":346},"skills/ops-dash/SKILL.md",{"path":356,"priority":346},"skills/ops-deploy/SKILL.md",{"path":358,"priority":346},"skills/ops-deploy-fix/SKILL.md",{"path":360,"priority":346},"skills/ops-doctor/SKILL.md",{"path":362,"priority":346},"skills/ops-ecom/SKILL.md",{"path":364,"priority":346},"skills/ops-fires/SKILL.md",{"path":366,"priority":346},"skills/ops-go/SKILL.md",{"path":368,"priority":346},"skills/ops-gtm/SKILL.md",{"path":370,"priority":346},"skills/ops-inbox/SKILL.md",{"path":372,"priority":346},"skills/ops-integrate/SKILL.md",{"path":374,"priority":346},"skills/ops-linear/SKILL.md",{"path":376,"priority":346},"skills/ops-marketing/SKILL.md",{"path":378,"priority":346},"skills/ops-merge/SKILL.md",{"path":380,"priority":346},"skills/ops-monitor/SKILL.md",{"path":382,"priority":346},"skills/ops-next/SKILL.md",{"path":384,"priority":346},"skills/ops-orchestrate/SKILL.md",{"path":386,"priority":346},"skills/ops-package/SKILL.md",{"path":388,"priority":346},"skills/ops-projects/SKILL.md",{"path":390,"priority":346},"skills/ops-recap/SKILL.md",{"path":392,"priority":346},"skills/ops-revenue/SKILL.md",{"path":394,"priority":346},"skills/ops-rotate/SKILL.md",{"path":396,"priority":346},"skills/ops-rotate-setup/SKILL.md",{"path":398,"priority":346},"skills/ops-settings/SKILL.md",{"path":400,"priority":346},"skills/ops-speedup/SKILL.md",{"path":402,"priority":346},"skills/ops-status/SKILL.md",{"path":404,"priority":346},"skills/ops-triage/SKILL.md",{"path":406,"priority":346},"skills/ops-voice/SKILL.md",{"path":408,"priority":346},"skills/ops-whatsapp-biz/SKILL.md",{"path":410,"priority":346},"skills/ops-yolo/SKILL.md",{"path":412,"priority":346},"skills/setup/SKILL.md",{"path":414,"priority":346},"skills/uninstall/SKILL.md",{"path":416,"priority":329},".mcp.json",{"path":418,"priority":334},"agents/build-fixer.md",{"path":420,"priority":334},"agents/comms-scanner.md",{"path":422,"priority":334},"agents/daemon-agent.md",{"path":424,"priority":334},"agents/dependency-auditor.md",{"path":426,"priority":334},"agents/deploy-fixer.md",{"path":428,"priority":334},"agents/doctor-agent.md",{"path":430,"priority":334},"agents/general-purpose.md",{"path":432,"priority":334},"agents/infra-monitor.md",{"path":434,"priority":334},"agents/marketing-optimizer.md",{"path":436,"priority":334},"agents/memory-extractor.md",{"path":438,"priority":334},"agents/monitor-agent.md",{"path":440,"priority":334},"agents/project-scanner.md",{"path":442,"priority":334},"agents/revenue-tracker.md",{"path":444,"priority":334},"agents/triage-agent.md",{"path":446,"priority":334},"agents/yolo-ceo.md",{"path":448,"priority":334},"agents/yolo-cfo.md",{"path":450,"priority":334},"agents/yolo-coo.md",{"path":452,"priority":334},"agents/yolo-cto.md",{"path":454,"priority":455},"bin/ops-autofix","low",{"path":457,"priority":455},"bin/ops-ci",{"path":459,"priority":455},"bin/ops-credentials",{"path":461,"priority":455},"bin/ops-dash",{"path":463,"priority":455},"bin/ops-deploy-fix-build-trigger",{"path":465,"priority":455},"bin/ops-deploy-fix-merge-trigger",{"path":467,"priority":455},"bin/ops-discord",{"path":469,"priority":455},"bin/ops-discover-external",{"path":471,"priority":455},"bin/ops-doctor",{"path":473,"priority":455},"bin/ops-ecom-health",{"path":475,"priority":455},"bin/ops-external",{"path":477,"priority":455},"bin/ops-gather",{"path":479,"priority":455},"bin/ops-git",{"path":481,"priority":455},"bin/ops-gsd-states",{"path":483,"priority":455},"bin/ops-infra",{"path":485,"priority":455},"bin/ops-marketing-dash",{"path":487,"priority":455},"bin/ops-merge-scan",{"path":489,"priority":455},"bin/ops-no-rm-rf-anchor",{"path":491,"priority":455},"bin/ops-post-session-cleanup",{"path":493,"priority":455},"bin/ops-post-update-migrate",{"path":495,"priority":455},"bin/ops-pretool-wacli-health",{"path":497,"priority":455},"bin/ops-pretool-whatsapp-bridge-health",{"path":499,"priority":455},"bin/ops-prevent-secret-commit",{"path":501,"priority":455},"bin/ops-projects",{"path":503,"priority":455},"bin/ops-prs",{"path":505,"priority":455},"bin/ops-setup-complete",{"path":507,"priority":455},"bin/ops-setup-detect",{"path":509,"priority":455},"bin/ops-setup-install",{"path":511,"priority":455},"bin/ops-setup-preflight",{"path":513,"priority":455},"bin/ops-shopify-create",{"path":515,"priority":455},"bin/ops-slack-autolink.mjs",{"path":517,"priority":455},"bin/ops-slack-workspaces",{"path":519,"priority":455},"bin/ops-speedup",{"path":521,"priority":455},"bin/ops-status",{"path":523,"priority":455},"bin/ops-suggest-specialized-agent",{"path":525,"priority":455},"bin/ops-task-reminder",{"path":527,"priority":455},"bin/ops-telegram-autolink.mjs",{"path":529,"priority":455},"bin/ops-unread",{"path":531,"priority":455},"bin/ops-warn-mainpush",{"path":533,"priority":455},"bin/ops-welcome",{"path":535,"priority":455},"bin/wacli-health",{"path":537,"priority":455},"bin/wacli-safe",{"path":539,"priority":334},"hooks/hooks.json",{"path":541,"priority":334},"hooks/recap-capture.sh",{"path":543,"priority":334},"hooks/recap-tool-activity.sh",{"path":545,"priority":455},"output-styles/ops-briefing.md",{"basePath":547,"description":548,"displayName":255,"installMethods":549,"rationale":550,"selectedPaths":551,"source":335,"sourceLanguage":18,"type":247},"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",[552],{"path":553,"priority":329},"SKILL.md",{"basePath":555,"description":556,"displayName":557,"installMethods":558,"rationale":559,"selectedPaths":560,"source":335,"sourceLanguage":18,"type":247},"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",[561],{"path":553,"priority":329},{"basePath":563,"description":564,"displayName":565,"installMethods":566,"rationale":567,"selectedPaths":568,"source":335,"sourceLanguage":18,"type":247},"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",[569],{"path":553,"priority":329},{"basePath":571,"description":572,"displayName":573,"installMethods":574,"rationale":575,"selectedPaths":576,"source":335,"sourceLanguage":18,"type":247},"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",[577],{"path":553,"priority":329},{"basePath":579,"description":580,"displayName":581,"installMethods":582,"rationale":583,"selectedPaths":584,"source":335,"sourceLanguage":18,"type":247},"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",[585],{"path":553,"priority":329},{"basePath":587,"description":588,"displayName":589,"installMethods":590,"rationale":591,"selectedPaths":592,"source":335,"sourceLanguage":18,"type":247},"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",[593],{"path":553,"priority":329},{"basePath":595,"description":596,"displayName":597,"installMethods":598,"rationale":599,"selectedPaths":600,"source":335,"sourceLanguage":18,"type":247},"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",[601],{"path":553,"priority":329},{"basePath":603,"description":604,"displayName":605,"installMethods":606,"rationale":607,"selectedPaths":608,"source":335,"sourceLanguage":18,"type":247},"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",[609],{"path":553,"priority":329},{"basePath":611,"description":612,"displayName":613,"installMethods":614,"rationale":615,"selectedPaths":616,"source":335,"sourceLanguage":18,"type":247},"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",[617],{"path":553,"priority":329},{"basePath":619,"description":620,"displayName":621,"installMethods":622,"rationale":623,"selectedPaths":624,"source":335,"sourceLanguage":18,"type":247},"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",[625],{"path":553,"priority":329},{"basePath":244,"description":10,"displayName":13,"installMethods":627,"rationale":628,"selectedPaths":629,"source":335,"sourceLanguage":18,"type":247},{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-go/SKILL.md",[630],{"path":553,"priority":329},{"basePath":632,"description":633,"displayName":634,"installMethods":635,"rationale":636,"selectedPaths":637,"source":335,"sourceLanguage":18,"type":247},"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",[638],{"path":553,"priority":329},{"basePath":640,"description":641,"displayName":642,"installMethods":643,"rationale":644,"selectedPaths":645,"source":335,"sourceLanguage":18,"type":247},"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",[646,647],{"path":553,"priority":329},{"path":648,"priority":346},"CHANNELS.md",{"basePath":650,"description":651,"displayName":652,"installMethods":653,"rationale":654,"selectedPaths":655,"source":335,"sourceLanguage":18,"type":247},"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",[656],{"path":553,"priority":329},{"basePath":658,"description":659,"displayName":660,"installMethods":661,"rationale":662,"selectedPaths":663,"source":335,"sourceLanguage":18,"type":247},"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",[664],{"path":553,"priority":329},{"basePath":666,"description":667,"displayName":668,"installMethods":669,"rationale":670,"selectedPaths":671,"source":335,"sourceLanguage":18,"type":247},"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",[672],{"path":553,"priority":329},{"basePath":674,"description":675,"displayName":676,"installMethods":677,"rationale":678,"selectedPaths":679,"source":335,"sourceLanguage":18,"type":247},"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",[680],{"path":553,"priority":329},{"basePath":682,"description":683,"displayName":684,"installMethods":685,"rationale":686,"selectedPaths":687,"source":335,"sourceLanguage":18,"type":247},"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",[688],{"path":553,"priority":329},{"basePath":690,"description":691,"displayName":692,"installMethods":693,"rationale":694,"selectedPaths":695,"source":335,"sourceLanguage":18,"type":247},"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",[696],{"path":553,"priority":329},{"basePath":698,"description":699,"displayName":700,"installMethods":701,"rationale":702,"selectedPaths":703,"source":335,"sourceLanguage":18,"type":247},"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",[704],{"path":553,"priority":329},{"basePath":706,"description":707,"displayName":708,"installMethods":709,"rationale":710,"selectedPaths":711,"source":335,"sourceLanguage":18,"type":247},"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",[712],{"path":553,"priority":329},{"basePath":714,"description":715,"displayName":716,"installMethods":717,"rationale":718,"selectedPaths":719,"source":335,"sourceLanguage":18,"type":247},"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",[720],{"path":553,"priority":329},{"basePath":722,"description":723,"displayName":724,"installMethods":725,"rationale":726,"selectedPaths":727,"source":335,"sourceLanguage":18,"type":247},"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",[728],{"path":553,"priority":329},{"basePath":730,"description":731,"displayName":732,"installMethods":733,"rationale":734,"selectedPaths":735,"source":335,"sourceLanguage":18,"type":247},"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",[736],{"path":553,"priority":329},{"basePath":738,"description":739,"displayName":740,"installMethods":741,"rationale":742,"selectedPaths":743,"source":335,"sourceLanguage":18,"type":247},"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",[744],{"path":553,"priority":329},{"basePath":746,"description":747,"displayName":748,"installMethods":749,"rationale":750,"selectedPaths":751,"source":335,"sourceLanguage":18,"type":247},"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",[752],{"path":553,"priority":329},{"basePath":754,"description":755,"displayName":756,"installMethods":757,"rationale":758,"selectedPaths":759,"source":335,"sourceLanguage":18,"type":247},"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",[760],{"path":553,"priority":329},{"basePath":762,"description":763,"displayName":764,"installMethods":765,"rationale":766,"selectedPaths":767,"source":335,"sourceLanguage":18,"type":247},"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",[768],{"path":553,"priority":329},{"basePath":770,"description":771,"displayName":772,"installMethods":773,"rationale":774,"selectedPaths":775,"source":335,"sourceLanguage":18,"type":247},"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",[776],{"path":553,"priority":329},{"basePath":778,"description":779,"displayName":780,"installMethods":781,"rationale":782,"selectedPaths":783,"source":335,"sourceLanguage":18,"type":247},"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",[784],{"path":553,"priority":329},{"basePath":786,"description":787,"displayName":788,"installMethods":789,"rationale":790,"selectedPaths":791,"source":335,"sourceLanguage":18,"type":247},"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",[792],{"path":553,"priority":329},{"basePath":794,"description":795,"displayName":796,"installMethods":797,"rationale":798,"selectedPaths":799,"source":335,"sourceLanguage":18,"type":247},"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",[800],{"path":553,"priority":329},{"basePath":802,"description":803,"displayName":804,"installMethods":805,"rationale":806,"selectedPaths":807,"source":335,"sourceLanguage":18,"type":247},"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",[808],{"path":553,"priority":329},{"basePath":810,"description":811,"displayName":812,"installMethods":813,"rationale":814,"selectedPaths":815,"source":335,"sourceLanguage":18,"type":247},"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",[816,817,819,821],{"path":553,"priority":329},{"path":818,"priority":346},"CLI-REFERENCE.md",{"path":820,"priority":346},"REFERENCE.md",{"path":822,"priority":346},"SHARED.md",{"basePath":824,"description":825,"displayName":826,"installMethods":827,"rationale":828,"selectedPaths":829,"source":335,"sourceLanguage":18,"type":247},"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",[830],{"path":553,"priority":329},{"basePath":832,"description":833,"displayName":834,"installMethods":835,"license":239,"rationale":836,"selectedPaths":837,"source":335,"sourceLanguage":18,"type":845},"claude-ops/telegram-server","Telegram user-auth MCP server for claude-ops plugin (personal account via MTProto, not bots)","claude-ops-telegram-server",{"npm":834},"server.json with namespace/server name at claude-ops/telegram-server/server.json",[838,840,842,843],{"path":839,"priority":329},"server.json",{"path":841,"priority":329},"package.json",{"path":331,"priority":329},{"path":844,"priority":346},"index.js","mcp",{"sources":847},[848],"manual",{"closedIssues90d":232,"description":850,"forks":233,"homepage":851,"license":239,"openIssues90d":234,"pushedAt":235,"readmeSize":230,"stars":236,"topics":852},"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",[853,295,854,855,299,856,857,276,858,859,845,860,861,862,863,864,865,866,300,867],"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":869,"discoverAt":870,"extractAt":871,"githubAt":871,"updatedAt":869},1778692306008,1778692301282,1778692304144,[216,212,213,215,214],{"evaluatedAt":242,"extractAt":290,"updatedAt":242},[],[876,909,941,969,991,1022],{"_creationTime":877,"_id":878,"community":879,"display":880,"identity":886,"providers":891,"relations":902,"tags":905,"workflow":906},1778675056600.2373,"k17a55347avnysgdngh6mp591186mfkp",{"reviewCount":8},{"description":881,"installMethods":882,"name":884,"sourceUrl":885},"Observability Designer (POWERFUL)",{"claudeCode":883},"alirezarezvani/claude-skills","Observability Designer","https://github.com/alirezarezvani/claude-skills",{"basePath":887,"githubOwner":888,"githubRepo":889,"locale":18,"slug":890,"type":247},"engineering/skills/observability-designer","alirezarezvani","claude-skills","observability-designer",{"evaluate":892,"extract":901},{"promptVersionExtension":205,"promptVersionScoring":206,"score":893,"tags":894,"targetMarket":217,"tier":218},100,[895,896,897,898,213,215,899,900],"observability","sli","slo","alerting","sre","python",{"commitSha":280,"license":239},{"parentExtensionId":903,"repoId":904},"k173223hfbd6c4mx6r1jdx23wn86mbpb","kd7ff9s1w43mfyy1n7hf87816186m6px",[898,213,215,895,900,896,897,899],{"evaluatedAt":907,"extractAt":908,"updatedAt":907},1778678852955,1778675056600,{"_creationTime":910,"_id":911,"community":912,"display":913,"identity":919,"providers":924,"relations":934,"tags":937,"workflow":938},1778699234184.6157,"k177tdbfgqmwhtaqv771f2ych586nne9",{"reviewCount":8},{"description":914,"installMethods":915,"name":917,"sourceUrl":918},"Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions",{"claudeCode":916},"Yeachan-Heo/oh-my-claudecode","Project Session Manager","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":920,"githubOwner":921,"githubRepo":922,"locale":18,"slug":923,"type":247},"skills/project-session-manager","Yeachan-Heo","oh-my-claudecode","project-session-manager",{"evaluate":925,"extract":933},{"promptVersionExtension":205,"promptVersionScoring":206,"score":893,"tags":926,"targetMarket":217,"tier":218},[927,928,929,930,216,931,932],"git","development-environment","workflow","tmux","cli","developer-tool",{"commitSha":280,"license":239},{"parentExtensionId":935,"repoId":936},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[216,931,932,928,927,930,929],{"evaluatedAt":939,"extractAt":940,"updatedAt":939},1778699613343,1778699234184,{"_creationTime":942,"_id":943,"community":944,"display":945,"identity":951,"providers":954,"relations":961,"tags":964,"workflow":965},1778699508743.0002,"k17aya9dv3e3bxv473f1f2r52186ndp5",{"reviewCount":8},{"description":946,"installMethods":947,"name":949,"sourceUrl":950},"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":948},"zagmoai/public-google-drive","public-google-drive","https://github.com/zagmoai/public-google-drive",{"basePath":267,"githubOwner":952,"githubRepo":949,"locale":953,"slug":949,"type":247},"zagmoai","de",{"evaluate":955,"extract":960},{"promptVersionExtension":205,"promptVersionScoring":206,"score":893,"tags":956,"targetMarket":217,"tier":218},[957,958,275,216,959],"google-docs","google-sheets","api-client",{"commitSha":280},{"repoId":962,"translatedFrom":963},"kd776ynh73t0d6samn4bnxdf3x86n8mj","k1707pszx7h026a651dp5tvaxd86m3ag",[959,216,957,958,275],{"evaluatedAt":966,"extractAt":967,"updatedAt":968},1778699485884,1778699468747,1778699508743,{"_creationTime":970,"_id":971,"community":972,"display":973,"identity":976,"providers":979,"relations":987,"tags":988,"workflow":989},1778699234184.611,"k179b6dkc777g1rgyecze04wqn86m6y4",{"reviewCount":8},{"description":974,"installMethods":975,"name":922,"sourceUrl":918},"Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly",{"claudeCode":916},{"basePath":977,"githubOwner":921,"githubRepo":922,"locale":18,"slug":978,"type":247},"skills/ask","ask",{"evaluate":980,"extract":986},{"promptVersionExtension":205,"promptVersionScoring":206,"score":893,"tags":981,"targetMarket":217,"tier":218},[931,216,982,983,984,985],"llm","prompting","code-review","artifact-generation",{"commitSha":280,"license":239},{"parentExtensionId":935,"repoId":936},[985,216,931,984,982,983],{"evaluatedAt":990,"extractAt":940,"updatedAt":990},1778699303045,{"_creationTime":992,"_id":993,"community":994,"display":995,"identity":1001,"providers":1006,"relations":1014,"tags":1017,"workflow":1018},1778699368519.5344,"k17ab0jk30pqm4zejpk383w4dn86mj8t",{"reviewCount":8},{"description":996,"installMethods":997,"name":999,"sourceUrl":1000},"Verwenden Sie dies, wenn die Arbeit von den Live-Browsersitzungs- oder gerenderten Zustand des Benutzers abhängt und nicht von statischen Abrufen, insbesondere für Browser-Debugging-Kontexte oder von DevTools ausgewählte Elemente oder Anfragen, angemeldeten Dashboards oder CMS-Flows, localhost-Apps, Formularen, Uploads, Downloads, Medieninspektion, DOM- oder iframe-Inspektion, Shadow DOM oder Browserfehlern, die wie Soft-404s, Authentifizierungswände, Anti-Bot-Prüfungen oder Ratenbegrenzungen aussehen.",{"claudeCode":998},"xixu-me/skills","Use My Browser","https://github.com/xixu-me/skills",{"basePath":1002,"githubOwner":1003,"githubRepo":1004,"locale":953,"slug":1005,"type":247},"skills/use-my-browser","xixu-me","skills","use-my-browser",{"evaluate":1007,"extract":1013},{"promptVersionExtension":205,"promptVersionScoring":206,"score":893,"tags":1008,"targetMarket":217,"tier":218},[1009,1010,216,1011,1012],"browser","debugging","ux","developer-tools",{"commitSha":280,"license":239},{"repoId":1015,"translatedFrom":1016},"kd77r2vb42jmgam0qbr9f2c6kn86mebv","k179cgk616p3xva37r5jqsfwvh86mcp2",[216,1009,1010,1012,1011],{"evaluatedAt":1019,"extractAt":1020,"updatedAt":1021},1778699261239,1778699106670,1778699368519,{"_creationTime":1023,"_id":1024,"community":1025,"display":1026,"identity":1032,"providers":1035,"relations":1044,"tags":1048,"workflow":1049},1778699276507.4565,"k17f878eas78tqr9j5r4r9vrsn86m495",{"reviewCount":8},{"description":1027,"installMethods":1028,"name":1030,"sourceUrl":1031},"Verwenden Sie dies, wenn der Benutzer X (Twitter)-Daten oder durch Bestätigung gesicherte X-Aktionen über Xquik benötigt: Tweet-Suche, Benutzer-Lookup, Follower-Extraktion, Mediendownload, Überwachung, Webhooks, MCP, SDKs, Posting, Likes, DMs und Profilaktualisierungen. Erfordert einen Xquik API-Schlüssel. Fordern Sie niemals X-Login-Materialien an.",{"claudeCode":1029},"Xquik-dev/x-twitter-scraper","x-twitter-scraper","https://github.com/Xquik-dev/x-twitter-scraper",{"basePath":1033,"githubOwner":1034,"githubRepo":1030,"locale":953,"slug":1030,"type":247},"skills/x-twitter-scraper","Xquik-dev",{"evaluate":1036,"extract":1043},{"promptVersionExtension":205,"promptVersionScoring":206,"score":893,"tags":1037,"targetMarket":217,"tier":218},[1038,1039,1040,1041,216,845,1042],"twitter","x","api","data-retrieval","sdk",{"commitSha":280},{"parentExtensionId":1045,"repoId":1046,"translatedFrom":1047},"k17axvhmvwp90strpqcd5b0h7986m80d","kd783enpnwhry153ka0z65ear186mjbh","k172e8vt4zcz50bb0vfp6ptb1n86mf90",[1040,216,1041,845,1042,1038,1039],{"evaluatedAt":1050,"extractAt":1051,"updatedAt":1052},1778699230863,1778699170774,1778699276507]