AIAny
AI Agent2026
Icon for item

Marketing Skills for AI Agents

Provides a modular collection of marketing “skills” (CRO, copywriting, SEO, analytics, growth engineering) expressed as markdown workflows so AI agents can apply marketing frameworks. Built to plug into Agent Skills–compatible agents like Claude Code and OpenAI Codex.

Introduction

Most LLM agents are generalists; they still make avoidable marketing mistakes because they lack compact, shareable workflows that encode domain best practices. This collection treats marketing know-how as agent-native skills — short, interlinked markdown files that give an agent the context, checklist, and heuristics needed to run real marketing tasks reliably.

What Sets It Apart
  • Modular skill files that check a single product-marketing-context first, then run specialized workflows (so what: avoids inconsistent outputs by forcing a single source of product truth).
  • Cross-referenced skill graph for typical marketing domains (SEO, CRO, copy, paid measurement, growth engineering) (so what: lets agents chain tasks—research → copy → experiment plan—without losing context).
  • Designed for multi-agent compatibility (Claude Code, OpenAI Codex, Cursor, Windsurf and any Agent Skills–compatible agent) and toolchains (so what: you can reuse the same skills across different agent runtimes without rewriting workflows).
  • Focused on pragmatic deliverables rather than abstract advice (templates for A/B tests, analytics tracking checks, copy briefs) (so what: reduces iteration time between idea and measurable experiments).
Who It's For and Trade-offs

Great fit if you are a technical marketer, growth engineer, or founder who wants an LLM agent to produce repeatable marketing outputs (landing page copy, SEO audits, A/B test setups, ad creative) and you can provide a concise product-marketing-context. Look elsewhere if you need end-to-end GUI apps, turnkey analytics integrations, or a non-technical, point-and-click marketing suite — the repo supplies agent workflows and templates, not a hosted SaaS product.

Where It Fits

Think of this as a domain-layer for autonomous marketing agents: pair the skills with an agent runtime (Claude Code, an OpenAI Codex–based agent, or an agent framework) and a small product context file to get reliable, repeatable marketing tasks. It complements conversion agencies and learning resources by codifying playbooks rather than replacing human strategy judgment.

Information

  • Websitegithub.com
  • AuthorsCorey Haines
  • Published date2026/01/15

Categories

More Items

Turns fragile, implicit search progress into explicit, persistent, shared state for multi-agent information seeking — externalizes progress as Frontier Task, Evidence Graph, Coverage Map and Failure Memory, and uses pipeline-parallel scheduling plus a middleware harness to avoid repeated failed searches and improve utilization and throughput.

GitHub
AI Agent2026

Provides a lightweight Python harness that turns LLMs into working agents with tool-use, skills, persistent memory, permission controls and multi-agent coordination. Ships with a CLI/React TUI, 43+ built-in tools, a plugin/skill system and the ohmo personal-agent for chat gateways. Best for developers prototyping agent workflows and multi-agent experiments.

GitHub
AI Client2025

Turns Chromium into a local-first AI browser with an embedded assistant that can summarise pages, extract structured data, automate web tasks, and run scheduled agents. Built as an open-source Chromium fork with 53+ built-in browser tools, 40+ app integrations, and support for BYO AI keys or fully local models (Ollama / LM Studio).