Wedding Invitation Generator

v1.0.0

Design elegant AI wedding invitations, save-the-dates, RSVP cards, bridal shower invites, and engagement announcements. Generate beautiful watercolor florals...

0· 102·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/wedding-invitation-generator.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Wedding Invitation Generator" (omactiengartelle/wedding-invitation-generator) from ClawHub.
Skill page: https://clawhub.ai/omactiengartelle/wedding-invitation-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 wedding-invitation-generator

ClawHub CLI

Package manager switcher

npx clawhub@latest install wedding-invitation-generator
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description match the code and SKILL.md: the script submits prompts to an image-generation API (api.talesofai.com / neta.art) and returns an image URL. There are no unrelated credentials, binaries, or permissions requested.
Instruction Scope
SKILL.md and README instruct the user to run the included Node script with a --token flag and prompt; the runtime instructions are narrowly scoped to creating image generation requests and polling for results. The code does not read arbitrary files, environment variables, or system configuration beyond process args, and it only sends data to the stated API endpoints.
Install Mechanism
No install spec is provided (instruction-only install), and the repository includes a single small Node script and README. Nothing in the package performs downloads from third-party URLs or writes unexpected artifacts to disk during install.
Credentials
The only secret required is the Neta API token, passed explicitly via --token. No other environment variables, credentials, or config paths are requested or accessed. This is proportionate to the skill's stated function.
Persistence & Privilege
The skill does not request permanent presence (always:false) and does not modify other skills or system-wide configuration. It runs as an explicit CLI script and returns a URL; autonomous invocation being allowed is the platform default and not by itself concerning here.
Assessment
This skill appears to do exactly what it says: send your prompt (and the provided --token value) to the Neta image API and return a URL. Before installing or running it: (1) only use a token you obtained from the official neta.art/open site and avoid exposing long-lived or sensitive credentials; (2) treat the token as a secret because the script sends it in request headers to api.talesofai.com; (3) review and run the included weddinginvitationgenerator.js locally (it's a small, readable file) rather than blindly executing remote code; and (4) if you need autonomy for an agent, remember autonomous invocation allows the skill to be called without your immediate input — consider when and where you let an agent use your API token. If you want higher assurance, verify the API domain and token issuance process with the service provider before using production keys.

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

latestvk97fp6kmekqpg70psc67qw51fn854w19
102downloads
0stars
1versions
Updated 1w ago
v1.0.0
MIT-0

Wedding Invitation Generator

Design elegant AI wedding invitations, save-the-dates, RSVP cards, bridal shower invites, and engagement announcements. Generate beautiful watercolor florals, botanical illustrations, minimalist modern layouts, rustic barn themes, romantic garden scenes, boho chic designs, classic gold-accented stationery, and custom wedding suite artwork for brides, grooms, wedding planners, stationery designers, and Etsy sellers.

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 ai wedding invitation design generator images.

Quick start

node weddinginvitationgenerator.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/wedding-invitation-generator

Comments

Loading comments...