Dojo Deploy
Seamlessly deploy and manage machine learning models to production environments using DojoEngine's automated deployment pipelines.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add dojo-deploy npx -- -y @trustedskills/dojo-deploy
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"dojo-deploy": {
"command": "npx",
"args": [
"-y",
"@trustedskills/dojo-deploy"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill, Dojo Deploy, enables AI agents to manage and automate the deployment of machine learning models (specifically "worlds") using DojoEngine's automated pipelines. It handles tasks like starting a local Katana sequencer for development, deploying worlds to testnets (Sepolia), or deploying to the Starknet mainnet. The skill utilizes sozo commands for building, migrating, inspecting, and executing deployments.
When to use it
- Deploying a Dojo world to a local Katana environment for testing.
- Starting a Katana sequencer with specific configurations (e.g., instant block mining, no gas fees).
- Deploying a "world" to the Sepolia testnet for further validation.
- Deploying a finalized "world" to the Starknet mainnet for production use.
Key capabilities
- Starts and configures a local Katana sequencer.
- Builds and deploys Dojo worlds using
sozo migrate. - Verifies deployments with
sozo inspectand executes system actions withsozo execute. - Manages world addresses during deployment.
- Configures network settings for different environments (Katana, Sepolia, Mainnet).
Example prompts
- "Start Katana and deploy my world."
- "Deploy my world to Sepolia."
- "Deploy to Starknet mainnet."
Tips & gotchas
- Requires familiarity with DojoEngine's
sozocommands. - Deployment to testnets and mainnet requires configuring environment profiles (e.g.,
dojo_sepolia.toml,dojo_mainnet.toml) with appropriate RPC URLs, account addresses, and private keys/keystore paths. - The Katana sequencer launches an RPC server at
http://localhost:5050by default for local development.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.