wowok
Version:
Wowok Blockchain TypeScript API
39 lines (29 loc) • 1.26 kB
Markdown
# 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](https://www.npmjs.com/package/wowok_agent)
MCP Source: [https://github.com/wowok-ai/agent](https://github.com/wowok-ai/agent)
AI Skills: [https://github.com/wowok-ai/skills](https://github.com/wowok-ai/skills) - Helping AI use WoWok MCP tools correctly
Docs: [https://github.com/wowok-ai/docs/](https://github.com/wowok-ai/docs/)
X: [https://x.com/Wowok_Ai](https://x.com/Wowok_Ai)
## Quick Start for AI Assistants
### 1. Setup MCP Server
Add to your MCP configuration:
```json
{
"mcpServers": {
"wowok": {
"command": "npx",
"args": ["-y", "wowok_agent"]
}
}
}
```
### 2. Install WoWok Skills (Recommended)
```bash
npm install -g wowok-skills
```
Skills 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.