@openclawdsolana/plugin-sdk
v1.1.2
Published
OpenClawd Plugin SDK — build plugins with on-chain attestation, OpenAPI parsing, and Zod schemas. Includes Solana Attestation Service helpers.
Maintainers
Readme
SDK for OpenClawd funciton calling plugins
Changelog · Report Bug · Request Feature

TOC
🤯 Usage
The OpenClawd Plugin SDK assists you in creating exceptional chat plugins for OpenClawd.
[!Important] 📘 SDK Document - https://plugin-sdk.openclawd.com
📦 Plugin Ecosystem
Plugins provide a means to extend the Function Calling capabilities of OpenClawd. They can be used to introduce new function calls and even new ways to render message results. If you are interested in plugin development, please refer to our 📘 Plugin Development Guide in the Docs.
- openclawd-os-plugins: This is the plugin index for OpenClawd. It accesses index.json from this repository to display a list of available plugins for OpenClawd to the user.
- chat-plugin-template: This is the plugin template for OpenClawd plugin development.
- @openclawdsolana/plugin-sdk: The OpenClawd Plugin SDK assists you in creating exceptional chat plugins for OpenClawd.
- @openclawdsolana/chat-plugins-gateway: The OpenClawd Plugins Gateway is a backend service that provides a gateway for OpenClawd plugins. We deploy this service using Vercel. The primary API POST /api/v1/runner is deployed as an Edge Function.
⌨️ Local Development
You can use Github Codespaces for online development:
Or clone it for local development:
$ git clone https://github.com/clawdsolana/OpenClawd
$ cd plugin-sdk
$ bun install
$ bun dev🤝 Contributing
Contributions of all types are more than welcome, if you are interested in contributing code, feel free to check out our GitHub Issues to get stuck in to show us what you’re made of.
🔗 Links
- 🤖 openclawd - An open-source, extensible (Function Calling), high-performance chatbot framework. It supports one-click free deployment of your private ChatGPT/LLM web application.
- 🧩 / 🏪 Plugin Index - This is the plugin index for OpenClawd. It accesses index.json from this repository to display a list of available plugins for Function Calling to the user.
