Skip to content

mkehon/claw02

Repository files navigation

OpenClaw Agent Workspace

This workspace is configured for an OpenClaw agent running on claw02.

What is here

  • AGENTS.md: operating rules for session startup, memory, and safety
  • SOUL.md: behavioral baseline
  • IDENTITY.md: agent identity used during direct interactions
  • USER.md: owner context and preferences
  • HEARTBEAT.md: optional periodic checks
  • TOOLS.md: machine-specific notes
  • skills/: installed OpenClaw skills
  • memory/: daily notes and continuity files
  • Job application work products live on the shared Google Drive (not locally)
  • templates/: resume content reference (LaTeX, read-only) and ATS optimization guide

Runtime

  • OpenClaw version: 2026.4.5
  • Workspace path: /root/.openclaw/workspace
  • System config: /root/.openclaw/openclaw.json
  • Primary model alias: Kimi
  • Telegram channel: enabled

Useful commands

openclaw --version
openclaw gateway
openclaw health
openclaw doctor
openclaw status
openclaw skills
npm run resume:gdoc:init -- --help
npm run resume:gdoc:compile -- --job-dir ...
npm run resume:gdoc:apply -- --help
npm run resume:gdoc:sync -- --help
npm test

Resume Workflow (Google Doc first)

  1. Run resume:gdoc:init to create the shared-drive job folder, copy the base resume doc, snapshot structure, and generate stubs. Init pre-populates tailoring-plan.json with role stubs from the evidence ledger — each stub has the correct targetRoleId already filled in.
  2. Review evidence-ledger.json (auto-generated). Fill job-target.json and the cover letter. Fill tailoring-plan.json role decisions: set action, titleLine, companyLine, and bullets for each stub. Do NOT rename targetRoleId values.
  3. Run resume:gdoc:compile to turn role-level tailoring decisions into resume-edits.json.
  4. Run resume:gdoc:apply to preflight every operation against the copied doc, apply index-based paragraph mutations, export a PDF from that same Google Doc, verify one-page output, validate that formatting fingerprints still match the source copy, require a real cover letter, upload or replace the PDF, and sync supporting files to Drive.
  5. Use resume:gdoc:sync to re-sync supporting files without re-running resume edits.

There is no DOCX or LaTeX fallback. The compile pipeline is the only path.

Workflow snapshots are stored in the Drive job folder under .workflow/.

Notes

  • Keep credentials out of Git. .gitignore excludes local secrets and generated artifacts.
  • BOOTSTRAP.md is intentionally removed after initialization. Adjust IDENTITY.md, SOUL.md, and USER.md as the agent evolves.
  • Disk is limited (~10GB). ALL job artifacts (working files + deliverables) go to the shared Google Drive. Nothing stored locally.
  • Remote: git@github.com:mkehon/claw02.git

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors