Dojo Deploy

🌐Community
by dojoengine · vlatest · Repository

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.

1

Run in terminal (recommended)

terminal
claude mcp add dojo-deploy npx -- -y @trustedskills/dojo-deploy
2

Or manually add to ~/.claude/settings.json

~/.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 inspect and executes system actions with sozo 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 sozo commands.
  • 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:5050 by 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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
dojoengine
Installs
33

🌐 Community

Passed automated security scans.