External adapter for the Paperclip AI framework that connects to PicoClaw devices using the Pico Protocol over WebSocket. Version 0.5.4 is the current stable release. Use for integrating robotic/control hardware with Paperclip-based AI agents. No active release cadence. Key differentiator: it bridges Paperclip AI agents with physical PicoClaw devices.
npm install paperclip-adapter-picoclawNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to import and instantiate the adapter, connect to a PicoClaw WebSocket, send a command, and disconnect.
Pass full URL with ws:// or wss:// prefix in config.
Ensure server implements Pico Protocol spec; use validation tools.
Run 'npm install @paperclipai/adapter-utils' as a direct dependency.
Always await connect() before sending commands.
Pin the minor version to avoid unexpected type changes.
npm install @paperclipai/adapter-utils
Check the websocketUrl config and ensure the server is accessible.
Use createAdapter() from @paperclipai/adapter-utils to wrap the adapter.
Ensure command is a string following the protocol (e.g., uppercase, no spaces).