Skills

Type: All Skills Tools
skill ★ 8

Mureo Marketing Account Initial Setup

Automates the initial setup of mureo marketing accounts by generating STRATEGY.md and STATE.json files, discovering connected advertising platforms, and establishing baseline performance metrics.

logly/mureo mureo marketing-automation account-onboarding data-integration
skill ★ 8

Persistent Marketing Insight Learning Skill

This skill extracts and stores marketing diagnostic insights into a persistent knowledge base for use in future automated workflows. It structures learned expertise into a standardised format to improve agentic analysis across various diagn…

logly/mureo knowledge-base marketing-automation learning-loop persistent-memory
skill ★ 8

Marketing Goal Progress Review

Evaluates marketing goal progress by comparing current metrics from various platforms against targets defined in STRATEGY.md. It assesses trajectory, identifies at-risk goals, and recommends evidence-based actions.

logly/mureo marketing-analytics goal-tracking performance-review strategy-evaluation
skill ★ 8

Automated Marketing Campaign Health Check

Performs automated daily health audits across Google Ads, Meta Ads, Search Console, and GA4 using existing strategy and state files. It analyses campaign performance, goal progress, and action log observations to identify anomalies.

logly/mureo marketing-automation performance-monitoring google-ads meta-ads
skill ★ 8

Automated Ad Creative Refreshing

Automates the auditing and updating of ad creatives across Google and Meta Ads by leveraging performance signals, brand strategy, and landing page analysis. It identifies underperforming assets and generates optimised copy aligned with pers…

logly/mureo ad-optimization creative-refresh google-ads meta-ads
skill ★ 8

Competitive Landscape Scanning and Analysis

This skill analyses competitive landscapes across paid, organic, and on-site channels using auction insights and market signals. It identifies significant shifts in market dynamics and generates strategic recommendations for multi-channel r…

logly/mureo competitive-analysis market-intelligence google-ads meta-ads
skill ★ 8

Cross-Platform Ad Campaign Budget Rebalancing

Automates the analysis and reallocation of advertising budgets across Google and Meta Ads by evaluating performance metrics against strategic objectives. It leverages existing MCP tools to identify efficient campaigns and proposes data-driv…

logly/mureo ad-tech budget-optimisation google-ads meta-ads
skill ★ 8

Ad Operations Strategy and State Management

Manages business strategy and campaign state through structured Markdown and JSON files. This allows AI agents to execute advertising operations that are aligned with defined personas, brand voices, and quantitative marketing goals.

logly/mureo ad-operations strategy-management campaign-state context-management
skill ★ 8

Meta Ads Management and Analytics Suite

Provides a comprehensive suite of functions for managing Meta Ads campaigns, ad sets, and creatives via the Marketing API. It enables programmatic control over audiences, pixels, and catalogues.

logly/mureo meta-ads marketing-api advertising campaign-management
skill ★ 8

Evidence-Based Marketing Decision Framework

A statistical decision framework for AI agents to manage marketing accounts by distinguishing signal from noise. It implements an evidence lifecycle with defined observation windows and minimum sample size requirements to validate campaign …

logly/mureo marketing-automation statistical-analysis ai-agents decision-framework
skill ★ 8

Google Ads Management and Analysis Skill

A comprehensive suite for managing Google Ads campaigns, including ad group creation, keyword optimisation, and budget adjustments. It enables advanced performance analysis, conversion tracking, and automated account health checks.

logly/mureo google-ads campaign-management performance-analysis digital-advertising
skill ★ 4

Arcadia Finance clAMM Liquidity Management

This skill enables agents to manage concentrated liquidity positions on Arcadia Finance, including automated rebalancing, compounding, and yield optimisation. It provides tools for monitoring account health and executing batched DeFi operat…

arcadia-finance/mcp-server mcp defi liquidity-management yield-optimisation
skill ★ 2

.NET Memory Profiling and Leak Detection

An agentic skill to analyse .NET application memory usage and identify leaks. It leverages dotMemory to capture snapshots, compare states, and suggest actionable code fixes.

MarcelRoozekrans/memorylens-mcp dotnet memory-profiling mcp debugging
skill ★ 26,383

CSV Data Analysis and Summarisation Skill

Provides a workflow for inspecting CSV schemas and computing aggregate statistics using Python standard library scripts.

openai/openai-agents-python csv-analysis python data-summarisation tabular-data
skill ★ 26,383

Playwright Browser Automation and Screenshotting

Provides capabilities for automating a real browser instance to capture screenshots and interact with web content from the terminal.

openai/openai-agents-python playwright browser-automation web-scraping screenshotting
skill ★ 26,383

Prior Authorization Packet Builder

This skill automates the creation of prior authorization packets by analysing case files and searching payer policy documents using ripgrep. It generates structured policy findings and human review checklists to streamline clinical workflow…

openai/openai-agents-python healthcare prior-authorization document-automation policy-analysis
skill ★ 26,383

Credit Note Bug Fixer

An agentic skill for identifying and resolving formatting errors in shell-based credit note logic by applying patches and executing targeted test commands.

openai/openai-agents-python bug-fixing shell-scripting automated-patching agentic-workflow
skill ★ 26,383

Test Coverage Improver

This skill automates the assessment and enhancement of test coverage by running coverage suites, identifying low-coverage files, and proposing impactful test cases for user approval.

openai/openai-agents-python test-coverage python automated-testing code-quality
skill ★ 26,383

Runtime behaviour investigation and validation

Plan and execute runtime behaviour investigations using temporary probe scripts and validation matrices to uncover edge cases or undocumented behaviour. It enables systematic verification of live integrations through structured case matrice…

openai/openai-agents-python runtime-investigation probe-scripts validation-matrix edge-case-testing
skill ★ 26,383

Automated Pull Request Draft Generator

Automatically generates structured pull request drafts including branch suggestions, titles, and descriptions by analysing git diffs and commit history. It identifies change types and assesses backward compatibility risks based on modified …

openai/openai-agents-python git pull-request automation devops
skill ★ 26,383

OpenAI Developer Documentation Retrieval

Provides a workflow for retrieving authoritative OpenAI API documentation, schemas, and endpoint specifications via MCP server tools. It enables agents to fetch exact markdown and OpenAPI specs to ensure accurate responses regarding models,…

openai/openai-agents-python openai mcp api-documentation llm-agents
skill ★ 26,383

API Compatibility and Implementation Strategy

A framework for determining compatibility boundaries and implementation approaches for runtime and API changes within the openai-agents-python library. It guides developers on when to use shims, migrations, or direct rewrites based on the l…

openai/openai-agents-python api-design compatibility-management software-engineering refactoring-strategy
skill ★ 26,383

Automated Release Readiness Review

Performs a comprehensive audit of git diffs between the latest release tag and a target commit to identify breaking changes, regressions, and release risks. It provides a deterministic ship or block recommendation based on concrete evidence…

openai/openai-agents-python release-management git-audit automated-review regression-detection
skill ★ 26,383

Automated Python Example Runner

Automates the execution of Python examples using uv, providing background process management, detailed logging, and automated re-running of failed tests.

openai/openai-agents-python python automation uv testing