← Back to Skills Marketplace
Pet To Human Generator
by
omactiengartelle
· GitHub ↗
· v1.0.0
· MIT-0
128
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pet-to-human-generator
Description
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...
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: pet-to-human-generator
Version: 1.0.0
The pet-to-human-generator skill is a legitimate tool for interfacing with the Neta AI image generation API. The core logic in `pettohumangenerator.js` simply parses user arguments, sends a request to `api.talesofai.com` using a user-provided token, and polls for the resulting image URL. There is no evidence of data exfiltration, malicious execution, or prompt injection; the code is transparent and aligns perfectly with the functionality described in `SKILL.md` and `README.md`.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pet-to-human-generator - After installation, invoke the skill by name or use
/pet-to-human-generator - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Pet To Human Generator.
- Transform any pet (dog, cat, etc.) into a realistic human portrait using Neta AI.
- Requires a Neta API token for image generation.
- Supports options for image size and style reference.
- Simple command-line usage with quick start instructions.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 128 downloads so far.
How do I install Pet To Human Generator?
Run "/install pet-to-human-generator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Pet To Human Generator free?
Yes, Pet To Human Generator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Pet To Human Generator support?
Pet To Human Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Pet To Human Generator?
It is built and maintained by omactiengartelle (@omactiengartelle); the current version is v1.0.0.
More Skills