Chinese — 中文
v1.0.0水墨画生成器 使用 AI 创作惊艳的传统中国水墨画(shui-mo hua)与 sumi-e 笔触艺术。生成古典山水、竹、锦鲤、龙……
22· 22·0 当前·0 累计
下载技能包
最后更新
2026/4/20
安全扫描
OpenClaw
安全
high confidenceThe skill is internally consistent: it takes a user-supplied API token and prompt, calls an external image-generation API (api.talesofai.com / Neta), and returns an image URL — nothing in the code or instructions requests unrelated credentials, files, or system access.
评估建议
This skill appears to do exactly what it claims: call the Neta image API with a prompt and return an image URL. Before installing or using it, consider: (1) The script sends your prompt and the provided API token to api.talesofai.com — avoid sending sensitive data in prompts and make sure you trust that service and its privacy/TOS. (2) The package owner/homepage are unknown in the metadata; if you plan to install from a remote repo (npx/clawhub), verify the upstream repository and its history. (...详细分析 ▾
✓ 用途与能力
Name/description promise (generate Chinese ink–style images) matches the implementation: the JS script constructs a prompt, sends it to an image-generation endpoint, polls for the result, and prints a URL. Required components (a token for the Neta service and prompt/flags) are reasonable for this purpose.
✓ 指令范围
SKILL.md and the script only instruct the agent/user to run the included Node script with a prompt and a --token flag. The runtime instructions do not request reading system files, other environment variables, or contacting endpoints beyond the stated API (api.talesofai.com / neta.art).
✓ 安装机制
No install spec is present and the skill is instruction+script only; package.json is minimal and there are no third-party downloads or archive extracts. This lowers installation risk. The npx install hint points to a user repository but the shipped bundle already contains the script.
ℹ 凭证需求
The skill requires a Neta API token supplied via the --token flag (documented in README and SKILL.md). The skill metadata does not declare required env vars, but that is not harmful because the token is passed on the command line. No other secrets or unrelated credentials are requested. Note: prompts and the token are transmitted to a third-party API (api.talesofai.com); users should consider privacy of prompt content and the token's permissions.
✓ 持久化与权限
The skill does not request persistent or elevated platform privileges (always is false). It does not modify other skills or system-wide settings and does not store credentials on disk. Autonomous invocation is allowed by default but is not combined with broad credential access.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/4/20
- Initial release of Chinese Ink Painting Generator. - Generate traditional Chinese ink paintings and sumi-e art using the Neta AI image generation API. - Supports a range of styles including landscapes, bamboo, koi, dragons, plum blossoms, calligraphy, zen minimalist, and Japanese ink wash. - Customizable options for image size and style reference. - Requires a free Neta API token for image generation.
● 无害
安装命令
点击复制官方npx clawhub@latest install chinese-ink-painting-generator
镜像加速npx clawhub@latest install chinese-ink-painting-generator --registry https://cn.longxiaskill.com 镜像可用