跳转到主要内容
此内容尚未提供您的语言版本,正在以英文显示。

AWS Diagram Generator

Skill 已验证
92

Visualizes AWS infrastructure from CLI output, CloudFormation, or descriptions. Use when user has AWS resources to diagram.

AI 摘要

This skill parses AWS CloudFormation templates, CLI output, or natural language descriptions to generate architecture diagrams. It converts parsed resources into Eraser DSL and makes an API call to render the diagram, providing image and editor links in the output.

Documentation

  • warning:Configuration & parameter referenceThe `ERASER_API_KEY` and `ERASER_THEME` environment variables are referenced but not explicitly documented in the frontmatter or body, implying a potential for implicit configuration.

Security

  • warning:Secret ManagementThe skill requires an `ERASER_API_KEY` which is sensitive and passed in the `Authorization` header. While it's expected to be an environment variable, there's no explicit instruction on how to handle it securely or if it's ever echoed, though the prompt tries to mitigate this by stating only the API key is used.

Code Execution

  • warning:LoggingWhile the skill instructs to track sources during analysis (internal files, external references), there is no explicit mention of writing to a local audit file for actions or errors.

Practical Utility

  • info:Edge casesWhile the instructions cover parsing different input types and generating DSL, explicit documentation of failure modes (e.g., malformed input, API errors) and their recovery paths is lacking.

安装

npx skills add eraserlabs/eraser-io

通过 npx 运行 Vercel skills CLI(skills.sh)— 需要本地安装 Node.js,以及至少一个兼容 skills 的智能体(Claude Code、Cursor、Codex 等)。前提是仓库遵循 agentskills.io 格式。

about 1 month ago
18 stars
MIT
更新于 7 days ago
查看源代码