agent-creator

Create new Paramecium agents from templates and connect them to a Gateway.

5|2|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/William2333ZZ/ParameciumU --skill agent-creator-william2333zz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-creator
Source: https://github.com/William2333ZZ/ParameciumU/tree/main/packages/agent-template/template/skills/agent-creator
Command: npx skills add https://github.com/William2333ZZ/ParameciumU --skill agent-creator-william2333zz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @monou/agent-template, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of creating and launching new Paramecium agents, enabling users to easily expand their agent network for local or remote deployment.

Core Features & Use Cases

  • Agent Directory Creation: Generates new agent directories from a template, ensuring a consistent structure.
  • Gateway Connection: Automatically configures and starts new agents to connect to a specified Gateway.
  • Remote Deployment Support: Provides guidance and scripts for setting up agents on different machines.
  • Use Case: A user wants to run a second agent to monitor a different codebase. They can use this skill to quickly create a new agent directory, configure it to connect to the existing Gateway, and have it running within minutes.

Quick Start

Use the agent-creator skill to create a new agent with the ID 'my-new-agent' and connect it to the gateway at 'ws://127.0.0.1:9347'.

Frequently Asked Questions about agent-creator

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

FAQPage Schema
How do I create a new Paramecium agent and connect it to a Gateway?

To create a new Paramecium agent, use the provided scripts to generate an agent directory from a template and configure it to connect to a specified Gateway address. This automatically initializes the agent for distributed operations.

What is the best way to deploy a Paramecium agent on a remote machine?

For remote deployment of a Paramecium agent, this skill provides specific scripts and guidance to set up the agent directory on different machines and configure the Gateway connection. It ensures agents are properly initialized remotely.

Do I need a specific template directory to spawn a new agent?

Yes, spawning a new agent requires a template directory, specifically utilizing the @monou/agent-template dependency. The skill uses this template to generate a consistent agent directory structure for local or remote deployment.

Can I run multiple Paramecium agents to monitor different codebases?

Yes, you can run multiple Paramecium agents to monitor different codebases. Use this skill to quickly create a new agent directory, configure it to connect to your existing Gateway, and have it running within minutes.

How does Gateway integration work for newly created agents?

Gateway integration for newly created agents works by automatically configuring the generated agent directory to connect to a central Gateway, such as ws://127.0.0.1:9347. This ensures proper initialization for distributed agent operations.

What are the limitations when configuring remote deployment for Paramecium agents?

The provided scripts handle remote deployment setup, but users must ensure the target machine can properly run the generated agent directory and connect to the central Gateway. Proper network configuration is essential for distributed operations.