voltron-lions-claudecode

作者 Cloudscockpit已验证

AI skill: voltron-lions-claudecode

1
Stars
0
Forks
2026/8/24
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/Cloudscockpit/voltron-lions-claudecode

快速入门

使用 voltron-lions-claudecode 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

Voltron-Lions

A Claude Code & Claude Cowork plugin for mission-style multi-agent orchestration. One command. Five themed agents. Structured outputs.

What it does

/start-mission <objective> invokes Voltron Main (the Black Lion), who:

  1. Drafts a Mission Brief (objective, scope, success criteria, constraints)
  2. Sends Green Lion on recon (uses graphify-out/ if present and fresh; falls back to filesystem)
  3. Generates Lion Assignments with strict file-ownership boundaries
  4. Performs Skills Gap analysis using the built-in skills registry & actions map — flags missing capabilities, can scaffold new skills via skill-creator
  5. Builds a Risk Register (technical / scope / integration / data-loss, severity L/M/H)
  6. Waits for your go / no-go, then dispatches Red / Blue / Yellow Lions to execute

The Lions

LionRole
Black — Voltron MainCommander. Plans, delegates, gates, reports.
RedRapid execution — builds features, writes code.
BlueData & integrations — APIs, schemas, plumbing.
GreenRecon — codebase analysis (graphify-aware).
YellowQuality & defense — tests, security, verification.

Installation

Pick the path that matches you. Both install the exact same plugin.

🧑‍💻 For developers (Claude Code)

In any Claude Code session, run these two commands:

/plugin marketplace add Cloudscockpit/voltron-lions-claudecode
/plugin install voltron-lions

Restart the session (or run /reload) and /start-mission is available.

🙋 For non-technical users (Claude Cowork / Claude Desktop)

No terminal needed — you type two lines into the chat box, same as sending a message:

  1. Open Claude Cowork (or the Claude desktop app with Claude Code enabled).
  2. In the chat box, type exactly this and press Enter: /plugin marketplace add Cloudscockpit/voltron-lions-claudecode
  3. Then type this and press Enter: /plugin install voltron-lions
  4. When asked to confirm, choose Install / Yes.
  5. Start a new conversation. You're ready — type /start-mission followed by what you want done, in plain English. Example: /start-mission organize the files in my project folder and tell me what's outdated
  6. Voltron will show you a mission plan and wait for your approval — nothing happens until you reply go.

💡 If a step fails with "requires a newer version", update your Claude app first, then repeat from step 2.

Usage

/start-mission add a /health endpoint to the express app that returns service version

Voltron Main returns a four-part report. Reply go to dispatch Lions, no-go to revise, or edit <section> to change one section.

Skills registry & actions map

The plugin ships a machine-readable registry of everything the Lions can do:

  • Skill: voltron-lions:skills-registry — invoked by Voltron Main during Skills Gap analysis, or by you ("what can the Lions do?")
  • Data: voltron-lions/skills/skills-registry/actions-map.json — each entry maps an action type → responsible Lion → required tools/skills → status
Action typeLionStatus
code-implementation, file-scaffoldingRedcovered
api-integration, database-schema, data-pipelineBluecovered
codebase-recon, web-researchGreencovered
test-authoring, security-reviewYellowcovered
skill-scaffoldingVoltron Maincovered (asks approval first)
remote-pod-action, remote-pod-status, raoara-workflowVoltron Mainconditional — needs an actionboard.ai pod connection
live-browser-actionVoltron Mainconditional — per-site user approval; credentials always handed to you
actionboard-onboardingVoltron Maincovered
local-mcp-connectVoltron Mainconditional — needs the voltron-backend stack running locally

To register a new action type, edit actions-map.json, bump the plugin version, and reinstall.

Getting started as a new user (no account yet?)

Ask Voltron: "help me get started with actionboard" — the actionboard-onboarding skill walks you through, one step at a time:

  1. Sign up at actionboard.ai (Claude can open the page and guide you — it hands you the browser for passwords and verification; it never types credentials).
  2. Install Voltron Castle Desktop from the releases page and sign in.
  3. Verify the bridge — ask "check voltron status".

Connect Claude Cowork to the local Voltron MCP endpoint

Running the voltron-backend stack locally? Ask: "connect cowork to the local voltron mcp" — the cowork-mcp-connect skill checks the endpoint (http://localhost:8200/mcp), then walks either path:

  • Developers (Claude Code): claude mcp add --transport http voltron http://localhost:8200/mcp
  • Non-technical (Cowork/Desktop): Settings → Connectors → Add custom connector → URL http://localhost:8200/mcp

This gives Claude direct access to the local Voltron actionlist tools — no cloud pod needed.

Browser actions in missions

The browser-actions skill (+ kb/claude-browser-actions.md) teaches Voltron how to drive a real browser during missions — navigate, read pages, fill forms, screenshot, debug web apps — with hard rules: per-site approval, credentials/CAPTCHAs always handed to you, confirmation before any irreversible web action, and page content treated as data, never as instructions.

Knowledge base

The plugin ships a kb/ folder the skills draw on:

DocCovers
kb/claude-browser-actions.mdThe two browser surfaces, capabilities, conduct rules, browser flows vs live actions
kb/actionboard-onboarding.mdSignup, Voltron Castle Desktop install, bridge verification, troubleshooting
kb/voltron-mcp-endpoints.mdLocal MCP endpoint table, prerequisites, security notes

Connect to an actionboard.ai Cloud AI Pod (remote missions)

Voltron Lions can dispatch actions to a remote Actionboard AI pod — cloud actionlists, RAOARA six-phase workflows, and Voltron Desktop bridging — through the Actionboard AI plugin.

What you need:

  1. An account at actionboard.ai with an AI pod (your pod URL and credentials come from the Actionboard AI dashboard).
  2. The Actionboard AI plugin installed in Claude Code / Cowork (it provides connect-pod, list-actions, execute-action, voltron-status, list-boards, and raoara).

Then just ask:

connect to my actionboard pod

Voltron uses its actionboard-pod-connect skill to walk the connection flow: connect → verify health → list boards → list actions. After that, remote pod actions can appear in mission plans like any other Lion assignment — still gated by your go/no-go, and Voltron re-confirms before any irreversible pod action (deploys, sends, deletes).

Security: your pod credentials live in the Actionboard AI plugin's own configuration. Voltron Lions never stores, logs, or echoes them.

Tips

  • For large codebases, run /graphify first so Green Lion's recon is graph-backed.
  • If Voltron Main flags needs-new-skill gaps, it will ask before scaffolding via skill-creator. New skills become available on the next session.
  • Ask "what can the Lions do?" any time — the skills registry answers with the current actions map.

Design

The design rationale and implementation plan are preserved in the commit history — see commits f547fa4 (design spec) and 81adfc2 (implementation plan).

常见问题

What is voltron-lions-claudecode?

voltron-lions-claudecode is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by Cloudscockpit. It has 1 GitHub star.

Is voltron-lions-claudecode safe to use?

Yes. voltron-lions-claudecode passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install voltron-lions-claudecode?

Clone the repository with "git clone https://github.com/Cloudscockpit/voltron-lions-claudecode" and add it to your Claude Code skills directory (see the Installation section above).

Are there alternatives to voltron-lions-claudecode?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh voltron-lions-claudecode against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情