Self-custody AI agent wallets with passkeys and gasless transactions
BarzKit Plugins
Official plugins for @barzkit/sdk.
| Plugin | npm | Description |
|---|---|---|
| elizaos | ElizaOS framework integration — 8 actions, wallet provider, service | |
| langchain | LangChain StructuredTool integration — 8 tools with zod schemas | |
| mcp | MCP Server — 9 tools for Claude Desktop, Cursor, Windsurf |
Publishing
Each plugin is published separately to npm under the @barzkit scope.
# Publish all plugins
bash publish.sh
# Or publish individually
cd elizaos && npm run build && npm test && npm publish --access public
cd langchain && npm run build && npm test && npm publish --access public
cd mcp && npm run build && npm test && npm publish --access public
Tools (1)
wallet_actionsProvides 9 tools for managing self-custody AI agent wallets via Claude Desktop, Cursor, or Windsurf.Configuration
{"mcpServers": {"barzkit": {"command": "npx", "args": ["-y", "@barzkit/mcp"]}}}