📦 Poster Forge — 海报生成
v1.0.0一键生成中英双语海报、社媒封面、信息图,自动排版、字体适配、配色推荐,导出高清PNG/PDF,零设计门槛。
0· 102·0 当前·0 累计
下载技能包
最后更新
2026/4/7
安全扫描
OpenClaw
安全
high confidenceNULL
评估建议
This skill appears to do what it says, but be aware it performs network operations: it downloads fonts from GitHub raw URLs and sends prompts to Pollinations.ai to generate base images, and it uses headless Chromium to render HTML templates. If you have privacy concerns about sending prompts/images to an external service, run the script in an isolated environment or use the HTML/text engines only (Chromium/PIL) which can operate offline. Also ensure you have Python 3 and Pillow installed, and th...详细分析 ▾
✓ 用途与能力
Name/description (poster/image generation, Chinese/English text support) align with the included files and runtime requirements. The script implements three engines (AI, HTML, text) and requires Python + Pillow, curl, and optionally Chromium — all reasonable for the stated purpose.
ℹ 指令范围
SKILL.md instructs the agent to run scripts/generate.py which performs only poster-related tasks. The script downloads fonts from GitHub raw URLs, fetches images from Pollinations.ai (https://image.pollinations.ai), writes temp HTML files and screenshots, and runs headless Chromium. It does not read unrelated system files or expect other credentials. Note: it does send prompts and image requests over the network to external services.
✓ 安装机制
No install spec is provided (instruction-only + one script), so nothing is written to system install locations. The script itself uses subprocess calls to curl and Chromium but does not perform any packaged installs or download arbitrary executables. Font downloads are from GitHub raw URLs (public font files).
✓ 凭证需求
The skill requests no environment variables, no credentials, and no config paths. All external accesses (font raw URLs and Pollinations.ai) are consistent with generating images; there is no unexplained credential access or secret exfiltration.
✓ 持久化与权限
always is false and the skill does not request permanent agent presence or modify other skills/configs. It writes temporary files (fonts in the system temp dir and temporary HTML/screenshot files) within its own runtime scope.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/4/7
NULL
● 可疑
安装命令
点击复制官方npx clawhub@latest install poster-forge
镜像加速npx clawhub@latest install poster-forge --registry https://cn.longxiaskill.com镜像同步中