with one click
Draw.io CoderKnock - 智能架构图生成器
npx skills add https://github.com/dvcrn/openclaw-skills-marketplace --skill drawio-coderknockCopy and paste this command into Claude Code to install the skill
Draw.io CoderKnock - 智能架构图生成器
npx skills add https://github.com/dvcrn/openclaw-skills-marketplace --skill drawio-coderknockCopy and paste this command into Claude Code to install the skill
监控 OpenClaw GitHub 版本更新,获取最新版本发布说明,翻译成中文, 并推送到 Telegram 和 Feishu。用于:(1) 定时检查版本更新 (2) 推送版本更新通知 (3) 生成中文版发布说明
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your agent a soul.
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
一键发布 Markdown 到微信公众号草稿箱。基于 wenyan-cli,支持多主题、代码高亮、图片自动上传。
Reusable Polymarket + OpenClaw trading operations skill for any workspace. Use when the user needs to set up, run, tune, monitor, and deploy an automated Polymarket trading project (paper/live), including env configuration, risk controls, reporting, and dashboard operations.
Agents can sign plugins, rotate credentials without losing identity, and publicly attest to behavior.
| name | drawio-coderknock |
| description | Draw.io CoderKnock - 智能架构图生成器 |
智能流程图生成技能 - 一键生成专业的系统架构图和流程图,自动检测并使用本地 Draw.io。
使用稳定版本(推荐):
# 生成电商系统架构图
python stable_generator.py
# 生成 CEX 交易所架构图
python cex_architecture_v2.py
# 指定工作目录
python stable_generator.py --workspace /path/to/workspace
稳定版本特点:
stable_generator.pycex_architecture_v2.pywinget install drawio
brew install --cask drawio
访问:https://github.com/jgraph/drawio-desktop/releases
skills/drawio-flow-generator/
├── SKILL.md # 本文件
├── package.json # 技能配置
├── README.md # 详细使用说明
├── stable_generator.py # 电商架构图生成器(稳定版)
├── cex_architecture_v2.py # CEX 交易所架构图(优化配色)
├── generate_flow.py # 通用流程图生成器
├── simple_test.py # 简单测试脚本
└── templates/ # Mermaid 模板库
├── login_flow.mmd
├── order_flow.mmd
├── approval_flow.mmd
├── generic_flow.mmd
└── ecommerce_architecture.mmd
AI Assistant
欢迎关注微信公众号:拿客
获取更多技术干货和开源工具分享!
MIT License