[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-Lifecycle-Innovations-Limited-ops-marketing-en":3,"guides-for-Lifecycle-Innovations-Limited-ops-marketing":879,"similar-k1781vr7zz5sjpz5gbepwc14ms86n00h-en":880},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":245,"isFallback":240,"parentExtension":251,"providers":318,"relations":322,"repo":323,"tags":877,"workflow":878},1778692306427.1003,"k1781vr7zz5sjpz5gbepwc14ms86n00h",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Marketing command center. Email campaigns (Klaviyo), paid ads (Meta/Google), analytics (GA4), SEO, and social media metrics. One dashboard for all marketing channels.",{"claudeCode":12},"Lifecycle-Innovations-Limited/claude-ops","OPS Marketing","https://github.com/Lifecycle-Innovations-Limited/claude-ops",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":226,"workflow":243},1778692709398.7368,"kn76wszxj1phfy5qnggq4tqz4986m17g","en",{"checks":20,"evaluatedAt":189,"extensionSummary":190,"features":191,"nonGoals":197,"promptVersionExtension":202,"promptVersionScoring":203,"purpose":204,"rationale":205,"score":206,"summary":207,"tags":208,"targetMarket":218,"tier":219,"useCases":220},[21,26,29,32,36,39,43,46,50,54,58,61,64,68,72,76,80,83,86,89,92,95,98,101,104,108,112,116,119,123,127,130,133,136,139,142,145,149,153,156,159,162,165,169,173,176,178,181,184,186],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly identifies marketing command center as the problem, and lists specific channels like email, ads, analytics, SEO, and social media as areas of focus.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The extension provides a unified dashboard for multiple marketing channels and offers advanced campaign management features for Meta Ads and Google Ads, going beyond basic LLM capabilities.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill provides extensive setup, credential resolution, and detailed API calls for multiple marketing platforms, covering a complete lifecycle for marketing operations.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses on marketing operations across various channels and platforms, with clear sub-commands for each, maintaining a coherent domain.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The description is concise, accurate, and accurately reflects the extension's capabilities in managing various marketing channels from a single dashboard.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Precise Purpose","The purpose is precisely stated as a 'Marketing command center' covering email, ads, analytics, SEO, and social media metrics, with clear use cases and boundaries outlined in the sub-command routing.",{"category":40,"check":44,"severity":24,"summary":45},"Concise Frontmatter","The frontmatter is concise, clearly stating the core capability and listing argument hints and allowed tools effectively for routing.",{"category":47,"check":48,"severity":24,"summary":49},"Documentation","Concise Body","The SKILL.md is well-structured with clear sections for each function, delegating detailed API calls and setup instructions to specific sub-sections, keeping the main body concise.",{"category":51,"check":52,"severity":24,"summary":53},"Context","Progressive Disclosure","Detailed API references, credential resolution steps, and complex command logic are presented in distinct, readable sections within the SKILL.md, rather than embedding large blocks of code.",{"category":51,"check":55,"severity":56,"summary":57},"Forked exploration","not_applicable","The skill is primarily tool-based and does not involve deep exploration or code review that would necessitate a forked context.",{"category":22,"check":59,"severity":24,"summary":60},"Usage examples","The SKILL.md provides numerous runnable bash command examples for various marketing tasks, clearly showing inputs and expected outcomes.",{"category":22,"check":62,"severity":24,"summary":63},"Edge cases","The skill handles edge cases like missing credentials by providing clear error messages and setup instructions, and includes notes on API limitations like rate limits.",{"category":65,"check":66,"severity":56,"summary":67},"Code Execution","Tool Fallback","The skill does not rely on external MCP servers or tools that would require a fallback path.",{"category":69,"check":70,"severity":24,"summary":71},"Safety","Halt on unexpected state","The skill explicitly checks for missing credentials or configurations and halts execution with informative messages, preventing unexpected states.",{"category":73,"check":74,"severity":24,"summary":75},"Portability","Cross-skill coupling","The skill is self-contained and does not implicitly rely on other skills; cross-skill coordination for agents is explicitly managed via Agent Teams.",{"category":77,"check":78,"severity":24,"summary":79},"Security","Secret Management","Secrets are handled via environment variables, plugin config, Doppler, or Keychain, with clear resolution chains. No secrets are echoed to stdout.",{"category":77,"check":81,"severity":24,"summary":82},"Injection","The skill uses carefully crafted API calls and command structures, and external data like user inputs are primarily used in structured API arguments rather than arbitrary command execution.",{"category":77,"check":84,"severity":24,"summary":85},"Transitive Supply-Chain Grenades","The skill relies on committed scripts and API calls, and does not fetch or execute external code at runtime.",{"category":77,"check":87,"severity":24,"summary":88},"Sandbox Isolation","The skill primarily makes API calls and executes shell commands within its own scope, without attempting to modify files outside its designated data directory.",{"category":77,"check":90,"severity":24,"summary":91},"Sandbox escape primitives","No detached process spawns or deny-retry loops were observed in the provided scripts.",{"category":77,"check":93,"severity":24,"summary":94},"Data Exfiltration","The skill handles marketing data and API credentials securely, with no evidence of exfiltrating confidential data to unauthorized third parties.",{"category":77,"check":96,"severity":24,"summary":97},"Hidden Text Tricks","The bundled content appears free of hidden text tricks or suspicious Unicode characters.",{"category":77,"check":99,"severity":24,"summary":100},"Opaque code execution","The bundled scripts are plain, readable bash commands and API calls, with no obfuscation like base64 encoding or eval.",{"category":73,"check":102,"severity":24,"summary":103},"Structural Assumption","The skill's assumptions about project structure are limited to credential resolution paths which are standard or user-configurable, not specific project layouts.",{"category":105,"check":106,"severity":24,"summary":107},"Trust","Issues Attention","The repository shows 2 open issues and 6 closed issues in the last 90 days, indicating active maintenance and a healthy closure rate.",{"category":109,"check":110,"severity":24,"summary":111},"Versioning","Release Management","The extension has a clear versioning system indicated by version tags in the README and a CHANGELOG file.",{"category":113,"check":114,"severity":24,"summary":115},"Execution","Pinned dependencies","The installation relies on standard tools like curl, jq, gcloud, and bash, which are generally available or managed by the Claude Code environment. Dependencies are pinned implicitly by using standard CLI tools.",{"category":33,"check":117,"severity":24,"summary":118},"Dry-run preview","While explicit dry-run flags are not universally present for all actions, many destructive operations like campaign creation are done in a 'PAUSED' state, providing a safe default that can be reviewed before enabling.",{"category":120,"check":121,"severity":24,"summary":122},"Protocol","Idempotent retry & timeouts","The scripts use standard API calls, which typically handle idempotency and timeouts at the API provider level. Errors are generally handled to prevent cascading failures.",{"category":124,"check":125,"severity":24,"summary":126},"Compliance","GDPR","The skill operates on marketing platform data and credentials. It does not appear to directly handle personal data beyond what is necessary for marketing analytics and does not submit personal data to third parties without user configuration.",{"category":124,"check":128,"severity":24,"summary":129},"Target market","The skill's functionality is global in scope, supporting various international marketing platforms. No regional restrictions were detected, and the target market is considered 'global'.",{"category":73,"check":131,"severity":24,"summary":132},"Runtime stability","The skill uses standard command-line tools and API calls, ensuring broad compatibility across different operating systems supported by Claude Code.",{"category":47,"check":134,"severity":24,"summary":135},"README","The README is comprehensive, detailing the extension's purpose, features, architecture, and installation instructions.",{"category":33,"check":137,"severity":24,"summary":138},"Tool surface size","The skill exposes a reasonable number of tools and sub-commands, categorized logically, facilitating precise invocation without overwhelming the user.",{"category":40,"check":140,"severity":24,"summary":141},"Overlapping near-synonym tools","Sub-commands are distinct and follow a clear verb-noun structure, avoiding near-synonyms for similar actions.",{"category":47,"check":143,"severity":24,"summary":144},"Phantom features","All advertised features in the README and SKILL.md have corresponding implementations and documented usage.",{"category":146,"check":147,"severity":24,"summary":148},"Install","Installation instruction","The README provides clear installation steps, including a quick start guide and local development instructions, along with setup wizard guidance.",{"category":150,"check":151,"severity":24,"summary":152},"Errors","Actionable error messages","Errors consistently provide context on what failed, why (e.g., missing credentials, API errors), and a clear remediation step or link to setup instructions.",{"category":65,"check":154,"severity":24,"summary":155},"Validation","Input arguments and parameters for API calls are handled through explicit parsing and conversion (e.g., dollars to micros), and user inputs are validated where necessary (e.g., campaign status mapping).",{"category":77,"check":157,"severity":24,"summary":158},"Unguarded Destructive Operations","Destructive operations like campaign creation are safely handled by defaulting to a 'PAUSED' state, and actions like pausing require explicit user confirmation.",{"category":65,"check":160,"severity":24,"summary":161},"Error Handling","Errors from API calls or shell commands are checked, parsed, and reported with informative messages, often suggesting remediation steps or configuration checks.",{"category":65,"check":163,"severity":56,"summary":164},"Logging","The skill does not appear to implement a local audit log, but its actions are primarily API interactions and configuration changes rather than destructive local file operations.",{"category":166,"check":167,"severity":24,"summary":168},"License","License usability","The extension is licensed under the MIT license, which is permissive and suitable for commercial use.",{"category":170,"check":171,"severity":24,"summary":172},"Maintenance","Commit recency","The repository shows recent commits within the last 12 months, indicating active maintenance.",{"category":170,"check":174,"severity":24,"summary":175},"Dependency Management","The skill relies on standard CLI tools and language runtimes that are typically managed by the Claude Code environment or user's system, with no complex third-party dependencies requiring explicit management within the skill itself.",{"category":40,"check":44,"severity":24,"summary":177},"The frontmatter is dense, but sufficient for precise routing, clearly defining the core capability and argument hints.",{"category":33,"check":179,"severity":24,"summary":180},"Tool naming","Tool and sub-command names are descriptive, verb-noun based, and clearly indicate their function within the marketing domain.",{"category":33,"check":182,"severity":24,"summary":183},"Minimal I/O surface","Inputs for commands are structured (e.g., specific flags, prompts for required values), and outputs are generally formatted for clarity or API use, avoiding unnecessary diagnostic dumps.",{"category":77,"check":147,"severity":24,"summary":185},"Clear installation instructions are provided in the README, along with guidance on setting up necessary credentials and authentication for various marketing platforms.",{"category":33,"check":187,"severity":24,"summary":188},"Scoped tools","Tools are specific verb-noun specialists (e.g., `create-campaign`, `runReport`, `list-keywords`), facilitating precise agent selection.",1778692709288,"This skill acts as a comprehensive marketing command center, integrating with platforms like Klaviyo, Meta Ads, Google Analytics 4, and Google Search Console. It offers functionalities for campaign management, data retrieval, analytics, and optimization across various marketing channels.",[192,193,194,195,196],"Marketing campaign management (Meta Ads, Google Ads)","Data retrieval from Klaviyo, Meta Ads, GA4, GSC","Cross-channel campaign overview and attribution","Automated ad optimization recommendations","Credential management for marketing platforms",[198,199,200,201],"Performing deep content creation for ads or social media posts","Replacing dedicated marketing analytics platforms for complex historical analysis","Managing organic social media posting beyond basic insights aggregation","Providing financial accounting or sales forecasting beyond marketing attribution","3.0.0","4.4.0","To provide a unified dashboard and operational tool for managing and analyzing marketing campaigns across multiple platforms, streamlining marketing workflows and improving data-driven decision-making.","The extension demonstrates excellent production readiness, comprehensive documentation, and robust security practices, including detailed credential management and safe handling of destructive operations. All checks passed with high severity.",98,"A high-quality, production-ready marketing command center skill with extensive integrations and thorough documentation.",[209,210,211,212,213,214,215,216,217],"marketing","analytics","advertising","seo","social-media","klaviyo","meta-ads","google-ads","ga4","global","verified",[221,222,223,224,225],"Monitoring marketing performance across all channels from a single interface","Creating and managing ad campaigns on Meta and Google platforms","Analyzing email campaign performance and subscriber data","Gaining insights into website traffic and user behavior via GA4","Optimizing SEO performance using Google Search Console data",{"codeQuality":227,"collectedAt":229,"documentation":230,"maintenance":233,"security":239,"testCoverage":242},{"hasLockfile":228},true,1778692682161,{"descriptionLength":231,"readmeSize":232},166,22118,{"closedIssues90d":234,"forks":235,"hasChangelog":228,"openIssues90d":236,"pushedAt":237,"stars":238},6,4,2,1778673878000,9,{"hasNpmPackage":240,"license":241,"smitheryVerified":240},false,"MIT",{"hasCi":228,"hasTests":228},{"updatedAt":244},1778692709398,{"basePath":246,"githubOwner":247,"githubRepo":248,"locale":18,"slug":249,"type":250},"claude-ops/skills/ops-marketing","Lifecycle-Innovations-Limited","claude-ops","ops-marketing","skill",{"_creationTime":252,"_id":253,"community":254,"display":255,"identity":259,"parentExtension":261,"providers":298,"relations":314,"tags":315,"workflow":316},1778692306427.0964,"k17d0t6ns7y6t377pfprg128hd86nm89",{"reviewCount":8},{"description":256,"installMethods":257,"name":258,"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":258},"ops",{"basePath":248,"githubOwner":247,"githubRepo":248,"locale":18,"slug":248,"type":260},"plugin",{"_creationTime":262,"_id":263,"community":264,"display":265,"identity":269,"providers":272,"relations":292,"tags":294,"workflow":295},1778692306427.0962,"k177xmnsm26p2wbrkfkwqgm2b986m2w8",{"reviewCount":8},{"description":266,"installMethods":267,"name":268,"sourceUrl":14},"Local marketplace for claude-ops plugin",{"claudeCode":12},"ops-marketplace",{"basePath":270,"githubOwner":247,"githubRepo":248,"locale":18,"slug":248,"type":271},"","marketplace",{"evaluate":273,"extract":286},{"promptVersionExtension":274,"promptVersionScoring":203,"score":275,"tags":276,"targetMarket":218,"tier":219},"3.1.0",96,[277,278,279,280,281,282,283,284,285],"operations","business","dashboard","automation","productivity","aws","slack","whatsapp","monitoring",{"commitSha":287,"marketplace":288,"plugin":290},"HEAD",{"name":268,"pluginCount":289},1,{"mcpCount":8,"provider":291,"skillCount":8},"classify",{"repoId":293},"kd7d52tcek2e34r805zs06b10d86n39v",[280,282,278,279,285,277,281,283,284],{"evaluatedAt":296,"extractAt":297,"updatedAt":296},1778692330594,1778692306427,{"evaluate":299,"extract":311},{"promptVersionExtension":202,"promptVersionScoring":203,"score":300,"tags":301,"targetMarket":218,"tier":310},85,[302,280,303,304,305,306,209,307,308,285,309],"business-operations","ai-agents","communications","project-management","devops","finance","e-commerce","voice","community",{"commitSha":287,"license":241,"plugin":312},{"mcpCount":8,"provider":291,"skillCount":313},35,{"parentExtensionId":263,"repoId":293},[303,280,302,304,306,308,307,209,285,305,309],{"evaluatedAt":317,"extractAt":297,"updatedAt":317},1778692342046,{"evaluate":319,"extract":321},{"promptVersionExtension":202,"promptVersionScoring":203,"score":206,"tags":320,"targetMarket":218,"tier":219},[209,210,211,212,213,214,215,216,217],{"commitSha":287,"license":241},{"parentExtensionId":253,"repoId":293},{"_creationTime":324,"_id":293,"identity":325,"providers":326,"workflow":873},1778692301282.087,{"githubOwner":247,"githubRepo":248,"sourceUrl":14},{"classify":327,"discover":852,"github":855},{"commitSha":287,"extensions":328},[329,342,552,560,568,576,584,592,600,608,616,624,632,640,648,658,666,674,679,687,695,703,711,719,727,735,743,751,759,767,775,783,791,799,807,815,829,837],{"basePath":270,"description":266,"displayName":268,"installMethods":330,"rationale":331,"selectedPaths":332,"source":341,"sourceLanguage":18,"type":271},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[333,336,338],{"path":334,"priority":335},".claude-plugin/marketplace.json","mandatory",{"path":337,"priority":335},"README.md",{"path":339,"priority":340},"LICENSE","high","rule",{"basePath":248,"description":256,"displayName":258,"installMethods":343,"license":241,"rationale":344,"selectedPaths":345,"source":341,"sourceLanguage":18,"type":260},{"claudeCode":258},"plugin manifest at claude-ops/.claude-plugin/plugin.json",[346,348,349,350,353,355,357,359,361,363,365,367,369,371,373,375,377,379,381,383,385,387,389,391,393,395,397,399,401,403,405,407,409,411,413,415,417,419,421,423,425,427,429,431,433,435,437,439,441,443,445,447,449,451,453,455,457,459,462,464,466,468,470,472,474,476,478,480,482,484,486,488,490,492,494,496,498,500,502,504,506,508,510,512,514,516,518,520,522,524,526,528,530,532,534,536,538,540,542,544,546,548,550],{"path":347,"priority":335},".claude-plugin/plugin.json",{"path":337,"priority":335},{"path":339,"priority":340},{"path":351,"priority":352},"skills/ops/SKILL.md","medium",{"path":354,"priority":352},"skills/ops-comms/SKILL.md",{"path":356,"priority":352},"skills/ops-credentials/SKILL.md",{"path":358,"priority":352},"skills/ops-daemon/SKILL.md",{"path":360,"priority":352},"skills/ops-dash/SKILL.md",{"path":362,"priority":352},"skills/ops-deploy/SKILL.md",{"path":364,"priority":352},"skills/ops-deploy-fix/SKILL.md",{"path":366,"priority":352},"skills/ops-doctor/SKILL.md",{"path":368,"priority":352},"skills/ops-ecom/SKILL.md",{"path":370,"priority":352},"skills/ops-fires/SKILL.md",{"path":372,"priority":352},"skills/ops-go/SKILL.md",{"path":374,"priority":352},"skills/ops-gtm/SKILL.md",{"path":376,"priority":352},"skills/ops-inbox/SKILL.md",{"path":378,"priority":352},"skills/ops-integrate/SKILL.md",{"path":380,"priority":352},"skills/ops-linear/SKILL.md",{"path":382,"priority":352},"skills/ops-marketing/SKILL.md",{"path":384,"priority":352},"skills/ops-merge/SKILL.md",{"path":386,"priority":352},"skills/ops-monitor/SKILL.md",{"path":388,"priority":352},"skills/ops-next/SKILL.md",{"path":390,"priority":352},"skills/ops-orchestrate/SKILL.md",{"path":392,"priority":352},"skills/ops-package/SKILL.md",{"path":394,"priority":352},"skills/ops-projects/SKILL.md",{"path":396,"priority":352},"skills/ops-recap/SKILL.md",{"path":398,"priority":352},"skills/ops-revenue/SKILL.md",{"path":400,"priority":352},"skills/ops-rotate/SKILL.md",{"path":402,"priority":352},"skills/ops-rotate-setup/SKILL.md",{"path":404,"priority":352},"skills/ops-settings/SKILL.md",{"path":406,"priority":352},"skills/ops-speedup/SKILL.md",{"path":408,"priority":352},"skills/ops-status/SKILL.md",{"path":410,"priority":352},"skills/ops-triage/SKILL.md",{"path":412,"priority":352},"skills/ops-voice/SKILL.md",{"path":414,"priority":352},"skills/ops-whatsapp-biz/SKILL.md",{"path":416,"priority":352},"skills/ops-yolo/SKILL.md",{"path":418,"priority":352},"skills/setup/SKILL.md",{"path":420,"priority":352},"skills/uninstall/SKILL.md",{"path":422,"priority":335},".mcp.json",{"path":424,"priority":340},"agents/build-fixer.md",{"path":426,"priority":340},"agents/comms-scanner.md",{"path":428,"priority":340},"agents/daemon-agent.md",{"path":430,"priority":340},"agents/dependency-auditor.md",{"path":432,"priority":340},"agents/deploy-fixer.md",{"path":434,"priority":340},"agents/doctor-agent.md",{"path":436,"priority":340},"agents/general-purpose.md",{"path":438,"priority":340},"agents/infra-monitor.md",{"path":440,"priority":340},"agents/marketing-optimizer.md",{"path":442,"priority":340},"agents/memory-extractor.md",{"path":444,"priority":340},"agents/monitor-agent.md",{"path":446,"priority":340},"agents/project-scanner.md",{"path":448,"priority":340},"agents/revenue-tracker.md",{"path":450,"priority":340},"agents/triage-agent.md",{"path":452,"priority":340},"agents/yolo-ceo.md",{"path":454,"priority":340},"agents/yolo-cfo.md",{"path":456,"priority":340},"agents/yolo-coo.md",{"path":458,"priority":340},"agents/yolo-cto.md",{"path":460,"priority":461},"bin/ops-autofix","low",{"path":463,"priority":461},"bin/ops-ci",{"path":465,"priority":461},"bin/ops-credentials",{"path":467,"priority":461},"bin/ops-dash",{"path":469,"priority":461},"bin/ops-deploy-fix-build-trigger",{"path":471,"priority":461},"bin/ops-deploy-fix-merge-trigger",{"path":473,"priority":461},"bin/ops-discord",{"path":475,"priority":461},"bin/ops-discover-external",{"path":477,"priority":461},"bin/ops-doctor",{"path":479,"priority":461},"bin/ops-ecom-health",{"path":481,"priority":461},"bin/ops-external",{"path":483,"priority":461},"bin/ops-gather",{"path":485,"priority":461},"bin/ops-git",{"path":487,"priority":461},"bin/ops-gsd-states",{"path":489,"priority":461},"bin/ops-infra",{"path":491,"priority":461},"bin/ops-marketing-dash",{"path":493,"priority":461},"bin/ops-merge-scan",{"path":495,"priority":461},"bin/ops-no-rm-rf-anchor",{"path":497,"priority":461},"bin/ops-post-session-cleanup",{"path":499,"priority":461},"bin/ops-post-update-migrate",{"path":501,"priority":461},"bin/ops-pretool-wacli-health",{"path":503,"priority":461},"bin/ops-pretool-whatsapp-bridge-health",{"path":505,"priority":461},"bin/ops-prevent-secret-commit",{"path":507,"priority":461},"bin/ops-projects",{"path":509,"priority":461},"bin/ops-prs",{"path":511,"priority":461},"bin/ops-setup-complete",{"path":513,"priority":461},"bin/ops-setup-detect",{"path":515,"priority":461},"bin/ops-setup-install",{"path":517,"priority":461},"bin/ops-setup-preflight",{"path":519,"priority":461},"bin/ops-shopify-create",{"path":521,"priority":461},"bin/ops-slack-autolink.mjs",{"path":523,"priority":461},"bin/ops-slack-workspaces",{"path":525,"priority":461},"bin/ops-speedup",{"path":527,"priority":461},"bin/ops-status",{"path":529,"priority":461},"bin/ops-suggest-specialized-agent",{"path":531,"priority":461},"bin/ops-task-reminder",{"path":533,"priority":461},"bin/ops-telegram-autolink.mjs",{"path":535,"priority":461},"bin/ops-unread",{"path":537,"priority":461},"bin/ops-warn-mainpush",{"path":539,"priority":461},"bin/ops-welcome",{"path":541,"priority":461},"bin/wacli-health",{"path":543,"priority":461},"bin/wacli-safe",{"path":545,"priority":340},"hooks/hooks.json",{"path":547,"priority":340},"hooks/recap-capture.sh",{"path":549,"priority":340},"hooks/recap-tool-activity.sh",{"path":551,"priority":461},"output-styles/ops-briefing.md",{"basePath":553,"description":554,"displayName":258,"installMethods":555,"rationale":556,"selectedPaths":557,"source":341,"sourceLanguage":18,"type":250},"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",[558],{"path":559,"priority":335},"SKILL.md",{"basePath":561,"description":562,"displayName":563,"installMethods":564,"rationale":565,"selectedPaths":566,"source":341,"sourceLanguage":18,"type":250},"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",[567],{"path":559,"priority":335},{"basePath":569,"description":570,"displayName":571,"installMethods":572,"rationale":573,"selectedPaths":574,"source":341,"sourceLanguage":18,"type":250},"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",[575],{"path":559,"priority":335},{"basePath":577,"description":578,"displayName":579,"installMethods":580,"rationale":581,"selectedPaths":582,"source":341,"sourceLanguage":18,"type":250},"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",[583],{"path":559,"priority":335},{"basePath":585,"description":586,"displayName":587,"installMethods":588,"rationale":589,"selectedPaths":590,"source":341,"sourceLanguage":18,"type":250},"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",[591],{"path":559,"priority":335},{"basePath":593,"description":594,"displayName":595,"installMethods":596,"rationale":597,"selectedPaths":598,"source":341,"sourceLanguage":18,"type":250},"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",[599],{"path":559,"priority":335},{"basePath":601,"description":602,"displayName":603,"installMethods":604,"rationale":605,"selectedPaths":606,"source":341,"sourceLanguage":18,"type":250},"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",[607],{"path":559,"priority":335},{"basePath":609,"description":610,"displayName":611,"installMethods":612,"rationale":613,"selectedPaths":614,"source":341,"sourceLanguage":18,"type":250},"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",[615],{"path":559,"priority":335},{"basePath":617,"description":618,"displayName":619,"installMethods":620,"rationale":621,"selectedPaths":622,"source":341,"sourceLanguage":18,"type":250},"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",[623],{"path":559,"priority":335},{"basePath":625,"description":626,"displayName":627,"installMethods":628,"rationale":629,"selectedPaths":630,"source":341,"sourceLanguage":18,"type":250},"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",[631],{"path":559,"priority":335},{"basePath":633,"description":634,"displayName":635,"installMethods":636,"rationale":637,"selectedPaths":638,"source":341,"sourceLanguage":18,"type":250},"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",[639],{"path":559,"priority":335},{"basePath":641,"description":642,"displayName":643,"installMethods":644,"rationale":645,"selectedPaths":646,"source":341,"sourceLanguage":18,"type":250},"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",[647],{"path":559,"priority":335},{"basePath":649,"description":650,"displayName":651,"installMethods":652,"rationale":653,"selectedPaths":654,"source":341,"sourceLanguage":18,"type":250},"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",[655,656],{"path":559,"priority":335},{"path":657,"priority":352},"CHANNELS.md",{"basePath":659,"description":660,"displayName":661,"installMethods":662,"rationale":663,"selectedPaths":664,"source":341,"sourceLanguage":18,"type":250},"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",[665],{"path":559,"priority":335},{"basePath":667,"description":668,"displayName":669,"installMethods":670,"rationale":671,"selectedPaths":672,"source":341,"sourceLanguage":18,"type":250},"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",[673],{"path":559,"priority":335},{"basePath":246,"description":10,"displayName":249,"installMethods":675,"rationale":676,"selectedPaths":677,"source":341,"sourceLanguage":18,"type":250},{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-marketing/SKILL.md",[678],{"path":559,"priority":335},{"basePath":680,"description":681,"displayName":682,"installMethods":683,"rationale":684,"selectedPaths":685,"source":341,"sourceLanguage":18,"type":250},"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",[686],{"path":559,"priority":335},{"basePath":688,"description":689,"displayName":690,"installMethods":691,"rationale":692,"selectedPaths":693,"source":341,"sourceLanguage":18,"type":250},"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",[694],{"path":559,"priority":335},{"basePath":696,"description":697,"displayName":698,"installMethods":699,"rationale":700,"selectedPaths":701,"source":341,"sourceLanguage":18,"type":250},"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",[702],{"path":559,"priority":335},{"basePath":704,"description":705,"displayName":706,"installMethods":707,"rationale":708,"selectedPaths":709,"source":341,"sourceLanguage":18,"type":250},"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",[710],{"path":559,"priority":335},{"basePath":712,"description":713,"displayName":714,"installMethods":715,"rationale":716,"selectedPaths":717,"source":341,"sourceLanguage":18,"type":250},"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",[718],{"path":559,"priority":335},{"basePath":720,"description":721,"displayName":722,"installMethods":723,"rationale":724,"selectedPaths":725,"source":341,"sourceLanguage":18,"type":250},"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",[726],{"path":559,"priority":335},{"basePath":728,"description":729,"displayName":730,"installMethods":731,"rationale":732,"selectedPaths":733,"source":341,"sourceLanguage":18,"type":250},"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",[734],{"path":559,"priority":335},{"basePath":736,"description":737,"displayName":738,"installMethods":739,"rationale":740,"selectedPaths":741,"source":341,"sourceLanguage":18,"type":250},"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",[742],{"path":559,"priority":335},{"basePath":744,"description":745,"displayName":746,"installMethods":747,"rationale":748,"selectedPaths":749,"source":341,"sourceLanguage":18,"type":250},"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",[750],{"path":559,"priority":335},{"basePath":752,"description":753,"displayName":754,"installMethods":755,"rationale":756,"selectedPaths":757,"source":341,"sourceLanguage":18,"type":250},"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",[758],{"path":559,"priority":335},{"basePath":760,"description":761,"displayName":762,"installMethods":763,"rationale":764,"selectedPaths":765,"source":341,"sourceLanguage":18,"type":250},"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",[766],{"path":559,"priority":335},{"basePath":768,"description":769,"displayName":770,"installMethods":771,"rationale":772,"selectedPaths":773,"source":341,"sourceLanguage":18,"type":250},"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",[774],{"path":559,"priority":335},{"basePath":776,"description":777,"displayName":778,"installMethods":779,"rationale":780,"selectedPaths":781,"source":341,"sourceLanguage":18,"type":250},"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",[782],{"path":559,"priority":335},{"basePath":784,"description":785,"displayName":786,"installMethods":787,"rationale":788,"selectedPaths":789,"source":341,"sourceLanguage":18,"type":250},"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",[790],{"path":559,"priority":335},{"basePath":792,"description":793,"displayName":794,"installMethods":795,"rationale":796,"selectedPaths":797,"source":341,"sourceLanguage":18,"type":250},"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",[798],{"path":559,"priority":335},{"basePath":800,"description":801,"displayName":802,"installMethods":803,"rationale":804,"selectedPaths":805,"source":341,"sourceLanguage":18,"type":250},"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",[806],{"path":559,"priority":335},{"basePath":808,"description":809,"displayName":810,"installMethods":811,"rationale":812,"selectedPaths":813,"source":341,"sourceLanguage":18,"type":250},"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",[814],{"path":559,"priority":335},{"basePath":816,"description":817,"displayName":818,"installMethods":819,"rationale":820,"selectedPaths":821,"source":341,"sourceLanguage":18,"type":250},"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",[822,823,825,827],{"path":559,"priority":335},{"path":824,"priority":352},"CLI-REFERENCE.md",{"path":826,"priority":352},"REFERENCE.md",{"path":828,"priority":352},"SHARED.md",{"basePath":830,"description":831,"displayName":832,"installMethods":833,"rationale":834,"selectedPaths":835,"source":341,"sourceLanguage":18,"type":250},"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",[836],{"path":559,"priority":335},{"basePath":838,"description":839,"displayName":840,"installMethods":841,"license":241,"rationale":842,"selectedPaths":843,"source":341,"sourceLanguage":18,"type":851},"claude-ops/telegram-server","Telegram user-auth MCP server for claude-ops plugin (personal account via MTProto, not bots)","claude-ops-telegram-server",{"npm":840},"server.json with namespace/server name at claude-ops/telegram-server/server.json",[844,846,848,849],{"path":845,"priority":335},"server.json",{"path":847,"priority":335},"package.json",{"path":337,"priority":335},{"path":850,"priority":352},"index.js","mcp",{"sources":853},[854],"manual",{"closedIssues90d":234,"description":856,"forks":235,"homepage":857,"license":241,"openIssues90d":236,"pushedAt":237,"readmeSize":232,"stars":238,"topics":858},"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",[859,302,860,861,306,862,863,282,864,865,851,866,867,868,869,870,871,214,209,872],"ai-agent","claude-code","claude-code-plugin","ai-automation","anthropic","claude","inbox-zero","morning-briefing","pr-automation","terminal","agent-teams","autonomous-agent","ecommerce","shopify",{"classifiedAt":874,"discoverAt":875,"extractAt":876,"githubAt":876,"updatedAt":874},1778692306008,1778692301282,1778692304144,[211,210,217,216,214,209,215,212,213],{"evaluatedAt":244,"extractAt":297,"updatedAt":244},[],[881,909,936,966,992,1022],{"_creationTime":882,"_id":883,"community":884,"display":885,"identity":891,"providers":896,"relations":903,"tags":905,"workflow":906},1778685991755.7354,"k170s484eessgyjzgnczc91n5186mbcr",{"reviewCount":8},{"description":886,"installMethods":887,"name":889,"sourceUrl":890},"Extracts and analyzes competitors' ads from ad libraries (Facebook, LinkedIn, etc.) to understand what messaging, problems, and creative approaches are working. Helps inspire and improve your own ad campaigns.",{"claudeCode":888},"davila7/claude-code-templates","Competitive Ads Extractor","https://github.com/davila7/claude-code-templates",{"basePath":892,"githubOwner":893,"githubRepo":894,"locale":18,"slug":895,"type":250},"cli-tool/components/skills/business-marketing/competitive-ads-extractor","davila7","claude-code-templates","competitive-ads-extractor",{"evaluate":897,"extract":902},{"promptVersionExtension":202,"promptVersionScoring":203,"score":898,"tags":899,"targetMarket":218,"tier":219},100,[209,900,211,213,901],"competitor-analysis","data-extraction",{"commitSha":287,"license":241},{"repoId":904},"kd71fzn4s7r0269fkw47wt670n86ndz0",[211,900,901,209,213],{"evaluatedAt":907,"extractAt":908,"updatedAt":907},1778689511404,1778685991755,{"_creationTime":910,"_id":911,"community":912,"display":913,"identity":919,"providers":924,"relations":930,"tags":932,"workflow":933},1778684091954.6677,"k1789j12ze7cpsb9mt3kc1hjz986nhbr",{"reviewCount":8},{"description":914,"installMethods":915,"name":917,"sourceUrl":918},"Generate ad copy variations for Google, Meta, and LinkedIn Ads",{"claudeCode":916},"cognyai/claude-code-marketing-skills","Ad Copy Writer","https://github.com/cognyai/claude-code-marketing-skills",{"basePath":920,"githubOwner":921,"githubRepo":922,"locale":18,"slug":923,"type":250},"skills/ad-copy-writer","cognyai","claude-code-marketing-skills","ad-copy-writer",{"evaluate":925,"extract":929},{"promptVersionExtension":202,"promptVersionScoring":203,"score":898,"tags":926,"targetMarket":218,"tier":219},[209,927,211,216,215,928],"copywriting","linkedin-ads",{"commitSha":287,"license":241},{"repoId":931},"kd7371gwzbdr07nc839hsmagw986nje6",[211,927,216,928,209,215],{"evaluatedAt":934,"extractAt":935,"updatedAt":934},1778684154286,1778684091954,{"_creationTime":937,"_id":938,"community":939,"display":940,"identity":946,"providers":951,"relations":959,"tags":962,"workflow":963},1778675056600.2642,"k17aczx5qdprvyyqzzhkg5epys86nv76",{"reviewCount":8},{"description":941,"installMethods":942,"name":944,"sourceUrl":945},"Social media campaign analysis and performance tracking. Calculates engagement rates, ROI, and benchmarks across platforms. Use for analyzing social media performance, calculating engagement rate, measuring campaign ROI, comparing platform metrics, or benchmarking against industry standards.",{"claudeCode":943},"alirezarezvani/claude-skills","Social Media Analyzer","https://github.com/alirezarezvani/claude-skills",{"basePath":947,"githubOwner":948,"githubRepo":949,"locale":18,"slug":950,"type":250},"marketing-skill/skills/social-media-analyzer","alirezarezvani","claude-skills","social-media-analyzer",{"evaluate":952,"extract":958},{"promptVersionExtension":202,"promptVersionScoring":203,"score":898,"tags":953,"targetMarket":218,"tier":219},[213,209,210,954,955,956,957],"performance-tracking","roi","engagement-metrics","benchmarking",{"commitSha":287,"license":241},{"parentExtensionId":960,"repoId":961},"k170sws65f0ebecn36z3q8c2z186m477","kd7ff9s1w43mfyy1n7hf87816186m6px",[210,957,956,209,954,955,213],{"evaluatedAt":964,"extractAt":965,"updatedAt":964},1778685204538,1778675056600,{"_creationTime":967,"_id":968,"community":969,"display":970,"identity":976,"providers":981,"relations":986,"tags":988,"workflow":989},1778694720643.034,"k175824bv0hy06y0gygd192pgd86nceh",{"reviewCount":8},{"description":971,"installMethods":972,"name":974,"sourceUrl":975},"Run a weekly SEO review for one registered website, write audit artifacts, and choose the next best safe action.",{"claudeCode":973},"nowork-studio/toprank","Toprank Weekly Review","https://github.com/nowork-studio/toprank",{"basePath":977,"githubOwner":978,"githubRepo":979,"locale":18,"slug":980,"type":250},"openclaw/skills/toprank-weekly-review","nowork-studio","toprank","toprank-weekly-review",{"evaluate":982,"extract":985},{"promptVersionExtension":202,"promptVersionScoring":203,"score":898,"tags":983,"targetMarket":218,"tier":219},[212,216,215,984,280],"auditing",{"commitSha":287,"license":241},{"repoId":987},"kd74wn8s89tp9hrfsmcra492r586nbrv",[984,280,216,215,212],{"evaluatedAt":990,"extractAt":991,"updatedAt":990},1778694967711,1778694720643,{"_creationTime":993,"_id":994,"community":995,"display":996,"identity":1002,"providers":1006,"relations":1015,"tags":1018,"workflow":1019},1778685615701.839,"k17c3snx7bv4bz57msbcvevgg186n41f",{"reviewCount":8},{"description":997,"installMethods":998,"name":1000,"sourceUrl":1001},"When the user wants help with paid advertising campaigns on Google Ads, Meta (Facebook/Instagram), LinkedIn, Twitter/X, or other ad platforms. Also use when the user mentions 'PPC,' 'paid media,' 'ROAS,' 'CPA,' 'ad campaign,' 'retargeting,' 'audience targeting,' 'Google Ads,' 'Facebook ads,' 'LinkedIn ads,' 'ad budget,' 'cost per click,' 'ad spend,' or 'should I run ads.' Use this for campaign strategy, audience targeting, bidding, and optimization. For bulk ad creative generation and iteration, see ad-creative. For landing page optimization, see page-cro.",{"claudeCode":999},"coreyhaines31/marketingskills","paid-ads","https://github.com/coreyhaines31/marketingskills",{"basePath":1003,"githubOwner":1004,"githubRepo":1005,"locale":18,"slug":1000,"type":250},"skills/paid-ads","coreyhaines31","marketingskills",{"evaluate":1007,"extract":1014},{"promptVersionExtension":202,"promptVersionScoring":203,"score":1008,"tags":1009,"targetMarket":218,"tier":219},99,[211,216,215,928,1010,1011,1012,1013],"tiktok-ads","campaign-strategy","paid-media","optimization",{"commitSha":287},{"parentExtensionId":1016,"repoId":1017},"k175jvka8cxxkf91gk8qy25r8186npjr","kd7a4vjty5ay3s25r82cm72wdn86nmg0",[211,1011,216,928,215,1013,1012,1010],{"evaluatedAt":1020,"extractAt":1021,"updatedAt":1020},1778686245495,1778685615701,{"_creationTime":1023,"_id":1024,"community":1025,"display":1026,"identity":1029,"providers":1031,"relations":1036,"tags":1037,"workflow":1038},1778675056600.2612,"k170scyj7ff78y4dtyh7wwxa3h86nwzy",{"reviewCount":8},{"description":1027,"installMethods":1028,"name":1000,"sourceUrl":945},"When the user wants help with paid advertising campaigns on Google Ads, Meta (Facebook/Instagram), LinkedIn, Twitter/X, or other ad platforms. Also use when the user mentions 'PPC,' 'paid media,' 'ad copy,' 'ad creative,' 'ROAS,' 'CPA,' 'ad campaign,' 'retargeting,' or 'audience targeting.' This skill covers campaign strategy, ad creation, audience targeting, and optimization.",{"claudeCode":943},{"basePath":1030,"githubOwner":948,"githubRepo":949,"locale":18,"slug":1000,"type":250},"marketing-skill/skills/paid-ads",{"evaluate":1032,"extract":1035},{"promptVersionExtension":202,"promptVersionScoring":203,"score":206,"tags":1033,"targetMarket":218,"tier":219},[209,211,216,215,928,1034,1011],"ppc",{"commitSha":287},{"parentExtensionId":960,"repoId":961},[211,1011,216,928,209,215,1034],{"evaluatedAt":1039,"extractAt":965,"updatedAt":1039},1778684846923]