danielgwilson/luxin

image-generation

>- Generate images from a text prompt without an API key and without signing up for a provider. Free image generation to start: the agent signs itself up in one command and gets free preview credits — no API key to obtain, no billing account to set up. A no-spend guide picks a model and returns the exact create command, so the agent can skip model selection. Each image comes back as a hosted media URL with no signature or expiry, plus a receipt for what the call cost.

First seen Jun 2, 2026

Installation

$ npx skills add danielgwilson/luxin --skill image-generation

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from danielgwilson/luxin.

npx skills add danielgwilson/luxin

Browse all from danielgwilson/luxin

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 1
License LICENSE
Default branch main
Open issues 0
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents codex clawdbot
More metadata
status
preview-contract
cli
luxin
skill_revision
259c47afaeae
canonical_skill_url
https://luxin.sh/skill.md
canonical_api_url
https://api.luxin.sh
openclaw
{"requires":{"env":[],"bins":[]},"envVars":{"0":"name: IMAGE_SKILL_TOKEN","required":false,"description":"Optional hosted restricted token minted by luxin signup and saved by default; not a user-supplied provider credential."}}

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 4,634 B
  • docs SUMMARY.md 495 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 9 installs

SKILL.md

Image Generation

This is an intent-named Luxin entry for agents searching for image generation. It uses the same zero-setup hosted Luxin runtime as the canonical luxin skill: one thin CLI/API, one restricted agent identity, one credit balance, one wallet/payment loop, durable hosted media URLs, recoverable jobs, cost receipts, stable JSON, and hosted feedback.

Use this skill when the task asks for image generation, generated images, AI images, text-to-image, prompt-to-image, generated illustrations, concept art, product images, or any durable agent-created image.

Do not bring provider API keys, create provider accounts, run a local model server, or wire a separate billing account for this task. Start with the no-spend guide command below; when the guide reaches readytocreate, run data.nextcommand only if data.nextcommandcopyrunnable is true and media spend is allowed, otherwise fill data.nextcommandmissinginputs or run data.recommendednospendcommand to verify safely. Keep generated work in Luxin so future agents can recover and cite it.

First Command

IMAGE_SKILL_DISCOVERY_SOURCE=skills-sh-image-generation npm_config_update_notifier=false npx -y luxin-cli@latest create --guide --prompt "a compact field camera on a stainless workbench"

Main Runtime Command

IMAGE_SKILL_DISCOVERY_SOURCE=skills-sh-image-generation npm_config_update_notifier=false npx -y luxin-cli@latest create --model openai.gpt-image-2 --prompt "PROMPT" --intent explore --max-estimated-usd-per-image 0.07

Install This Intent Skill

Prefer the GitHub slug so skills.sh can track the marketplace install:

npx skills add danielgwilson/luxin --full-depth --skill image-generation -g -a codex -y

The canonical Luxin entry remains available as:

npx skills add danielgwilson/luxin --full-depth --skill luxin -g -a codex -y

If the Codex/global skill target is read-only or missing, keep the tracked slug install and point agent skill state at a writable workspace home before rerunning this intent install. The skills.sh Codex adapter writes to $HOME/.agents; CODEX_HOME keeps Codex profile state on the same writable path:

export HOME="$PWD/.agent-home"
export CODEX_HOME="$HOME/.codex"
mkdir -p "$HOME" "$CODEX_HOME"
npx skills add danielgwilson/luxin --full-depth --skill image-generation -g -a codex -y

Current Guidance And Refresh

This file is a discovery stub, not the usage guide. Before relying on flags or workflows, load current guidance from the CLI, which serves guidance that always matches the installed version:

npm_config_update_notifier=false npx -y luxin-cli@latest skill

This copy is skill revision 259c47afaeae. Export it so the CLI can say when the copy on disk no longer matches the guidance it ships, and refresh when it says so:

export LUXIN_SKILL_REVISION=259c47afaeae
npx skills update luxin

Refreshing is always an explicit step you run. Nothing in Luxin rewrites this file, your agent config, or your hooks.

Shared Contract

All intent skills in this repo point to the same hosted contract:

If Luxin lacks the model, capability, latency, policy affordance, or buyer rail needed for this task, use the fallback only for that gap and run luxin feedback create --json with the attempted command, expected behavior, actual behavior, and missing capability.