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
- Read
SOUL.mdfor identity - Read
memory/YYYY-MM-DD.md(today + yesterday) for recent context - Read
MEMORY.mdfor 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.mdfor current settings) - AI model routing available — see
TOOLS.mdfor task-specific recommendations
Aucun commentaire pour le moment.