Agent Plugins Marketplace
All plugins

axon

Self-hosted RAG engine in Rust: crawl, scrape, ingest, embed, and query any source, with hybrid retrieval and cited LLM synthesis over MCP, CLI, and REST.

Claude Code25 Skills

By dinglebear.aiLicense: AGPL-3.0-only4 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Claude Code
Parsed components
25 skill or MCP entries
Source updated
Sep 6, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install axon for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install axon@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/dinglebear-ai/axon

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/axon/.

Plugin files

plugins/axon/
├── .claude-plugin/plugin.json
├── skills/cli/SKILL.md
├── skills/company-directories/SKILL.md
├── skills/competitive-intel/SKILL.md
├── skills/crawl/SKILL.md
├── skills/dashboard-reporting/SKILL.md
├── skills/deep-research/SKILL.md
├── skills/demo-walkthrough/SKILL.md
├── skills/download/SKILL.md
├── skills/extract/SKILL.md
├── skills/knowledge-base/SKILL.md
├── skills/knowledge-ingest/SKILL.md
├── skills/lead-gen/SKILL.md
├── skills/lead-research/SKILL.md
├── skills/map/SKILL.md
├── skills/market-research/SKILL.md
├── skills/monitor/SKILL.md
├── skills/qa/SKILL.md
├── skills/research-papers/SKILL.md
├── skills/scrape/SKILL.md
├── skills/search/SKILL.md
├── skills/seo-audit/SKILL.md
├── skills/shop/SKILL.md
├── skills/using-axon/SKILL.md
├── skills/website-design-clone/SKILL.md
└── skills/workflows/SKILL.md

Included Skills25

cliskills/cli/SKILL.md

Route web search, source indexing, extraction, RAG, jobs, and watch tasks through the local Axon CLI.

company-directoriesskills/company-directories/SKILL.md

Use when extracting structured company lists from public or authorized directories into JSON, CSV, CRM-ready lists, or research tables.

competitive-intelskills/competitive-intel/SKILL.md

Monitor competitor pricing, features, changelogs, dashboards, and product changes with Axon. Use for recurring competitive intelligence, pricing tier extraction, feature change tracking, or structured competitor alerts.

crawlskills/crawl/SKILL.md

Use Axon site-scope source indexing to capture many pages from a site or scoped documentation section.

dashboard-reportingskills/dashboard-reporting/SKILL.md

Use when the user needs dashboard reporting from authorized browser-accessible pages; use external browser automation for login/UI interaction and Axon for public scrape/screenshot captures or exported artifacts.

deep-researchskills/deep-research/SKILL.md

Use when the user explicitly needs a rigorous, cited, formal research report on a complex scientific, technical, policy, or market topic.

demo-walkthroughskills/demo-walkthrough/SKILL.md

Use when the user needs a product walkthrough from authorized browser automation, with Axon used for public page scrape/screenshot evidence or captured URLs.

downloadskills/download/SKILL.md

Save website or documentation content locally with Axon map, scrape, site-scope source indexing, output-dir, and screenshots.

extractskills/extract/SKILL.md

Use Axon extract for schema-shaped, LLM-assisted structured extraction from one or more URLs.

knowledge-baseskills/knowledge-base/SKILL.md

Use when crawling docs, ingesting source families, building or refreshing a Qdrant-backed RAG corpus, capturing docs sections, or producing LLM-ready markdown.

knowledge-ingestskills/knowledge-ingest/SKILL.md

Use when indexing docs portals where Axon Chrome rendering, capture-time automation scripts, or host browser-assisted URL discovery are needed.

lead-genskills/lead-gen/SKILL.md

Use when generating CRM-ready lead lists from public or authorized sources with axon search, research, scrape, map, or extraction.

lead-researchskills/lead-research/SKILL.md

Produce pre-meeting lead intelligence briefs with Axon. Use when the user needs company research, person research, recent news, talking points, pain points, or outreach preparation before a sales call, partnership meeting, investor conversation, or customer interview.

mapskills/map/SKILL.md

Use Axon map to discover URLs on a site before scraping, crawling, or extracting.

market-researchskills/market-research/SKILL.md

Use for informational market, industry, company, earnings, or public financial research with Axon, not personalized investment advice.

monitorskills/monitor/SKILL.md

Use Axon source watches and job monitoring to track recurring source changes and observe durable job activity.

qaskills/qa/SKILL.md

QA test a live website with Axon discovery/content evidence plus browser automation when interaction is required. Use when the user wants exploratory QA, form testing, navigation/link checks, responsive checks, performance observations, bug reports, or a pre-launch quality review.

research-papersskills/research-papers/SKILL.md

Use when the user wants a literature review, paper summary, research landscape, or sourced synthesis from papers, reports, abstracts, or converted PDFs.

scrapeskills/scrape/SKILL.md

Use Axon scrape to turn one or more known URLs into markdown, HTML, JSON, or saved artifacts.

searchskills/search/SKILL.md

Use Axon search and research to discover current web sources and queue bounded indexing when available.

seo-auditskills/seo-audit/SKILL.md

Use when auditing SEO with axon map, scrape, search, rendered checks, metadata review, sitemap/site analysis, SERP comparison, or scraped-page findings.

shopskills/shop/SKILL.md

Use when the user wants Axon-backed product research, product comparisons, review synthesis, budget-aware recommendations, or cart preparation without checkout.

using-axonskills/using-axon/SKILL.md

Use Axon for RAG, web search, source indexing, extraction, memory, and grounded answers over indexed docs, repos, feeds, or web content.

website-design-cloneskills/website-design-clone/SKILL.md

Use when the user wants an agent-ready DESIGN.md derived from a site's observable visual language using Axon brand, scrape, and screenshot evidence.

workflowsskills/workflows/SKILL.md

Route outcome-focused Axon requests only when no more specific bundled workflow skill is already selected.

Plugin manifests1

plugins/axon/.claude-plugin/plugin.json
{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "axon",
  "description": "Self-hosted RAG engine in Rust: crawl, scrape, ingest, embed, and query any source, with hybrid retrieval and cited LLM synthesis over MCP, CLI, and REST.",
  "author": {
    "name": "dinglebear.ai",
    "email": "[email protected]",
    "url": "https://dinglebear.ai"
  },
  "homepage": "https://axon.dinglebear.ai",
  "repository": "https://github.com/dinglebear-ai/axon",
  "license": "AGPL-3.0-only",
  "keywords": [
    "rag",
    "crawl",
    "scrape",
    "embed",
    "qdrant",
    "semantic-search",
    "mcp",
    "spider",
    "ingest",
    "hybrid-search"
  ],
  "skills": "./skills",
  "commands": "./commands/",
  "agents": "./agents/researcher.md",
  "userConfig": {
    "server_url": {
      "type": "string",
      "title": "Axon server URL",
      "description": "Base URL of your running axon serve instance (e.g. http://localhost:8001)",
      "required": true,
      "default": "http://localhost:8001"
    },
    "api_token": {
      "type": "string",
      "title": "API token",
      "description": "Bearer token (AXON_HTTP_TOKEN). Leave empty for unauthenticated/loopback instances.",
      "sensitive": true
    }
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[axon on Agent Plugins Marketplace](https://pluginsmp.com/plugins/axon)