Gog
一个面向 Dev Tools 场景的 Agent 技能。原始说明:Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
name: diagforge-bootstrap
description: Bootstrap skill for DiagForge. Use this skill to onboard an agent into the DiagForge GitHub repository, understand the project structure, run the canonical cold-start smoke test, and begin working with the Visio-based drawing loop safely.
version: 0.1.2
metadata:
openclaw:
homepage: https://github.com/qweadzchn/DiagForge
requires:
bins:
env:
This is a lightweight onboarding skill for the DiagForge repository.
It is not the full DiagForge system.
Its job is to guide an agent to the correct GitHub repository, documents, smoke test, and execution flow.
DiagForge itself is an agent-driven closed loop built on top of Microsoft Visio.
Its goal is to turn reference figures into directly editable diagram assets by helping agents operate Visio more like a capable human user rather than as a blind API caller.
This skill can help an agent:
After using this skill, an agent should be able to:
.vsdx outputs instead of dead image copiesUse this skill when an agent needs to:
Use this skill when:
This skill does not bundle the whole repository.
It does not include Visio bridge code, benchmark PNGs, or runtime artifacts.
The full project lives in the GitHub repository:
https://github.com/qweadzchn/DiagForge
git clone git@github.com:qweadzchn/DiagForge.git
cd DiagForge
If SSH is not available, use HTTPS instead.
Read these files first:
AGENT_START_HERE.mdAGENT_GUIDE.mdGET_STARTED.mddocs/human/setup/AGENT_COLD_START_SMOKE_TEST.mdMODE_POLICY.mdFrom the repo root:
python Setup\prepare_smoke_test.py --config Setup\examples\smoke-test-inputpng-1.json
python Setup\run_draw_job.py --config Setup\examples\smoke-test-inputpng-1.json
python Setup\execute_drawdsl.py --config Setup\examples\smoke-test-inputpng-1.json --round 1 --save-final
Expected outputs:
OutputPreview/smoke-inputpng-1/round-01.pngOutputEditable/1_smoke_test_final.vsdxWhen working inside DiagForge:
See:
README.mdCONTRIBUTING.mddocs/architecture/FEEDBACK_PROMOTION_LOOP.md