首页龙虾技能列表 › Polaroid Photo Generator — Polaroid工具

Polaroid Photo Generator — Polaroid工具

v1.0.0

AI polaroid 图像生成工具 — create retro instant-film photos with authentic vintage color, film grain, and '70s–'80s aesthetic. Perfect for nostalgic portr...

0· 92·0 当前·0 累计
by @blammectrappora·MIT-0
下载技能包
License
MIT-0
最后更新
2026/3/30
安全扫描
VirusTotal
Pending
查看报告
OpenClaw
安全
high confidence
The skill is internally consistent: it implements a CLI wrapper that sends prompts and a user-provided Neta API token to an external image-generation API and returns an image URL.
评估建议
This skill appears to do what it claims: it sends your prompt and a user-supplied Neta API token to api.talesofai.com and returns an image URL. Before installing or running, verify you trust the Neta service (api.talesofai.com / neta.art) and obtain a token from the official site. Prefer passing the token via an environment variable (as shown in README) rather than on the command line to avoid exposing it in process lists or shell history. If you need higher assurance, review the included polaro...
详细分析 ▾
用途与能力
Name/description claim an image-generation helper using the Neta API, and the code and README implement exactly that. Minor metadata mismatch: registry metadata lists no primary credential, but the runtime requires a Neta API token passed via --token (CLI or environment in examples). This is coherent but the metadata omission is worth noting.
指令范围
SKILL.md instructs running the included Node script with a prompt and token; the script only performs network calls to the described API and prints the resulting image URL. It does not read unrelated files, system config, or other environment variables.
安装机制
No install spec (instruction-only) and included code is a single small Node script; there are no downloads from unknown URLs or archive extraction steps. The provided npx/clawhub install hints refer to standard package installers.
凭证需求
The script requires a single API token (passed via --token or examples using $NETA_TOKEN), which is appropriate for a remote image-generation service. Note: the registry declared no required env/primary credential even though a token is required at runtime; also passing secrets on the CLI can expose them in shell history or process listings — using an environment variable is safer.
持久化与权限
The skill does not request permanent presence (always:false) and does not modify other skills or system settings. It runs as a one-off CLI tool that makes outbound API requests.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/3/30

Initial release of the AI Polaroid Photo Generator. - Generate retro instant-film photos with vintage color, film grain, and '70s–'80s aesthetics. - Supports portrait, landscape, square, and tall formats. - Option to use reference images for style inheritance. - Requires a free Neta API token to use. - Easy CLI integration and quick start instructions included.

● Pending

安装命令 点击复制

官方npx clawhub@latest install polaroid-photo-generator
镜像加速npx clawhub@latest install polaroid-photo-generator --registry https://cn.clawhub-mirror.com

技能文档

AI polaroid photo generator — create retro instant-film photos with authentic vintage color, film grain, and '70s–'80s aesthetic. Perfect for nostalgic portraits, travel snapshots, lifestyle content, retro photo art, and old-school photography effects.

令牌

Requires a Neta API token (free trial at ). Pass it via the --token flag.

node