loading…
Search for a command to run...
loading…
Self-custody AI agent wallets with passkeys, gasless transactions & programmable permissions (ERC-4337)
Self-custody AI agent wallets with passkeys, gasless transactions & programmable permissions (ERC-4337)
Official plugins for @barzkit/sdk.
| Plugin | npm | Description |
|---|---|---|
| elizaos | npm | ElizaOS framework integration — 8 actions, wallet provider, service |
| langchain | npm | LangChain StructuredTool integration — 8 tools with zod schemas |
| mcp | npm | MCP Server — 9 tools for Claude Desktop, Cursor, Windsurf |
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
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"barzkit-self-custody-ai-agent-wallets": {
"command": "npx",
"args": []
}
}
}