基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/agentic-os-org/ANOLISA --skill image-gen命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | image-gen |
| version | 1.0.0 |
| description | Generate images from text prompts via DashScope/Qwen. Use when creating, drawing, or illustrating images. |
| metadata | {"requires":{"bins":["python3"]}} |
Run scripts/generate_image.py relative to this skill's directory.
python3 SKILL_DIR/scripts/generate_image.py -p "prompt text" -o output.png [-m model] [-s size]
Default model: wanx2.1-t2i-turbo. Also: wanx2.1-t2i-plus, wanx-v1. Size default 1024*1024.
Requires env var DASHSCOPE_API_KEY (or QWEN_API_KEY).
使用 agent-sec-cli 检查文本、UTF-8 文件或日志中的个人信息与凭证,报告脱敏证据,并按需生成脱敏文本。当用户要求检查敏感信息、查找泄露的密钥或对内容脱敏时使用;查询已发生的安全事件使用 security-observability。
Inspect and recover snapshots owned by a COSH managed Task. Use when the user asks the outer COSH Agent to list Task snapshots, preview or diff an exact recovery point, switch a Task workspace, or recover a workspace-only failure and retry once. Do not use for standalone ws-ckpt workspaces.
使用 agent-sec-cli 扫描 prompt 文本中的注入攻击和越狱尝试,返回结构化 JSON 扫描结果。当用户提到 prompt 安全、prompt 注入检测、越狱检测、提示词攻击检测,或者需要判断一段文本是否包含恶意 prompt 注入时,都应使用此技能。即使用户没有明确说"扫描",只要涉及评估 prompt 文本的安全性,也应触发此技能。