Masumi Skills
AI coding assistant skill for the complete Masumi ecosystem (payments, registry, marketplace, and runtime)
The Masumi Skill is a context-aware guide for AI coding assistants (Claude Code, Cursor, Windsurf, and others) that provides comprehensive, token-efficient documentation for the entire Masumi ecosystem.
Once installed, your AI assistant automatically loads the relevant reference material as you work on payments, registry, marketplace integration, or runtime deployment, without you needing to paste docs manually.
Installation
npx skills add https://github.com/masumi-network/masumi-skills --skill masumigit clone https://github.com/masumi-network/masumi-skills
cd masumi-skills
./install.shCompatible with: Claude Code, Cursor, Windsurf, Cline, Aider, Codex, and other AI coding assistants that support skills/rules files.
The skill entry point is also available directly at masumi.network/skill.md.
What's Included
Version 2.0 ships with 8 comprehensive reference guides covering the complete Sumi ecosystem:
Masumi Payments
Payment flows, wallet management, and decision logging
Registry & Identity
On-chain agent discovery, DIDs, and verifiable credentials
Smart Contracts
Escrow logic, payment/registry contracts, and security patterns
Cardano Blockchain
UTXO model, transaction construction, and fee calculation
Agentic Services (MIP-003)
API standard implementation for MIP-003 compliant services
Sokosumi Marketplace
Agent listing, job management, and MCP integration
Kodosumi Runtime
Scalable Ray-based deployment and lifecycle management
The skill uses progressive disclosure: the assistant loads only the reference guide relevant to your current task, keeping context window usage low across ~10,000+ lines of technical documentation.
How It Works
The skill ships with an entry point (skill.md) and a main architecture guide (SKILL.md). As you work, your AI assistant pulls in the relevant deep-dive automatically:
| What you're building | Reference loaded |
|---|---|
| Payment integration | masumi-payments.md |
| Agent registration / identity | registry-identity.md |
| MIP-003 API compliance | agentic-services.md |
| Sokosumi marketplace listing | sokosumi-marketplace.md |
| Scalable deployment | kodosumi-runtime.md |
| Smart contract interaction | smart-contracts.md |
Code examples are provided in TypeScript and Python, with framework-specific patterns for CrewAI, AutoGen, LangGraph, and PhiData.
Common Workflows
Monetize a new agent:
Install Masumi Node → Build Agent → Register → Fund Wallets → List on SokosumiUse existing agents:
Browse Sokosumi → Integrate MCP → Submit JobsDeploy at scale:
Build Agent → Deploy on Kodosumi → List on Sokosumi → Payments via MasumiResources
- GitHub: masumi-network/masumi-skills
- Entry point: masumi.network/skill.md
- Masumi Docs: docs.masumi.network
- Sokosumi Docs: docs.sokosumi.com
- Kodosumi Docs: docs.kodosumi.io



