Frequently asked questions from teachers using Claw-ED.
Yes. If you use a local LLM through Ollama, Claw-ED runs entirely on your machine with no internet connection required. Install Ollama, pull a model (e.g. ollama pull gemma3), set your provider to ollama in settings, and everything – ingestion, lesson generation, slides, handouts, games – works offline.
Cloud providers (Anthropic, OpenAI, Google, OpenRouter) require internet access to reach their APIs, but all your files and data still stay local.
Yes. Claw-ED is local-first by design:
~/clawed_output/ on your machine.~/.eduagent/memory/.0600).For full details, see SECURITY.md.
Claw-ED itself is free and open-source. The only cost is the LLM provider you choose:
| Provider | Cost | Notes |
|---|---|---|
| Ollama (local) | Hardware only | Runs on your own machine. A capable laptop or desktop with 16 GB+ RAM works well. Electricity cost is roughly $5-20/month depending on usage. |
| Anthropic (Claude) | Pay-per-use | Highest quality output. A typical lesson bundle costs $0.02-0.10 in API usage. |
| OpenAI (GPT-4o) | Pay-per-use | Similar pricing to Anthropic. Free tier available with rate limits. |
| Google (Gemini) | Free tier available | Generous free tier for moderate usage. Pay-per-use beyond that. |
| OpenRouter | Pay-per-use | Access to many models through one API key. Pricing varies by model. |
Most teachers generating a few lessons per day spend under $5/month on cloud APIs.
Yes. Every file Claw-ED generates is a standard, editable format:
.docx files – open them in Word, Google Docs, or LibreOffice..pptx files – open them in PowerPoint, Google Slides, or Keynote..html files – open them in any browser, or edit the source in any text editor..md (Markdown) files.Nothing is locked or proprietary. Edit, remix, and share freely.
Claw-ED can ingest the following formats from your existing teaching materials:
| Format | Extension |
|---|---|
.pdf |
|
| Word documents | .docx, .doc |
| PowerPoint presentations | .pptx, .ppt |
| Plain text | .txt |
| Markdown | .md |
| HTML | .html |
| Excel spreadsheets | .xlsx |
Upload your existing lesson plans, handouts, slideshows, and curriculum docs. Claw-ED extracts your teaching voice, vocabulary, and content patterns to generate materials that sound like you.
A full lesson bundle (lesson plan + student handout + slideshow + differentiation packets + review game + learning journey) typically takes 2-4 minutes depending on:
Individual outputs (just a lesson plan, just a game) take under a minute.
Yes. Claw-ED has 50-state standards built in. When you set your state in your teacher profile, every generated lesson automatically aligns to your state’s standards for the relevant subject and grade level.
Standards are embedded directly into the lesson plan, student handout, and slideshow – no manual lookup required.
Yes. Claw-ED includes a Telegram bot that gives you full access from any device:
The bot supports all the same features as the CLI and web dashboard: lesson generation, curriculum search, feedback, student chat, and more.
Recommended models ranked by output quality:
| Model | Provider | Quality | Speed | Best For |
|---|---|---|---|---|
| Claude (claude-sonnet-4-6) | Anthropic | Highest | Fast | Best overall lesson quality, nuanced differentiation |
| GLM 5.1 | Local/API | Excellent | Medium | Strong all-around, good for schools wanting local control |
| Gemma 4 | Ollama (local) | Very Good | Medium | Best fully-local option, no API key needed |
| GPT-4o | OpenAI | Very Good | Fast | Reliable, widely available |
| Llama 3.2 | Ollama (local) | Good | Fast | Fastest local option, lighter hardware requirements |
For the best experience, start with Claude or GPT-4o. Switch to a local model (Gemma 4 or Llama 3.2) once you are comfortable and want to eliminate API costs.
Yes. Each teacher gets their own teacher_id that keeps their persona, curriculum knowledge base, feedback history, and generated content separate. Multiple teachers can use the same Claw-ED installation on a shared server or school machine.
For school-wide deployments, Claw-ED also supports:
See the /api/school/ endpoints in API.md for details.
Rate it. Claw-ED has a built-in feedback loop:
Over time, lessons get closer to your style and standards. The more feedback you give, the better Ed gets.
Yes. Every lesson bundle automatically generates differentiation packets for:
These are generated as separate DOCX files alongside the main lesson. You can also use the differentiate tool to generate accommodations for any existing lesson on demand.
Yes. Claw-ED includes a separate student chatbot that lets students ask questions during or after a lesson:
/api/chat endpoint.The student bot is designed for guided Q&A, not for generating work on behalf of students.
Run:
pip install --upgrade clawed
Or if you installed with uv:
uv pip install --upgrade clawed
Your data, persona, and curriculum knowledge base are preserved across updates. Only the Claw-ED code is updated.