扫描报告
0 /100
n8n-workflow-automation
Designs and outputs n8n workflow JSON with robust triggers, idempotency, error handling, logging, retries, and human-in-the-loop review queues
This is a documentation-only n8n workflow design skill with no executable code, no network calls, and no file system writes. It safely generates JSON and markdown templates based on user prompts.
可以安装
No action required. This skill is safe to use.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | NONE | — | SKILL.md: Read-only by default; only emits JSON when explicitly requested withou… |
| 网络访问 | NONE | NONE | — | No network calls documented or implemented |
| 命令执行 | NONE | NONE | — | No shell commands or scripts present |
| 环境变量 | NONE | NONE | — | References env vars only as credential names, no direct access |
| 技能调用 | NONE | NONE | — | No nested skill invocations |
| 剪贴板 | NONE | NONE | — | No clipboard access |
| 浏览器 | NONE | NONE | — | No browser automation |
| 数据库 | NONE | NONE | — | No direct database access; workflow outputs may reference DB credentials as env … |
目录结构
3 文件 · 4.7 KB · 131 行 Markdown 2f · 126L
JSON 1f · 5L
├─
▾
assets
│ └─
runbook-template.md
Markdown
├─
_meta.json
JSON
└─
SKILL.md
Markdown
安全亮点
✓ Read-only design: outputs workflow JSON only when explicitly requested
✓ Security-conscious output: does not include secrets in JSON, references env vars/credential names only
✓ No executable scripts or code
✓ No network calls or external communications
✓ Documentation is clear about purpose, inputs, outputs, and safety constraints
✓ Includes explicit 'DO NOT USE WHEN' section for security boundaries
✓ No dependencies or external packages required
✓ Follows least-privilege principle in design guidance