Snapchat Filter Art Generator

v1.0.0

Generate nostalgic selfie photos with iconic Snapchat-style filters — puppy ears, flower crowns, dog tongues, sparkle overlays, and bunny noses. Perfect for...

0· 33·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/snapchat-filter-art-generator.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Snapchat Filter Art Generator" (omactiengartelle/snapchat-filter-art-generator) from ClawHub.
Skill page: https://clawhub.ai/omactiengartelle/snapchat-filter-art-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 snapchat-filter-art-generator

ClawHub CLI

Package manager switcher

npx clawhub@latest install snapchat-filter-art-generator
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name and description promise Snapchat-style filter images and the implementation sends prompts to an external image-generation API (api.talesofai.com) to produce images — this is exactly what you'd expect for the stated purpose.
Instruction Scope
SKILL.md and README instruct running the included Node script with a Neta token passed via --token; the runtime instructions and code only read CLI args and interact with the image API. There are no instructions to read unrelated files, environment secrets, or system state.
Install Mechanism
No install spec is provided (instruction-only install via skills CLI is referenced). A single small JS file is bundled; nothing is downloaded from arbitrary URLs or written to system locations by an installer.
Credentials
The skill requires a single API token (passed as a command-line flag) to call the external image API. The registry metadata lists no env vars, which is acceptable because the token is supplied at runtime; no unrelated credentials or config paths are requested.
Persistence & Privilege
The skill does not request always:true, does not modify other skills, and does not persist secrets or change system-wide configuration. It simply makes network calls at runtime.
Assessment
This skill appears to be what it says: a small Node script that sends prompts to the Neta image API and prints a resulting image URL. Before installing or running it, verify the source of the Neta token you supply, confirm you are comfortable sending image prompts (and any reference image UUIDs) to api.talesofai.com, and review the included JS file if you want to be certain there are no additional network endpoints or logging behaviors. Note that the skill sends your provided token in an HTTP header to the remote API (expected for this use case) and does not store it locally. Also be aware of intellectual-property and privacy considerations when generating or uploading photos of real people or trademarked filters.

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

latestvk97b27jrsgtc1nydtvzacwdkn185mry4
33downloads
0stars
1versions
Updated 13h ago
v1.0.0
MIT-0

Snapchat Filter Art Generator

Generate nostalgic selfie photos with iconic Snapchat-style filters — puppy ears, flower crowns, dog tongues, sparkle overlays, and bunny noses. Perfect for the viral '2026 is the new 2016' throwback trend, early-iPhone aesthetic recreations, blown-out flash selfies, low-res phone camera vibes, TikTok throwback content, Instagram nostalgia posts, Y2K-adjacent filter art, and 2010s social media aesthetic recreations.

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 snapchat filter selfie ai generator 2016 throwback images.

Quick start

node snapchatfilterartgenerator.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/snapchat-filter-art-generator

Comments

Loading comments...