auto-article-images — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited auto-article-images (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
智能配图助手用于回答「还要配图,好麻烦」、配图、封面、文章图片,适合内容创作者、运营、technical、内容媒体在明确业务目标、内容材料或分析对象后调用。 它会结合正文、文章正文或 Markdown等输入,整理关键上下文,并输出摘要、诊断结论、行动建议和可复用交付物,便于继续执行、复盘或交付。
适用场景
通过导出的 Python runner 直接调用 AI Skills API:
基础调用
python3 scripts/run.py --params '{}'带常用参数调用
python3 scripts/run.py --params '{"style":"clean-commercial"}'| 参数 | 类型 | 必填 | 默认 | 说明 |
|---|---|---|---|---|
style | string | 否 | clean-commercial | 视觉风格;可选值:清爽商业(clean-commercial)、杂志摄影(editorial-photo)、柔和插画(soft-illustration)、科技图解(tech-diagram) |
title | string | 否 | - | 标题 |
imageCount | integer | 否 | 4 | 配图数量 |
sourceText | string | 否 | - | 文章正文或 Markdown |
coverRatios | array | 否 | ["2.35:1","1:1","16:9","3:4","9:16"] | 封面比例 |
watermarkMode | string | 否 | off | 水印;可选值:不加(off)、右下角(corner)、平铺(tiled)、两者(both) |
sourceDocument | string | 否 | - | 支持 docx、md、txt 等文本文件 |
publishPlatform | string | 否 | all | 发布平台;可选值:全平台(all)、公众号(wechat)、小红书(xhs)、博客(blog)、知乎(zhihu) |
brandRequirements | string | 否 | - | 品牌要求 |
完整机器可读参数结构见 references/form-schema.json。
当前技能没有需要额外查表的分类参数。
当前技能直接接收 JSON 参数,不涉及分享链接解析。
下面的示例参数可直接传给 scripts/run.py,runner 会把它们发送给 AI Skills API。
python3 scripts/run.py --params '{"style":"clean-commercial"}'等价的 --params JSON:
{
"style": "clean-commercial"
}{
"success": true,
"data": {
"mode": "async",
"status": "completed",
"resultEnvelope": {
"status": "completed",
"title": "配图结果已生成",
"summary": "已生成正文配图和多比例封面。",
"items": [
{
"id": "image-package",
"type": "attachmentGroup",
"title": "配图文件",
"artifactIds": [
"content-01.webp",
"cover-wechat-2_35x1.webp"
]
}
],
"artifacts": [
{
"id": "content-01.webp",
"name": "content-01.webp",
"relativePath": "content-01.webp",
"mimeType": "image/webp",
"url": "/api/skill-artifacts/job_demo/file/content-01.webp"
},
{
"id": "cover-wechat-2_35x1.webp",
"name": "cover-wechat-2_35x1.webp",
"relativePath": "cover-wechat-2_35x1.webp",
"mimeType": "image/webp",
"url": "/api/skill-artifacts/job_demo/file/cover-wechat-2_35x1.webp"
}
],
"presentation": {
"mode": "single"
}
},
"zipUrl": "/api/skill-artifacts/job_demo/archive"
},
"meta": {
"executionTime": 842,
"cached": false
}
}AISKILLS_BASE_URL:默认 https://ai-skills.aiAISKILLS_API_KEY:必填,用于认证调用AISKILLS_TENANT_ID:默认 default~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.