← 返回 Skills 市场
203
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install neta-creative
功能描述
Neta API creative skill — generate images, videos, songs, and MVs, and deconstruct creative ideas from existing works. Use this skill when the user wants to...
安全使用建议
This skill appears to do what it says (drive a Neta CLI to generate media), but there are a few mismatches you should reconcile before installing or using it:
- SKILL.md expects a NETA_TOKEN but the registry metadata does not declare any required environment variables. Treat that as a red flag: confirm where the token is used/stored and whether it is necessary for your intended use. Do not supply high‑privilege credentials unless you verify the service.
- The skill asks you to install @talesofai/neta-skills globally via npm/pnpm and to use neta-cli. Verify the package and neta-cli packages on the official npm registry (check publisher, download counts, repository, and recent release notes). If possible, install in an isolated environment (container or VM) or review the package source before running.
- Because this is instruction-only, the skill will tell your agent to run CLI commands. That is expected, but means the real security surface is the external CLI/package. Ensure the CLI is trustworthy and that the token you supply is scoped minimally (least privilege) and revocable.
- If you plan to cache outputs locally (examples use character_cache/...), keep privacy in mind and avoid storing sensitive tokens in those files. Prefer ephemeral tokens or auditing of network calls if possible.
If you want to proceed: ask the publisher for the canonical package repository URL, confirm the exact permission scope of NETA_TOKEN, and request the registry metadata be updated to declare NETA_TOKEN as a required environment variable (or remove the requirement from SKILL.md) so the manifest and instructions align.
功能分析
Type: OpenClaw Skill
Name: neta-creative
Version: 0.1.0
The skill bundle facilitates multimedia creation by instructing the AI agent to execute shell commands via the `neta-cli` utility, which is a high-risk capability. The instructions in SKILL.md and various reference files (such as image-generation.md and song-creation.md) direct the agent to construct shell commands using user-provided inputs like prompts and lyrics, creating a significant vulnerability to shell injection. While these actions are aligned with the stated purpose of the skill, the reliance on shell execution and the requirement for global npm package installation (@talesofai/neta-skills) constitute meaningful security risks without explicit sanitization or safety guardrails.
能力评估
Purpose & Capability
The skill's stated purpose (create/edit images, videos, songs via the Neta API) matches the commands in SKILL.md (neta-cli make_image/make_video/make_song/etc.). However the SKILL.md requires an environment variable (NETA_TOKEN) and recommends installing an npm/pnpm package ( @talesofai/neta-skills ), while the registry metadata lists no required env vars or install spec — an incoherence between claimed requirements and declared metadata.
Instruction Scope
The runtime instructions are focused on calling neta-cli commands for content generation and character queries. Examples show saving/reading cached JSON files (character_cache/search_cache) and using read_collection outputs and ref_img UUIDs. There are no instructions to read unrelated system files, collect arbitrary system data, or transmit data to unexpected endpoints within the SKILL.md itself.
Install Mechanism
Although instruction-only (no install spec), SKILL.md tells users to install neta-cli and run npm/pnpm global installs of @talesofai/neta-skills. That is an out‑of‑band package install from the public npm ecosystem (not tracked in registry metadata). This is reasonable for a CLI‑based skill but increases risk because the package source and integrity are not declared by the registry. The skill does not provide a vetted install URL or checksum.
Credentials
The SKILL.md explicitly requires a NETA_TOKEN environment variable, which is proportional to calling an API/CLI. However the registry metadata declares no required environment variables or primary credential — that mismatch is suspicious. Users should expect a single API token to be needed for this purpose, but it should be declared in the registry metadata.
Persistence & Privilege
The skill is not marked always:true and is user-invocable. It is instruction-only and does not request persistent system privileges or claim to modify other skills or system-wide agent configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install neta-creative - 安装完成后,直接呼叫该 Skill 的名称或使用
/neta-creative触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
- Initial release of the neta-creative skill for Neta API-driven multimedia creation and idea deconstruction.
- Supports generating and editing images, videos, songs, and MVs, as well as background removal.
- Includes commands for querying canonical character settings to guide creative output.
- Provides tools to reverse-engineer and deconstruct creative ideas from existing works.
- Clear separation of creative tasks from feed browsing and research features, which are handled by other skills.
元数据
常见问题
Neta Creative 是什么?
Neta API creative skill — generate images, videos, songs, and MVs, and deconstruct creative ideas from existing works. Use this skill when the user wants to... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 203 次。
如何安装 Neta Creative?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install neta-creative」即可一键安装,无需额外配置。
Neta Creative 是免费的吗?
是的,Neta Creative 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Neta Creative 支持哪些平台?
Neta Creative 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Neta Creative?
由 Hu Xiuhan(@huxiuhan)开发并维护,当前版本 v0.1.0。
推荐 Skills