image-skill 0.1.35 → 0.1.37

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/skill.md CHANGED
@@ -39,7 +39,7 @@ JSON is the default. Do not add `--json` to examples.
39
39
  npm_config_update_notifier=false npx -y image-skill@latest create --guide --prompt "a compact field camera on a stainless workbench"
40
40
  ```
41
41
 
42
- The guide is a free, zero-spend planning call. Given current auth, quota, and payment state, it returns one concrete `data.next_command` to run, plus `data.stage`, `data.guide_warning`, `data.next_command_effect`, `data.auth_ready`, `data.no_spend_evaluation`, `data.recommended_no_spend_command` (alias of `data.no_spend_next_command`), `data.no_spend_next_command_effect`, `data.self_fund_next_command`, `data.self_fund_handoff`, `data.auth_handoff`, and `data.mutation`. Read `data.guide_warning` before running `data.next_command`: `next_command_safety` names whether the command is no-spend setup, read-only inspection, live-money payment action, or live media create. Run that next command when the warning says it is safe for your spend policy. Repeat until `data.stage` is `ready_to_create`. At `ready_to_create`, `data.auth_ready.ready` and `data.auth_ready.next_command_auth_ready` are `true`: the returned create can reuse saved config, env token, or stdin token context without exposing a raw token. When `data.guide_warning.next_command_safety` is `live_media_create_credit_debit` and `data.no_spend_evaluation.stop_here` is `true`, `data.next_command` is the live create: run it only if media spend is allowed, otherwise stop before it and run `data.recommended_no_spend_command` for no-spend proof. The no-spend command is an authenticated hosted dry-run: it may create a recoverable `job.planned` receipt, but it has no provider call, credit debit, downloadable asset, or media write.
42
+ The guide is a free, zero-spend planning call. Given current auth, quota, and payment state, it returns `data.next_command`, `data.next_command_copy_runnable`, `data.next_command_missing_inputs`, `data.stage`, `data.guide_warning`, `data.next_command_effect`, `data.auth_ready`, `data.no_spend_evaluation`, `data.recommended_no_spend_command` (alias of `data.no_spend_next_command`), `data.no_spend_next_command_effect`, `data.self_fund_next_command`, `data.self_fund_handoff`, `data.auth_handoff`, and `data.mutation`. Read `data.guide_warning` before running `data.next_command`: `next_command_safety` names whether the command is no-spend setup, read-only inspection, live-money payment action, or live media create. Run that next command only when `data.next_command_copy_runnable` is `true` and the warning says it is safe for your spend policy; when it is `false`, fill `data.next_command_missing_inputs` first. Repeat until `data.stage` is `ready_to_create`. At `ready_to_create`, `data.auth_ready.ready` and `data.auth_ready.next_command_auth_ready` are `true`: the returned create can reuse saved config, env token, or stdin token context without exposing a raw token. When `data.guide_warning.next_command_safety` is `live_media_create_credit_debit` and `data.no_spend_evaluation.stop_here` is `true`, `data.next_command` is the live create: run it only if media spend is allowed, otherwise stop before it and run `data.recommended_no_spend_command` for no-spend proof. The no-spend command is an authenticated hosted dry-run: it may create a recoverable `job.planned` receipt, but it has no provider call, credit debit, downloadable asset, or media write.
43
43
 
44
44
  Minimum success envelope on a create or edit:
45
45
 
@@ -133,7 +133,7 @@ image-skill usage quota
133
133
 
134
134
  If the runtime supports stdin secret handoff, prefer `--token-stdin` over `--token` for `whoami`, `usage quota`, `create`, and `feedback create`. The guide returns `data.auth_handoff` with copy-safe env and stdin command templates so the token never lands in prompts, logs, or feedback.
135
135
 
136
- If the default config home is read-only, set `IMAGE_SKILL_CONFIG_PATH` to a writable path before `signup`. Do not fall back to another tool because the install or default config directory is blocked. `create --guide` detects this and makes `data.next_command` a normal saved-config signup prefixed with `IMAGE_SKILL_CONFIG_PATH="$PWD/.image-skill/config.json"`; the `--show-token --no-save` plus `--token-stdin` route stays available only as structured fallback recovery.
136
+ If the default config home is read-only, set `IMAGE_SKILL_CONFIG_PATH` to a writable path before `signup`. Do not fall back to another tool because the install or default config directory is blocked. `create --guide` detects this and makes `data.next_command` a saved-config signup template prefixed with `IMAGE_SKILL_CONFIG_PATH="$PWD/.image-skill/config.json"`; fill `data.next_command_missing_inputs` before running it. The `--show-token --no-save` plus `--token-stdin` route stays available only as structured fallback recovery.
137
137
 
138
138
  Install paths, in order of preference:
139
139
 
@@ -195,6 +195,8 @@ image-skill models list --available --modality video --operation video.generate
195
195
  image-skill models show openai.gpt-image-2
196
196
  ```
197
197
 
198
+ `models list` is the compact, summary-first action menu. Use `models show MODEL_ID` for one model's full capability schema, or `models list --details` only when you intentionally need every model's full schema at once.
199
+
198
200
  `--available` filters to runnable rows (`status:"available"` and `execution.model_execution_status:"executable"`). Do not treat provider-level `status:"available"` as runnable. `--catalog-only` exposes research rows that are not runnable yet; inspect them, do not pass them to create or edit.
199
201
 
200
202
  Pass model-specific controls through validated JSON, not invented top-level flags:
@@ -25,7 +25,7 @@ This is an intent-named Image Skill entry for agents searching for audio generat
25
25
 
26
26
  Use this skill when the task asks for AI audio generation, text-to-audio, music generation, sound design, ambience, effects, or durable hosted audio output.
27
27
 
28
- 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 `ready_to_create`, run `data.next_command` only if media spend is allowed, otherwise run `data.recommended_no_spend_command` to verify safely. Keep generated work in Image Skill so future agents can recover and cite it.
28
+ 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 `ready_to_create`, run `data.next_command` only if `data.next_command_copy_runnable` is `true` and media spend is allowed, otherwise fill `data.next_command_missing_inputs` or run `data.recommended_no_spend_command` to verify safely. Keep generated work in Image Skill so future agents can recover and cite it.
29
29
 
30
30
  ## First Command
31
31
 
@@ -25,7 +25,7 @@ This is an intent-named Image Skill entry for agents searching for image generat
25
25
 
26
26
  Use this skill when the task asks for AI image generation, text-to-image, prompt-to-image, generated illustrations, concept art, product images, or any durable agent-created image.
27
27
 
28
- 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 `ready_to_create`, run `data.next_command` only if media spend is allowed, otherwise run `data.recommended_no_spend_command` to verify safely. Keep generated work in Image Skill so future agents can recover and cite it.
28
+ 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 `ready_to_create`, run `data.next_command` only if `data.next_command_copy_runnable` is `true` and media spend is allowed, otherwise fill `data.next_command_missing_inputs` or run `data.recommended_no_spend_command` to verify safely. Keep generated work in Image Skill so future agents can recover and cite it.
29
29
 
30
30
  ## First Command
31
31
 
@@ -25,7 +25,7 @@ This is an intent-named Image Skill entry for agents searching for video generat
25
25
 
26
26
  Use this skill when the task asks for AI video generation, text-to-video, generated motion, animated concepts, or durable hosted video output.
27
27
 
28
- 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 `ready_to_create`, run `data.next_command` only if media spend is allowed, otherwise run `data.recommended_no_spend_command` to verify safely. Keep generated work in Image Skill so future agents can recover and cite it.
28
+ 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 `ready_to_create`, run `data.next_command` only if `data.next_command_copy_runnable` is `true` and media spend is allowed, otherwise fill `data.next_command_missing_inputs` or run `data.recommended_no_spend_command` to verify safely. Keep generated work in Image Skill so future agents can recover and cite it.
29
29
 
30
30
  ## First Command
31
31
 
@@ -25,7 +25,7 @@ This is an intent-named Image Skill entry for agents searching for creative medi
25
25
 
26
26
  Use this skill when the task asks for generative media, creative media, generated assets across modalities, or a single agent-facing runtime for image, edit, video, audio, and 3D work.
27
27
 
28
- 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 `ready_to_create`, run `data.next_command` only if media spend is allowed, otherwise run `data.recommended_no_spend_command` to verify safely. Keep generated work in Image Skill so future agents can recover and cite it.
28
+ 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 `ready_to_create`, run `data.next_command` only if `data.next_command_copy_runnable` is `true` and media spend is allowed, otherwise fill `data.next_command_missing_inputs` or run `data.recommended_no_spend_command` to verify safely. Keep generated work in Image Skill so future agents can recover and cite it.
29
29
 
30
30
  ## First Command
31
31
 
@@ -25,7 +25,7 @@ This is an intent-named Image Skill entry for agents searching for image editing
25
25
 
26
26
  Use this skill when the task asks to edit, vary, restyle, transform, or repair an existing image, including image-to-image work and model-specific edit parameters.
27
27
 
28
- 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 `ready_to_create`, run `data.next_command` only if media spend is allowed, otherwise run `data.recommended_no_spend_command` to verify safely. Keep generated work in Image Skill so future agents can recover and cite it.
28
+ 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 `ready_to_create`, run `data.next_command` only if `data.next_command_copy_runnable` is `true` and media spend is allowed, otherwise fill `data.next_command_missing_inputs` or run `data.recommended_no_spend_command` to verify safely. Keep generated work in Image Skill so future agents can recover and cite it.
29
29
 
30
30
  ## First Command
31
31
 
@@ -25,7 +25,7 @@ This is an intent-named Image Skill entry for agents searching for image generat
25
25
 
26
26
  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.
27
27
 
28
- 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 `ready_to_create`, run `data.next_command` only if media spend is allowed, otherwise run `data.recommended_no_spend_command` to verify safely. Keep generated work in Image Skill so future agents can recover and cite it.
28
+ 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 `ready_to_create`, run `data.next_command` only if `data.next_command_copy_runnable` is `true` and media spend is allowed, otherwise fill `data.next_command_missing_inputs` or run `data.recommended_no_spend_command` to verify safely. Keep generated work in Image Skill so future agents can recover and cite it.
29
29
 
30
30
  ## First Command
31
31
 
@@ -39,7 +39,7 @@ JSON is the default. Do not add `--json` to examples.
39
39
  npm_config_update_notifier=false npx -y image-skill@latest create --guide --prompt "a compact field camera on a stainless workbench"
40
40
  ```
41
41
 
42
- The guide is a free, zero-spend planning call. Given current auth, quota, and payment state, it returns one concrete `data.next_command` to run, plus `data.stage`, `data.guide_warning`, `data.next_command_effect`, `data.auth_ready`, `data.no_spend_evaluation`, `data.recommended_no_spend_command` (alias of `data.no_spend_next_command`), `data.no_spend_next_command_effect`, `data.self_fund_next_command`, `data.self_fund_handoff`, `data.auth_handoff`, and `data.mutation`. Read `data.guide_warning` before running `data.next_command`: `next_command_safety` names whether the command is no-spend setup, read-only inspection, live-money payment action, or live media create. Run that next command when the warning says it is safe for your spend policy. Repeat until `data.stage` is `ready_to_create`. At `ready_to_create`, `data.auth_ready.ready` and `data.auth_ready.next_command_auth_ready` are `true`: the returned create can reuse saved config, env token, or stdin token context without exposing a raw token. When `data.guide_warning.next_command_safety` is `live_media_create_credit_debit` and `data.no_spend_evaluation.stop_here` is `true`, `data.next_command` is the live create: run it only if media spend is allowed, otherwise stop before it and run `data.recommended_no_spend_command` for no-spend proof. The no-spend command is an authenticated hosted dry-run: it may create a recoverable `job.planned` receipt, but it has no provider call, credit debit, downloadable asset, or media write.
42
+ The guide is a free, zero-spend planning call. Given current auth, quota, and payment state, it returns `data.next_command`, `data.next_command_copy_runnable`, `data.next_command_missing_inputs`, `data.stage`, `data.guide_warning`, `data.next_command_effect`, `data.auth_ready`, `data.no_spend_evaluation`, `data.recommended_no_spend_command` (alias of `data.no_spend_next_command`), `data.no_spend_next_command_effect`, `data.self_fund_next_command`, `data.self_fund_handoff`, `data.auth_handoff`, and `data.mutation`. Read `data.guide_warning` before running `data.next_command`: `next_command_safety` names whether the command is no-spend setup, read-only inspection, live-money payment action, or live media create. Run that next command only when `data.next_command_copy_runnable` is `true` and the warning says it is safe for your spend policy; when it is `false`, fill `data.next_command_missing_inputs` first. Repeat until `data.stage` is `ready_to_create`. At `ready_to_create`, `data.auth_ready.ready` and `data.auth_ready.next_command_auth_ready` are `true`: the returned create can reuse saved config, env token, or stdin token context without exposing a raw token. When `data.guide_warning.next_command_safety` is `live_media_create_credit_debit` and `data.no_spend_evaluation.stop_here` is `true`, `data.next_command` is the live create: run it only if media spend is allowed, otherwise stop before it and run `data.recommended_no_spend_command` for no-spend proof. The no-spend command is an authenticated hosted dry-run: it may create a recoverable `job.planned` receipt, but it has no provider call, credit debit, downloadable asset, or media write.
43
43
 
44
44
  Minimum success envelope on a create or edit:
45
45
 
@@ -133,7 +133,7 @@ image-skill usage quota
133
133
 
134
134
  If the runtime supports stdin secret handoff, prefer `--token-stdin` over `--token` for `whoami`, `usage quota`, `create`, and `feedback create`. The guide returns `data.auth_handoff` with copy-safe env and stdin command templates so the token never lands in prompts, logs, or feedback.
135
135
 
136
- If the default config home is read-only, set `IMAGE_SKILL_CONFIG_PATH` to a writable path before `signup`. Do not fall back to another tool because the install or default config directory is blocked. `create --guide` detects this and makes `data.next_command` a normal saved-config signup prefixed with `IMAGE_SKILL_CONFIG_PATH="$PWD/.image-skill/config.json"`; the `--show-token --no-save` plus `--token-stdin` route stays available only as structured fallback recovery.
136
+ If the default config home is read-only, set `IMAGE_SKILL_CONFIG_PATH` to a writable path before `signup`. Do not fall back to another tool because the install or default config directory is blocked. `create --guide` detects this and makes `data.next_command` a saved-config signup template prefixed with `IMAGE_SKILL_CONFIG_PATH="$PWD/.image-skill/config.json"`; fill `data.next_command_missing_inputs` before running it. The `--show-token --no-save` plus `--token-stdin` route stays available only as structured fallback recovery.
137
137
 
138
138
  Install paths, in order of preference:
139
139
 
@@ -195,6 +195,8 @@ image-skill models list --available --modality video --operation video.generate
195
195
  image-skill models show openai.gpt-image-2
196
196
  ```
197
197
 
198
+ `models list` is the compact, summary-first action menu. Use `models show MODEL_ID` for one model's full capability schema, or `models list --details` only when you intentionally need every model's full schema at once.
199
+
198
200
  `--available` filters to runnable rows (`status:"available"` and `execution.model_execution_status:"executable"`). Do not treat provider-level `status:"available"` as runnable. `--catalog-only` exposes research rows that are not runnable yet; inspect them, do not pass them to create or edit.
199
201
 
200
202
  Pass model-specific controls through validated JSON, not invented top-level flags:
@@ -134,7 +134,8 @@ should omit it.
134
134
  Use the no-spend guide first. It is the only required first command for a fresh
135
135
  agent. It checks health, executable model availability, auth/quota when a token
136
136
  already exists, and payment rails, then returns one primary
137
- `data.next_command` plus machine-readable `data.next_command_effect`,
137
+ `data.next_command` plus machine-readable `data.next_command_copy_runnable`,
138
+ `data.next_command_missing_inputs`, `data.next_command_effect`,
138
139
  `data.guide_warning`, `data.auth_ready`, and `data.no_spend_evaluation`. Guide
139
140
  mode does not create a signup, provider job, dry-run job, payment object,
140
141
  credit debit, or asset.
@@ -143,22 +144,28 @@ credit debit, or asset.
143
144
  image-skill create --guide --prompt "a compact field camera on a stainless workbench"
144
145
  ```
145
146
 
146
- Read `data.stage` and `data.guide_warning`, run `data.next_command` when
147
- `data.guide_warning.next_command_safety` is safe for the current spend policy,
148
- and rerun the guide only after auth or payment state changes. Do not run
147
+ Read `data.stage` and `data.guide_warning`, run `data.next_command` only when
148
+ `data.next_command_copy_runnable` is `true` and
149
+ `data.guide_warning.next_command_safety` is safe for the current spend policy.
150
+ When `data.next_command_copy_runnable` is `false`, fill
151
+ `data.next_command_missing_inputs` first. Rerun the guide only after auth or
152
+ payment state changes. Do not run
149
153
  `doctor`, `models list`, `signup`, `whoami`, `usage quota`, `create --dry-run`,
150
154
  or payment commands as a setup checklist before the guide asks for them.
151
155
 
152
- - `prompt_required`: rerun `data.next_command` with the real prompt.
153
- - `auth_required`: run `data.next_command`, then rerun guide once. Hosted
154
- signup saves auth to config by default. If the runtime intentionally used
156
+ - `prompt_required`: fill `data.next_command_missing_inputs` with the real
157
+ prompt, then rerun `data.next_command`.
158
+ - `auth_required`: fill `data.next_command_missing_inputs` when present, run
159
+ `data.next_command`, then rerun guide once. Hosted signup saves auth to
160
+ config by default. If the runtime intentionally used
155
161
  `--no-save --show-token`, store the returned token and use
156
162
  `data.auth_handoff.rerun_guide.with_env` or
157
163
  `data.auth_handoff.rerun_guide.with_stdin`. In this stage,
158
164
  `data.auth_ready.ready` is `false`, and
159
165
  `data.guide_warning.next_command_safety` is
160
166
  `hosted_signup_no_spend_setup`.
161
- - `quota_required`: run `data.self_fund_next_command` to start the top-up.
167
+ - `quota_required`: fill `data.next_command_missing_inputs` when present, then
168
+ run `data.self_fund_next_command` to start the top-up.
162
169
  It aliases `data.next_command` and is the first payment command, usually an
163
170
  x402 or Stripe quote. If the guide authenticated from env or stdin, prefer
164
171
  `data.self_fund_handoff.auth.next_command.with_env` or
@@ -767,7 +774,7 @@ capability-preserving schema for one model.
767
774
  ```bash
768
775
  image-skill models --json
769
776
  image-skill models list --json
770
- image-skill models list --summary --json
777
+ image-skill models list --details --json
771
778
  image-skill models list --available --operation image.generate --json
772
779
  image-skill models list --available --operation image.edit --json
773
780
  image-skill models list --available --modality video --operation video.generate --json
@@ -798,20 +805,23 @@ inspect the recommended create surface without knowing a provider-specific
798
805
  model id. The list response also returns `summary` with total, returned,
799
806
  available, executable, catalog-only, provider split,
800
807
  `execution_availability`, first actionable model ids, recommended filter
801
- commands, and catalog-inclusion flags. Default list output excludes
802
- catalog-only rows so fresh agents see executable candidates first. Use
803
- `--summary` when you need a compact, sortable model menu: each row keeps the
804
- model id, flat `estimated_usd_per_image`, `credits_required`, lightweight
805
- `task_tags`, status, provider, max output count/resolution, storage, and
806
- `show_command`, while omitting full parameter schemas. Use `--available` for
807
- currently usable executable rows, `--modality image|video|audio|3d` for media
808
- type, `--operation image.generate`, `--operation image.edit`,
809
- `--operation video.generate`, `--operation audio.generate`, or
810
- `--operation 3d.generate` for the task, `--provider fal|xai|openai` to narrow by
811
- provider, and `--catalog-only` when you intentionally want source-backed rows
812
- that are inspectable but not runnable yet. Provider-level availability is not
813
- the same thing as model executability; for runnable choices require both
814
- `status:"available"` and
808
+ commands, and catalog-inclusion flags. Default list output is a compact,
809
+ sortable model menu and excludes catalog-only rows so fresh agents see
810
+ executable candidates first. Each row keeps the model id, flat
811
+ `estimated_usd_per_image`, `credits_required`, lightweight `task_tags`, status,
812
+ provider, max output count/resolution, storage, and `show_command`, while
813
+ omitting full parameter schemas. Use `models show MODEL_ID --json` for one
814
+ model's full capability schema, or `models list --details --json` only when you
815
+ intentionally need the full list with capability schemas for compatibility or
816
+ offline analysis. `--summary` is still accepted as a compatibility alias for the
817
+ default compact list. Use `--available` for currently usable executable rows,
818
+ `--modality image|video|audio|3d` for media type, `--operation
819
+ image.generate`, `--operation image.edit`, `--operation video.generate`,
820
+ `--operation audio.generate`, or `--operation 3d.generate` for the task,
821
+ `--provider fal|xai|openai` to narrow by provider, and `--catalog-only` when you
822
+ intentionally want source-backed rows that are inspectable but not runnable yet.
823
+ Provider-level availability is not the same thing as model executability; for
824
+ runnable choices require both `status:"available"` and
815
825
  `execution.model_execution_status:"executable"`. If a reachable provider has no
816
826
  runnable model for the requested operation, `summary.execution_availability`
817
827
  says so directly and includes the fastest `--available --operation ...`
@@ -899,13 +909,15 @@ image-skill create --guide --prompt "A compact field camera on a stainless workb
899
909
  ```
900
910
 
901
911
  `create --guide` returns `schema: image-skill.create-guide.v1`,
902
- `stage`, `next_command`, `guide_warning`, `auth_ready`, `no_spend_evaluation`,
903
- `recommended_no_spend_command`,
912
+ `stage`, `next_command`, `next_command_copy_runnable`,
913
+ `next_command_missing_inputs`, `guide_warning`, `auth_ready`,
914
+ `no_spend_evaluation`, `recommended_no_spend_command`,
904
915
  `self_fund_next_command`, `self_fund_handoff`, `escape_hatches`, selected
905
916
  executable model and cost, auth/quota/payment blockers, and mutation flags. All
906
917
  mutation flags must be false in guide mode: no provider call, hosted create,
907
918
  signup, payment object, credit debit, or media write.
908
- For next-command safety, read `guide_warning.next_command_safety` before
919
+ For next-command safety, read `next_command_copy_runnable`,
920
+ `next_command_missing_inputs`, and `guide_warning.next_command_safety` before
909
921
  acting: `hosted_signup_no_spend_setup` is no-spend auth setup,
910
922
  `live_money_payment_action` is top-up/payment work, and
911
923
  `live_media_create_credit_debit` is a live create that can call a provider,