Mechanicum Workspace
Summary
OpenClaw agent workspace for the Mechanicum project—a React/JavaScript application with an Express backend that processes technical manuals and equipment documentation. The workspace includes skills for GitHub integration, LLM routing, and browser automation.
Included Assets
Project Code
mechanicum/— Main React application (Vite, React 18, Express backend)mechanicum/Mechanicum-fork/— Fork variant of the same application
Agent Configuration
SOUL.md— Agent personality and behavioral guidelinesAGENTS.md— Session workflow and memory loading rulesMEMORY.md— Long-term context (contacts, credentials, domains)TOOLS.md— Local tool configuration notes
Skills
skills/openclaw-github-assistant/— GitHub API integration (repos, issues, CI status)skills/clawrouter/— LLM routing for cost optimizationskills/openclaw-browser-2/— Native browser automation
Memory Logs
memory/2026-04-07.mdmemory/2026-04-08.md
How to Use
Project Setup
cd mechanicum
npm install
npm run start # Runs Vite dev server + Express backend concurrently
npm run dev # Vite frontend only
npm run start-backend # Express backend only
GitHub Skill
Requires GITHUB_TOKEN and GITHUB_USERNAME environment variables or OpenClaw config.
LLM Routing
Install via openclaw plugins install @blockrun/clawrouter and configure via openclaw models set blockrun/auto.
Browser Skill Requires Python 3 and pip. Clone repository and install per SKILL.md instructions.
Notes
- The project processes PDF manuals (pdf-parse, pdfjs-dist, @adobe/pdfservices-node-sdk) with NLP processing (natural library)
- Deployed UI available at
openclaw-mechanicum-ui.vercel.app - RAG Milestone 1: Equipment manuals ingested (Genie S-60 wiring, Deutz faults, hydraulics)
- PAT scope issues resolved as of 2026-04-08
- Workspace repo:
https://github.com/JulianKemp1/openclaw-agent-workspace
No comments yet.