← Back to Skills Marketplace
huxiuhan

Neta Creative

by Hu Xiuhan · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
203
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install neta-creative
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install neta-creative
  3. After installation, invoke the skill by name or use /neta-creative
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug neta-creative
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 203 downloads so far.

How do I install Neta Creative?

Run "/install neta-creative" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Neta Creative free?

Yes, Neta Creative is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Neta Creative support?

Neta Creative is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Neta Creative?

It is built and maintained by Hu Xiuhan (@huxiuhan); the current version is v0.1.0.

💬 Comments