Install
openclaw skills install tutorclawAI programming tutor for the AI Agent Factory curriculum using PRIMM-Lite pedagogy. Bundles agent brain files, offline shim, and MCP server config.
openclaw skills install tutorclawAI programming tutor for the AI Agent Factory curriculum. Teaches Python using the PRIMM-Lite (Predict-Run-Investigate) methodology.
| File | Installs to | Purpose |
|---|---|---|
tutorclaw/AGENTS.md | agents/tutorclaw/AGENTS.md | Tool orchestration and session flow |
SOUL.md | agents/tutorclaw/SOUL.md | Personality and teaching philosophy |
IDENTITY.md | agents/tutorclaw/IDENTITY.md | Voice, tone, and boundary definitions |
tutorclaw-shim/SKILL.md | skills/tutorclaw-shim/SKILL.md | Offline fallback for Chapters 1-5 |
.mcp.json | merged into OpenClaw config | MCP server connection (streamable-http) |
# 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