create-agent-adapter

Implement Paperclip adapter packages with server, UI, and CLI interfaces.

Updated Mar 23, 2026
One-click install
npx skills add https://github.com/Lautaro073/zCorvus_agents --skill create-agent-adapter-lautaro073
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-agent-adapter
Source: https://github.com/Lautaro073/zCorvus_agents/tree/main/AI_Workspace/Agents/Frontend/skills/create-agent-adapter
Command: npx skills add https://github.com/Lautaro073/zCorvus_agents --skill create-agent-adapter-lautaro073

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a complete blueprint for building a Paperclip adapter that bridges Paperclip's orchestration layer to a new agent runtime. It focuses on a self-contained package with server, UI, and CLI hooks, enabling consistent integration, configuration, and discovery across environments.

Core Features & Use Cases

  • Three-consumer adapter package with server, UI, and CLI implementations using a shared metadata surface.
  • Standardized interfaces and module structure, including server execute/parse, UI config, and CLI formatting for consistent operation.
  • Guidance for adapter configuration, session management, and environment handling to support long-running tasks and multi-run conversations.
  • Registration and discovery through server/ui/CLI registries to ensure seamless adapter selection in all front-ends.

Quick Start

Create a new adapter package under packages/adapters/<name>, implement the server/ui/cli modules and root metadata exports, and register it with all registries.

Frequently Asked Questions about create-agent-adapter

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

FAQPage Schema
How do I create a Paperclip adapter for a new agent runtime?

A Paperclip adapter bridges the orchestration layer to a new agent runtime by providing a self-contained package with server, UI, and CLI implementations using a shared metadata surface for consistent integration and discovery.

What do I need to implement for server, UI, and CLI interfaces in an agent runtime adapter?

You need to implement server execute/parse functions, UI config components, and CLI formatting modules, all adhering to standardized conventions for exports, session management, and environment handling across the three runtimes.

How does frontmatter metadata guide LLM routing and human operators in a Paperclip adapter?

Frontmatter metadata exposes type, label, models, and agentConfigurationDoc properties to guide LLM routing and human operators, ensuring the adapter is correctly discovered and configured across all front-ends.

How are Paperclip adapters registered for discovery across different environments?

Adapters are registered through server, UI, and CLI registries to ensure seamless adapter selection and operation, allowing the new agent runtime to be consistently discovered across all three environments.

Does a Paperclip adapter package handle session management and environment handling for long-running tasks?

Yes, the adapter package provides guidance for session management and environment handling to support long-running tasks and multi-run conversations across server, UI, and CLI implementations.