← Back to Skills Marketplace
Selfie Art Generator
by
BarbaraLedbettergq
· GitHub ↗
· v1.3.0
· MIT-0
163
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install selfie-art-generator
Description
Generate AI selfie art portraits from text descriptions — cinematic portraits, anime illustrations, oil painting style, and artistic profile pictures via the...
Usage Guidance
This skill appears to do what it says: it sends your prompt (and optional reference UUID) and your NETA_TOKEN to the Neta/TalesOfAI API and returns an image URL. Before installing or using, consider: (1) Privacy — any selfies or identifying prompts you send will be transmitted and stored/processed by the third party (api.talesofai.com / oss.talesofai.cn). Avoid uploading sensitive images. (2) Jurisdiction and trust — the OSS host is under the domain oss.talesofai.cn; verify you trust the service and its terms. (3) Token handling — the package declares NETA_TOKEN as required; the script reads the token from the --token flag (README shows exporting and then passing it). Keep your token secret and do not paste it into untrusted UIs. (4) Runtime environment — the script uses fetch and ESM; run under a Node version with global fetch (Node 18+). If any of these concerns worry you, don't install or use the skill until you confirm the vendor and privacy/terms.
Capability Analysis
Type: OpenClaw Skill
Name: selfie-art-generator
Version: 1.3.0
The selfie-art-generator skill is a legitimate tool for interfacing with the Neta AI image generation API. The code in selfieartgenerator.js correctly implements a request-and-poll pattern to generate images based on user prompts and does not exhibit any signs of data exfiltration, unauthorized execution, or malicious prompt injection.
Capability Assessment
Purpose & Capability
Name/description, README, SKILL.md, package.json, and the script all point to the same purpose (generate images via Neta/TalesOfAI). The only required secret (NETA_TOKEN) is appropriate for that API. Endpoints used (api.talesofai.com and oss.talesofai.cn) match the README's claim.
Instruction Scope
Runtime instructions only ask the agent/user to provide a prompt and a Neta token and run the included Node script. The script only reads the CLI token flag and prompt, calls the image API, polls for completion, and prints a returned image URL. It does not reference or exfiltrate other files, system config, or unrelated environment variables.
Install Mechanism
There is no external install script or remote download; this is effectively an instruction+included script package. package.json contains only metadata (declaring the env var requirement). No archives are fetched or arbitrary code downloaded at install time.
Credentials
Only one credential (NETA_TOKEN) is declared/required, which is reasonable for a third-party image-generation API. The script expects the token via the --token flag (README shows exporting NETA_TOKEN then passing it), and it does not access other secrets or config paths.
Persistence & Privilege
The skill is not forced-always, does not request persistent system-wide privileges, and does not modify other skills or global agent settings. It runs on demand and only performs network requests to the stated API.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install selfie-art-generator - After installation, invoke the skill by name or use
/selfie-art-generator - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.3.0
- Updated dependencies in package.json to improve compatibility and security.
- Minor documentation and formatting updates in README.md.
v1.2.0
- Improved code organization and updated dependencies in package.json.
- Enhanced documentation for clarity and usage.
- Minor bug fixes and internal improvements.
v1.1.0
Version 1.1.0
- Expanded skill description to emphasize generating portraits from text prompts and returning direct image URLs.
- Improved documentation with clearer usage instructions and new sample prompts.
- Added `--ref` option for referencing previous images for style inheritance.
- Updated "When to use" guidance to cover generating stylized profile pictures from descriptions.
v1.0.0
Selfie Art Generator v1.0.0
- Initial release.
- Instantly turn selfies into AI-generated art in various styles, such as cinematic portraits, anime, oil paintings, and more.
- Outputs are ideal for profile pictures, social media avatars, and personal portrait creation.
- Requires a Neta API token (with free trial available).
- Command-line options include image size and art style selection.
Metadata
Frequently Asked Questions
What is Selfie Art Generator?
Generate AI selfie art portraits from text descriptions — cinematic portraits, anime illustrations, oil painting style, and artistic profile pictures via the... It is an AI Agent Skill for Claude Code / OpenClaw, with 163 downloads so far.
How do I install Selfie Art Generator?
Run "/install selfie-art-generator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Selfie Art Generator free?
Yes, Selfie Art Generator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Selfie Art Generator support?
Selfie Art Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Selfie Art Generator?
It is built and maintained by BarbaraLedbettergq (@barbaraledbettergq); the current version is v1.3.0.
More Skills