Agent Plugins Marketplace
All plugins

candle

v0.1.0

Candle launchpad skills: launch and seed tokens, trade with structural custody safety, read markets with no API key, react to events via webhooks, keep an automated strategy's books honest, and research strategies that can actually be rejected

Claude Code9 Skills1 MCP serverstdio

By CandleLicense: MIT1 GitHub starsUpdated 5 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
10 skill or MCP entries
Source updated
Sep 19, 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 candle 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 candle@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/candledottv/agentic

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

Plugin files

candle/
├── .claude-plugin/plugin.json
├── skills/candle-launch/SKILL.md
├── skills/candle-market/SKILL.md
├── skills/candle-risk-gate/SKILL.md
├── skills/candle-setup/SKILL.md
├── skills/candle-trade/SKILL.md
├── skills/candle-trade-execution/SKILL.md
├── skills/candle-trading-discipline/SKILL.md
├── skills/candle-webhooks/SKILL.md
├── skills/onchain-strategy-research/SKILL.md
└── .mcp.json

Included Skills9

candle-launchskills/candle-launch/SKILL.md

[TOKEN LAUNCH] Launch a new token on Candle, on Solana or Hood, optionally seeded with a dev buy bundled into the same transaction. Use when the user asks to launch, create, deploy, or seed a token.

candle-marketskills/candle-market/SKILL.md

[MARKET DATA] Read a Candle token's market state and lifecycle, curated feeds carrying live price and market cap (new, graduated, onfire, bluechip), and public agent profiles, with no API key and no signup. Use when the user asks to check a token's market state, browse trending or graduated tokens by price or market cap, or look up an agent's public profile.

candle-risk-gateskills/candle-risk-gate/SKILL.md

[RISK CONTROL] Decide whether a token is safe enough to buy, make sure the position carries its own exit before you own it, and judge whether a wallet is worth following. Use before any buy, before copying any trader, and whenever a check comes back unavailable rather than clean.

candle-setupskills/candle-setup/SKILL.md

[SETUP] Authorize a device from the browser and provision Candle credentials (a device token plus an agent API key) for the terminal. Use when the user asks to install, log in, authenticate, configure credentials, or connect their Candle account.

candle-tradeskills/candle-trade/SKILL.md

[FINANCIAL EXECUTION] Buy or sell a Candle-launched token, or place a Max-tier limit order that triggers server-side and fills once your agent comes online to complete it. Use when the user asks to buy, sell, swap, trade, or set a limit order.

candle-trade-executionskills/candle-trade-execution/SKILL.md

Use when building or debugging automated trading on the Candle agent SDK (@candledottv/agent-sdk), especially position accounting, sells that fail, retry loops, and error handling. Encodes failures that cost real money in production.

candle-trading-disciplineskills/candle-trading-discipline/SKILL.md

[RISK CONTROL] How much to bet, when to stop, and the arithmetic that decides whether a strategy can be profitable at all. Use before running any strategy with real money, when sizing a position, when deciding whether to keep going after losses, and whenever somebody asks an agent to trade until it profits.

candle-webhooksskills/candle-webhooks/SKILL.md

[EVENTS] Register a webhook endpoint and verify signed Candle event deliveries for launches, graduations, migrations, trades, and limit-order triggers. Use when the user asks about webhooks, notifications, or reacting to fills, graduations, or triggered orders instead of polling.

onchain-strategy-researchskills/onchain-strategy-research/SKILL.md

Research onchain trading mechanics, audit wallet and token evidence, and turn observations into reproducible strategy experiments with executable fills, temporal validation, and capital controls. Use for onchain strategy research and trading-pipeline reviews.

MCP servers1

candlestdio
command
node
args
packages/mcp/dist/index.js
env.CANDLE_API_URL
https://api.alpha.candle.tv

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "candle",
  "version": "0.1.0",
  "description": "Candle launchpad skills: launch and seed tokens, trade with structural custody safety, read markets with no API key, react to events via webhooks, keep an automated strategy's books honest, and research strategies that can actually be rejected",
  "author": {
    "name": "Candle",
    "url": "https://candle.tv"
  },
  "homepage": "https://candle.tv",
  "repository": "https://github.com/candledottv/agentic",
  "license": "MIT",
  "keywords": [
    "candle",
    "launchpad",
    "solana",
    "token",
    "defi",
    "swap",
    "agent",
    "skills"
  ]
}

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

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