Back to Discover

autonnel-skills

skill

autonnel

View on GitHub
0 starsApache-2.0Synced Aug 17, 2026

Install to Claude Code

/plugin marketplace add autonnel/autonnel-skills

README

Funnel Skills

Agent skills for building and fixing sales funnels.
Conversion audits, funnel design, post-purchase upsells, server-side tracking, platform choice - and how to ship it self-hosted.

License: Apache-2.0 Autonnel


Six skills that turn "my landing page isn't converting" and "I need to sell this online" into work an agent can actually do: a ranked audit instead of a generic CRO checklist, a build-ready funnel spec instead of a diagram, a one-click upsell design with the payment requirements that make it work, a seven-step tracking chain that survives iOS, and a platform recommendation with the cost crossover computed rather than asserted.

They are written to be useful whether or not you use Autonnel. Where a finding needs infrastructure rather than a page edit, they show the self-hosted path - and each one also says when not to take it.

Install

Works with Claude Code, Codex, Cursor, Copilot, Gemini CLI, OpenCode, Windsurf, Amp and other Agent Skills clients via the skills.sh installer:

# all six
npx skills add autonnel/autonnel-skills

# or one
npx skills add autonnel/autonnel-skills --skill landing-page-conversion-audit

Or copy any skill directory into your agent's skills folder by hand - ~/.claude/skills/, ~/.agents/skills/, .github/skills/, whichever your client reads.

Skills

SkillUse when
landing-page-conversion-auditA page has traffic and is not converting - returns a fix list ranked by impact, plus what it could not check
sales-funnel-blueprintTurning an offer into a page-by-page funnel spec, price ladder and per-step metric targets
post-purchase-upsell-flowRaising AOV after checkout: offer design, chain structure, and the payment/merged-order requirements
server-side-conversion-trackingConversions under-reported: click id passthrough, CAPI/Events API, dedupe, reconciliation
funnel-platform-pickerChoosing between hosted, plugin, store-app and self-hosted routes - with the cost crossover computed
self-hosted-funnel-launchBuilding it: deploy → configure → pages → funnel → pre-launch verification → operating it from an agent over MCP

They compose in that order for a full engagement: audit or blueprint → upsell design → tracking → platform choice → launch.

What these are not

  • Not a pitch dressed as a skill. Every one states when the self-hosted route is the wrong answer, and funnel-platform-picker recommends hosted platforms outright for the cases where they win.
  • Not benchmarks you can quote. The metric ranges in these skills are starting points to be replaced by the account's own baseline, and the skills say so.
  • Not an API reference. Autonnel's MCP tools are self-describing, so self-hosted-funnel-launch carries only what introspection cannot tell you: the error envelope, the write rules, and the build order.

About Autonnel

Autonnel is an Apache-2.0, self-hosted funnel builder: landing, checkout, one-click post-purchase upsell and thank-you pages, funnel-level A/B tests, server-side conversion postbacks to Facebook / TikTok / Google / Bing, catalog from Shopify, WooCommerce or Picocart, and orders in a Postgres database you control. Its admin API is exposed as MCP tools, so an agent can build and change funnels without the UI.

Try it locally in about two minutes:

curl -O https://raw.githubusercontent.com/autonnel/autonnel/master/docker-compose.yml
docker compose up
# http://localhost:4321 → /setup

For production it deploys to Cloudflare Workers, and that is the path worth knowing about: a funnel is mostly static pages, Workers serves static assets free and unmetered, and the repository ships the whole toolchain (KV page cache, Hyperdrive for Postgres, cron handler). The running cost is a Postgres bill plus effectively nothing for serving traffic. self-hosted-funnel-launch has the deploy steps and the free-tier limits that actually bite.

Docs: https://autonnel.com/docs · Why not ClickFunnels: https://autonnel.com/open-source-clickfunnels-alternative

Contributing

Corrections are welcome, especially to the metric ranges and the platform comparison - both rot. Open an issue with the source for the number you are changing.

License

Apache-2.0

Rendered live from autonnel/autonnel-skills's GitHub README — not stored, always reflects the source repo.

0 Plugins

No plugins listed in this repo's manifest.

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.