node-creator

Create and manage Gateway nodes that expose agent capabilities.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the process of adding new functionalities to agents by creating, wrapping, or starting specialized "nodes" that connect to the Gateway.

Core Features & Use Cases

  • Node Creation: Wrap any software or service (like browsers, sandboxes, or APIs) as a Gateway capability.
  • Node Management: Start pre-built nodes like the browser-node for web interactions or the sandbox-node for running commands.
  • Use Case: You need your agent to browse the web. Use this Skill to start the browser-node, enabling the agent to perform actions like navigating websites, clicking links, and filling forms.

Quick Start

Start the browser node to enable web browsing capabilities for the agent.

Frequently Asked Questions about node-creator

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

FAQPage Schema
How do I extend agent capabilities with custom services like browsers or sandboxes?

To extend agent capabilities, you can create and manage Gateway nodes that wrap arbitrary software into executable commands. This exposes specific capabilities to agents via the gateway_node_invoke command.

What is a Gateway node and how does it work with agents?

A Gateway node is a process that exposes specific capabilities to agents. It works by defining new capabilities and handling node.invoke.request events to facilitate extending agent functionality.

How do I add web browsing capabilities to my agent?

To add web browsing capabilities, start the pre-built browser node. This enables the agent to perform actions like navigating websites, clicking links, and filling forms through the Gateway.

Can I wrap arbitrary software and APIs as capabilities for my agent?

Yes, you can wrap any arbitrary software, APIs, or custom services as a Gateway capability. This process defines new capabilities and connects the specialized node to the Gateway for agent use.

What are the limitations of using Gateway nodes for agent automation?

Gateway nodes require defining new capabilities and handling node.invoke.request events to function properly. The automation depends on successfully wrapping your specific software into executable commands via gateway_node_invoke.