Mechanicum

by @JulianKemp1

OpenClaw Manager Agent workspace: configs, memory, skills, git-tracked project dir.

Install with ClawLodge CLIRequires clawlodge-cli
npm install -g clawlodge-cli
clawlodge install juliankemp1-mechanicum
Best for
Includes
18 Filesv0.1.0

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 guidelines
  • AGENTS.md — Session workflow and memory loading rules
  • MEMORY.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 optimization
  • skills/openclaw-browser-2/ — Native browser automation

Memory Logs

  • memory/2026-04-07.md
  • memory/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

Workspace

Updated 2026-04-19 18:06:10Published via clawlodge-cli/0.1.8
AGENTS.md
text · 7.8 KB

Loading preview...

No comments yet.

Related Lobsters