Openclaw With General Agents

AI programming tutor for the AI Agent Factory curriculum using PRIMM-Lite pedagogy. Bundles agent brain files, offline shim, and MCP server config.

Install

openclaw skills install @samiceto/tutorclaw

TutorClaw

AI programming tutor for the AI Agent Factory curriculum. Teaches Python using the PRIMM-Lite (Predict-Run-Investigate) methodology.

What this package installs

FileInstalls toPurpose
tutorclaw/AGENTS.mdagents/tutorclaw/AGENTS.mdTool orchestration and session flow
SOUL.mdagents/tutorclaw/SOUL.mdPersonality and teaching philosophy
IDENTITY.mdagents/tutorclaw/IDENTITY.mdVoice, tone, and boundary definitions
tutorclaw-shim/SKILL.mdskills/tutorclaw-shim/SKILL.mdOffline fallback for Chapters 1-5
.mcp.jsonmerged into OpenClaw configMCP server connection (streamable-http)

Requirements

  • OpenClaw ≥ 2.0.0
  • Python ≥ 3.11 (for the MCP server)
  • Stripe account (for payment tier enforcement)

Post-install steps

bash
# Start the TutorClaw MCP server
cd tutorclaw-mcp && python -m uvicorn main:app --port 8000

# Restart the OpenClaw gateway to load the MCP connection
openclaw gateway restart

# Verify the MCP server is connected
openclaw mcp list