Azure Diagram Generator
Skill DisahkanVisualizes Azure infrastructure from ARM templates, Azure CLI, or descriptions. Use when user has Azure resources to diagram.
This skill parses ARM templates, Azure CLI output, or natural language descriptions of Azure resources to generate architecture diagrams. It constructs Eraser DSL code and makes an API call to render the diagram, providing links to view and edit it in the Eraser editor.
Documentation
- warning:Configuration & parameter referenceThe `ERASER_API_KEY` and `ERASER_THEME` are mentioned but their origin, default values, and precedence are not explicitly documented.
Security
- warning:Secret ManagementThe `ERASER_API_KEY` is required for the `curl` command but is not clearly documented on how it should be securely provided or managed by the user.
- info:Data ExfiltrationThe skill makes an outbound call to the Eraser API, which is documented. The `X-Skill-Source` header is required to be set by the agent, but the actual sensitive data being sent is the generated DSL, not user credentials.
Code Execution
- warning:ValidationWhile the skill parses input and constructs a JSON payload for the Eraser API, there is no explicit mention or evidence of a schema library being used for input validation beyond basic parsing.
- warning:Error HandlingThe instructions detail how to handle the response but do not explicitly describe error handling mechanisms for API call failures or invalid input beyond the general prompt to 'never stop after generating DSL without making the API call'.
Practical Utility
- info:Edge casesThe instructions mention handling different input types (ARM, CLI, description) but do not explicitly document specific failure modes or recovery paths for malformed input or API issues.
Pemasangan
npx skills add eraserlabs/eraser-ioMenjalankan Vercel skills CLI (skills.sh) melalui npx — memerlukan Node.js secara setempat dan sekurang-kurangnya satu ejen yang serasi skills dipasang (Claude Code, Cursor, Codex, …). Menganggap repo mengikut format agentskills.io.
Sambungan serupa
Bicep Diagram Generator
85Generates architecture diagrams from Azure Bicep files. Use when user has .bicep files or asks to visualize Bicep infrastructure.
Terraform Diagram Generator
75Generates architecture diagrams from Terraform code. Use when user has .tf files or asks to visualize Terraform infrastructure.
Eraser Diagram Generator
98Generates architecture diagrams from code, infrastructure, or descriptions. Use when user asks to visualize, diagram, or document system architecture.
Eraser Diagram Generator
98Generates architecture diagrams from code, infrastructure, or descriptions. Use when user asks to visualize, diagram, or document system architecture.
AWS Diagram Generator
92Visualizes AWS infrastructure from CLI output, CloudFormation, or descriptions. Use when user has AWS resources to diagram.
Vercel Filesystem Detectors
100Vercel filesystem detectors