@wowok/wowok
v2.3.4
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
MCP Source: https://github.com/wowok-ai/agent
AI Skills: https://github.com/wowok-ai/skills
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-mcp"]
}
}
}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.
