← 返回 Skills 市场
sherrihidalgolt

Thumbnail Gen Skill

作者 SherriHidalgolt · GitHub ↗ · v2.1.0 · MIT-0
cross-platform ✓ 安全检测通过
314
总下载
0
收藏
0
当前安装
24
版本数
在 OpenClaw 中安装
/install thumbnail-gen-skill
功能描述
Generate ai youtube thumbnail generator images with AI via the Neta AI image generation API (free trial at neta.art/open).
安全使用建议
This skill appears to do what it says: it takes a text prompt and a Neta/TalesOfAI API token and returns a generated image URL. Before installing/running: 1) Verify the package source (README suggests a GitHub path but registry owner id differs); prefer installing from a trusted repo. 2) Avoid passing long-lived secrets on the command line (they can appear in process lists); consider exporting a temporary environment variable or modifying the script to read the token from stdin or a protected file. 3) Inspect the JS file yourself (it's short and self-contained) so you are comfortable with the endpoint (api.talesofai.com) being used. 4) Use a limited-scope/test API token if possible and review the provider's terms and privacy policy. If you need help confirming the repository identity or modifying the tool to accept tokens more securely, ask for guidance.
功能分析
Type: OpenClaw Skill Name: thumbnail-gen-skill Version: 2.1.0 The skill is a legitimate tool for generating YouTube thumbnails using the Neta AI image generation API (api.talesofai.com). The core logic in thumbnailgen.js handles standard API request construction, job submission, and polling for results without any evidence of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
Name/description state it uses the Neta AI image API and the code and README call https://api.talesofai.com endpoints with a user-supplied token. No unrelated cloud credentials, services, or system access are requested.
Instruction Scope
SKILL.md and README instruct running node thumbnailgen.js with a --token flag and optional flags; the bundled thumbnailgen.js implements exactly that and only talks to api.talesofai.com. Minor notes: the README/SKILL.md call out an npx install from SherriHidalgolt (author path) while registry metadata lists a different owner id; and passing a secret via a CLI flag can expose it in process listings—this is a user-facing risk but not an inconsistency with purpose.
Install Mechanism
No install spec or archive downloads are present; this is effectively an instruction-only skill with a single included JS file. Nothing is written automatically to disk or pulled from untrusted URLs during install.
Credentials
The skill requests no environment variables and requires a single API token supplied via --token. That is proportionate to its purpose. Caveat: token passed on the command line can be visible to other local users via process listings; the skill does not offer or document an alternative secure token input/storage method.
Persistence & Privilege
always is false, the skill does not request persistent system privileges or modify other skills or system-wide settings. It runs as a simple CLI tool and exits.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install thumbnail-gen-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /thumbnail-gen-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.1.0
Remove env var access - token only via --token flag
v2.0.8
Republish for fresh security scan
v2.0.7
Align token resolution pattern, fix SKILL.md metadata mismatch
v2.0.6
Remove .cn domain references from README
v2.0.5
- Version bump to 2.0.5. - No user-facing changes; updated package.json only.
v2.0.4
- Dependency versions updated in package.json. - Minor code and/or dependency maintenance; no user-facing changes.
v2.0.3
- Updated dependency versions in package.json to improve stability and compatibility. - No changes to functionality or documentation.
v2.0.2
- Updated documentation to clarify that the Neta API token should be provided using the --token flag. - Improved instructions in SKILL.md for easier setup and token usage.
v2.0.1
- Updated package.json version to 2.0.1. - No functional or documentation changes in README.md or SKILL.md.
v2.0.0
- Updated version to 2.0.0 in package.json and documentation. - No functional changes to code or user options; documentation remains the same.
v1.3.2
- Updated package version to 1.3.2. - No user-facing changes; documentation and usage remain the same.
v1.3.1
- Dependency versions updated in package.json to improve compatibility and security. - Internal improvements to thumbnailgen.js for better stability and performance.
v1.8.0
**Neta API integration and documentation improvements:** - Updated API references to clarify use of the Neta AI image generation API, including free trial info. - Added instructions for setting and using a required Neta API token. - Enhanced documentation for quick start and usage scenarios.
v1.7.0
**Added new thumbnail style support** - Introduced `--style` option for image generation: choose from `anime`, `cinematic`, or `realistic` styles. - Updated documentation to reflect the new style option for easier usage. - Minor description and dependency updates for improved clarity and accuracy.
v1.6.0
- Updated to version 1.6.0. - package.json and thumbnailgen.js were changed. - No user-facing changes documented in SKILL.md.
v1.5.0
- Updated dependencies in package.json. - Improved code or logic in thumbnailgen.js. - Minor edits or formatting changes in documentation.
v1.4.0
- Updated to version 1.4.0. - package.json and thumbnailgen.js files were modified. - No user-facing feature or documentation changes detected.
v1.3.5
- Updated dependencies in package.json. - Minor edits and improvements across code and documentation. - No breaking changes; existing usage remains the same.
v1.3.4
- Updated description to clarify image generation uses the Neta AI API and returns a direct image URL. - Added requirement for a Neta API token, with instructions for providing it via environment variable or flag. - Provided token registration links for global and China users. - Removed `--style` option from documented options.
v1.3.3
- Updated dependencies in package.json. - Improved code or comments in thumbnailgen.js. - Minor documentation adjustments in README.md.
元数据
Slug thumbnail-gen-skill
版本 2.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 24
常见问题

Thumbnail Gen Skill 是什么?

Generate ai youtube thumbnail generator images with AI via the Neta AI image generation API (free trial at neta.art/open). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 314 次。

如何安装 Thumbnail Gen Skill?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install thumbnail-gen-skill」即可一键安装,无需额外配置。

Thumbnail Gen Skill 是免费的吗?

是的,Thumbnail Gen Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Thumbnail Gen Skill 支持哪些平台?

Thumbnail Gen Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Thumbnail Gen Skill?

由 SherriHidalgolt(@sherrihidalgolt)开发并维护,当前版本 v2.1.0。

💬 留言讨论