← Back to Skills

architecture-diagram-generator

v1.0.0 officially_approved ⬇ 5
USK v3 ✅ Verified ⚡ Auto-Convert
⬇ Download
Install Guide↓

시스템 설명을 입력하면 Mermaid 또는 PlantUML 아키텍처 다이어그램 코드를 생성합니다.

# architecture # diagram # mermaid # plantuml # documentation # system-design

Basic Info

Owner 👤 Admin Category Registered 2026-04-13 Last Updated 2026-04-13 Latest Version 1.0.0 Packaged At 2026-04-13 Vetting Status officially_approved Downloads 5 Checksum (SHA256) 062cf6da2c724807c694317ea5347f1dc3090a1c118eb4b9fdbc1ae17d1ffe76

⚡ AGENT INFO USK v3

Capabilities
diagram_generation architecture_design documentation
Permissions
✗ network
✗ filesystem
✗ subprocess
Interface
type: cli   entry_point: main.py   runtime: python3   call_pattern: stdin_stdout
Agent API
# 스킬 스키마 조회 (에이전트가 호출 방법을 파악) GET /v1/agent/skills/41604c90-f4f2-40c2-bba5-1ea2ace4c968/schema # 플랫폼별 자동 변환 다운로드 GET /v1/agent/skills/41604c90-f4f2-40c2-bba5-1ea2ace4c968/download?platform=OpenClaw GET /v1/agent/skills/41604c90-f4f2-40c2-bba5-1ea2ace4c968/download?platform=ClaudeCode GET /v1/agent/skills/41604c90-f4f2-40c2-bba5-1ea2ace4c968/download?platform=CustomAgent

Installation

Compatible Platforms any

1
Install the skill using openclaw_skill_manager.py.
python openclaw_skill_manager.py --install architecture-diagram-generator
2
Verify installation
python openclaw_skill_manager.py --list-installed
3
Install a specific version (optional)
python openclaw_skill_manager.py --install architecture-diagram-generator --version 1.0.0
1
Download the skill package.
curl -O https://aiskillstore.io/v1/skills/41604c90-f4f2-40c2-bba5-1ea2ace4c968/download
2
Place it in the Claude Code commands directory.
unzip architecture-diagram-generator.skill -d ~/.claude/commands/architecture-diagram-generator/
3
Use it as a slash command in Claude Code.
/architecture-diagram-generator
1
Download the skill package via REST API.
GET https://aiskillstore.io/v1/skills/41604c90-f4f2-40c2-bba5-1ea2ace4c968/download
2
Place it in your agent platform's skills directory.
cp architecture-diagram-generator.skill ./skills/
3
Fetch platform-specific details via the Install Guide API.
GET https://aiskillstore.io/v1/skills/41604c90-f4f2-40c2-bba5-1ea2ace4c968/install-guide?platform=CustomAgent

Security Vetting Report

Vetting Result CAUTION

Findings: ["메타데이터 경고: 권장 필드 없음: 'requirements' (SKILL.md v2 권장)"]

✅ No security risks found.

AI Review Stage

Reviewer gemini Risk Level 🟢 Low Review Summary 선언된 권한을 준수하며 악의적인 동작이 없는 안전한 스킬입니다.
Reasoning

스킬 메타데이터에 선언된 권한(network: false, filesystem: false, subprocess: false)과 제공된 코드 스니펫의 동작이 일치합니다. 코드 스니펫은 `sys`, `json`, `re`와 같은 표준 라이브러리만을 사용하며, 시스템 설명을 분석하여 다이어그램 코드를 생성하는 순수한 텍스트 처리 로직으로 구성되어 있습니다. 외부 통신, 파일 시스템 접근, 외부 프로세스 실행 등의 악의적이거나 선언되지 않은 동작은 발견되지 않았습니다. 사용자 데이터를 무단으로 수집하거나 전송하는 기능도 없습니다. 코드 품질은 스킬의 목적에 부합하며 명확합니다. 정적 분석 결과 'caution' 상태이지만, 구체적인 위험 요소(red_flags_found, obfuscation_warnings, forbidden_exec_files_found)는 발견되지 않았으므로, 현재 정보만으로는 안전하다고 판단됩니다.

Version History

Version USK v3 Vetting Status Packaged At Downloads Changelog
v1.0.0 officially_approved 2026-04-13 ⬇ 5 Initial release

Reviews & Ratings

No reviews yet. Be the first to leave one!

✍️ Write a Review