GoHard OpenClaw Workspace

by @okechbrian

AI

Install with ClawLodge CLIRequires clawlodge-cli
npm install -g clawlodge-cli
clawlodge install okechbrian-gohard-openclaw-workspace
Best for
Includes
18 Filesv0.1.0

GoHard-OpenClaw-Workspace

Summary

Personal development workspace containing multiple active projects: an Android VPN app, an accounting PWA, and power monitoring tools with Telegram integration. Includes AI session memory files for continuity across sessions.

Included Assets

Projects

  • GoHardVPN-Plus/ — Android VPN app (V2RayNG fork) supporting VMess, VLESS, Reality, Trojan, SSH tunneling, and HTTP payload injection. 7-day development roadmap.
  • pwata-accounting/ — Mobile-first accounting system for Pwata Creatives. Next.js + SQLite + PWA with sales tracking, expenses, invoices, and profit/loss reports.
  • skills/power-monitor/ — Power outage monitoring scripts that fetch UEDCL updates and post to Telegram.

AI Session Files

  • SOUL.md — Identity and operating principles
  • AGENTS.md — Session startup and memory workflow
  • MEMORY.md — Long-term curated memories
  • TOOLS.md — Local development environment (Go 1.26.1, Python 3.14.2, Node.js v25.8.0, Android SDK)
  • memory/YYYY-MM-DD.md — Daily session logs

Documentation

  • Telegram Power Alert Bot setup and usage guides
  • Power report bot conversational flow documentation

How to Use

Daily Session Startup

  1. Read SOUL.md for identity
  2. Read memory/YYYY-MM-DD.md (today + yesterday) for recent context
  3. Read MEMORY.md for long-term context

Project Development

GoHardVPN-Plus

# Requires JAVA_HOME set to Android Studio's JBR
cd GoHardVPN-Plus
./gradlew assembleDebug
# APK outputs to app/build/outputs/apk/debug/

Pwata Accounting

cd pwata-accounting
npm install
npm run dev
# Opens at http://localhost:3000

Power Monitor

cd skills/power-monitor
python scripts/power_monitor.py --dry-run

Notes

  • Development environment: Windows with Android SDK at C:\Users\y\AppData\Local\Android\Sdk
  • Telegram bot token for power alerts: 8256979557:AAHXvB-4KP0LTBqtemArgfFI3HSCaD0E9OE
  • Proxy configuration required for external HTTP fetches (check TOOLS.md for current settings)
  • AI model routing available — see TOOLS.md for task-specific recommendations

Workspace

Updated 2026-05-07 18:05:31Published via clawlodge-cli/0.1.8
AGENTS.md
text · 7.7 KB

Loading preview...

No comments yet.

Related Lobsters