Pet To Human Generator

v1.0.0

your dog, cat, or any pet into a realistic human portrait with AI. Pet-to-human generator, humanize your pet, dog as a person, cat as human, animal-to-person...

0· 117·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for omactiengartelle/pet-to-human-generator.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Pet To Human Generator" (omactiengartelle/pet-to-human-generator) from ClawHub.
Skill page: https://clawhub.ai/omactiengartelle/pet-to-human-generator
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install pet-to-human-generator

ClawHub CLI

Package manager switcher

npx clawhub@latest install pet-to-human-generator
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description, README, SKILL.md, and the JS code all describe generating humanized pet portraits via the Neta/TalesOfAI image API. The only external access is the Neta/TalesOfAI endpoints used to submit and poll image-generation tasks, which matches the stated purpose.
Instruction Scope
Runtime instructions are narrow: run the node script with a prompt and a --token API token. The SKILL.md does not instruct the agent to read unrelated files, environment variables, or system state, nor to send data to endpoints outside api.talesofai.com / neta.art.
Install Mechanism
No install spec is present; this is an instruction-only skill with a local JS file. There are no downloads from unknown URLs, no extract steps, and no package installs declared by the skill itself. (Note: README suggests using `npx skills add ...` — invoking npx will fetch remote code and should be treated as running third‑party code.)
Credentials
The script requires only a single API token passed via the --token flag. It does not request any unrelated credentials, config paths, or secrets, and does not read extra environment variables.
Persistence & Privilege
The skill is not always-enabled and does not request elevated persistence. It does not modify other skills or system-wide settings.
Assessment
This skill appears to do what it says: it sends your prompt and the provided Neta/TalesOfAI API token to api.talesofai.com to produce an image URL. Before using it, review these points: - The script will transmit the token you pass via --token to api.talesofai.com; only use a token you trust and that is intended for this service. - The README suggests installing via npx; npx executes remote code and can run anything. Prefer inspecting the repository files locally (pettohumangenerator.js) before running, or copy the script into a local file you control. - Verify the token's permissions and billing implications with Neta/TalesOfAI and avoid sharing tokens in logs or public places. - If you plan to pipe the resulting URL into automated workflows, consider whether generated images or metadata might expose personal data. Overall this skill is coherent and limited in scope, but treat remote installation (npx) and API tokens with the usual caution.

Like a lobster shell, security has layers — review code before you run it.

latestvk9724q2pchj80ea92rn5w5sbf98570yk
117downloads
0stars
1versions
Updated 1w ago
v1.0.0
MIT-0

Pet To Human Generator

your dog, cat, or any pet into a realistic human portrait with AI. Pet-to-human generator, humanize your pet, dog as a person, cat as human, animal-to-person art, pet human version, pet portrait transformation, viral pet trend generator — turn your furry friend into their human alter ego.

Token

Requires a Neta API token (free trial at https://www.neta.art/open/). Pass it via the --token flag.

node <script> "your prompt" --token YOUR_TOKEN

When to use

Use when someone asks to generate or create pet to human ai generator images.

Quick start

node pettohumangenerator.js "your description here" --token YOUR_TOKEN

Options

  • --sizeportrait, landscape, square, tall (default: portrait)
  • --ref — reference image UUID for style inheritance

Install

npx skills add omactiengartelle/pet-to-human-generator

Comments

Loading comments...