skills/neta-creative/SKILL.md
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 create or edit images/videos/songs/MVs, or create based on character settings and existing works. Do not use it for feed browsing or tag/category research (those are handled by neta-community and neta-suggest).
npx skillsauth add talesofai/neta-skills neta-creativeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Used to interact with the Neta API for multimedia content creation, creation‑related character queries, and premium subscription flows where supported.
read_collection and combine the result with the guidance in the reference docs.neta-community or neta-suggest instead of overloading this skill.get_current_premium_plan before and after checkout so the user can confirm tier (and end time if returned). Commerce needs the global Neta API—see the premium reference. If creation is blocked by quota / credits (电量) or usage frequency (频率), say why in one beat; if an upgrade fits their goal, offer the path once (list plans → create order → pay)—do not repeat upgrade nudges in the same conversation unless the user asks.Generate image
npx -y @talesofai/neta-skills@latest make_image --prompt "@character_name, /elementum_name, ref_img-uuid, description1, description2" --aspect "3:4"
📖 Detailed guide — prompt structure, aspect ratio choices, examples.
Generate video
npx -y @talesofai/neta-skills@latest make_video --image_source "image URL" --prompt "action description" --model "model_s"
📖 Detailed guide — motion description principles, model selection.
Generate song
npx -y @talesofai/neta-skills@latest make_song --prompt "style description" --lyrics "lyrics content"
📖 Detailed guide — style prompts, lyrics format.
Create MV
Combine an audio track and video to create a full MV.
📖 Detailed guide — end‑to‑end workflow.
Remove background
npx -y @talesofai/neta-skills@latest remove_background --input_image "image_artifact_uuid"
Upload local image or video
Registers a file from disk or from an http:// / https:// URL as a Neta artifact (after upload and moderation). Use the returned uuid or url in make_image (ref_img-…), make_video (--image_source URL), remove_background, or collection commands.
npx -y @talesofai/neta-skills@latest upload --file_path "/path/to/file.png"
# or: --file_path "https://example.com/asset.png"
📖 Media upload — supported types, size limits, and how outputs map to each downstream command.
Search characters
npx -y @talesofai/neta-skills@latest search_character_or_elementum --keywords "keywords" --parent_type "character" --sort_scheme "exact"
📖 Detailed guide — search strategies and parameter choices.
Get character details
npx -y @talesofai/neta-skills@latest request_character_or_elementum --name "character_name"
Query by UUID
npx -y @talesofai/neta-skills@latest request_character_or_elementum --uuid "uuid"
Derive creative ideas from a work
npx -y @talesofai/neta-skills@latest read_collection --uuid "collection-uuid"
📖 Detailed guide
Current plan (verify before / after upgrade)
npx -y @talesofai/neta-skills@latest get_current_premium_plan
Returns the signed-in user’s current tier (e.g. Basic, Starter, Pro, Master) and subscription end when applicable. Use it before starting checkout to record the baseline, and again after payment or renewal completes so the user can confirm the plan changed as expected.
List plans and SPU UUIDs
npx -y @talesofai/neta-skills@latest list_premium_plans
Create an order
npx -y @talesofai/neta-skills@latest create_premium_order --spu_uuid "spu-uuid"
Get one order
npx -y @talesofai/neta-skills@latest get_premium_order --order_uuid "order-uuid"
List orders (paginated)
npx -y @talesofai/neta-skills@latest list_premium_orders --page_index 0 --page_size 20
Pay an unpaid order (Stripe Checkout)
npx -y @talesofai/neta-skills@latest pay_premium_order --order_uuid "order-uuid" --channel "stripe-checkout"
📖 Premium workflow and limits
AP (Action Points) is consumed by every generation command. Use these to monitor your balance and review generated output.
AP balance
npx -y @talesofai/neta-skills@latest get_ap_info
AP consumption history
npx -y @talesofai/neta-skills@latest get_ap_history --page_size 10
List your generated artifacts
npx -y @talesofai/neta-skills@latest list_my_artifacts --page_size 20
npx -y @talesofai/neta-skills@latest list_my_artifacts --modality PICTURE
npx -y @talesofai/neta-skills@latest list_my_artifacts --is_starred true
📖 AP credits guide · Artifacts guide
| Scenario | Doc | |-----------------------|------------------------------------------| | 🎨 Image generation | image-generation.md | | 🎬 Video generation | video-generation.md | | 🎵 Song generation | song-creation.md | | 🎞️ MV creation | song-mv.md | | 📤 Local media upload | media-upload.md | | 👤 Character queries | character-search.md | | 🖊️ Creative remixing | collection-remix.md | | ⭐ Premium / subscribe | premium.md | | 💡 AP credits | ap-credits.md | | 🖼️ My artifacts | my-artifacts.md |
testing
Neta capability index and routing skill - help choose the appropriate Neta-related skill (neta-space / neta-creative / neta-adventure / neta-community / neta-suggest). Use this skill when you need to understand Neta's overall capabilities, decide which skill fits the current task, or migrate from older documentation that referenced the monolithic neta skill.
development
Neta API research and recommendation skill — provide keyword/tag/category suggestions, validate taxonomy paths, and power multi‑mode content feeds, supporting progressive exploration from broad to precise. Use this skill when the user has no clear goal, wants topic/idea suggestions, or needs systematic content filtering by keywords/categories. It does not directly generate media (handled by neta-creative); community interactions are handled by neta-community.
development
Neta API space and world‑view browsing skill — browse worldbuilding, sub‑spaces, and playable content by space/hashtag. Use this skill when the user talks about worlds/spaces/universes/scenes, or wants to browse characters and gameplay based on space and activity structure. Do not use it for concrete media creation (handled by neta-creative).
documentation
Neta Elementum Alchemy Skill - Guides users through creating or updating style element (Elementum) VTokens (Virtual Tokens, TCP). Elementum encapsulates a visual concept (scene, prop, clothing, weapon, pose, atmosphere, meme, etc.) and can be referenced in make_image via /ElementName after creation. Use this skill when users want to create new Elementa, encapsulate visual styles or concepts, or modify existing Elementa.