agent-spawner

Scaffold Claude agents with managed, local, or hybrid runtimes and secure channel adapters.

Updated Apr 15, 2026
One-click install
npx skills add https://github.com/Chameleon-Labs-LLC/agent-spawner --skill agent-spawner-chameleon-labs-llc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-spawner
Source: https://github.com/Chameleon-Labs-LLC/agent-spawner/tree/main/.claude/skills/agent-spawner
Command: npx skills add https://github.com/Chameleon-Labs-LLC/agent-spawner --skill agent-spawner-chameleon-labs-llc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Manually setting up Claude agents with managed/local runtimes, secure channel adapters, IDE configs, and deployment steps is complex and error‑prone. This skill automates the entire scaffolding process, producing a ready‑to‑run agent bundle.

Core Features & Use Cases

  • Generates persona, managed and local runtime files, and optional hybrid bridge.
  • Creates secure channel adapters (Telegram, Slack, Discord) with four‑ring security.
  • Produces IDE run configurations for JetBrains and VSCode, autostart units, and a deployable zip.
  • Ideal for developers needing quick, consistent Claude agent scaffolding for internal tools, customer‑facing bots, or hybrid workflows.

Quick Start

Ask the skill to scaffold a new agent named “comms” with hybrid type and Telegram channel.

Frequently Asked Questions about agent-spawner

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold a Claude agent with secure channel adapters for Telegram or Slack?

To scaffold a Claude agent with secure channel adapters, you generate a bundle equipped with Telegram, Slack, or Discord configurations using four-ring security and HMAC-signed bridge setup for safe communication channels.

What is a hybrid Claude agent runtime and when do I need it?

A hybrid Claude agent runtime combines managed and local execution environments. You need it when deploying agents that require both cloud-based coordination and local resource access via an optional hybrid bridge.

How do I deploy a Claude agent to a Linux server with SSH and SCP?

You deploy a Claude agent to Linux by generating a deployable zip package that includes optional SSH/SCP deployment scripts and autostart units, enabling direct remote installation and service activation.

Can I generate IDE run configurations for VSCode and JetBrains when creating a Claude agent?

Yes, scaffolding a Claude agent produces IDE run configurations for both JetBrains and VSCode alongside the runtime files, allowing immediate local development and debugging integration.

What's the best way to handle secrets when setting up Claude agents?

The best way to handle secrets when setting up Claude agents is using the built-in secret handling and four-ring security framework, which protects credentials during channel adapter configuration and deployment.