Agent Skills

Downloadable skill files and MCP configurations that teach your AI agent how to use AEOForged effectively — no prompting required.

What are skills?

Skills are reference guides that teach AI agents proven techniques and tool usage patterns. When an agent loads a skill, it knows when and how to use AEOForged tools effectively — the correct order to chain them, how to interpret results, and which mistakes to avoid.

Available Skills

AEOForged Content Creation

Complete 25-tool reference covering the Create, Analyze, Maintain, and Workflows phases. Tool chaining patterns, credit costs, error handling, and common mistakes.

Download SKILL.md

AEOForged Audit & Refresh

Focused skill for content evaluation — audit URLs, compare articles head-to-head, and generate refresh plans. When to use targetKeyword, reading marginOfVictory and confidenceLevel.

Download SKILL.md

MCP Configuration Files

Cursor MCP Config

Drop into .cursor/mcp.json to connect your Cursor agent.

{
  "mcpServers": {
    "aeoforge": {
      "url": "https://aeoforged.com/api/mcp/mcp",
      "headers": {
        "Authorization": "Bearer aeo_sk_YOUR_KEY_HERE"
      }
    }
  }
}
Download Config

Claude Code MCP Config

Add to ~/.claude/mcp_servers.json for Claude Code.

{
  "aeoforge": {
    "type": "url",
    "url": "https://aeoforged.com/api/mcp/mcp",
    "headers": {
      "Authorization": "Bearer aeo_sk_YOUR_KEY_HERE"
    }
  }
}
Download Config

Installation Instructions

Cursor

  1. Download the SKILL.md file
  2. Place it in your project at .cursor/skills/aeoforge/SKILL.md
  3. Download the MCP config and merge into .cursor/mcp.json
  4. Replace aeo_sk_YOUR_KEY_HERE with your API key from Settings → API Keys
  5. Reload Cursor window

Claude Code

  1. Download the SKILL.md file
  2. Place it in ~/.claude/skills/aeoforge/SKILL.md
  3. Download the MCP config and merge into ~/.claude/mcp_servers.json
  4. Replace aeo_sk_YOUR_KEY_HERE with your API key
  5. Restart Claude Code