What problem does it solve?
This Skill provides comprehensive instructions for creating a new Paperclip agent adapter, enabling developers to build custom integrations with AI runtimes.
Core Features & Use Cases
- Adapter Construction: Outline directory structure, metadata, and module components.
- Configuration and Registration: Guide on setting up package.json, index.ts, and registry registration across server, UI, and CLI.
- Environment Testing: Show how to implement environment diagnostics and validation functions for reliable deployment.
- Prompt and Skill Handling: Explain the conventions for prompt templates, skill discoveries, and security considerations.
- Use Case: Use this Skill to rapidly scaffold a new adapter package supporting a novel AI tool or protocol.
Quick Start
Follow the step-by-step instructions to scaffold the package directory, write the index.ts, and implement the execute.ts logic to deploy a functional Paperclip agent adapter.