Leaky image gen
Generate an image. Use when the user asks to create or generate an image.From its SKILL.md
npx -y skills add hyuga611/carrylint --skill leaky-image-genAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 26 days oldThe repository was created 26 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
0.8 KB, 258 tokens by cl100k_base, as published. Nobody here has run it
leaky-image-gen
「今のやり方をスキル化して」で作ったが、自分のマシン・自分のモデル前提が そのまま焼き込まれている。配ると自分以外の環境で黙って落ちる見本。
手順
-
画像を生成する:
codex exec "generate an image with gpt-image-2" --output C:\Users\atlan\Downloads\out.png -
できた画像をここに移す:
mv C:\Users\atlan\Downloads\out.png ~/skills/assets/ -
API キーは環境変数 OPENAI_API_KEY から読む(設定済み前提)。
-
出力先パスは <FILL_ME> を実際のパスに差し替えてから実行する。
TODO: あとで出力先を直す
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.