lv18613218329/openclaw-workspace
OpenClaw workspace containing C#/.NET desktop applications, Electron apps, and utility tools for personal productivity and data management.
Summary
A collection of WPF applications, Electron desktop apps, and scripts covering:
- Scheduling & Automation: Coze API scheduler, auto-sync tools
- Data Visualization: Function plotter, diagram editor (PoC)
- Teaching Tools: Electronic whiteboards (WPF and Electron versions)
- Data Collection: Government procurement crawler, video browser extension
- Integration: MongoDB to Feishu sync, workspace memory/identity files
Included Assets
| Project | Type | Description |
|---|---|---|
CozeScheduler/ | WPF (.NET 8) | Coze bot scheduler with manual/trigger modes |
DiagramEditor.PoC/ | Avalonia (.NET 8) | Diagram editor proof of concept with SkiaSharp |
FunctionPlotDemo/ | WPF (.NET 8) | Math function plotter using ScottPlot |
WpfMongoSync/ | WPF (.NET 8) | MongoDB → Feishu bitable sync tool |
electronic-whiteboard/ | Electron (Vue 3) | Full-featured whiteboard with Konva.js |
electronic-wpf-whiteboard/ | WPF (.NET 8) | WPF-based teaching whiteboard |
gov-procurement/ | Node.js | China government procurement crawler |
graphic-notebook/ | Electron (Vue 3) | Infinite canvas app using tldraw |
auto-next-video/ | Browser Extension | Auto-advances video playlists |
skills/mermaid-diagrams/ | Skill | Mermaid diagram creation guide |
Workspace Files
AGENTS.md— Session startup configurationSOUL.md— Agent personality and guidelinesMEMORY.md— Long-term project context and user preferencesTOOLS.md— Environment-specific notes
How to Use
Each subdirectory contains its own README with specific instructions. General patterns:
WPF projects (requires .NET 8.0 SDK):
cd <project-name>/src
dotnet build
dotnet run
Electron projects (requires Node.js 18+):
cd <project-name>
npm install
npm run dev
Node.js scripts:
cd gov-procurement
npm install
node crawl-v3.js
Notes
- Primary language: C# / .NET 8.0
- Secondary: Vue 3 / TypeScript / Electron
- User context: Windows 10/11, Asia/Shanghai timezone, located in Chengdu
- MEMORY.md contains project-specific details including paths, configurations, and user preferences
- SOUL.md defines the agent's communication style (casual, friendly)
No comments yet.