[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-Lifecycle-Innovations-Limited-ops-integrate-de":3,"guides-for-Lifecycle-Innovations-Limited-ops-integrate":876,"similar-k171qc5bk9xj8hx8ce7kjratk986nfm4-de":877},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":243,"isFallback":226,"parentExtension":248,"providers":314,"relations":318,"repo":319,"tags":874,"workflow":875},1778692306427.0999,"k171qc5bk9xj8hx8ce7kjratk986nfm4",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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.",{"claudeCode":12},"Lifecycle-Innovations-Limited/claude-ops","ops-integrate","https://github.com/Lifecycle-Innovations-Limited/claude-ops",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":224,"workflow":241},1778692661171.449,"kn795yttqn99jfrkxarhyct9es86mcme","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":200,"promptVersionExtension":204,"promptVersionScoring":205,"purpose":206,"rationale":207,"score":208,"summary":209,"tags":210,"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,106,109,112,116,120,123,126,129,132,135,138,142,146,150,153,157,160,163,166,169,173,176,179,182,185,189],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly identifies the problem of integrating SaaS APIs and names the concrete artifact (SaaS API) and the user intent (add as a first-class integration).",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers significant value over a simple prompt by automating discovery of auth patterns, testing connectivity, and registering APIs, which goes beyond basic API interaction.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill provides a complete workflow for onboarding new SaaS APIs, including discovery, confirmation, credential collection, health checks, and registration, covering the full lifecycle.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses on the single responsibility of integrating SaaS APIs into a partner registry, without extending into unrelated domains.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the skill's functionality of adding SaaS APIs as integrations through discovery, testing, and registration.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill uses narrow, well-defined tools like 'WebSearch', 'AskUserQuestion', 'Read', 'Write', and 'Edit' for specific tasks within its workflow.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","The SKILL.md provides clear documentation for arguments like --list and --url, and describes the process for collecting credentials and their derived key names.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","Tool names like 'List registered integrations' and 'Onboarding flow' are descriptive and align with the skill's domain.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","Inputs like service names and URLs are specific, and the output provides structured registration details without unnecessary diagnostic dumps.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The bundled LICENSE file is MIT, a permissive open-source license, and is correctly identified.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The last commit was on 2026-05-13, which is within the last 3 months.",{"category":58,"check":62,"severity":24,"summary":63},"Dependency Management","The project uses Homebrew, apt, or winget for dependencies, and has lockfiles, indicating good dependency management practices.",{"category":65,"check":66,"severity":24,"summary":67},"Security","Secret Management","Secrets are handled locally and written to `preferences.json` with atomic tmpfile swap, and the skill avoids echoing resolved secret values.",{"category":65,"check":69,"severity":24,"summary":70},"Injection","The skill uses WebSearch and shell commands but does not appear to execute instructions from untrusted external data sources.",{"category":65,"check":72,"severity":24,"summary":73},"Transitive Supply-Chain Grenades","The skill relies on bundled tools and WebSearch for API discovery, but does not appear to fetch and execute arbitrary remote code.",{"category":65,"check":75,"severity":24,"summary":76},"Sandbox Isolation","The skill operates within its defined scope, primarily managing local preference files and performing web requests, without attempting to modify external paths.",{"category":65,"check":78,"severity":24,"summary":79},"Sandbox escape primitives","No evidence of detached-process spawns or deny-retry loops in the provided scripts.",{"category":65,"check":81,"severity":24,"summary":82},"Data Exfiltration","The skill collects credentials locally and does not appear to exfiltrate any confidential data to third parties.",{"category":65,"check":84,"severity":24,"summary":85},"Hidden Text Tricks","The bundled content and descriptions appear free of hidden steering tricks or obfuscation.",{"category":87,"check":88,"severity":24,"summary":89},"Hooks","Opaque code execution","The bundled scripts are readable bash scripts and do not contain obfuscated code like base64 payloads or `eval` calls.",{"category":91,"check":92,"severity":24,"summary":93},"Portability","Structural Assumption","The skill primarily relies on local files and web requests, with no obvious assumptions about the user's project structure.",{"category":95,"check":96,"severity":24,"summary":97},"Trust","Issues Attention","The repository has 2 issues opened and 6 closed in the last 90 days, indicating active maintenance and a healthy closure rate.",{"category":99,"check":100,"severity":24,"summary":101},"Versioning","Release Management","The project has a meaningful version (v2.0.0 in README) and a CHANGELOG, indicating proper release management.",{"category":103,"check":104,"severity":24,"summary":105},"Code Execution","Validation","The script parses arguments and uses `jq` for processing preferences, implying a level of structural validation for its inputs.",{"category":65,"check":107,"severity":24,"summary":108},"Unguarded Destructive Operations","The skill performs file writes but uses atomic swaps and operates on local config files, without overtly destructive operations.",{"category":103,"check":110,"severity":24,"summary":111},"Error Handling","The script includes error handling for `jq` and uses `curl -sf` which fails silently on errors, and the overall workflow implies error reporting through user questions.",{"category":103,"check":113,"severity":114,"summary":115},"Logging","not_applicable","The skill is primarily interactive and performs local configuration changes, not typically requiring a persistent audit log.",{"category":117,"check":118,"severity":114,"summary":119},"Compliance","GDPR","The skill does not operate on personal data; it handles API credentials and service registration details.",{"category":117,"check":121,"severity":24,"summary":122},"Target market","The skill is globally applicable as it integrates any SaaS API without specific regional logic.",{"category":91,"check":124,"severity":24,"summary":125},"Runtime stability","The script uses standard POSIX shell commands and `curl`, ensuring cross-platform compatibility.",{"category":44,"check":127,"severity":24,"summary":128},"README","The README is extensive, well-structured, and clearly states the extension's purpose and capabilities.",{"category":33,"check":130,"severity":24,"summary":131},"Tool surface size","The skill exposes a limited set of actions via its arguments (`--list`, `--url`, `--auth`), fitting within the ideal range.",{"category":40,"check":133,"severity":24,"summary":134},"Overlapping near-synonym tools","The skill has distinct functionalities for listing and onboarding, with no overlapping near-synonym commands.",{"category":44,"check":136,"severity":24,"summary":137},"Phantom features","All advertised features, such as API discovery, connectivity testing, and registration, are implemented in the skill's logic.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","The README provides clear installation instructions and copy-pasteable commands for setup.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","The skill uses `AskUserQuestion` for confirmation and collects credentials, providing interactive feedback and guiding the user through the process.",{"category":147,"check":148,"severity":24,"summary":149},"Execution","Pinned dependencies","The README mentions automatic installation via package managers like Homebrew, apt, and winget, implying dependency management.",{"category":33,"check":151,"severity":114,"summary":152},"Dry-run preview","The skill's operations involve configuration writes and health checks, not state-changing commands that would benefit from a dry-run mode.",{"category":154,"check":155,"severity":114,"summary":156},"Protocol","Idempotent retry & timeouts","The skill involves local file operations and web requests, but not complex state-changing mutations requiring idempotency or explicit timeouts.",{"category":117,"check":158,"severity":24,"summary":159},"Telemetry opt-in","The README explicitly states 'No telemetry. No analytics. No crash reports.', confirming it is not collected.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The description clearly states the purpose (add any SaaS API) and how it's achieved (discover auth, test connectivity, register), with clear usage via service name and optional flags.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter is concise, accurately summarizing the skill's core capability and providing essential argument hints.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md is well-structured, with inline instructions for the core workflow and delegation of CLI reference and detailed architecture to other sections/files.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The SKILL.md outlines the workflow steps and delegates detailed CLI/API reference to separate sections, demonstrating progressive disclosure.",{"category":170,"check":174,"severity":114,"summary":175},"Forked exploration","This skill is a configuration and registration tool, not an exploration or deep-code review skill, so `context: fork` is not applicable.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The README provides clear examples for listing integrations and a conceptual walkthrough of the onboarding flow, demonstrating expected interactions.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The skill anticipates potential issues like missing URLs or auth types, guiding the user through corrections and offering a 'Cancel' option.",{"category":103,"check":183,"severity":114,"summary":184},"Tool Fallback","The skill uses standard shell commands and WebSearch, not relying on an external MCP server that would require a fallback.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The workflow guides the user through interactive steps and confirmations, ensuring the state is as expected before proceeding.",{"category":91,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The skill operates standalone for its stated purpose of integrating SaaS APIs and does not implicitly rely on other skills.",1778692661065,"This skill enables users to integrate any SaaS API by discovering its details (URL, auth type), collecting credentials, testing connectivity, and registering it in a local partner registry for use by other skills.",[195,196,197,198,199],"Discover SaaS API details via WebSearch","Automated authentication pattern detection","Interactive user confirmation and credential collection","API health check using collected credentials","Register integrated APIs in a local partner registry",[201,202,203],"Performing actions within the integrated SaaS API","Managing API credentials beyond local storage and retrieval","Replacing native SDKs or CLIs for direct API interaction","3.0.0","4.4.0","Streamline the process of adding new SaaS API integrations by automating the discovery, authentication, and registration steps, making them readily available for other operational skills.","The skill is exceptionally well-documented and robust, with a clear purpose and excellent implementation. The only minor point is the absence of explicit error handling for `curl` beyond `-sf` (which fails silently), but the interactive nature mitigates this.",98,"A highly polished and robust skill for integrating any SaaS API, providing a seamless onboarding and registration experience.",[211,212,213,214,215,216],"api","integration","saas","ops","automation","configuration","global","verified",[220,221,222,223],"Onboarding a new SaaS tool like Stripe or HubSpot","Adding a custom internal API to the partner registry","Ensuring connectivity and correct authentication for existing integrations","Centralizing API integration management for Claude Code skills",{"codeQuality":225,"collectedAt":227,"documentation":228,"maintenance":231,"security":237,"testCoverage":240},{"hasLockfile":226},true,1778692642461,{"descriptionLength":229,"readmeSize":230},214,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},1778692661171,{"basePath":244,"githubOwner":245,"githubRepo":246,"locale":18,"slug":13,"type":247},"claude-ops/skills/ops-integrate","Lifecycle-Innovations-Limited","claude-ops","skill",{"_creationTime":249,"_id":250,"community":251,"display":252,"identity":255,"parentExtension":257,"providers":293,"relations":310,"tags":311,"workflow":312},1778692306427.0964,"k17d0t6ns7y6t377pfprg128hd86nm89",{"reviewCount":8},{"description":253,"installMethods":254,"name":214,"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":214},{"basePath":246,"githubOwner":245,"githubRepo":246,"locale":18,"slug":246,"type":256},"plugin",{"_creationTime":258,"_id":259,"community":260,"display":261,"identity":265,"providers":268,"relations":287,"tags":289,"workflow":290},1778692306427.0962,"k177xmnsm26p2wbrkfkwqgm2b986m2w8",{"reviewCount":8},{"description":262,"installMethods":263,"name":264,"sourceUrl":14},"Local marketplace for claude-ops plugin",{"claudeCode":12},"ops-marketplace",{"basePath":266,"githubOwner":245,"githubRepo":246,"locale":18,"slug":246,"type":267},"","marketplace",{"evaluate":269,"extract":281},{"promptVersionExtension":270,"promptVersionScoring":205,"score":271,"tags":272,"targetMarket":217,"tier":218},"3.1.0",96,[273,274,275,215,276,277,278,279,280],"operations","business","dashboard","productivity","aws","slack","whatsapp","monitoring",{"commitSha":282,"marketplace":283,"plugin":285},"HEAD",{"name":264,"pluginCount":284},1,{"mcpCount":8,"provider":286,"skillCount":8},"classify",{"repoId":288},"kd7d52tcek2e34r805zs06b10d86n39v",[215,277,274,275,280,273,276,278,279],{"evaluatedAt":291,"extractAt":292,"updatedAt":291},1778692330594,1778692306427,{"evaluate":294,"extract":307},{"promptVersionExtension":204,"promptVersionScoring":205,"score":295,"tags":296,"targetMarket":217,"tier":306},85,[297,215,298,299,300,301,302,303,304,280,305],"business-operations","ai-agents","communications","project-management","devops","marketing","finance","e-commerce","voice","community",{"commitSha":282,"license":239,"plugin":308},{"mcpCount":8,"provider":286,"skillCount":309},35,{"parentExtensionId":259,"repoId":288},[298,215,297,299,301,304,303,302,280,300,305],{"evaluatedAt":313,"extractAt":292,"updatedAt":313},1778692342046,{"evaluate":315,"extract":317},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":316,"targetMarket":217,"tier":218},[211,212,213,214,215,216],{"commitSha":282},{"parentExtensionId":250,"repoId":288},{"_creationTime":320,"_id":288,"identity":321,"providers":322,"workflow":870},1778692301282.087,{"githubOwner":245,"githubRepo":246,"sourceUrl":14},{"classify":323,"discover":848,"github":851},{"commitSha":282,"extensions":324},[325,338,548,556,564,572,580,588,596,604,612,620,628,636,644,654,659,667,675,683,691,699,707,715,723,731,739,747,755,763,771,779,787,795,803,811,825,833],{"basePath":266,"description":262,"displayName":264,"installMethods":326,"rationale":327,"selectedPaths":328,"source":337,"sourceLanguage":18,"type":267},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[329,332,334],{"path":330,"priority":331},".claude-plugin/marketplace.json","mandatory",{"path":333,"priority":331},"README.md",{"path":335,"priority":336},"LICENSE","high","rule",{"basePath":246,"description":253,"displayName":214,"installMethods":339,"license":239,"rationale":340,"selectedPaths":341,"source":337,"sourceLanguage":18,"type":256},{"claudeCode":214},"plugin manifest at claude-ops/.claude-plugin/plugin.json",[342,344,345,346,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,455,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,546],{"path":343,"priority":331},".claude-plugin/plugin.json",{"path":333,"priority":331},{"path":335,"priority":336},{"path":347,"priority":348},"skills/ops/SKILL.md","medium",{"path":350,"priority":348},"skills/ops-comms/SKILL.md",{"path":352,"priority":348},"skills/ops-credentials/SKILL.md",{"path":354,"priority":348},"skills/ops-daemon/SKILL.md",{"path":356,"priority":348},"skills/ops-dash/SKILL.md",{"path":358,"priority":348},"skills/ops-deploy/SKILL.md",{"path":360,"priority":348},"skills/ops-deploy-fix/SKILL.md",{"path":362,"priority":348},"skills/ops-doctor/SKILL.md",{"path":364,"priority":348},"skills/ops-ecom/SKILL.md",{"path":366,"priority":348},"skills/ops-fires/SKILL.md",{"path":368,"priority":348},"skills/ops-go/SKILL.md",{"path":370,"priority":348},"skills/ops-gtm/SKILL.md",{"path":372,"priority":348},"skills/ops-inbox/SKILL.md",{"path":374,"priority":348},"skills/ops-integrate/SKILL.md",{"path":376,"priority":348},"skills/ops-linear/SKILL.md",{"path":378,"priority":348},"skills/ops-marketing/SKILL.md",{"path":380,"priority":348},"skills/ops-merge/SKILL.md",{"path":382,"priority":348},"skills/ops-monitor/SKILL.md",{"path":384,"priority":348},"skills/ops-next/SKILL.md",{"path":386,"priority":348},"skills/ops-orchestrate/SKILL.md",{"path":388,"priority":348},"skills/ops-package/SKILL.md",{"path":390,"priority":348},"skills/ops-projects/SKILL.md",{"path":392,"priority":348},"skills/ops-recap/SKILL.md",{"path":394,"priority":348},"skills/ops-revenue/SKILL.md",{"path":396,"priority":348},"skills/ops-rotate/SKILL.md",{"path":398,"priority":348},"skills/ops-rotate-setup/SKILL.md",{"path":400,"priority":348},"skills/ops-settings/SKILL.md",{"path":402,"priority":348},"skills/ops-speedup/SKILL.md",{"path":404,"priority":348},"skills/ops-status/SKILL.md",{"path":406,"priority":348},"skills/ops-triage/SKILL.md",{"path":408,"priority":348},"skills/ops-voice/SKILL.md",{"path":410,"priority":348},"skills/ops-whatsapp-biz/SKILL.md",{"path":412,"priority":348},"skills/ops-yolo/SKILL.md",{"path":414,"priority":348},"skills/setup/SKILL.md",{"path":416,"priority":348},"skills/uninstall/SKILL.md",{"path":418,"priority":331},".mcp.json",{"path":420,"priority":336},"agents/build-fixer.md",{"path":422,"priority":336},"agents/comms-scanner.md",{"path":424,"priority":336},"agents/daemon-agent.md",{"path":426,"priority":336},"agents/dependency-auditor.md",{"path":428,"priority":336},"agents/deploy-fixer.md",{"path":430,"priority":336},"agents/doctor-agent.md",{"path":432,"priority":336},"agents/general-purpose.md",{"path":434,"priority":336},"agents/infra-monitor.md",{"path":436,"priority":336},"agents/marketing-optimizer.md",{"path":438,"priority":336},"agents/memory-extractor.md",{"path":440,"priority":336},"agents/monitor-agent.md",{"path":442,"priority":336},"agents/project-scanner.md",{"path":444,"priority":336},"agents/revenue-tracker.md",{"path":446,"priority":336},"agents/triage-agent.md",{"path":448,"priority":336},"agents/yolo-ceo.md",{"path":450,"priority":336},"agents/yolo-cfo.md",{"path":452,"priority":336},"agents/yolo-coo.md",{"path":454,"priority":336},"agents/yolo-cto.md",{"path":456,"priority":457},"bin/ops-autofix","low",{"path":459,"priority":457},"bin/ops-ci",{"path":461,"priority":457},"bin/ops-credentials",{"path":463,"priority":457},"bin/ops-dash",{"path":465,"priority":457},"bin/ops-deploy-fix-build-trigger",{"path":467,"priority":457},"bin/ops-deploy-fix-merge-trigger",{"path":469,"priority":457},"bin/ops-discord",{"path":471,"priority":457},"bin/ops-discover-external",{"path":473,"priority":457},"bin/ops-doctor",{"path":475,"priority":457},"bin/ops-ecom-health",{"path":477,"priority":457},"bin/ops-external",{"path":479,"priority":457},"bin/ops-gather",{"path":481,"priority":457},"bin/ops-git",{"path":483,"priority":457},"bin/ops-gsd-states",{"path":485,"priority":457},"bin/ops-infra",{"path":487,"priority":457},"bin/ops-marketing-dash",{"path":489,"priority":457},"bin/ops-merge-scan",{"path":491,"priority":457},"bin/ops-no-rm-rf-anchor",{"path":493,"priority":457},"bin/ops-post-session-cleanup",{"path":495,"priority":457},"bin/ops-post-update-migrate",{"path":497,"priority":457},"bin/ops-pretool-wacli-health",{"path":499,"priority":457},"bin/ops-pretool-whatsapp-bridge-health",{"path":501,"priority":457},"bin/ops-prevent-secret-commit",{"path":503,"priority":457},"bin/ops-projects",{"path":505,"priority":457},"bin/ops-prs",{"path":507,"priority":457},"bin/ops-setup-complete",{"path":509,"priority":457},"bin/ops-setup-detect",{"path":511,"priority":457},"bin/ops-setup-install",{"path":513,"priority":457},"bin/ops-setup-preflight",{"path":515,"priority":457},"bin/ops-shopify-create",{"path":517,"priority":457},"bin/ops-slack-autolink.mjs",{"path":519,"priority":457},"bin/ops-slack-workspaces",{"path":521,"priority":457},"bin/ops-speedup",{"path":523,"priority":457},"bin/ops-status",{"path":525,"priority":457},"bin/ops-suggest-specialized-agent",{"path":527,"priority":457},"bin/ops-task-reminder",{"path":529,"priority":457},"bin/ops-telegram-autolink.mjs",{"path":531,"priority":457},"bin/ops-unread",{"path":533,"priority":457},"bin/ops-warn-mainpush",{"path":535,"priority":457},"bin/ops-welcome",{"path":537,"priority":457},"bin/wacli-health",{"path":539,"priority":457},"bin/wacli-safe",{"path":541,"priority":336},"hooks/hooks.json",{"path":543,"priority":336},"hooks/recap-capture.sh",{"path":545,"priority":336},"hooks/recap-tool-activity.sh",{"path":547,"priority":457},"output-styles/ops-briefing.md",{"basePath":549,"description":550,"displayName":214,"installMethods":551,"rationale":552,"selectedPaths":553,"source":337,"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",[554],{"path":555,"priority":331},"SKILL.md",{"basePath":557,"description":558,"displayName":559,"installMethods":560,"rationale":561,"selectedPaths":562,"source":337,"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",[563],{"path":555,"priority":331},{"basePath":565,"description":566,"displayName":567,"installMethods":568,"rationale":569,"selectedPaths":570,"source":337,"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",[571],{"path":555,"priority":331},{"basePath":573,"description":574,"displayName":575,"installMethods":576,"rationale":577,"selectedPaths":578,"source":337,"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",[579],{"path":555,"priority":331},{"basePath":581,"description":582,"displayName":583,"installMethods":584,"rationale":585,"selectedPaths":586,"source":337,"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",[587],{"path":555,"priority":331},{"basePath":589,"description":590,"displayName":591,"installMethods":592,"rationale":593,"selectedPaths":594,"source":337,"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",[595],{"path":555,"priority":331},{"basePath":597,"description":598,"displayName":599,"installMethods":600,"rationale":601,"selectedPaths":602,"source":337,"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",[603],{"path":555,"priority":331},{"basePath":605,"description":606,"displayName":607,"installMethods":608,"rationale":609,"selectedPaths":610,"source":337,"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",[611],{"path":555,"priority":331},{"basePath":613,"description":614,"displayName":615,"installMethods":616,"rationale":617,"selectedPaths":618,"source":337,"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",[619],{"path":555,"priority":331},{"basePath":621,"description":622,"displayName":623,"installMethods":624,"rationale":625,"selectedPaths":626,"source":337,"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",[627],{"path":555,"priority":331},{"basePath":629,"description":630,"displayName":631,"installMethods":632,"rationale":633,"selectedPaths":634,"source":337,"sourceLanguage":18,"type":247},"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",[635],{"path":555,"priority":331},{"basePath":637,"description":638,"displayName":639,"installMethods":640,"rationale":641,"selectedPaths":642,"source":337,"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",[643],{"path":555,"priority":331},{"basePath":645,"description":646,"displayName":647,"installMethods":648,"rationale":649,"selectedPaths":650,"source":337,"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",[651,652],{"path":555,"priority":331},{"path":653,"priority":348},"CHANNELS.md",{"basePath":244,"description":10,"displayName":13,"installMethods":655,"rationale":656,"selectedPaths":657,"source":337,"sourceLanguage":18,"type":247},{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-integrate/SKILL.md",[658],{"path":555,"priority":331},{"basePath":660,"description":661,"displayName":662,"installMethods":663,"rationale":664,"selectedPaths":665,"source":337,"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",[666],{"path":555,"priority":331},{"basePath":668,"description":669,"displayName":670,"installMethods":671,"rationale":672,"selectedPaths":673,"source":337,"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",[674],{"path":555,"priority":331},{"basePath":676,"description":677,"displayName":678,"installMethods":679,"rationale":680,"selectedPaths":681,"source":337,"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",[682],{"path":555,"priority":331},{"basePath":684,"description":685,"displayName":686,"installMethods":687,"rationale":688,"selectedPaths":689,"source":337,"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",[690],{"path":555,"priority":331},{"basePath":692,"description":693,"displayName":694,"installMethods":695,"rationale":696,"selectedPaths":697,"source":337,"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",[698],{"path":555,"priority":331},{"basePath":700,"description":701,"displayName":702,"installMethods":703,"rationale":704,"selectedPaths":705,"source":337,"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",[706],{"path":555,"priority":331},{"basePath":708,"description":709,"displayName":710,"installMethods":711,"rationale":712,"selectedPaths":713,"source":337,"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",[714],{"path":555,"priority":331},{"basePath":716,"description":717,"displayName":718,"installMethods":719,"rationale":720,"selectedPaths":721,"source":337,"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",[722],{"path":555,"priority":331},{"basePath":724,"description":725,"displayName":726,"installMethods":727,"rationale":728,"selectedPaths":729,"source":337,"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",[730],{"path":555,"priority":331},{"basePath":732,"description":733,"displayName":734,"installMethods":735,"rationale":736,"selectedPaths":737,"source":337,"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",[738],{"path":555,"priority":331},{"basePath":740,"description":741,"displayName":742,"installMethods":743,"rationale":744,"selectedPaths":745,"source":337,"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",[746],{"path":555,"priority":331},{"basePath":748,"description":749,"displayName":750,"installMethods":751,"rationale":752,"selectedPaths":753,"source":337,"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",[754],{"path":555,"priority":331},{"basePath":756,"description":757,"displayName":758,"installMethods":759,"rationale":760,"selectedPaths":761,"source":337,"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",[762],{"path":555,"priority":331},{"basePath":764,"description":765,"displayName":766,"installMethods":767,"rationale":768,"selectedPaths":769,"source":337,"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",[770],{"path":555,"priority":331},{"basePath":772,"description":773,"displayName":774,"installMethods":775,"rationale":776,"selectedPaths":777,"source":337,"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",[778],{"path":555,"priority":331},{"basePath":780,"description":781,"displayName":782,"installMethods":783,"rationale":784,"selectedPaths":785,"source":337,"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",[786],{"path":555,"priority":331},{"basePath":788,"description":789,"displayName":790,"installMethods":791,"rationale":792,"selectedPaths":793,"source":337,"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",[794],{"path":555,"priority":331},{"basePath":796,"description":797,"displayName":798,"installMethods":799,"rationale":800,"selectedPaths":801,"source":337,"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",[802],{"path":555,"priority":331},{"basePath":804,"description":805,"displayName":806,"installMethods":807,"rationale":808,"selectedPaths":809,"source":337,"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",[810],{"path":555,"priority":331},{"basePath":812,"description":813,"displayName":814,"installMethods":815,"rationale":816,"selectedPaths":817,"source":337,"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",[818,819,821,823],{"path":555,"priority":331},{"path":820,"priority":348},"CLI-REFERENCE.md",{"path":822,"priority":348},"REFERENCE.md",{"path":824,"priority":348},"SHARED.md",{"basePath":826,"description":827,"displayName":828,"installMethods":829,"rationale":830,"selectedPaths":831,"source":337,"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",[832],{"path":555,"priority":331},{"basePath":834,"description":835,"displayName":836,"installMethods":837,"license":239,"rationale":838,"selectedPaths":839,"source":337,"sourceLanguage":18,"type":847},"claude-ops/telegram-server","Telegram user-auth MCP server for claude-ops plugin (personal account via MTProto, not bots)","claude-ops-telegram-server",{"npm":836},"server.json with namespace/server name at claude-ops/telegram-server/server.json",[840,842,844,845],{"path":841,"priority":331},"server.json",{"path":843,"priority":331},"package.json",{"path":333,"priority":331},{"path":846,"priority":348},"index.js","mcp",{"sources":849},[850],"manual",{"closedIssues90d":232,"description":852,"forks":233,"homepage":853,"license":239,"openIssues90d":234,"pushedAt":235,"readmeSize":230,"stars":236,"topics":854},"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",[855,297,856,857,301,858,859,277,860,861,847,862,863,864,865,866,867,868,302,869],"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":871,"discoverAt":872,"extractAt":873,"githubAt":873,"updatedAt":871},1778692306008,1778692301282,1778692304144,[211,215,216,212,214,213],{"evaluatedAt":242,"extractAt":292,"updatedAt":242},[],[878,910,935,955,981,1008],{"_creationTime":879,"_id":880,"community":881,"display":882,"identity":888,"providers":892,"relations":901,"tags":905,"workflow":906},1778699276507.4565,"k17f878eas78tqr9j5r4r9vrsn86m495",{"reviewCount":8},{"description":883,"installMethods":884,"name":886,"sourceUrl":887},"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":885},"Xquik-dev/x-twitter-scraper","x-twitter-scraper","https://github.com/Xquik-dev/x-twitter-scraper",{"basePath":889,"githubOwner":890,"githubRepo":886,"locale":891,"slug":886,"type":247},"skills/x-twitter-scraper","Xquik-dev","de",{"evaluate":893,"extract":900},{"promptVersionExtension":204,"promptVersionScoring":205,"score":894,"tags":895,"targetMarket":217,"tier":218},100,[896,897,211,898,215,847,899],"twitter","x","data-retrieval","sdk",{"commitSha":282},{"parentExtensionId":902,"repoId":903,"translatedFrom":904},"k17axvhmvwp90strpqcd5b0h7986m80d","kd783enpnwhry153ka0z65ear186mjbh","k172e8vt4zcz50bb0vfp6ptb1n86mf90",[211,215,898,847,899,896,897],{"evaluatedAt":907,"extractAt":908,"updatedAt":909},1778699230863,1778699170774,1778699276507,{"_creationTime":911,"_id":912,"community":913,"display":914,"identity":919,"providers":923,"relations":929,"tags":931,"workflow":932},1778697652123.8982,"k175ckmrqc4x6sjm90k7ejbj3s86ntxs",{"reviewCount":8},{"description":915,"installMethods":916,"name":278,"sourceUrl":918},"Use the Slack tool to react, pin/unpin, send, edit, delete messages, or fetch Slack member info.",{"claudeCode":917},"steipete/clawdis","https://github.com/steipete/clawdis",{"basePath":920,"githubOwner":921,"githubRepo":922,"locale":18,"slug":278,"type":247},"skills/slack","steipete","clawdis",{"evaluate":924,"extract":928},{"promptVersionExtension":204,"promptVersionScoring":205,"score":894,"tags":925,"targetMarket":217,"tier":218},[278,926,927,215,211],"messaging","communication",{"commitSha":282},{"repoId":930},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[211,215,927,926,278],{"evaluatedAt":933,"extractAt":934,"updatedAt":933},1778698950505,1778697652123,{"_creationTime":936,"_id":937,"community":938,"display":939,"identity":943,"providers":945,"relations":951,"tags":952,"workflow":953},1778697652123.8928,"k171pew5empzzrfghyg9nqrk6n86nqa9",{"reviewCount":8},{"description":940,"installMethods":941,"name":942,"sourceUrl":918},"Use gh for GitHub issues, PR status, CI/logs, comments, reviews, releases, and API queries.",{"claudeCode":917},"github",{"basePath":944,"githubOwner":921,"githubRepo":922,"locale":18,"slug":942,"type":247},"skills/github",{"evaluate":946,"extract":950},{"promptVersionExtension":204,"promptVersionScoring":205,"score":894,"tags":947,"targetMarket":217,"tier":218},[942,948,211,949,215],"cli","developer-tools",{"commitSha":282},{"repoId":930},[211,215,948,949,942],{"evaluatedAt":954,"extractAt":934,"updatedAt":954},1778698569289,{"_creationTime":956,"_id":957,"community":958,"display":959,"identity":965,"providers":969,"relations":975,"tags":977,"workflow":978},1778696993586.708,"k17fsfrfvbnsvwkcqp8y85wdad86mmwq",{"reviewCount":8},{"description":960,"installMethods":961,"name":963,"sourceUrl":964},"Stop and consult this skill whenever your response would include specific facts about Anthropic's products. Covers: Claude Code (how to install, Node.js requirements, platform/OS support, MCP server integration, configuration), Claude API (function calling/tool use, batch processing, SDK usage, rate limits, pricing, models, streaming), and Claude.ai (Pro vs Team vs Enterprise plans, feature limits). Trigger this even for coding tasks that use the Anthropic SDK, content creation mentioning Claude capabilities or pricing, or LLM provider comparisons. Any time you would otherwise rely on memory for Anthropic product details, verify here instead — your training data may be outdated or wrong.",{"claudeCode":962},"SeifBenayed/claude-code-sdk","product-self-knowledge","https://github.com/SeifBenayed/claude-code-sdk",{"basePath":966,"githubOwner":967,"githubRepo":968,"locale":18,"slug":963,"type":247},".claude/skills/product-self-knowledge","SeifBenayed","claude-code-sdk",{"evaluate":970,"extract":974},{"promptVersionExtension":204,"promptVersionScoring":205,"score":894,"tags":971,"targetMarket":217,"tier":218},[859,972,860,211,899,973],"documentation","knowledge-base",{"commitSha":282},{"repoId":976},"kd78s53c1852h5p7c3qem663xs86njab",[859,211,860,972,973,899],{"evaluatedAt":979,"extractAt":980,"updatedAt":979},1778697182451,1778696993586,{"_creationTime":982,"_id":983,"community":984,"display":985,"identity":991,"providers":995,"relations":1001,"tags":1004,"workflow":1005},1778696833339.6226,"k17ckxne6mhyf23n1jfyqktpqd86nfz4",{"reviewCount":8},{"description":986,"installMethods":987,"name":989,"sourceUrl":990},"Interact with Google Docs - create documents, search by title, read content, and edit text.\nUse when user asks to: create a Google Doc, find a document, read doc content, add text to a doc,\nor replace text in a document. Lightweight alternative to full Google Workspace MCP server with\nstandalone OAuth authentication.\n",{"claudeCode":988},"sanjay3290/ai-skills","google-docs","https://github.com/sanjay3290/ai-skills",{"basePath":992,"githubOwner":993,"githubRepo":994,"locale":18,"slug":989,"type":247},"skills/google-docs","sanjay3290","ai-skills",{"evaluate":996,"extract":1000},{"promptVersionExtension":204,"promptVersionScoring":205,"score":894,"tags":997,"targetMarket":217,"tier":218},[989,211,972,998,999],"oauth","python",{"commitSha":282},{"parentExtensionId":1002,"repoId":1003},"k17es37z10n1sw6t2m3f0vsydx86mnje","kd71np0fyqg23qg8w2hcfw0h0h86nkn0",[211,972,989,998,999],{"evaluatedAt":1006,"extractAt":1007,"updatedAt":1006},1778696994497,1778696833339,{"_creationTime":1009,"_id":1010,"community":1011,"display":1012,"identity":1018,"providers":1024,"relations":1031,"tags":1034,"workflow":1035},1778696505500.0078,"k174n9sd7wv9knh3b8rv7vv2wh86me74",{"reviewCount":8},{"description":1013,"installMethods":1014,"name":1016,"sourceUrl":1017},"Search and retrieve content from Reddit. Get posts, comments, subreddit info, and user profiles via the public JSON API. Use when user mentions Reddit, a subreddit, or r/ links.",{"claudeCode":1015},"ReScienceLab/opc-skills","Reddit","https://github.com/ReScienceLab/opc-skills",{"basePath":1019,"githubOwner":1020,"githubRepo":1021,"locale":1022,"slug":1023,"type":247},"skills/reddit","ReScienceLab","opc-skills","fr","reddit",{"evaluate":1025,"extract":1029},{"promptVersionExtension":204,"promptVersionScoring":205,"score":894,"tags":1026,"targetMarket":217,"tier":218},[1023,211,898,1027,1028],"social-media","information-gathering",{"commitSha":282,"license":1030},"Apache-2.0",{"parentExtensionId":1032,"repoId":1033},"k17b55rp7ccqw91566yq0ax2as86n6rk","kd7fj56h5kejcgm6hcjmzn79xd86m7wa",[211,898,1028,1023,1027],{"evaluatedAt":1036,"extractAt":1037,"updatedAt":1036},1778696852717,1778696505500]