← Back to Skills Marketplace
Tarot Card Art Generator
by
omactiengartelle
· GitHub ↗
· v1.0.0
· MIT-0
141
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tarot-card-art-generator
Description
Generate stunning AI tarot card art and mystical oracle deck illustrations. Create custom major and minor arcana designs, divination card artwork, spiritual...
Usage Guidance
This skill appears coherent and limited to calling the Neta image API, but before installing consider: 1) The script requires you to provide an API token; passing secrets on the command line can expose them in shell history or to other users via process listings (ps). Prefer to use a short-lived/throwaway token or run in an isolated environment. 2) Confirm you obtained your token from the official Neta site (neta.art/open) and that you trust api.talesofai.com as the provider; the script will upload your prompt and any reference UUIDs to that service and will print a hosted image URL. 3) The repository/source is listed as unknown/no homepage — if you need stronger assurance, review the short JS file yourself (it’s included and straightforward) or ask the publisher for provenance. 4) If you dislike passing tokens on the CLI, modify the script to read from a secured environment variable or file before use. If you accept those caveats, the skill is consistent with its stated purpose.
Capability Analysis
Type: OpenClaw Skill
Name: tarot-card-art-generator
Version: 1.0.0
The skill is a standard wrapper for the Neta AI image generation API (api.talesofai.com). The script `tarotcardartgenerator.js` correctly implements argument parsing, API request construction, and polling for results without any signs of data exfiltration, obfuscation, or malicious intent. The instructions in `SKILL.md` and `README.md` are consistent with the tool's functionality.
Capability Assessment
Purpose & Capability
Name/description promise AI tarot card imagery and the included script posts prompts to api.talesofai.com (Neta) to generate images. Requiring a Neta API token (passed via --token) is proportionate and expected. Minor note: SKILL.md/README refer to neta.art/open while code targets api.talesofai.com (this appears consistent: neta.art/open is the signup and api.talesofai.com is the service).
Instruction Scope
SKILL.md instructs running the provided Node script with a --token flag and optional size/ref — the script only reads argv, constructs a JSON payload, and polls the provider for an image URL. It does not read other files, environment variables, or system paths, nor does it exfiltrate data to endpoints unrelated to the declared image API.
Install Mechanism
No install spec is present (instruction-only behavior). The package contains a small Node script and package.json; nothing downloads arbitrary third-party code at runtime or extracts archives. The README suggests adding via npx/registry which is normal for a published skill.
Credentials
No environment variables or unrelated credentials are requested. The only secret needed is the Neta API token, and the script expects it via a CLI flag (--token), which is appropriate for access to the stated third‑party API.
Persistence & Privilege
The skill does not request always-on presence, does not modify other skills or system-wide agent settings, and does not persist credentials or state beyond sending the token to the Neta API. Autonomous invocation defaults are unchanged.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tarot-card-art-generator - After installation, invoke the skill by name or use
/tarot-card-art-generator - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Tarot Card Art Generator.
- Generate custom AI tarot card and oracle deck artwork using the Neta AI image API.
- Supports creation of major/minor arcana, divination, spiritual, occult, and fortune card images.
- Customization options include image size and style referencing via image UUID.
- Requires a Neta API token (free trial available).
- Simple usage instructions and quick start provided.
Metadata
Frequently Asked Questions
What is Tarot Card Art Generator?
Generate stunning AI tarot card art and mystical oracle deck illustrations. Create custom major and minor arcana designs, divination card artwork, spiritual... It is an AI Agent Skill for Claude Code / OpenClaw, with 141 downloads so far.
How do I install Tarot Card Art Generator?
Run "/install tarot-card-art-generator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Tarot Card Art Generator free?
Yes, Tarot Card Art Generator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Tarot Card Art Generator support?
Tarot Card Art Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Tarot Card Art Generator?
It is built and maintained by omactiengartelle (@omactiengartelle); the current version is v1.0.0.
More Skills