[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-Lifecycle-Innovations-Limited-ops-package-zh-CN":3,"guides-for-Lifecycle-Innovations-Limited-ops-package":886,"similar-k175cyttngcffjtpj5sr2gz3n986nz32-zh-CN":887},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":251,"isFallback":234,"parentExtension":257,"providers":324,"relations":328,"repo":329,"tags":884,"workflow":885},1778692306427.1016,"k175cyttngcffjtpj5sr2gz3n986nz32",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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.",{"claudeCode":12},"Lifecycle-Innovations-Limited/claude-ops","OPS Package Shipping","https://github.com/Lifecycle-Innovations-Limited/claude-ops",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":232,"workflow":249},1778692807648.9424,"kn75qtqx78g4w9z4c4app0zc8186nakg","en",{"checks":20,"evaluatedAt":193,"extensionSummary":194,"features":195,"nonGoals":202,"practices":206,"prerequisites":210,"promptVersionExtension":213,"promptVersionScoring":214,"purpose":215,"rationale":216,"score":217,"summary":218,"tags":219,"targetMarket":225,"tier":226,"useCases":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,114,117,121,124,127,130,133,136,139,143,147,151,154,158,161,164,167,170,174,177,180,183,186,190],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly articulates the problem of shipping parcels via multiple carriers and identifies the core actions (ship, label, track, list, carriers).",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers significant value by abstracting away the complexities of multiple carrier APIs, providing a unified interface and automatic carrier selection, which is more than a thin wrapper.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill appears production-ready, covering the full lifecycle of shipping, labeling, tracking, and listing shipments across multiple carriers with documented credential management.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The extension focuses on the single domain of parcel shipping across various carriers, with no unrelated capabilities advertised.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the skill's capabilities, listing supported carriers and primary verbs, making it concise and understandable.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill exposes narrow verb-noun tools like `ship`, `label`, `track`, `list`, and `carriers`, making them easy for the agent to select and reducing attack surface.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","All parameters, carrier preference order, credential resolution methods (env vars, preferences.json, Doppler), and error handling are clearly documented.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","Tool names (`ship`, `label`, `track`, `list`, `carriers`) are descriptive and align with the domain.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","Input parameters for `ship` are well-defined, and the output is a structured JSON object containing relevant shipment details, avoiding excessive diagnostic information.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The extension is licensed under MIT, a permissive open-source license, as indicated in the LICENSE file and README.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The last commit was on 2026-05-13, indicating recent maintenance.",{"category":58,"check":62,"severity":63,"summary":64},"Dependency Management","not_applicable","The extension primarily relies on shell scripts and external CLI tools, with no explicitly managed third-party dependencies listed that would require a lockfile or specific update mechanism within the bundle itself.",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","Secrets are handled via environment variables, preferences.json, or Doppler, with clear documentation on resolution order and no evidence of secrets being echoed to stdout or debug output.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The script delegates API calls to carrier-specific endpoints, and address parsing logic is described, implying data is treated as input rather than executable instructions. No third-party data loading from untrusted sources is apparent.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The script relies on local shell commands and documented API calls; there is no evidence of runtime downloads of code or instructions from remote URLs.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The script operates within the expected bounds of the Claude Code environment, primarily interacting with external APIs and local temporary files for labels. Paths are relative or handled by documented configurations.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","No detached process spawns or retry loops around denied tool calls were detected in the script's logic.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The extension makes documented outbound calls to carrier APIs for shipping operations. No undocumented outbound calls or submission of confidential data are apparent.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled Markdown and script files appear free of hidden steering tricks, control characters, or obfuscated instructions.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The skill's logic is primarily in a shell script (`ops-package.sh`) which is readable, not obfuscated, base64-encoded, or dynamically fetched.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill makes reasonable assumptions about the Claude Code environment and configuration paths (`${CLAUDE_PLUGIN_DATA_DIR}`) and does not rely on specific user project structures outside of its own bundle.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","22 issues opened and 6 closed in the last 90 days suggests active maintenance and responsiveness.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The extension has a version specified in the README (v1.7.0) and a CHANGELOG, indicating clear release management.",{"category":104,"check":105,"severity":106,"summary":107},"Code Execution","Validation","info","While input parameters for `ship` are documented, there's no explicit mention or evidence of a schema library like Zod or Pydantic for validating argument shapes and values, relying on the script's internal parsing.",{"category":66,"check":109,"severity":24,"summary":110},"Unguarded Destructive Operations","The skill is primarily focused on creating shipments and labels, not destructive operations. Any API calls are for creating shipments or fetching data, not deleting or modifying existing resources in a destructive manner.",{"category":104,"check":112,"severity":24,"summary":113},"Error Handling","The skill explicitly documents error handling for common scenarios like missing credentials, carrier API errors (4xx), and address parsing issues, providing user-facing messages and recovery steps.",{"category":104,"check":115,"severity":24,"summary":116},"Logging","The script logs API call outcomes, including raw carrier JSON responses, and explicitly mentions saving label PDFs, providing an audit trail for actions.",{"category":118,"check":119,"severity":63,"summary":120},"Compliance","GDPR","The skill handles shipping addresses and contact information for parcel delivery, which could be considered personal data. However, it does not submit this data to untrusted third parties beyond the configured shipping carriers for the stated purpose of delivery.",{"category":118,"check":122,"severity":24,"summary":123},"Target market","The skill supports carriers and countries relevant to the NL/EU region but is framed globally with common country name mappings, and `targetMarket` defaults to 'global' as no strict regional limitation is imposed.",{"category":92,"check":125,"severity":24,"summary":126},"Runtime stability","The script uses standard shell commands and documented environment variable lookups, making it portable across POSIX-compliant environments where Claude Code and the necessary carrier CLIs (if any were bundled, which they are not) are available.",{"category":44,"check":128,"severity":24,"summary":129},"README","The README provides a comprehensive overview of the claude-ops project, including a detailed section on the `/ops:package` skill's capabilities and usage.",{"category":33,"check":131,"severity":24,"summary":132},"Tool surface size","The skill exposes a focused set of tools: `ship`, `label`, `track`, `list`, `carriers`, which is well within the target range.",{"category":40,"check":134,"severity":24,"summary":135},"Overlapping near-synonym tools","The tools (`ship`, `label`, `track`, `list`, `carriers`) are distinct and do not appear to have overlapping near-synonyms.",{"category":44,"check":137,"severity":24,"summary":138},"Phantom features","All advertised features, such as shipping, labeling, and tracking via specific carriers, are directly implemented in the `ops-package.sh` script and documented.",{"category":140,"check":141,"severity":24,"summary":142},"Install","Installation instruction","The main README provides clear, step-by-step installation instructions including adding the marketplace, installing the plugin, and running a setup wizard.",{"category":144,"check":145,"severity":24,"summary":146},"Errors","Actionable error messages","Error handling is well-documented, with specific messages and recovery steps outlined for scenarios like missing credentials, API errors, and address parsing issues.",{"category":148,"check":149,"severity":63,"summary":150},"Execution","Pinned dependencies","The extension does not appear to bundle or directly manage third-party dependencies that would require pinning via lockfiles or specific interpreter declarations beyond standard shell capabilities.",{"category":33,"check":152,"severity":63,"summary":153},"Dry-run preview","The primary function of this skill is to interact with external shipping APIs to create shipments and labels, which are inherently state-changing operations. A dry-run preview is not implemented or documented.",{"category":155,"check":156,"severity":24,"summary":157},"Protocol","Idempotent retry & timeouts","While not explicitly stated as idempotent, the operations focus on creating shipments, and the error handling suggests that retries are not silent. Timeouts are implicitly handled by the underlying `curl` commands or carrier APIs, and errors are reported rather than retried indefinitely.",{"category":118,"check":159,"severity":24,"summary":160},"Telemetry opt-in","The README explicitly states 'No telemetry. No analytics. No crash reports.', indicating a strict opt-in (or rather, opt-out by default) policy.",{"category":40,"check":162,"severity":24,"summary":163},"Precise Purpose","The skill's purpose and usage are precisely defined, covering shipping parcels via multiple carriers with clear verbs and explicit non-goals implicitly handled by its scope.",{"category":40,"check":165,"severity":24,"summary":166},"Concise Frontmatter","The frontmatter in SKILL.md is dense and self-contained, clearly summarizing the core capability and verbs within the first 160 characters.",{"category":44,"check":168,"severity":24,"summary":169},"Concise Body","The SKILL.md is reasonably concise, with detailed sections for specific commands and credential management, delegating bulk material to the README and external documentation links.",{"category":171,"check":172,"severity":24,"summary":173},"Context","Progressive Disclosure","Detailed information about carriers, credentials, and command usage is provided directly in the SKILL.md, with external links for API documentation, demonstrating progressive disclosure.",{"category":171,"check":175,"severity":63,"summary":176},"Forked exploration","This skill is a direct tool for executing shipping operations and does not involve deep exploration or code review that would necessitate `context: fork`.",{"category":22,"check":178,"severity":24,"summary":179},"Usage examples","The SKILL.md provides clear invocation examples for `ship`, `label`, and `track` commands, including address formatting and expected output.",{"category":22,"check":181,"severity":24,"summary":182},"Edge cases","The skill explicitly documents failure modes for missing credentials, API errors, and address parsing, along with recovery steps.",{"category":104,"check":184,"severity":63,"summary":185},"Tool Fallback","This skill uses shell commands and interacts with external APIs directly; it does not rely on optional external tools like an MCP server with a fallback path.",{"category":187,"check":188,"severity":24,"summary":189},"Safety","Halt on unexpected state","The skill explicitly states that it will exit with an error code (2) and provide help if no carrier is configured, halting the workflow on unexpected pre-state.",{"category":92,"check":191,"severity":24,"summary":192},"Cross-skill coupling","The skill operates as a standalone unit for shipping operations and does not appear to implicitly rely on other skills being loaded.",1778692807431,"This skill enables users to ship, label, track, and list parcels via seven different carriers (MyParcel, Sendcloud, DHL Parcel NL, PostNL, DPD, UPS, FedEx) by abstracting their APIs and handling credential management.",[196,197,198,199,200,201],"Ship parcels via multiple carriers (MyParcel, Sendcloud, DHL, PostNL, DPD, UPS, FedEx)","Automatic carrier selection based on configured credentials or explicit override","Create, download, and open shipping labels","Track shipment status and view tracking barcodes","List recent shipments for supported carriers","Unified credential management via environment variables, preferences file, or Doppler",[203,204,205],"Managing or configuring the underlying carrier accounts themselves.","Providing advanced analytics or reporting beyond shipment lists.","Handling complex customs documentation beyond basic address and package type information.",[207,208,112,209],"Credential Management","API Integration","User-Facing Commands",[211,212],"Claude Code 1.0+","Configured carrier API credentials (via env vars, preferences.json, or Doppler)","3.0.0","4.4.0","To streamline parcel shipping operations by providing a unified interface to multiple carrier services, automating carrier selection and credential resolution.","The extension demonstrates excellent documentation, security practices, and production readiness, with a clear value proposition and robust error handling. A minor info finding related to validation schema usage prevents a perfect score.",95,"A well-documented and robust skill for managing parcel shipments across multiple carriers.",[220,221,222,223,224],"shipping","logistics","carrier-api","parcel","automation","global","verified",[228,229,230,231],"Shipping parcels to domestic and international destinations using preferred carriers.","Generating shipping labels automatically after creating a shipment.","Tracking the status of shipments without needing to visit multiple carrier websites.","Managing shipping operations across different carriers through a single interface.",{"codeQuality":233,"collectedAt":235,"documentation":236,"maintenance":239,"security":245,"testCoverage":248},{"hasLockfile":234},true,1778692787842,{"descriptionLength":237,"readmeSize":238},248,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},1778692807649,{"basePath":252,"githubOwner":253,"githubRepo":254,"locale":18,"slug":255,"type":256},"claude-ops/skills/ops-package","Lifecycle-Innovations-Limited","claude-ops","ops-package","skill",{"_creationTime":258,"_id":259,"community":260,"display":261,"identity":265,"parentExtension":267,"providers":303,"relations":320,"tags":321,"workflow":322},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":297,"tags":299,"workflow":300},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":291},{"promptVersionExtension":280,"promptVersionScoring":214,"score":281,"tags":282,"targetMarket":225,"tier":226},"3.1.0",96,[283,284,285,224,286,287,288,289,290],"operations","business","dashboard","productivity","aws","slack","whatsapp","monitoring",{"commitSha":292,"marketplace":293,"plugin":295},"HEAD",{"name":274,"pluginCount":294},1,{"mcpCount":8,"provider":296,"skillCount":8},"classify",{"repoId":298},"kd7d52tcek2e34r805zs06b10d86n39v",[224,287,284,285,290,283,286,288,289],{"evaluatedAt":301,"extractAt":302,"updatedAt":301},1778692330594,1778692306427,{"evaluate":304,"extract":317},{"promptVersionExtension":213,"promptVersionScoring":214,"score":305,"tags":306,"targetMarket":225,"tier":316},85,[307,224,308,309,310,311,312,313,314,290,315],"business-operations","ai-agents","communications","project-management","devops","marketing","finance","e-commerce","voice","community",{"commitSha":292,"license":247,"plugin":318},{"mcpCount":8,"provider":296,"skillCount":319},35,{"parentExtensionId":269,"repoId":298},[308,224,307,309,311,314,313,312,290,310,315],{"evaluatedAt":323,"extractAt":302,"updatedAt":323},1778692342046,{"evaluate":325,"extract":327},{"promptVersionExtension":213,"promptVersionScoring":214,"score":217,"tags":326,"targetMarket":225,"tier":226},[220,221,222,223,224],{"commitSha":292,"license":247},{"parentExtensionId":259,"repoId":298},{"_creationTime":330,"_id":298,"identity":331,"providers":332,"workflow":880},1778692301282.087,{"githubOwner":253,"githubRepo":254,"sourceUrl":14},{"classify":333,"discover":858,"github":861},{"commitSha":292,"extensions":334},[335,348,558,566,574,582,590,598,606,614,622,630,638,646,654,664,672,680,688,696,704,712,720,725,733,741,749,757,765,773,781,789,797,805,813,821,835,843],{"basePath":276,"description":272,"displayName":274,"installMethods":336,"rationale":337,"selectedPaths":338,"source":347,"sourceLanguage":18,"type":277},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[339,342,344],{"path":340,"priority":341},".claude-plugin/marketplace.json","mandatory",{"path":343,"priority":341},"README.md",{"path":345,"priority":346},"LICENSE","high","rule",{"basePath":254,"description":262,"displayName":264,"installMethods":349,"license":247,"rationale":350,"selectedPaths":351,"source":347,"sourceLanguage":18,"type":266},{"claudeCode":264},"plugin manifest at claude-ops/.claude-plugin/plugin.json",[352,354,355,356,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,457,459,461,463,465,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,548,550,552,554,556],{"path":353,"priority":341},".claude-plugin/plugin.json",{"path":343,"priority":341},{"path":345,"priority":346},{"path":357,"priority":358},"skills/ops/SKILL.md","medium",{"path":360,"priority":358},"skills/ops-comms/SKILL.md",{"path":362,"priority":358},"skills/ops-credentials/SKILL.md",{"path":364,"priority":358},"skills/ops-daemon/SKILL.md",{"path":366,"priority":358},"skills/ops-dash/SKILL.md",{"path":368,"priority":358},"skills/ops-deploy/SKILL.md",{"path":370,"priority":358},"skills/ops-deploy-fix/SKILL.md",{"path":372,"priority":358},"skills/ops-doctor/SKILL.md",{"path":374,"priority":358},"skills/ops-ecom/SKILL.md",{"path":376,"priority":358},"skills/ops-fires/SKILL.md",{"path":378,"priority":358},"skills/ops-go/SKILL.md",{"path":380,"priority":358},"skills/ops-gtm/SKILL.md",{"path":382,"priority":358},"skills/ops-inbox/SKILL.md",{"path":384,"priority":358},"skills/ops-integrate/SKILL.md",{"path":386,"priority":358},"skills/ops-linear/SKILL.md",{"path":388,"priority":358},"skills/ops-marketing/SKILL.md",{"path":390,"priority":358},"skills/ops-merge/SKILL.md",{"path":392,"priority":358},"skills/ops-monitor/SKILL.md",{"path":394,"priority":358},"skills/ops-next/SKILL.md",{"path":396,"priority":358},"skills/ops-orchestrate/SKILL.md",{"path":398,"priority":358},"skills/ops-package/SKILL.md",{"path":400,"priority":358},"skills/ops-projects/SKILL.md",{"path":402,"priority":358},"skills/ops-recap/SKILL.md",{"path":404,"priority":358},"skills/ops-revenue/SKILL.md",{"path":406,"priority":358},"skills/ops-rotate/SKILL.md",{"path":408,"priority":358},"skills/ops-rotate-setup/SKILL.md",{"path":410,"priority":358},"skills/ops-settings/SKILL.md",{"path":412,"priority":358},"skills/ops-speedup/SKILL.md",{"path":414,"priority":358},"skills/ops-status/SKILL.md",{"path":416,"priority":358},"skills/ops-triage/SKILL.md",{"path":418,"priority":358},"skills/ops-voice/SKILL.md",{"path":420,"priority":358},"skills/ops-whatsapp-biz/SKILL.md",{"path":422,"priority":358},"skills/ops-yolo/SKILL.md",{"path":424,"priority":358},"skills/setup/SKILL.md",{"path":426,"priority":358},"skills/uninstall/SKILL.md",{"path":428,"priority":341},".mcp.json",{"path":430,"priority":346},"agents/build-fixer.md",{"path":432,"priority":346},"agents/comms-scanner.md",{"path":434,"priority":346},"agents/daemon-agent.md",{"path":436,"priority":346},"agents/dependency-auditor.md",{"path":438,"priority":346},"agents/deploy-fixer.md",{"path":440,"priority":346},"agents/doctor-agent.md",{"path":442,"priority":346},"agents/general-purpose.md",{"path":444,"priority":346},"agents/infra-monitor.md",{"path":446,"priority":346},"agents/marketing-optimizer.md",{"path":448,"priority":346},"agents/memory-extractor.md",{"path":450,"priority":346},"agents/monitor-agent.md",{"path":452,"priority":346},"agents/project-scanner.md",{"path":454,"priority":346},"agents/revenue-tracker.md",{"path":456,"priority":346},"agents/triage-agent.md",{"path":458,"priority":346},"agents/yolo-ceo.md",{"path":460,"priority":346},"agents/yolo-cfo.md",{"path":462,"priority":346},"agents/yolo-coo.md",{"path":464,"priority":346},"agents/yolo-cto.md",{"path":466,"priority":467},"bin/ops-autofix","low",{"path":469,"priority":467},"bin/ops-ci",{"path":471,"priority":467},"bin/ops-credentials",{"path":473,"priority":467},"bin/ops-dash",{"path":475,"priority":467},"bin/ops-deploy-fix-build-trigger",{"path":477,"priority":467},"bin/ops-deploy-fix-merge-trigger",{"path":479,"priority":467},"bin/ops-discord",{"path":481,"priority":467},"bin/ops-discover-external",{"path":483,"priority":467},"bin/ops-doctor",{"path":485,"priority":467},"bin/ops-ecom-health",{"path":487,"priority":467},"bin/ops-external",{"path":489,"priority":467},"bin/ops-gather",{"path":491,"priority":467},"bin/ops-git",{"path":493,"priority":467},"bin/ops-gsd-states",{"path":495,"priority":467},"bin/ops-infra",{"path":497,"priority":467},"bin/ops-marketing-dash",{"path":499,"priority":467},"bin/ops-merge-scan",{"path":501,"priority":467},"bin/ops-no-rm-rf-anchor",{"path":503,"priority":467},"bin/ops-post-session-cleanup",{"path":505,"priority":467},"bin/ops-post-update-migrate",{"path":507,"priority":467},"bin/ops-pretool-wacli-health",{"path":509,"priority":467},"bin/ops-pretool-whatsapp-bridge-health",{"path":511,"priority":467},"bin/ops-prevent-secret-commit",{"path":513,"priority":467},"bin/ops-projects",{"path":515,"priority":467},"bin/ops-prs",{"path":517,"priority":467},"bin/ops-setup-complete",{"path":519,"priority":467},"bin/ops-setup-detect",{"path":521,"priority":467},"bin/ops-setup-install",{"path":523,"priority":467},"bin/ops-setup-preflight",{"path":525,"priority":467},"bin/ops-shopify-create",{"path":527,"priority":467},"bin/ops-slack-autolink.mjs",{"path":529,"priority":467},"bin/ops-slack-workspaces",{"path":531,"priority":467},"bin/ops-speedup",{"path":533,"priority":467},"bin/ops-status",{"path":535,"priority":467},"bin/ops-suggest-specialized-agent",{"path":537,"priority":467},"bin/ops-task-reminder",{"path":539,"priority":467},"bin/ops-telegram-autolink.mjs",{"path":541,"priority":467},"bin/ops-unread",{"path":543,"priority":467},"bin/ops-warn-mainpush",{"path":545,"priority":467},"bin/ops-welcome",{"path":547,"priority":467},"bin/wacli-health",{"path":549,"priority":467},"bin/wacli-safe",{"path":551,"priority":346},"hooks/hooks.json",{"path":553,"priority":346},"hooks/recap-capture.sh",{"path":555,"priority":346},"hooks/recap-tool-activity.sh",{"path":557,"priority":467},"output-styles/ops-briefing.md",{"basePath":559,"description":560,"displayName":264,"installMethods":561,"rationale":562,"selectedPaths":563,"source":347,"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",[564],{"path":565,"priority":341},"SKILL.md",{"basePath":567,"description":568,"displayName":569,"installMethods":570,"rationale":571,"selectedPaths":572,"source":347,"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",[573],{"path":565,"priority":341},{"basePath":575,"description":576,"displayName":577,"installMethods":578,"rationale":579,"selectedPaths":580,"source":347,"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",[581],{"path":565,"priority":341},{"basePath":583,"description":584,"displayName":585,"installMethods":586,"rationale":587,"selectedPaths":588,"source":347,"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",[589],{"path":565,"priority":341},{"basePath":591,"description":592,"displayName":593,"installMethods":594,"rationale":595,"selectedPaths":596,"source":347,"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",[597],{"path":565,"priority":341},{"basePath":599,"description":600,"displayName":601,"installMethods":602,"rationale":603,"selectedPaths":604,"source":347,"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",[605],{"path":565,"priority":341},{"basePath":607,"description":608,"displayName":609,"installMethods":610,"rationale":611,"selectedPaths":612,"source":347,"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",[613],{"path":565,"priority":341},{"basePath":615,"description":616,"displayName":617,"installMethods":618,"rationale":619,"selectedPaths":620,"source":347,"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",[621],{"path":565,"priority":341},{"basePath":623,"description":624,"displayName":625,"installMethods":626,"rationale":627,"selectedPaths":628,"source":347,"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",[629],{"path":565,"priority":341},{"basePath":631,"description":632,"displayName":633,"installMethods":634,"rationale":635,"selectedPaths":636,"source":347,"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",[637],{"path":565,"priority":341},{"basePath":639,"description":640,"displayName":641,"installMethods":642,"rationale":643,"selectedPaths":644,"source":347,"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",[645],{"path":565,"priority":341},{"basePath":647,"description":648,"displayName":649,"installMethods":650,"rationale":651,"selectedPaths":652,"source":347,"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",[653],{"path":565,"priority":341},{"basePath":655,"description":656,"displayName":657,"installMethods":658,"rationale":659,"selectedPaths":660,"source":347,"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",[661,662],{"path":565,"priority":341},{"path":663,"priority":358},"CHANNELS.md",{"basePath":665,"description":666,"displayName":667,"installMethods":668,"rationale":669,"selectedPaths":670,"source":347,"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",[671],{"path":565,"priority":341},{"basePath":673,"description":674,"displayName":675,"installMethods":676,"rationale":677,"selectedPaths":678,"source":347,"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",[679],{"path":565,"priority":341},{"basePath":681,"description":682,"displayName":683,"installMethods":684,"rationale":685,"selectedPaths":686,"source":347,"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",[687],{"path":565,"priority":341},{"basePath":689,"description":690,"displayName":691,"installMethods":692,"rationale":693,"selectedPaths":694,"source":347,"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",[695],{"path":565,"priority":341},{"basePath":697,"description":698,"displayName":699,"installMethods":700,"rationale":701,"selectedPaths":702,"source":347,"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",[703],{"path":565,"priority":341},{"basePath":705,"description":706,"displayName":707,"installMethods":708,"rationale":709,"selectedPaths":710,"source":347,"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",[711],{"path":565,"priority":341},{"basePath":713,"description":714,"displayName":715,"installMethods":716,"rationale":717,"selectedPaths":718,"source":347,"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",[719],{"path":565,"priority":341},{"basePath":252,"description":10,"displayName":255,"installMethods":721,"rationale":722,"selectedPaths":723,"source":347,"sourceLanguage":18,"type":256},{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-package/SKILL.md",[724],{"path":565,"priority":341},{"basePath":726,"description":727,"displayName":728,"installMethods":729,"rationale":730,"selectedPaths":731,"source":347,"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",[732],{"path":565,"priority":341},{"basePath":734,"description":735,"displayName":736,"installMethods":737,"rationale":738,"selectedPaths":739,"source":347,"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",[740],{"path":565,"priority":341},{"basePath":742,"description":743,"displayName":744,"installMethods":745,"rationale":746,"selectedPaths":747,"source":347,"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",[748],{"path":565,"priority":341},{"basePath":750,"description":751,"displayName":752,"installMethods":753,"rationale":754,"selectedPaths":755,"source":347,"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",[756],{"path":565,"priority":341},{"basePath":758,"description":759,"displayName":760,"installMethods":761,"rationale":762,"selectedPaths":763,"source":347,"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",[764],{"path":565,"priority":341},{"basePath":766,"description":767,"displayName":768,"installMethods":769,"rationale":770,"selectedPaths":771,"source":347,"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",[772],{"path":565,"priority":341},{"basePath":774,"description":775,"displayName":776,"installMethods":777,"rationale":778,"selectedPaths":779,"source":347,"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",[780],{"path":565,"priority":341},{"basePath":782,"description":783,"displayName":784,"installMethods":785,"rationale":786,"selectedPaths":787,"source":347,"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",[788],{"path":565,"priority":341},{"basePath":790,"description":791,"displayName":792,"installMethods":793,"rationale":794,"selectedPaths":795,"source":347,"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",[796],{"path":565,"priority":341},{"basePath":798,"description":799,"displayName":800,"installMethods":801,"rationale":802,"selectedPaths":803,"source":347,"sourceLanguage":18,"type":256},"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",[804],{"path":565,"priority":341},{"basePath":806,"description":807,"displayName":808,"installMethods":809,"rationale":810,"selectedPaths":811,"source":347,"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",[812],{"path":565,"priority":341},{"basePath":814,"description":815,"displayName":816,"installMethods":817,"rationale":818,"selectedPaths":819,"source":347,"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",[820],{"path":565,"priority":341},{"basePath":822,"description":823,"displayName":824,"installMethods":825,"rationale":826,"selectedPaths":827,"source":347,"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",[828,829,831,833],{"path":565,"priority":341},{"path":830,"priority":358},"CLI-REFERENCE.md",{"path":832,"priority":358},"REFERENCE.md",{"path":834,"priority":358},"SHARED.md",{"basePath":836,"description":837,"displayName":838,"installMethods":839,"rationale":840,"selectedPaths":841,"source":347,"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",[842],{"path":565,"priority":341},{"basePath":844,"description":845,"displayName":846,"installMethods":847,"license":247,"rationale":848,"selectedPaths":849,"source":347,"sourceLanguage":18,"type":857},"claude-ops/telegram-server","Telegram user-auth MCP server for claude-ops plugin (personal account via MTProto, not bots)","claude-ops-telegram-server",{"npm":846},"server.json with namespace/server name at claude-ops/telegram-server/server.json",[850,852,854,855],{"path":851,"priority":341},"server.json",{"path":853,"priority":341},"package.json",{"path":343,"priority":341},{"path":856,"priority":358},"index.js","mcp",{"sources":859},[860],"manual",{"closedIssues90d":240,"description":862,"forks":241,"homepage":863,"license":247,"openIssues90d":242,"pushedAt":243,"readmeSize":238,"stars":244,"topics":864},"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",[865,307,866,867,311,868,869,287,870,871,857,872,873,874,875,876,877,878,312,879],"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":881,"discoverAt":882,"extractAt":883,"githubAt":883,"updatedAt":881},1778692306008,1778692301282,1778692304144,[224,222,221,223,220],{"evaluatedAt":250,"extractAt":302,"updatedAt":250},[],[888,917,949,977,999,1030],{"_creationTime":889,"_id":890,"community":891,"display":892,"identity":898,"providers":902,"relations":911,"tags":913,"workflow":914},1778686012417.8333,"k17anh9td7tdtav2qk54f8mcj586n760",{"reviewCount":8},{"description":893,"installMethods":894,"name":896,"sourceUrl":897},"Track packages across UPS, FedEx, USPS, and DHL using the `ordercli` CLI. Look up tracking numbers, get current status, estimated delivery dates, and shipment history without visiting carrier websites.",{"claudeCode":895},"daxaur/openpaw","c-tracking","https://github.com/daxaur/openpaw",{"basePath":899,"githubOwner":900,"githubRepo":901,"locale":18,"slug":896,"type":256},"skills/c-tracking","daxaur","openpaw",{"evaluate":903,"extract":910},{"promptVersionExtension":213,"promptVersionScoring":214,"score":904,"tags":905,"targetMarket":225,"tier":909},65,[906,220,907,908,221],"tracking","packages","cli","flagged",{"commitSha":292},{"repoId":912},"kd7bwdbyne8rrdfxt9ahxb6ved86mk9b",[908,221,907,220,906],{"evaluatedAt":915,"extractAt":916,"updatedAt":915},1778686900854,1778686012417,{"_creationTime":918,"_id":919,"community":920,"display":921,"identity":927,"providers":932,"relations":942,"tags":945,"workflow":946},1778699234184.6157,"k177tdbfgqmwhtaqv771f2ych586nne9",{"reviewCount":8},{"description":922,"installMethods":923,"name":925,"sourceUrl":926},"Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions",{"claudeCode":924},"Yeachan-Heo/oh-my-claudecode","Project Session Manager","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":928,"githubOwner":929,"githubRepo":930,"locale":18,"slug":931,"type":256},"skills/project-session-manager","Yeachan-Heo","oh-my-claudecode","project-session-manager",{"evaluate":933,"extract":941},{"promptVersionExtension":213,"promptVersionScoring":214,"score":934,"tags":935,"targetMarket":225,"tier":226},100,[936,937,938,939,224,908,940],"git","development-environment","workflow","tmux","developer-tool",{"commitSha":292,"license":247},{"parentExtensionId":943,"repoId":944},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[224,908,940,937,936,939,938],{"evaluatedAt":947,"extractAt":948,"updatedAt":947},1778699613343,1778699234184,{"_creationTime":950,"_id":951,"community":952,"display":953,"identity":959,"providers":962,"relations":969,"tags":972,"workflow":973},1778699505679.3464,"k1751nm85mw95gw3rsqgrdqspx86ncq2",{"reviewCount":8},{"description":954,"installMethods":955,"name":957,"sourceUrl":958},"无需 OAuth 即可创建公开的 Google Docs 或 Google Sheet 文件。使用此技能创建和编辑 Google Docs 和 Sheets，无需登录 Google。文档可通过共享链接查看。首次使用时自动注册。",{"claudeCode":956},"zagmoai/public-google-drive","public-google-drive","https://github.com/zagmoai/public-google-drive",{"basePath":276,"githubOwner":960,"githubRepo":957,"locale":961,"slug":957,"type":256},"zagmoai","zh-CN",{"evaluate":963,"extract":968},{"promptVersionExtension":213,"promptVersionScoring":214,"score":934,"tags":964,"targetMarket":225,"tier":226},[965,966,286,224,967],"google-docs","google-sheets","api-client",{"commitSha":292},{"repoId":970,"translatedFrom":971},"kd776ynh73t0d6samn4bnxdf3x86n8mj","k1707pszx7h026a651dp5tvaxd86m3ag",[967,224,965,966,286],{"evaluatedAt":974,"extractAt":975,"updatedAt":976},1778699485884,1778699468747,1778699505679,{"_creationTime":978,"_id":979,"community":980,"display":981,"identity":984,"providers":987,"relations":995,"tags":996,"workflow":997},1778699234184.611,"k179b6dkc777g1rgyecze04wqn86m6y4",{"reviewCount":8},{"description":982,"installMethods":983,"name":930,"sourceUrl":926},"Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly",{"claudeCode":924},{"basePath":985,"githubOwner":929,"githubRepo":930,"locale":18,"slug":986,"type":256},"skills/ask","ask",{"evaluate":988,"extract":994},{"promptVersionExtension":213,"promptVersionScoring":214,"score":934,"tags":989,"targetMarket":225,"tier":226},[908,224,990,991,992,993],"llm","prompting","code-review","artifact-generation",{"commitSha":292,"license":247},{"parentExtensionId":943,"repoId":944},[993,224,908,992,990,991],{"evaluatedAt":998,"extractAt":948,"updatedAt":998},1778699303045,{"_creationTime":1000,"_id":1001,"community":1002,"display":1003,"identity":1009,"providers":1014,"relations":1022,"tags":1025,"workflow":1026},1778699366078.7817,"k173mj3k9wcdq512bp1532xkwx86nrh4",{"reviewCount":8},{"description":1004,"installMethods":1005,"name":1007,"sourceUrl":1008},"当工作依赖于用户实时浏览器会话或可见的渲染状态，而不是静态抓取时使用，尤其是在浏览器调试上下文或 DevTools 选择的元素或请求、登录仪表板或 CMS 流程、localhost 应用、上传、下载、媒体检查、DOM 或 iframe 检查、Shadow DOM，或看起来像软 404、身份验证墙、反机器人检查或速率限制的浏览器故障时。",{"claudeCode":1006},"xixu-me/skills","使用我的浏览器","https://github.com/xixu-me/skills",{"basePath":1010,"githubOwner":1011,"githubRepo":1012,"locale":961,"slug":1013,"type":256},"skills/use-my-browser","xixu-me","skills","use-my-browser",{"evaluate":1015,"extract":1021},{"promptVersionExtension":213,"promptVersionScoring":214,"score":934,"tags":1016,"targetMarket":225,"tier":226},[1017,1018,224,1019,1020],"browser","debugging","ux","developer-tools",{"commitSha":292,"license":247},{"repoId":1023,"translatedFrom":1024},"kd77r2vb42jmgam0qbr9f2c6kn86mebv","k179cgk616p3xva37r5jqsfwvh86mcp2",[224,1017,1018,1020,1019],{"evaluatedAt":1027,"extractAt":1028,"updatedAt":1029},1778699261239,1778699106670,1778699366078,{"_creationTime":1031,"_id":1032,"community":1033,"display":1034,"identity":1040,"providers":1043,"relations":1052,"tags":1056,"workflow":1057},1778699289329.1182,"k172jykxz0jywjekjxjt5thj5x86nm3n",{"reviewCount":8},{"description":1035,"installMethods":1036,"name":1038,"sourceUrl":1039},"当用户需要通过 Xquik 获取 X (Twitter) 数据或执行需要确认的 X 操作时使用：推文搜索、用户查找、关注者提取、媒体下载、监控、Webhook、MCP、SDK、发布、点赞、私信和个人资料更新。需要 Xquik API 密钥。切勿索要 X 登录凭据。",{"claudeCode":1037},"Xquik-dev/x-twitter-scraper","x-twitter-scraper","https://github.com/Xquik-dev/x-twitter-scraper",{"basePath":1041,"githubOwner":1042,"githubRepo":1038,"locale":961,"slug":1038,"type":256},"skills/x-twitter-scraper","Xquik-dev",{"evaluate":1044,"extract":1051},{"promptVersionExtension":213,"promptVersionScoring":214,"score":934,"tags":1045,"targetMarket":225,"tier":226},[1046,1047,1048,1049,224,857,1050],"twitter","x","api","data-retrieval","sdk",{"commitSha":292},{"parentExtensionId":1053,"repoId":1054,"translatedFrom":1055},"k17axvhmvwp90strpqcd5b0h7986m80d","kd783enpnwhry153ka0z65ear186mjbh","k172e8vt4zcz50bb0vfp6ptb1n86mf90",[1048,224,1049,857,1050,1046,1047],{"evaluatedAt":1058,"extractAt":1059,"updatedAt":1060},1778699230863,1778699170774,1778699289329]