📦 AI — 人工智能
v1.0.0Fat – 基于 CLI 的 AI 大码体型转换 — 可视化一个人极度超重时的外观
0· 16·0 当前·0 累计
下载技能包
最后更新
2026/4/20
安全扫描
OpenClaw
安全
high confidence该技能的需求与运行时指令与其声明目的一致:仅需 WeShop API 密钥和 weshop CLI 即可调用 WeShop 的 fat-ai 端点,不会索取无关凭据或系统权限。
评估建议
This skill appears internally consistent, but before installing: (1) Verify the weshop-cli npm package and GitHub repo are legitimate and review their code or releases; (2) Never paste your WESHOP_API_KEY into prompts or command arguments—set it as an environment variable as instructed; (3) Consider privacy and consent: only transform images you have permission to use and check WeShop's terms for how they store/process uploaded images; (4) If unsure, run the CLI in an isolated environment (conta...详细分析 ▾
✓ 用途与能力
Name/description, declared primary credential (WESHOP_API_KEY), and SKILL.md all consistently point to using the weshop CLI to call WeShop's fat‑ai image transform. There are no unrelated env vars, binaries, or config paths requested.
✓ 指令范围
SKILL.md instructs the agent to check WESHOP_API_KEY, prompt the user if missing, and run the weshop fat-ai command with an image and optional prompt. It does not instruct the agent to read other system files, harvest unrelated environment variables, or transmit data to endpoints other than the claimed openapi.weshop.ai (per the doc).
ℹ 安装机制
There is no install spec in the registry (instruction-only), which is low risk. The README suggests installing weshop-cli via 'npm install -g weshop-cli' — installing third‑party npm packages is a separate risk to consider (verify package source/repo and audit code) but is coherent for this skill's purpose.
✓ 凭证需求
Only a single API key (WESHOP_API_KEY) is required and it is the primaryEnv. That is proportionate for a service-backed image transform. No extra secrets or unrelated credentials are requested.
✓ 持久化与权限
The skill is not always-enabled, does not request system-wide configuration changes, and uses normal autonomous invocation defaults. It does not request elevated persistence or modify other skills.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/4/20
fat-ai-cli-skill 首次发布: - 推出 AI 驱动工具,可将肖像照片可视化极端超重体型变化。 - 需安装 weshop-cli 并配置 WESHOP_API_KEY 环境变量。 - 提供 CLI 命令(weshop fat-ai),支持图像输入与自定义提示。 - 含 API 密钥安全规范及用户说明。 - 返回结构化结果 URL,内含变换后图像。
● 无害
安装命令
点击复制官方npx clawhub@latest install fat-ai-cli-skill
镜像加速npx clawhub@latest install fat-ai-cli-skill --registry https://cn.longxiaskill.com
技能文档
| --- | --- | --- | --- |
| --image | array | 是 | | |
| --prompt | string | 否 | Give me a look of how this person would look when this person became extremely fat. Don't change clothes and appearance. | |
| --batch | integer | 否 | 1 | |
输出格式
``
[result]
agent: fat-ai
executionId:
status: Success
imageCount: N
image[0]:
status: Success
url: https://...
``