[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-Lifecycle-Innovations-Limited-ops-voice-zh-CN":3,"guides-for-Lifecycle-Innovations-Limited-ops-voice":885,"similar-k170rhz205efk0nm7sm9ardmhn86mfj7-zh-CN":886},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":251,"isFallback":234,"parentExtension":257,"providers":323,"relations":327,"repo":328,"tags":883,"workflow":884},1778692306427.104,"k170rhz205efk0nm7sm9ardmhn86mfj7",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Voice operations — make phone calls (Bland AI), text-to-speech (ElevenLabs), transcribe audio (Whisper/Groq). Replace OpenClaw voice capabilities.",{"claudeCode":12},"Lifecycle-Innovations-Limited/claude-ops","OPS:VOICE","https://github.com/Lifecycle-Innovations-Limited/claude-ops",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":232,"workflow":249},1778693019918.7842,"kn78tzay70zh794dc90je9nvpx86magk","en",{"checks":20,"evaluatedAt":193,"extensionSummary":194,"features":195,"nonGoals":201,"practices":206,"prerequisites":207,"promptVersionExtension":209,"promptVersionScoring":210,"purpose":211,"rationale":212,"score":213,"summary":214,"tags":215,"targetMarket":220,"tier":221,"useCases":222,"workflow":227},[21,26,29,32,36,39,43,47,50,53,57,61,65,69,72,75,78,81,84,87,91,95,99,103,108,111,115,118,122,125,128,131,134,137,140,144,148,151,154,158,161,164,167,170,174,177,180,183,186,190],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of managing voice operations by listing specific capabilities like making phone calls, text-to-speech, and transcription, and explicitly mentions replacing existing capabilities.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers distinct voice capabilities (Bland AI calls, ElevenLabs TTS, Whisper/Groq transcription) that go beyond basic LLM functionalities and replace existing voice features, indicating a meaningful value proposition.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill provides full lifecycle coverage for its stated voice operations, including setup for credentials, execution of core tasks, and handling of API interactions via curl, making it ready for production workflows.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses exclusively on voice operations (calls, TTS, transcription) and credential setup, adhering to a single, well-defined domain.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately and concisely reflects the skill's capabilities: making phone calls, text-to-speech, and audio transcription, replacing existing voice functions.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill utilizes specific, scoped tools like `call`, `tts`, `transcribe`, and `setup`, avoiding a single generalist execution tool.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","All required API keys and their resolution order (userConfig, env vars, Doppler) are clearly documented, along with default values for parameters like max duration and voice.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The sub-command names (`call`, `tts`, `transcribe`, `setup`) are descriptive, clear, and relevant to their voice operation domain.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","Tool inputs are clearly defined (phone number, text, file path, command keyword), and outputs are specific (call ID, status, transcript, audio file path), avoiding unnecessary data dumps.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The project includes a clear MIT license file, indicating permissive usage.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The latest commit was on 2026-05-13, indicating recent maintenance activity.",{"category":58,"check":62,"severity":63,"summary":64},"Dependency Management","not_applicable","The skill primarily uses `curl` and standard system commands, with no complex third-party dependencies requiring explicit management beyond the OS environment.",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","API keys are resolved via a documented chain of secure methods (userConfig, env vars, Doppler, password manager) and are not hardcoded or echoed in output.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill uses `curl` with explicit arguments and command extraction, avoiding runtime execution of untrusted external data.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill relies on bundled tools (`curl`, `python3`) and API calls, with no runtime fetching or execution of external scripts or markdown.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill operates within standard user contexts and uses `curl` and `python3` for API interactions, without attempting to modify files outside its operational scope.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","No detached process spawns or retry loops around denied tool calls are present in the script.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill's outbound calls are limited to documented API endpoints for its voice services, and it does not instruct the submission of confidential data.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled script and markdown files appear free of hidden text tricks or obfuscation.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The script consists of plain, readable Bash commands and Python snippets, with no obfuscation like base64 or `eval`.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The script uses standard system commands and relies on user-provided configuration or environment variables, avoiding assumptions about specific project structures.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","With 22 issues opened and 6 closed in the last 90 days, the closure rate is sufficient, indicating good maintainer engagement.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The project has a clear versioning indicated in the README (v1.7.0, v2.0.0) and a CHANGELOG, along with a recent commit date.",{"category":104,"check":105,"severity":106,"summary":107},"Execution","Validation","warning","While argument extraction is performed, explicit schema validation for inputs like phone numbers or file paths is not evident, and output sanitization is minimal.",{"category":66,"check":109,"severity":63,"summary":110},"Unguarded Destructive Operations","The skill performs API calls and file operations (like saving audio) but does not include destructive primitives like `rm -rf` or `git push --force`.",{"category":112,"check":113,"severity":24,"summary":114},"Code Execution","Error Handling","The script includes checks for API key resolution, file existence, and API call success, providing specific error messages and exiting non-zero when issues occur.",{"category":112,"check":116,"severity":24,"summary":117},"Logging","The script provides explicit output for call initiation, status updates, and file saving, serving as a basic audit trail for its operations.",{"category":119,"check":120,"severity":63,"summary":121},"Compliance","GDPR","The skill does not operate on personal data beyond what is necessary for the voice service APIs, and no explicit PII handling is required.",{"category":119,"check":123,"severity":24,"summary":124},"Target market","The skill's functionality is global and not tied to any specific geographic or legal jurisdiction.",{"category":92,"check":126,"severity":24,"summary":127},"Runtime stability","The skill relies on common system tools (`curl`, `python3`) and standard API interactions, making it broadly portable across POSIX-compliant systems.",{"category":44,"check":129,"severity":24,"summary":130},"README","A comprehensive README file exists and clearly describes the project's purpose, features, and installation instructions.",{"category":33,"check":132,"severity":24,"summary":133},"Tool surface size","The skill exposes a focused set of 4 sub-commands (`call`, `tts`, `transcribe`, `setup`), adhering to the ideal range.",{"category":40,"check":135,"severity":63,"summary":136},"Overlapping near-synonym tools","The skill has only four distinct tools, none of which are near-synonyms.",{"category":44,"check":138,"severity":24,"summary":139},"Phantom features","All advertised features (phone calls, TTS, transcription) correspond directly to implemented commands and API integrations.",{"category":141,"check":142,"severity":24,"summary":143},"Install","Installation instruction","The README provides clear, step-by-step installation instructions and examples, including guidance on credential setup.",{"category":145,"check":146,"severity":24,"summary":147},"Errors","Actionable error messages","Error messages consistently include what failed (e.g., missing API key, file not found), why, and often suggest a remediation step (e.g., run setup).",{"category":104,"check":149,"severity":24,"summary":150},"Pinned dependencies","The skill uses system-provided interpreters (`bash`, `python3`) and standard tools like `curl`, with no external script dependencies needing pinning.",{"category":33,"check":152,"severity":63,"summary":153},"Dry-run preview","The skill primarily interacts with external APIs and does not perform destructive local operations or state changes that would require a dry-run mode.",{"category":155,"check":156,"severity":24,"summary":157},"Protocol","Idempotent retry & timeouts","While not strictly necessary due to the nature of API calls, the script includes polling loops with sleeps for call status, and basic error handling that could be extended for retries.",{"category":119,"check":159,"severity":24,"summary":160},"Telemetry opt-in","The README explicitly states 'No telemetry. No analytics. No crash reports.', indicating that any telemetry is strictly opt-out (i.e., non-existent).",{"category":40,"check":162,"severity":24,"summary":163},"Precise Purpose","The description clearly defines the artifact (voice operations) and the user intent (make calls, TTS, transcribe), with clear boundaries mentioned as replacing OpenClaw capabilities.",{"category":40,"check":165,"severity":24,"summary":166},"Concise Frontmatter","The frontmatter is dense and self-contained, summarizing the core capability of voice operations with clear argument hints.",{"category":44,"check":168,"severity":24,"summary":169},"Concise Body","The SKILL.md body is well-structured, under 500 lines, and delegates detailed API interaction logic to clear Bash/Python blocks.",{"category":171,"check":172,"severity":24,"summary":173},"Context","Progressive Disclosure","The SKILL.md effectively uses distinct code blocks for each sub-command, providing clear progressive disclosure of functionality.",{"category":171,"check":175,"severity":63,"summary":176},"Forked exploration","This skill is task-oriented and does not involve deep exploration or code review that would necessitate `context: fork`.",{"category":22,"check":178,"severity":24,"summary":179},"Usage examples","Each sub-command includes a ready-to-use code block demonstrating invocation, input parameters, and expected output.",{"category":22,"check":181,"severity":24,"summary":182},"Edge cases","The script explicitly handles missing API keys, file not found errors, and API call failures, providing symptom and recovery steps.",{"category":112,"check":184,"severity":63,"summary":185},"Tool Fallback","This skill does not rely on external MCP servers or tools beyond standard system commands and Python, making fallbacks unnecessary.",{"category":187,"check":188,"severity":24,"summary":189},"Safety","Halt on unexpected state","The script checks for required credentials and file existence, exiting with an error if pre-conditions are not met.",{"category":92,"check":191,"severity":24,"summary":192},"Cross-skill coupling","The skill operates standalone and does not implicitly rely on other skills being loaded; its scope is clearly defined within voice operations.",1778693019726,"This skill provides voice capabilities, including making phone calls via Bland AI, text-to-speech using ElevenLabs, and audio transcription with Groq's Whisper model. It handles credential resolution across multiple sources and includes setup and validation steps.",[196,197,198,199,200],"Make phone calls with Bland AI","Generate text-to-speech audio with ElevenLabs","Transcribe audio files using Groq Whisper","Automated credential resolution and validation","Replace existing voice capabilities",[202,203,204,205],"Managing complex call routing or PBX systems","Advanced audio editing or manipulation","Real-time, low-latency voice chat interfaces","Operating without proper API key configuration",[],[208],"API keys for Bland AI, ElevenLabs, and Groq (can be set via userConfig, env vars, Doppler, or password manager)","3.0.0","4.4.0","To provide a comprehensive and user-friendly interface for various voice-related tasks within an AI agent environment, replacing or enhancing existing voice functionalities.","The skill is highly polished, with clear documentation, robust error handling, and a focused scope. A minor warning on input validation is the only deviation from perfect.",95,"A well-documented and robust skill for managing voice operations.",[216,217,218,219],"voice","communication","automation","api","global","community",[223,224,225,226],"Automating customer service calls","Generating audio content for presentations or alerts","Transcribing meeting recordings or user feedback","Setting up and validating API keys for voice services",[228,229,230,231],"Resolve command from arguments","Resolve credentials for the specified service","Execute the corresponding API call via curl","Output results or status to stdout/stderr",{"codeQuality":233,"collectedAt":235,"documentation":236,"maintenance":239,"security":245,"testCoverage":248},{"hasLockfile":234},true,1778693001608,{"descriptionLength":237,"readmeSize":238},146,22118,{"closedIssues90d":240,"forks":241,"hasChangelog":234,"openIssues90d":242,"pushedAt":243,"stars":244},6,4,2,1778673878000,9,{"hasNpmPackage":246,"license":247,"smitheryVerified":246},false,"MIT",{"hasCi":234,"hasTests":234},{"updatedAt":250},1778693019918,{"basePath":252,"githubOwner":253,"githubRepo":254,"locale":18,"slug":255,"type":256},"claude-ops/skills/ops-voice","Lifecycle-Innovations-Limited","claude-ops","ops-voice","skill",{"_creationTime":258,"_id":259,"community":260,"display":261,"identity":265,"parentExtension":267,"providers":304,"relations":319,"tags":320,"workflow":321},1778692306427.0964,"k17d0t6ns7y6t377pfprg128hd86nm89",{"reviewCount":8},{"description":262,"installMethods":263,"name":264,"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":264},"ops",{"basePath":254,"githubOwner":253,"githubRepo":254,"locale":18,"slug":254,"type":266},"plugin",{"_creationTime":268,"_id":269,"community":270,"display":271,"identity":275,"providers":278,"relations":298,"tags":300,"workflow":301},1778692306427.0962,"k177xmnsm26p2wbrkfkwqgm2b986m2w8",{"reviewCount":8},{"description":272,"installMethods":273,"name":274,"sourceUrl":14},"Local marketplace for claude-ops plugin",{"claudeCode":12},"ops-marketplace",{"basePath":276,"githubOwner":253,"githubRepo":254,"locale":18,"slug":254,"type":277},"","marketplace",{"evaluate":279,"extract":292},{"promptVersionExtension":280,"promptVersionScoring":210,"score":281,"tags":282,"targetMarket":220,"tier":291},"3.1.0",96,[283,284,285,218,286,287,288,289,290],"operations","business","dashboard","productivity","aws","slack","whatsapp","monitoring","verified",{"commitSha":293,"marketplace":294,"plugin":296},"HEAD",{"name":274,"pluginCount":295},1,{"mcpCount":8,"provider":297,"skillCount":8},"classify",{"repoId":299},"kd7d52tcek2e34r805zs06b10d86n39v",[218,287,284,285,290,283,286,288,289],{"evaluatedAt":302,"extractAt":303,"updatedAt":302},1778692330594,1778692306427,{"evaluate":305,"extract":316},{"promptVersionExtension":209,"promptVersionScoring":210,"score":306,"tags":307,"targetMarket":220,"tier":221},85,[308,218,309,310,311,312,313,314,315,290,216],"business-operations","ai-agents","communications","project-management","devops","marketing","finance","e-commerce",{"commitSha":293,"license":247,"plugin":317},{"mcpCount":8,"provider":297,"skillCount":318},35,{"parentExtensionId":269,"repoId":299},[309,218,308,310,312,315,314,313,290,311,216],{"evaluatedAt":322,"extractAt":303,"updatedAt":322},1778692342046,{"evaluate":324,"extract":326},{"promptVersionExtension":209,"promptVersionScoring":210,"score":213,"tags":325,"targetMarket":220,"tier":221},[216,217,218,219],{"commitSha":293,"license":247},{"parentExtensionId":259,"repoId":299},{"_creationTime":329,"_id":299,"identity":330,"providers":331,"workflow":879},1778692301282.087,{"githubOwner":253,"githubRepo":254,"sourceUrl":14},{"classify":332,"discover":857,"github":860},{"commitSha":293,"extensions":333},[334,347,557,565,573,581,589,597,605,613,621,629,637,645,653,663,671,679,687,695,703,711,719,727,735,743,751,759,767,775,783,791,799,804,812,820,834,842],{"basePath":276,"description":272,"displayName":274,"installMethods":335,"rationale":336,"selectedPaths":337,"source":346,"sourceLanguage":18,"type":277},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[338,341,343],{"path":339,"priority":340},".claude-plugin/marketplace.json","mandatory",{"path":342,"priority":340},"README.md",{"path":344,"priority":345},"LICENSE","high","rule",{"basePath":254,"description":262,"displayName":264,"installMethods":348,"license":247,"rationale":349,"selectedPaths":350,"source":346,"sourceLanguage":18,"type":266},{"claudeCode":264},"plugin manifest at claude-ops/.claude-plugin/plugin.json",[351,353,354,355,358,360,362,364,366,368,370,372,374,376,378,380,382,384,386,388,390,392,394,396,398,400,402,404,406,408,410,412,414,416,418,420,422,424,426,428,430,432,434,436,438,440,442,444,446,448,450,452,454,456,458,460,462,464,467,469,471,473,475,477,479,481,483,485,487,489,491,493,495,497,499,501,503,505,507,509,511,513,515,517,519,521,523,525,527,529,531,533,535,537,539,541,543,545,547,549,551,553,555],{"path":352,"priority":340},".claude-plugin/plugin.json",{"path":342,"priority":340},{"path":344,"priority":345},{"path":356,"priority":357},"skills/ops/SKILL.md","medium",{"path":359,"priority":357},"skills/ops-comms/SKILL.md",{"path":361,"priority":357},"skills/ops-credentials/SKILL.md",{"path":363,"priority":357},"skills/ops-daemon/SKILL.md",{"path":365,"priority":357},"skills/ops-dash/SKILL.md",{"path":367,"priority":357},"skills/ops-deploy/SKILL.md",{"path":369,"priority":357},"skills/ops-deploy-fix/SKILL.md",{"path":371,"priority":357},"skills/ops-doctor/SKILL.md",{"path":373,"priority":357},"skills/ops-ecom/SKILL.md",{"path":375,"priority":357},"skills/ops-fires/SKILL.md",{"path":377,"priority":357},"skills/ops-go/SKILL.md",{"path":379,"priority":357},"skills/ops-gtm/SKILL.md",{"path":381,"priority":357},"skills/ops-inbox/SKILL.md",{"path":383,"priority":357},"skills/ops-integrate/SKILL.md",{"path":385,"priority":357},"skills/ops-linear/SKILL.md",{"path":387,"priority":357},"skills/ops-marketing/SKILL.md",{"path":389,"priority":357},"skills/ops-merge/SKILL.md",{"path":391,"priority":357},"skills/ops-monitor/SKILL.md",{"path":393,"priority":357},"skills/ops-next/SKILL.md",{"path":395,"priority":357},"skills/ops-orchestrate/SKILL.md",{"path":397,"priority":357},"skills/ops-package/SKILL.md",{"path":399,"priority":357},"skills/ops-projects/SKILL.md",{"path":401,"priority":357},"skills/ops-recap/SKILL.md",{"path":403,"priority":357},"skills/ops-revenue/SKILL.md",{"path":405,"priority":357},"skills/ops-rotate/SKILL.md",{"path":407,"priority":357},"skills/ops-rotate-setup/SKILL.md",{"path":409,"priority":357},"skills/ops-settings/SKILL.md",{"path":411,"priority":357},"skills/ops-speedup/SKILL.md",{"path":413,"priority":357},"skills/ops-status/SKILL.md",{"path":415,"priority":357},"skills/ops-triage/SKILL.md",{"path":417,"priority":357},"skills/ops-voice/SKILL.md",{"path":419,"priority":357},"skills/ops-whatsapp-biz/SKILL.md",{"path":421,"priority":357},"skills/ops-yolo/SKILL.md",{"path":423,"priority":357},"skills/setup/SKILL.md",{"path":425,"priority":357},"skills/uninstall/SKILL.md",{"path":427,"priority":340},".mcp.json",{"path":429,"priority":345},"agents/build-fixer.md",{"path":431,"priority":345},"agents/comms-scanner.md",{"path":433,"priority":345},"agents/daemon-agent.md",{"path":435,"priority":345},"agents/dependency-auditor.md",{"path":437,"priority":345},"agents/deploy-fixer.md",{"path":439,"priority":345},"agents/doctor-agent.md",{"path":441,"priority":345},"agents/general-purpose.md",{"path":443,"priority":345},"agents/infra-monitor.md",{"path":445,"priority":345},"agents/marketing-optimizer.md",{"path":447,"priority":345},"agents/memory-extractor.md",{"path":449,"priority":345},"agents/monitor-agent.md",{"path":451,"priority":345},"agents/project-scanner.md",{"path":453,"priority":345},"agents/revenue-tracker.md",{"path":455,"priority":345},"agents/triage-agent.md",{"path":457,"priority":345},"agents/yolo-ceo.md",{"path":459,"priority":345},"agents/yolo-cfo.md",{"path":461,"priority":345},"agents/yolo-coo.md",{"path":463,"priority":345},"agents/yolo-cto.md",{"path":465,"priority":466},"bin/ops-autofix","low",{"path":468,"priority":466},"bin/ops-ci",{"path":470,"priority":466},"bin/ops-credentials",{"path":472,"priority":466},"bin/ops-dash",{"path":474,"priority":466},"bin/ops-deploy-fix-build-trigger",{"path":476,"priority":466},"bin/ops-deploy-fix-merge-trigger",{"path":478,"priority":466},"bin/ops-discord",{"path":480,"priority":466},"bin/ops-discover-external",{"path":482,"priority":466},"bin/ops-doctor",{"path":484,"priority":466},"bin/ops-ecom-health",{"path":486,"priority":466},"bin/ops-external",{"path":488,"priority":466},"bin/ops-gather",{"path":490,"priority":466},"bin/ops-git",{"path":492,"priority":466},"bin/ops-gsd-states",{"path":494,"priority":466},"bin/ops-infra",{"path":496,"priority":466},"bin/ops-marketing-dash",{"path":498,"priority":466},"bin/ops-merge-scan",{"path":500,"priority":466},"bin/ops-no-rm-rf-anchor",{"path":502,"priority":466},"bin/ops-post-session-cleanup",{"path":504,"priority":466},"bin/ops-post-update-migrate",{"path":506,"priority":466},"bin/ops-pretool-wacli-health",{"path":508,"priority":466},"bin/ops-pretool-whatsapp-bridge-health",{"path":510,"priority":466},"bin/ops-prevent-secret-commit",{"path":512,"priority":466},"bin/ops-projects",{"path":514,"priority":466},"bin/ops-prs",{"path":516,"priority":466},"bin/ops-setup-complete",{"path":518,"priority":466},"bin/ops-setup-detect",{"path":520,"priority":466},"bin/ops-setup-install",{"path":522,"priority":466},"bin/ops-setup-preflight",{"path":524,"priority":466},"bin/ops-shopify-create",{"path":526,"priority":466},"bin/ops-slack-autolink.mjs",{"path":528,"priority":466},"bin/ops-slack-workspaces",{"path":530,"priority":466},"bin/ops-speedup",{"path":532,"priority":466},"bin/ops-status",{"path":534,"priority":466},"bin/ops-suggest-specialized-agent",{"path":536,"priority":466},"bin/ops-task-reminder",{"path":538,"priority":466},"bin/ops-telegram-autolink.mjs",{"path":540,"priority":466},"bin/ops-unread",{"path":542,"priority":466},"bin/ops-warn-mainpush",{"path":544,"priority":466},"bin/ops-welcome",{"path":546,"priority":466},"bin/wacli-health",{"path":548,"priority":466},"bin/wacli-safe",{"path":550,"priority":345},"hooks/hooks.json",{"path":552,"priority":345},"hooks/recap-capture.sh",{"path":554,"priority":345},"hooks/recap-tool-activity.sh",{"path":556,"priority":466},"output-styles/ops-briefing.md",{"basePath":558,"description":559,"displayName":264,"installMethods":560,"rationale":561,"selectedPaths":562,"source":346,"sourceLanguage":18,"type":256},"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",[563],{"path":564,"priority":340},"SKILL.md",{"basePath":566,"description":567,"displayName":568,"installMethods":569,"rationale":570,"selectedPaths":571,"source":346,"sourceLanguage":18,"type":256},"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",[572],{"path":564,"priority":340},{"basePath":574,"description":575,"displayName":576,"installMethods":577,"rationale":578,"selectedPaths":579,"source":346,"sourceLanguage":18,"type":256},"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",[580],{"path":564,"priority":340},{"basePath":582,"description":583,"displayName":584,"installMethods":585,"rationale":586,"selectedPaths":587,"source":346,"sourceLanguage":18,"type":256},"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",[588],{"path":564,"priority":340},{"basePath":590,"description":591,"displayName":592,"installMethods":593,"rationale":594,"selectedPaths":595,"source":346,"sourceLanguage":18,"type":256},"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",[596],{"path":564,"priority":340},{"basePath":598,"description":599,"displayName":600,"installMethods":601,"rationale":602,"selectedPaths":603,"source":346,"sourceLanguage":18,"type":256},"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",[604],{"path":564,"priority":340},{"basePath":606,"description":607,"displayName":608,"installMethods":609,"rationale":610,"selectedPaths":611,"source":346,"sourceLanguage":18,"type":256},"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",[612],{"path":564,"priority":340},{"basePath":614,"description":615,"displayName":616,"installMethods":617,"rationale":618,"selectedPaths":619,"source":346,"sourceLanguage":18,"type":256},"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",[620],{"path":564,"priority":340},{"basePath":622,"description":623,"displayName":624,"installMethods":625,"rationale":626,"selectedPaths":627,"source":346,"sourceLanguage":18,"type":256},"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",[628],{"path":564,"priority":340},{"basePath":630,"description":631,"displayName":632,"installMethods":633,"rationale":634,"selectedPaths":635,"source":346,"sourceLanguage":18,"type":256},"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",[636],{"path":564,"priority":340},{"basePath":638,"description":639,"displayName":640,"installMethods":641,"rationale":642,"selectedPaths":643,"source":346,"sourceLanguage":18,"type":256},"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",[644],{"path":564,"priority":340},{"basePath":646,"description":647,"displayName":648,"installMethods":649,"rationale":650,"selectedPaths":651,"source":346,"sourceLanguage":18,"type":256},"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",[652],{"path":564,"priority":340},{"basePath":654,"description":655,"displayName":656,"installMethods":657,"rationale":658,"selectedPaths":659,"source":346,"sourceLanguage":18,"type":256},"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",[660,661],{"path":564,"priority":340},{"path":662,"priority":357},"CHANNELS.md",{"basePath":664,"description":665,"displayName":666,"installMethods":667,"rationale":668,"selectedPaths":669,"source":346,"sourceLanguage":18,"type":256},"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",[670],{"path":564,"priority":340},{"basePath":672,"description":673,"displayName":674,"installMethods":675,"rationale":676,"selectedPaths":677,"source":346,"sourceLanguage":18,"type":256},"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",[678],{"path":564,"priority":340},{"basePath":680,"description":681,"displayName":682,"installMethods":683,"rationale":684,"selectedPaths":685,"source":346,"sourceLanguage":18,"type":256},"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",[686],{"path":564,"priority":340},{"basePath":688,"description":689,"displayName":690,"installMethods":691,"rationale":692,"selectedPaths":693,"source":346,"sourceLanguage":18,"type":256},"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",[694],{"path":564,"priority":340},{"basePath":696,"description":697,"displayName":698,"installMethods":699,"rationale":700,"selectedPaths":701,"source":346,"sourceLanguage":18,"type":256},"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",[702],{"path":564,"priority":340},{"basePath":704,"description":705,"displayName":706,"installMethods":707,"rationale":708,"selectedPaths":709,"source":346,"sourceLanguage":18,"type":256},"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",[710],{"path":564,"priority":340},{"basePath":712,"description":713,"displayName":714,"installMethods":715,"rationale":716,"selectedPaths":717,"source":346,"sourceLanguage":18,"type":256},"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",[718],{"path":564,"priority":340},{"basePath":720,"description":721,"displayName":722,"installMethods":723,"rationale":724,"selectedPaths":725,"source":346,"sourceLanguage":18,"type":256},"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",[726],{"path":564,"priority":340},{"basePath":728,"description":729,"displayName":730,"installMethods":731,"rationale":732,"selectedPaths":733,"source":346,"sourceLanguage":18,"type":256},"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",[734],{"path":564,"priority":340},{"basePath":736,"description":737,"displayName":738,"installMethods":739,"rationale":740,"selectedPaths":741,"source":346,"sourceLanguage":18,"type":256},"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",[742],{"path":564,"priority":340},{"basePath":744,"description":745,"displayName":746,"installMethods":747,"rationale":748,"selectedPaths":749,"source":346,"sourceLanguage":18,"type":256},"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",[750],{"path":564,"priority":340},{"basePath":752,"description":753,"displayName":754,"installMethods":755,"rationale":756,"selectedPaths":757,"source":346,"sourceLanguage":18,"type":256},"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",[758],{"path":564,"priority":340},{"basePath":760,"description":761,"displayName":762,"installMethods":763,"rationale":764,"selectedPaths":765,"source":346,"sourceLanguage":18,"type":256},"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",[766],{"path":564,"priority":340},{"basePath":768,"description":769,"displayName":770,"installMethods":771,"rationale":772,"selectedPaths":773,"source":346,"sourceLanguage":18,"type":256},"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",[774],{"path":564,"priority":340},{"basePath":776,"description":777,"displayName":778,"installMethods":779,"rationale":780,"selectedPaths":781,"source":346,"sourceLanguage":18,"type":256},"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",[782],{"path":564,"priority":340},{"basePath":784,"description":785,"displayName":786,"installMethods":787,"rationale":788,"selectedPaths":789,"source":346,"sourceLanguage":18,"type":256},"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",[790],{"path":564,"priority":340},{"basePath":792,"description":793,"displayName":794,"installMethods":795,"rationale":796,"selectedPaths":797,"source":346,"sourceLanguage":18,"type":256},"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",[798],{"path":564,"priority":340},{"basePath":252,"description":10,"displayName":255,"installMethods":800,"rationale":801,"selectedPaths":802,"source":346,"sourceLanguage":18,"type":256},{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-voice/SKILL.md",[803],{"path":564,"priority":340},{"basePath":805,"description":806,"displayName":807,"installMethods":808,"rationale":809,"selectedPaths":810,"source":346,"sourceLanguage":18,"type":256},"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",[811],{"path":564,"priority":340},{"basePath":813,"description":814,"displayName":815,"installMethods":816,"rationale":817,"selectedPaths":818,"source":346,"sourceLanguage":18,"type":256},"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",[819],{"path":564,"priority":340},{"basePath":821,"description":822,"displayName":823,"installMethods":824,"rationale":825,"selectedPaths":826,"source":346,"sourceLanguage":18,"type":256},"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",[827,828,830,832],{"path":564,"priority":340},{"path":829,"priority":357},"CLI-REFERENCE.md",{"path":831,"priority":357},"REFERENCE.md",{"path":833,"priority":357},"SHARED.md",{"basePath":835,"description":836,"displayName":837,"installMethods":838,"rationale":839,"selectedPaths":840,"source":346,"sourceLanguage":18,"type":256},"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",[841],{"path":564,"priority":340},{"basePath":843,"description":844,"displayName":845,"installMethods":846,"license":247,"rationale":847,"selectedPaths":848,"source":346,"sourceLanguage":18,"type":856},"claude-ops/telegram-server","Telegram user-auth MCP server for claude-ops plugin (personal account via MTProto, not bots)","claude-ops-telegram-server",{"npm":845},"server.json with namespace/server name at claude-ops/telegram-server/server.json",[849,851,853,854],{"path":850,"priority":340},"server.json",{"path":852,"priority":340},"package.json",{"path":342,"priority":340},{"path":855,"priority":357},"index.js","mcp",{"sources":858},[859],"manual",{"closedIssues90d":240,"description":861,"forks":241,"homepage":862,"license":247,"openIssues90d":242,"pushedAt":243,"readmeSize":238,"stars":244,"topics":863},"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",[864,308,865,866,312,867,868,287,869,870,856,871,872,873,874,875,876,877,313,878],"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":880,"discoverAt":881,"extractAt":882,"githubAt":882,"updatedAt":880},1778692306008,1778692301282,1778692304144,[219,218,217,216],{"evaluatedAt":250,"extractAt":303,"updatedAt":250},[],[887,912,943,963,989,1015],{"_creationTime":888,"_id":889,"community":890,"display":891,"identity":896,"providers":900,"relations":906,"tags":908,"workflow":909},1778697652123.8982,"k175ckmrqc4x6sjm90k7ejbj3s86ntxs",{"reviewCount":8},{"description":892,"installMethods":893,"name":288,"sourceUrl":895},"Use the Slack tool to react, pin/unpin, send, edit, delete messages, or fetch Slack member info.",{"claudeCode":894},"steipete/clawdis","https://github.com/steipete/clawdis",{"basePath":897,"githubOwner":898,"githubRepo":899,"locale":18,"slug":288,"type":256},"skills/slack","steipete","clawdis",{"evaluate":901,"extract":905},{"promptVersionExtension":209,"promptVersionScoring":210,"score":902,"tags":903,"targetMarket":220,"tier":291},100,[288,904,217,218,219],"messaging",{"commitSha":293},{"repoId":907},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[219,218,217,904,288],{"evaluatedAt":910,"extractAt":911,"updatedAt":910},1778698950505,1778697652123,{"_creationTime":913,"_id":914,"community":915,"display":916,"identity":922,"providers":926,"relations":934,"tags":938,"workflow":939},1778699289329.1182,"k172jykxz0jywjekjxjt5thj5x86nm3n",{"reviewCount":8},{"description":917,"installMethods":918,"name":920,"sourceUrl":921},"当用户需要通过 Xquik 获取 X (Twitter) 数据或执行需要确认的 X 操作时使用：推文搜索、用户查找、关注者提取、媒体下载、监控、Webhook、MCP、SDK、发布、点赞、私信和个人资料更新。需要 Xquik API 密钥。切勿索要 X 登录凭据。",{"claudeCode":919},"Xquik-dev/x-twitter-scraper","x-twitter-scraper","https://github.com/Xquik-dev/x-twitter-scraper",{"basePath":923,"githubOwner":924,"githubRepo":920,"locale":925,"slug":920,"type":256},"skills/x-twitter-scraper","Xquik-dev","zh-CN",{"evaluate":927,"extract":933},{"promptVersionExtension":209,"promptVersionScoring":210,"score":902,"tags":928,"targetMarket":220,"tier":291},[929,930,219,931,218,856,932],"twitter","x","data-retrieval","sdk",{"commitSha":293},{"parentExtensionId":935,"repoId":936,"translatedFrom":937},"k17axvhmvwp90strpqcd5b0h7986m80d","kd783enpnwhry153ka0z65ear186mjbh","k172e8vt4zcz50bb0vfp6ptb1n86mf90",[219,218,931,856,932,929,930],{"evaluatedAt":940,"extractAt":941,"updatedAt":942},1778699230863,1778699170774,1778699289329,{"_creationTime":944,"_id":945,"community":946,"display":947,"identity":951,"providers":953,"relations":959,"tags":960,"workflow":961},1778697652123.8928,"k171pew5empzzrfghyg9nqrk6n86nqa9",{"reviewCount":8},{"description":948,"installMethods":949,"name":950,"sourceUrl":895},"Use gh for GitHub issues, PR status, CI/logs, comments, reviews, releases, and API queries.",{"claudeCode":894},"github",{"basePath":952,"githubOwner":898,"githubRepo":899,"locale":18,"slug":950,"type":256},"skills/github",{"evaluate":954,"extract":958},{"promptVersionExtension":209,"promptVersionScoring":210,"score":902,"tags":955,"targetMarket":220,"tier":291},[950,956,219,957,218],"cli","developer-tools",{"commitSha":293},{"repoId":907},[219,218,956,957,950],{"evaluatedAt":962,"extractAt":911,"updatedAt":962},1778698569289,{"_creationTime":964,"_id":965,"community":966,"display":967,"identity":973,"providers":977,"relations":982,"tags":985,"workflow":986},1778696833339.6218,"k176gr5qszggh36kjn8a1cwehs86n2jd",{"reviewCount":8},{"description":968,"installMethods":969,"name":971,"sourceUrl":972},"Interact with Gmail - search emails, read messages, send emails, create drafts, and manage labels.\nUse when user asks to: search email, read email, send email, create email draft, mark as read,\narchive email, star email, or manage Gmail labels. Lightweight alternative to full Google\nWorkspace MCP server with standalone OAuth authentication.\n",{"claudeCode":970},"sanjay3290/ai-skills","gmail","https://github.com/sanjay3290/ai-skills",{"basePath":974,"githubOwner":975,"githubRepo":976,"locale":18,"slug":971,"type":256},"skills/gmail","sanjay3290","ai-skills",{"evaluate":978,"extract":981},{"promptVersionExtension":209,"promptVersionScoring":210,"score":902,"tags":979,"targetMarket":220,"tier":291},[971,980,217,218,286],"email",{"commitSha":293},{"parentExtensionId":983,"repoId":984},"k17es37z10n1sw6t2m3f0vsydx86mnje","kd71np0fyqg23qg8w2hcfw0h0h86nkn0",[218,217,980,971,286],{"evaluatedAt":987,"extractAt":988,"updatedAt":987},1778696939862,1778696833339,{"_creationTime":990,"_id":991,"community":992,"display":993,"identity":999,"providers":1003,"relations":1009,"tags":1011,"workflow":1012},1778696993586.708,"k17fsfrfvbnsvwkcqp8y85wdad86mmwq",{"reviewCount":8},{"description":994,"installMethods":995,"name":997,"sourceUrl":998},"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":996},"SeifBenayed/claude-code-sdk","product-self-knowledge","https://github.com/SeifBenayed/claude-code-sdk",{"basePath":1000,"githubOwner":1001,"githubRepo":1002,"locale":18,"slug":997,"type":256},".claude/skills/product-self-knowledge","SeifBenayed","claude-code-sdk",{"evaluate":1004,"extract":1008},{"promptVersionExtension":209,"promptVersionScoring":210,"score":902,"tags":1005,"targetMarket":220,"tier":291},[868,1006,869,219,932,1007],"documentation","knowledge-base",{"commitSha":293},{"repoId":1010},"kd78s53c1852h5p7c3qem663xs86njab",[868,219,869,1006,1007,932],{"evaluatedAt":1013,"extractAt":1014,"updatedAt":1013},1778697182451,1778696993586,{"_creationTime":1016,"_id":1017,"community":1018,"display":1019,"identity":1023,"providers":1025,"relations":1031,"tags":1032,"workflow":1033},1778696833339.6226,"k17ckxne6mhyf23n1jfyqktpqd86nfz4",{"reviewCount":8},{"description":1020,"installMethods":1021,"name":1022,"sourceUrl":972},"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":970},"google-docs",{"basePath":1024,"githubOwner":975,"githubRepo":976,"locale":18,"slug":1022,"type":256},"skills/google-docs",{"evaluate":1026,"extract":1030},{"promptVersionExtension":209,"promptVersionScoring":210,"score":902,"tags":1027,"targetMarket":220,"tier":291},[1022,219,1006,1028,1029],"oauth","python",{"commitSha":293},{"parentExtensionId":983,"repoId":984},[219,1006,1022,1028,1029],{"evaluatedAt":1034,"extractAt":988,"updatedAt":1034},1778696994497]