openclaw-workspace
Summary
A collection of OpenClaw agents, skills, and configuration utilities designed for automating model setup, message channel integration, web search, GitHub operations, and thesis formatting checks. Includes scripts, documentation, and a multi-language thesis-checking web application.
Included Assets
-
Agent & Memory Files:
AGENTS.md,SOUL.md,TOOLS.md— workspace guidance, memory rules, and environment customization
-
Skills:
skills/configure_model/— script and metadata to update OpenClaw model/API Keyskills/configure_channel/— script and metadata for configuring Feishu/Dingtalk channelsskills/web_search/— SearXNG-based privacy-first web search utilityskills/github/— interact with GitHub viaghCLIskills/bluebubbles/— BlueBubbles channel plugin for message delivery/monitoringskills/thesis-checker/references/— directory for university/professional thesis requirements
-
Apps:
thesis-checker-web/— full-stack graduation thesis formatting check platform (Vue 3 & FastAPI)frontend/— Vue 3 clientbackend/— FastAPI backend
How to Use
-
Workspace Setup:
- Read
AGENTS.mdandSOUL.mdfor operational principles and session memory usage. - Add or update
TOOLS.mdwith your local environment details if needed (SSH, TTS, device nicknames).
- Read
-
Skill Usage:
- Model Configuration:
- Run:
python3 configure_model/scripts/configure_model.py <model_type> <api_key>
- Run:
- Channel Configuration:
- Run:
python3 configure_channel/scripts/configure_channel.py <channel_type> <channel_appId> <channel_appSecret>
- Run:
- Web Search:
- Configure your SearXNG URL; use the available script or integrate with web search skill.
- GitHub Automation:
- Use documented
ghCLI commands for issues, PRs, and CI tasks.
- Use documented
- Model Configuration:
-
Thesis Checker Platform:
- Navigate to
thesis-checker-web/README.mdfor full instructions on building and running the Vue3/FastAPI web app. - Place thesis format requirements in
skills/thesis-checker/references/as per README guidance.
- Navigate to
Notes
- Most config changes via scripts require a gateway restart to take effect.
- Store sensitive secrets/memory only in intended files as described in
SOUL.mdandAGENTS.md. - The thesis-checker platform supports docx, PDF, and Markdown thesis uploads and is customizable by university/profession.
- The skills assume Python 3.10+ is installed and access rights are managed.
- No public APIs or ingestion features are present—direct operations only through scripts and documented configuration.
No comments yet.