wowok
v2.2.10
Published
Wowok Blockchain TypeScript API
Maintainers
Readme
What is WoWok?
Create, collaborate, and transact on your own terms with the AI-driven web3 collaboration blockchain.
MCP Server: https://www.npmjs.com/package/wowok_agent
MCP Source: https://github.com/wowok-ai/agent
AI Skills: https://github.com/wowok-ai/skills - Helping AI use WoWok MCP tools correctly
Docs: https://github.com/wowok-ai/docs/
X: https://x.com/Wowok_Ai
Quick Start for AI Assistants
1. Setup MCP Server
Add to your MCP configuration:
{
"mcpServers": {
"wowok": {
"command": "npx",
"args": ["-y", "wowok_agent"]
}
}
}2. Install WoWok Skills (Recommended)
npm install -g wowok-skillsSkills help AI assistants use WoWok tools correctly:
- Complex system building — Dependency chains, build order, step-by-step patterns
- Tool usage failures — Correct parameter formats, tool selection, error recovery
- Safety & authorization — User confirmation for important operations
Once installed, Claude Code will automatically use these skills when working with WoWok.
