doa-image — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited doa-image (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.
将用户提供的内容(文字、数据、攻略等)生成一张格式精美、排版现代、配色雅致的 HTML 页面,用户确认后将其转为高清 PNG 长图。
根据内容主题自动选择最合适的视觉风格:
| 内容类型 | 推荐风格 | 配色方向 |
|---|---|---|
| 旅游/自然 | 清新自然 | 绿色系、蓝绿色系 |
| 商务/报告 | 专业简约 | 深蓝、灰色系 |
| 美食/生活 | 温暖雅致 | 暖橙、米色系 |
| 科技/产品 | 现代极简 | 深色 + 亮色点缀 |
| 节日/庆祝 | 活泼明快 | 红金、多彩 |
| 文化/历史 | 古典雅致 | 褐色、墨绿 |
Noto Serif SC(标题)+ Noto Sans SC(正文),通过 Google Fonts 引入@media (max-width: 600px) 适配移动端Hero 区(渐变背景 + 标题)
├── 总览/概要(grid 卡片)
├── 主体内容(分节卡片 + 时间线/列表)
├── 补充信息(grid 网格展示)
├── 数据/表格(简洁表格)
├── 提示/备注(tip 卡片网格)
└── 页脚(点睛之笔)<style> 中)湖州五一旅游攻略.htmloutput/{内容描述性名称}/(每次新任务创建独立子文件夹)用户确认后,使用 html2image + Edge/Chrome 浏览器将 HTML 截图为 PNG。
生成转换脚本并执行:
import os
from html2image import Html2Image
# 自动查找浏览器
for p in [
r"C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe",
r"C:\Program Files\Microsoft\Edge\Application\msedge.exe",
r"C:\Program Files\Google\Chrome\Application\chrome.exe",
r"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe",
]:
if os.path.exists(p):
browser_path = p
break
hti = Html2Image(
browser_executable=browser_path,
output_path="<输出目录>",
custom_flags=["--no-sandbox", "--disable-gpu", "--hide-scrollbars"],
)
hti.screenshot(
html_file="<HTML文件路径>",
save_as="<输出文件名>.png",
size=(1080, <根据内容估算高度>),
)高度估算参考:
view_image 工具查看生成的 PNGhtml2image(如未安装需先安装)~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.