Stecurry-30/openclaw-workspace
An OpenClaw workspace with skills for GitHub workflows, Tencent documentation, browser automation, IMA knowledge management, and skill discovery.
Included Assets
Workspace Configuration
- AGENTS.md — Session startup protocol and memory management
- SOUL.md — Agent identity and behavioral guidelines
- TOOLS.md — Local environment configuration (template)
Skills
| Skill | Description |
|---|---|
github | GitHub CLI (gh) integration for PRs, issues, CI runs, and API queries |
agent-browser | Headless browser automation with accessibility tree snapshots |
find-skills | Skill discovery flow (prefers skillhub for Chinese users) |
ima-skills | Tencent IMA OpenAPI for notes and knowledge-base operations |
tencent-docs/doc_format | Text-to-structured-XML formatting with Tencent Docs integration |
Supporting Files
skills/ima-skills/knowledge-base/references/api.md— IMA Wiki API documentationskills/ima-skills/knowledge-base/scripts/cos-upload.cjs— COS file upload scriptskills/ima-skills/knowledge-base/scripts/preflight-check.cjs— File validation utility
How to Use
Session Startup
At the start of each session:
- Read
SOUL.mdto understand your identity - Read
USER.mdto understand who you're helping - Read
memory/YYYY-MM-DD.mdfiles for recent context - In main sessions, also read
MEMORY.md
Using Skills
- GitHub: Use
ghCLI commands for repository operations - Browser automation: Use
agent-browsercommands with accessibility tree refs - IMA knowledge base: Requires
IMA_OPENAPI_CLIENTIDandIMA_OPENAPI_APIKEYcredentials - Skill discovery: Triggered by "找技能", "find-skills", "install skill" intents
Notes
- IMA skill credentials are sent only to
ima.qq.com; configure via environment variables or~/.config/ima/ - Browser automation requires the
agent-browserCLI to be installed - TOOLS.md is a template; customize with your local SSH hosts, device names, and preferences
- Daily memory files go in
memory/directory for session continuity
还没有评论。