agentsclimarketplace

Portable image gen

Skill hyuga611/carrylint/examples/good/portable-image-gen

Generate an image from a Japanese prompt via an external image CLI. Use when the user asks to create or generate an image.From its SKILL.md

Install
npx -y skills add hyuga611/carrylint --skill portable-image-gen

Assembled 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

1.1 KB, 322 tokens by cl100k_base, as published. Nobody here has run it

portable-image-gen

作りたい画像を日本語で受け取り、外部の画像生成 CLI で 1 枚生成して、 このスキルのディレクトリからの相対パスに保存する。

事前準備 / Requirements

このスキルは codex CLI を使う。未導入なら次で入れる:

npm i -g @openai/codex
codex login

API キーは環境変数で渡す。必要な変数は同梱の .env.example を参照(未設定なら ユーザーに導入を案内すること)。

手順

  1. ユーザーから作りたい画像の内容(日本語)を受け取る。

  2. 出力先を用意する(このスキル配下の相対パス):

    mkdir -p ./out
    
  3. 画像を生成し、./out/ に保存する。

  4. 生成したファイルのパスをユーザーに返す。

参照テンプレートは references/prompt-template.md を使う。

What ships with it: 1 file

116 B alongside SKILL.md

references/

Keep looking

Skills are one crate of 326,144. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.