/install drawforge-agent-visio-use
DrawForge Bootstrap
This is a lightweight onboarding skill for the DrawForge repository.
It is not the full DrawForge system. Its job is to guide an agent to the correct GitHub repository, documents, smoke test, and execution flow.
DrawForge 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.
What this skill can do
This skill can help an agent:
- understand what DrawForge is trying to achieve
- find the correct GitHub repository and entry documents
- avoid random first-run behavior and jump into the intended workflow
- run the canonical cold-start smoke test
- start reproducing reference figures through the DrawForge Visio loop
- move toward a result that a human can continue editing directly in Visio
Typical outcomes
After using this skill, an agent should be able to:
- explain the DrawForge workflow clearly
- bootstrap itself into the repository with the correct read order
- validate that the Visio bridge and execution path are working
- begin work on figure reproduction with better layer awareness
- help produce editable
.vsdxoutputs instead of dead image copies
What this skill is for
Use this skill when an agent needs to:
- find the DrawForge source repository
- understand the top-level architecture quickly
- avoid free-form blind retries
- run the canonical cold-start smoke test
- begin work in the correct layer
When to use it
Use this skill when:
- an agent is entering DrawForge for the first time
- a new environment needs to be validated before real drawing work
- a user wants an agent to help reproduce a figure through Visio
- the goal is not only to look similar to the reference, but to obtain a directly editable diagram asset
What this skill is not
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/DrawForge
Recommended workflow
- Clone the GitHub repository locally.
- Read the cold-start entry documents.
- Run the canonical smoke test before doing open-ended drawing work.
- Only then move on to real jobs or system improvements.
Clone the repository
git clone [email protected]:qweadzchn/DrawForge.git
cd DrawForge
If SSH is not available, use HTTPS instead.
Read order
Read these files first:
AGENT_START_HERE.mdAGENT_GUIDE.mdGET_STARTED.mddocs/human/setup/AGENT_COLD_START_SMOKE_TEST.mdMODE_POLICY.md
Canonical smoke test
From 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.vsdx
Routing rule
When working inside DrawForge:
- if the issue is round-specific, keep it in review artifacts
- if it looks structural but still needs validation, write a proposal
- if it is already reusable experience, promote it into a lesson
- if the shared fix is clear, patch the owning layer directly
Where to go next
See:
README.mdCONTRIBUTING.mddocs/architecture/FEEDBACK_PROMOTION_LOOP.md
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install drawforge-agent-visio-use - 安装完成后,直接呼叫该 Skill 的名称或使用
/drawforge-agent-visio-use触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Agent Visio Use 是什么?
Bootstrap skill for DrawForge. Use this skill to onboard an agent into the DrawForge GitHub repository, understand the project structure, run the canonical c... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 91 次。
如何安装 Agent Visio Use?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install drawforge-agent-visio-use」即可一键安装,无需额外配置。
Agent Visio Use 是免费的吗?
是的,Agent Visio Use 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Agent Visio Use 支持哪些平台?
Agent Visio Use 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Agent Visio Use?
由 qweadzchn(@qweadzchn)开发并维护,当前版本 v0.1.2。