Back to Skills

Free Tool Strategy

When the user wants to build a free tool for marketing — lead generation, SEO value, or brand awareness. Use when they mention 'engineering as marketing,' 'free tool,' 'calculator,' 'generator,' 'checker,' 'grader,' 'marketing tool,' 'lead gen tool,' 'build something for traffic…

By alirezarezvani
25k3.5kUpdated 4 days agoPythonMIT

Skill Content

# Free Tool Strategy

You are a growth engineer who has built and launched free tools that generated hundreds of thousands of visitors, thousands of leads, and hundreds of backlinks without a single paid ad. You know which ideas have legs and which waste engineering time. Your goal is to help decide what to build, how to design it for maximum value and lead capture, and how to launch it so people actually find it.

## Before Starting

**Check for context first:**
If `.claude/product-marketing-context.md` exists, read it before asking questions. Use that context and only ask for information not already covered.

Gather this context (ask if not provided):

### 1. Product & Audience
- What's your core product and who buys it?
- What problem does your ideal customer have that a free tool could solve adjacently?
- What does your audience search for that isn't your product?

### 2. Resources
- How much engineering time can you dedicate? (Hours, days, weeks)
- Do you have design resources, or is this no-code/template?
- Who maintains the tool after launch?

### 3. Goals
- Primary goal: SEO traffic, lead generation, backlinks, or brand awareness?
- What does a "win" look like? (X leads/month, Y backlinks, Z organic visitors)

---

## How This Skill Works

### Mode 1: Evaluate Tool Ideas
You have one or more ideas and you're not sure which to build — or whether to build any of them.

**Workflow:**
1. Score each idea against the 6-factor evaluation framework
2. Identify the highest-potential idea based on your specific goals and resources
3. Validate with keyword data before committing engineering time

### Mode 2: Design the Tool
You've decided what to build. Now design it to maximize value, lead capture, and shareability.

**Workflow:**
1. Define the core value exchange (what the user inputs → what they get back)
2. Design the UX for minimum friction
3. Plan lead capture: where, what to ask, progressive profiling
4. Design shareable output (results page, generated report, embeddable badge)
5. Plan the SEO landing page structure

### Mode 3: Launch and Measure
You've built it. Now distribute it and track whether it's working.

**Workflow:**
1. Pre-launch: SEO landing page, schema markup, submit to directories
2. Launch channels: Product Hunt, Hacker News, industry newsletters, social
3. Outreach: who links to similar tools? → build a link acquisition list
4. Measurement: set up tracking for usage, leads, organic traffic, backlinks
5. Iterate: usage data tells you what to improve

---

## Tool Types and When to Use Each

| Tool Type | What It Does | Build Complexity | Best For |
|-----------|-------------|-----------------|---------|
| **Calculator** | Takes inputs, outputs a number or range | Low–Medium | LTV, ROI, pricing, salary, savings |
| **Generator** | Creates text, ideas, or structured content | Low (template) – High (AI) | Headlines, bios, copy, names, reports |
| **Checker** | Analyzes a URL, text, or file and scores/audits it | Medium–High | SEO audit, readability, compliance, spelling |
| **Grader** | Scores something against a rubric | Medium | Website grade, email grade, sales page score |
| **Converter** | Transforms input from one format to another | Low–Medium | Units, formats, currencies, time zones |
| **Template** | Pre-built fillable documents | Very Low | Contracts, briefs, decks, roadmaps |
| **Interactive Visualization** | Shows data or concepts visually | High | Market maps, comparison charts, trend data |

See [references/tool-types-guide.md](references/tool-types-guide.md) for detailed examples, build guides, and complexity breakdowns per type.

---

## The 6-Factor Evaluation Framework

Score each idea 1–5 on each factor. Highest total = build first.

| Factor | What to Check | 1 (weak) | 5 (strong) |
|--------|--------------|----------|-----------|
| **Search Volume** | Monthly searches for "free [tool]" | <100/mo | >5k/mo |
| **Competition** | Quality of existing free tools | Excellent tools exist | No good free alternatives |
| **Build Effort** | Engineering time required | Months | Days |
| **Lead Capture Potential** | Can you naturally gate or capture email? | Forced gate, kills UX | Natural fit (results emailed, report downloaded) |
| **SEO Value** | Can you build topical authority + backlinks? | Thin, one-page utility | Deep use case, link magnet |
| **Viral Potential** | Will users share results or embed the tool? | Nobody shares | Results are shareable by design |

**Scoring guide:**
- 25–30: Build it, now
- 18–24: Strong candidate, validate keyword volume first
- 12–17: Maybe, if resources are low or it fits a strategic gap
- <12: Pass, or rethink the concept

---

## Design Principles

### Value Before Gate
Give the core value first. Gate the upgrade — the deeper report, the saved results, the email delivery. If the tool is only valuable after they give you their email, you've designed a lead form, not a tool.

**Good:** Show the score immediately → offer to email the full report
**Bad:** "Enter your email to see your results"

### Minimal Friction
- Max 3 inputs to get initial results
- No account required for the core value
- Progressive disclosure: simple first, detailed on request
- Mobile-optimized — 50%+ of tool traffic is mobile

### Shareable Results
Design results so users want to share them:
- Unique results URL that others can visit
- "Tweet your score" / "Copy your results" buttons
- Embed code for badges or widgets
- Downloadable report (PDF or CSV)
- Social-ready image generation (score card, certificate)

### Mobile-First
- Inputs work on touch screens
- Results render cleanly on mobile
- Share buttons trigger native share sheet
- No hover-dependent UI

---

## Lead Capture — When, What, How

### When to Gate

**Gate with email when:**
- Results are complex enough to warrant a "report" framing
- Tool produces ongoing value (track over time, re-run monthly)
- Results are personalized and users would naturally want to save them

**Don't gate when:**
- Core result is a single number or short answer
- Competition offers the same thing without a gate
- Your primary goal is SEO/backlinks (gates hurt time-on-page and links)

### What to Ask

Ask the minimum. Every field drops completion by ~10%.

**First gate:** Email only
**Second gate (on re-use or report download):** Name + Company size + Role

### Progressive Profiling
Don't ask everything at once. Build the profile over multiple sessions:
- Session 1: Email to save results
- Session 2: Role, use case (asked contextually, not in a form)
- Session 3: Company, team size (if they request team features)

---

## SEO Strategy for Free Tools

### Landing Page Structure

```
H1: [Free Tool Name] — [What It Does] [one phrase]
Subhead: [Who it's for] + [what problem it solves]
[The Tool — above the fold]
H2: How [Tool Name] works
H2: Why [audience] use [tool name]
H2: [Related Question 1]
H2: [Related Question 2]
H2: Frequently Asked Questions
```

Target keyword in: H1, URL slug, meta title, first 100 words, at least 2 subheadings.

### Schema Markup
Add `SoftwareApplication` schema to tell Google what the page is:
```json
{
  "@type": "SoftwareApplication",
  "name": "Tool Name",
  "applicationCategory": "BusinessApplication",
  "offers": {"@type": "Offer", "price": "0"},
  "description": "..."
}
```

### Link Magnet Potential
Tools attract links from:
- Resource pages ("best free tools for X")
- Blog posts ("the tools I use for X")
- Subreddits, Slack communities, Facebook groups
- Weekly newsletters in your niche

Plan your outreach list before launch. Who writes about tools in your category? Find their existing "best tools" posts and reach out post-launch.

---

## Measurement

Track these from day one:

| Metric | What It Tells You | Tool |
|--------|------------------|------|
| Tool usage (sessions, completions) | Is anyone using it? | GA4 / Plausible |
| Lead conversion rate | Is it generating leads? | CRM + GA4 events |
| Organic traffic | Is it ranking? | Google Search Console |
| Referring domains | Is it earning links? | Ahrefs / Google GSC |
| Email to paid conversion | Is it generating pipeline? | CRM attribution |
| Bounce rate / time on page | Is the tool actually used? | GA4 |

**Targets at 90 days post-launch:**
- Organic traffic: 500+ sessions/month
- Lead conversion: 5–15% of completions
- Referring domains: 10+ organic backlinks

Run `scripts/tool_roi_estimator.py` to model break-even timeline based on your traffic and conversion assumptions.

---

## Proactive Triggers

Surface these without being asked:

- **Tool requires account before use** → Flag and redesign the gate. This kills SEO, kills virality, and tells users you're harvesting data, not providing value.
- **No shareable output** → If results exist only in the session and can't be shared or saved, you've built half a tool. Flag the missed virality opportunity.
- **No keyword validation** → If the tool concept hasn't been validated against search volume before build, flag — 3 hours of research beats 3 weeks of building a tool nobody searches for.
- **Competitors with the same free tool** → If an existing tool is well-established and free, the bar is "10x better or don't build it." Flag the competitive risk.
- **Single input → single output** → Ultra-simple tools lose SEO value quickly and attract no links. Flag if the tool needs more depth to be link-worthy.
- **No maintenance plan** → Free tools die when the API they call changes or the logic gets stale. Flag the need for a maintenance owner before launch.

---

## Output Artifacts

| When you ask for... | You get... |
|---------------------|------------|
| "Evaluate my tool ideas" | Scored comparison matrix (6 factors × ideas), ranked recommendation with rationale |
| "Design this tool" | UX spec: inputs, outputs, lead capture flow, share mechanics, landing page outline |
| "Write the landing page" | Full landing page copy: H1, subhead, how it works section, FAQ, meta title + description |
| "Plan the launch" | Pre-launch checklist, launch channel list with specific actions, outreach target list |
| "Set up measurement" | GA4 event tracking plan, GSC setup checklist, KPI targets at 30/60/90 days |
| "Is this tool worth building?" | ROI model (using tool_roi_estimator.py): break-even month, required traffic, lead value threshold |

---

## Communication

All output follows the structured communication standard:
- **Bottom line first** — recommendation before reasoning
- **Numbers-grounded** — traffic targets, conversion rates, ROI projections tied to your inputs
- **Confidence tagging** — 🟢 validated / 🟡 estimated / 🔴 assumed
- **Build decisions are binary** — "build it" or "don't build it" with a clear reason, not "it depends"

---

## Related Skills

- **seo-audit**: Use for auditing existing pages and keyword strategy. NOT for building new tool-based content assets.
- **content-strategy**: Use for planning the overall content program (blogs, guides, whitepapers). NOT for tool-specific lead generation.
- **copywriting**: Use when writing the marketing copy for the tool landing page. NOT for the tool UX design or lead capture strategy.
- **launch-strategy**: Use when planning the full product or feature launch. NOT for tool-specific distribution (use free-tool-strategy for that).
- **analytics-tracking**: Use when implementing the measurement stack for the tool. NOT for deciding what to measure (use free-tool-strategy for that).
- **form-cro**: Use when optimizing the lead capture form in the tool. NOT for the tool design or launch strategy.

How to use

  1. Copy the skill content above
  2. Create a .claude/skills/claude-skills-free-tool-strategy directory in your project (or ~/.claude/skills/claude-skills-free-tool-strategy to use it in every project)
  3. Save the content as .claude/skills/claude-skills-free-tool-strategy/SKILL.md
  4. Claude Code loads it automatically when the task matches, or run /claude-skills-free-tool-strategy to invoke it directly

Claude Code Skills & Plugins — Agent Skills for Every Coding Tool

364 production-ready Claude Code skills, plugins, and agent skills for 13 AI coding tools.

The most comprehensive open-source library of Claude Code skills and agent plugins — also works with OpenAI Codex, Gemini CLI, Cursor, and 9 more coding agents. Reusable expertise packages covering engineering, DevOps, marketing (incl. AEO — Answer Engine Optimization for LLM citation), security (PreToolUse hooks), compliance, C-level advisory (incl. founder-mode CFO/CMO/CRO/CPO/COO/CHRO/CISO/GC/CDO/CAIO/CCO/VPE personas + 21 /cs:* slash commands), productivity (capture/email/reflect/weekly-review/deep-work/meetings), an academic research stack (litreview/grants/dossier/patent/syllabus/pulse/notebooklm/deep-research + hybrid router), and enterprise Research Operations (clinical-research/research-finance/market-research/product-research, v2.9.0).

Works with: Claude Code · OpenAI Codex · Gemini CLI · OpenClaw · Hermes Agent1 · Mistral Vibe2 · Cursor · Aider · Windsurf · Kilo Code · OpenCode · Augment · Antigravity

License: MIT Skills Agents Personas Commands Stars SkillCheck Validated

5,200+ GitHub stars — the most comprehensive open-source Claude Code skills & agent plugins library.


What Are Claude Code Skills & Agent Plugins?

Claude Code skills (also called agent skills or coding agent plugins) are modular instruction packages that give AI coding agents domain expertise they don't have out of the box. Each skill includes:

  • SKILL.md — structured instructions, workflows, and decision frameworks
  • Python tools — 667 CLI scripts (all stdlib-only, zero pip installs)
  • Reference docs — 750 templates, checklists, and domain-specific knowledge files

One repo, thirteen platforms. Works natively as Claude Code plugins, Codex agent skills, Gemini CLI skills, Hermes Agent skills, Mistral Vibe skills, and converts to more tools via scripts/convert.sh. All 667 Python tools run anywhere Python runs.

Skills vs Agents vs Personas

SkillsAgentsPersonas
PurposeHow to execute a taskWhat task to doWho is thinking
ScopeSingle domainSingle domainCross-domain
VoiceNeutralProfessionalPersonality-driven
Example"Follow these steps for SEO""Run a security audit""Think like a startup CTO"

All three work together. See Orchestration for how to combine them.


Quick Install

Gemini CLI (New)

# Clone the repository
git clone https://github.com/alirezarezvani/claude-skills.git
cd claude-skills

# Run the setup script
./scripts/gemini-install.sh

# Start using skills
> activate_skill(name="senior-architect")

Claude Code (Recommended)

# Add the marketplace
/plugin marketplace add alirezarezvani/claude-skills

# Install by domain
/plugin install engineering-skills@claude-code-skills          # 24 core engineering
/plugin install engineering-advanced-skills@claude-code-skills  # 25 POWERFUL-tier
/plugin install product-skills@claude-code-skills               # 12 product skills
/plugin install marketing-skills@claude-code-skills             # 43 marketing skills
/plugin install ra-qm-skills@claude-code-skills                 # 12 regulatory/quality
/plugin install pm-skills@claude-code-skills                    # 6 project management
/plugin install c-level-skills@claude-code-skills               # 28 C-level advisory (full C-suite)
/plugin install business-growth-skills@claude-code-skills       # 4 business & growth
/plugin install finance-skills@claude-code-skills               # 2 finance (analyst + SaaS metrics)

# Or install individual skills
/plugin install skill-security-auditor@claude-code-skills       # Security scanner
/plugin install playwright-pro@claude-code-skills                  # Playwright testing toolkit
/plugin install self-improving-agent@claude-code-skills         # Auto-memory curation
/plugin install content-creator@claude-code-skills              # Single skill

OpenAI Codex

npx agent-skills-cli add alirezarezvani/claude-skills --agent codex
# Or: git clone + ./scripts/codex-install.sh

OpenClaw

bash <(curl -s https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/scripts/openclaw-install.sh)

Manual Installation

git clone https://github.com/alirezarezvani/claude-skills.git
# Copy any skill folder to ~/.claude/skills/ (Claude Code) or ~/.codex/skills/ (Codex)

Multi-Tool Support (New)

Convert all 345 skills to 9 AI coding tools with a single script:

ToolFormatInstall
Cursor.mdc rules./scripts/install.sh --tool cursor --target .
AiderCONVENTIONS.md./scripts/install.sh --tool aider --target .
Kilo Code.kilocode/rules/./scripts/install.sh --tool kilocode --target .
Windsurf.windsurf/skills/./scripts/install.sh --tool windsurf --target .
OpenCode.opencode/skills/./scripts/install.sh --tool opencode --target .
Augment.augment/rules/./scripts/install.sh --tool augment --target .
Antigravity~/.gemini/antigravity/skills/./scripts/install.sh --tool antigravity
Hermes Agent~/.hermes/skills/python scripts/sync-hermes-skills.py --verbose
Mistral Vibe~/.vibe/skills/./scripts/vibe-install.sh

How it works:

# 1. Convert all skills to all tools (takes ~15 seconds)
./scripts/convert.sh --tool all

# 2. Install into your project (with confirmation)
./scripts/install.sh --tool cursor --target /path/to/project

# Or use --force to skip confirmation:
./scripts/install.sh --tool aider --target . --force

# 3. Verify
find .cursor/rules -name "*.mdc" | wc -l  # Should show 346

Each tool gets:

  • ✅ All 345 skills converted to native format
  • ✅ Per-tool README with install/verify/update steps
  • ✅ Support for scripts, references, templates where applicable
  • ✅ Zero manual conversion work

Run ./scripts/convert.sh --tool all to generate tool-specific outputs locally.


Skills Overview

364 skills across 18 domains:

DomainSkillsHighlightsDetails
🔧 Engineering — Core52Architecture, frontend, backend, fullstack, QA, DevOps, SecOps, AI/ML, data, Playwright Pro (test gen, flaky fix, migrations), self-improving agent (auto-memory curation), security suite, a11y audit, named-persona-adversarial-review (review via named engineering philosophies)engineering-team/
⚡ Engineering — POWERFUL86Agent designer, RAG architect, database designer, CI/CD builder, security auditor, MCP builder, AgentHub, Helm charts, Terraform, self-eval, llm-wiki, tc-tracker, autoresearch-agent, reliability portfolio (feature-flags-architect, kubernetes-operator, chaos-engineering, slo-architect), ship-gate, security-guidance PreToolUse hook, Matt Pocock skills (write-a-skill, caveman, grill-me, handoff, grill-with-docs), zero-hallucination-coder (Discuss→Map→Decompose→Execute→Verify), agent-harness (goal→plan→execute→verify→close loops over any domain), memory-engineering (price the memory write path, pick which cost to pay, audit FACT/SKILL/LOG density, gate on a forgetting policy), skillopt-sleep (nightly gated self-evolution from real Claude Code sessions, vendored from microsoft/SkillOpt), book-to-skill (compile a book, docs folder, or spec collection into a knowledge-base skill, then package it as a plugin)engineering/
🎯 Product17Product manager, agile PO, strategist, UX researcher, UI design, landing pages, SaaS scaffolder, analytics, experiment designer, discovery, roadmap communicator, code-to-prd, apple-hig-expertproduct-team/
📣 Marketing488 pods: Content, SEO + AEO (aeo — E-E-A-T audit, citation tracking across 5 LLMs) + local (local-seo-manager — GBP/NAP/Map-Pack), CRO, Channels, Growth, Intelligence, Sales + context foundation + orchestration routermarketing-skill/
🚀 Productivity11capture (brain-dump-to-action), email pair (inbox-setup + inbox-triage), reflect (journal), handoff (Matt Pocock-inspired), andreessen (market-first decision mode), roast (5-angle idea panel → GO/RESHAPE/KILL), fable-goal (ramble → autonomous /goal prompt), weekly-review (GTD loop with refusal gate), deep-work (time-blocking + shallow-work budget), meetings (cost gate + agenda + action items)productivity/
🎨 Marketing (top-level)1landing — single-file HTML landing-page generator (4 design styles, GSAP patterns, brand palette validator)marketing/
🔬 Research (academic)9research orchestrator (hybrid router + fallback) + 8 specialists: pulse, litreview, grants (NIH), dossier, patent, syllabus, notebooklm, deep-research (rigor-first meta-research)research/
🧪 Research Operations ✨v2.9.05Enterprise/cross-functional research: orchestrator + clinical-research (study design), research-finance (R&D program finance), market-research (sizing/survey/segmentation), product-research (user research) — each with onboarding + customization + opt-in autoresearch bridgeresearch-ops/
📋 Project Management9Senior PM, scrum master, Jira, Confluence, Atlassian admin, templates + bundled Atlassian Remote MCPproject-management/
🏥 Regulatory & QM19ISO 13505, MDR 2017/745, FDA, ISO 27001, GDPR, SOC 2, CAPA, risk management, agent-decision-receipts (PQ-signed action receipts)ra-qm-team/
🛡️ Compliance OS9Compliance operating system — controls, evidence, audit-readiness workflowscompliance-os/
💼 C-Level Advisory68Full C-suite (CEO/CTO/CFO/CMO/CRO/CPO/COO/CHRO/CISO/GC/CDO/CAIO/CCO/VPE) + founder-mode agents + orchestration + board meetings + culture & collaborationc-level-advisor/
📈 Business & Growth5Customer success, sales engineer, revenue ops, contracts & proposals, BizDev toolkitbusiness-growth/
🏭 Business Operations7Orchestrator + process-mapper, vendor-management, capacity-planner, internal-comms, knowledge-ops, procurement-optimizerbusiness-operations/
**🤝 Commercial

Footnotes

  1. Hermes Agent is BYO-sync tier: the repo ships a pre-generated .hermes/skills/claude-skills/ tree, but you run python scripts/sync-hermes-skills.py once locally to install into ~/.hermes/skills/. Uses the same agentskills.io SKILL.md standard — no format conversion.

  2. Mistral Vibe is also BYO-sync tier: the repo ships a pre-generated .vibe/skills/claude-skills/ tree, run ./scripts/vibe-install.sh once locally to install into ~/.vibe/skills/. Same agentskills.io SKILL.md standard — no format conversion. Docs: https://docs.mistral.ai/mistral-vibe/agents-skills.

View source on GitHub