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/cli.md CHANGED
@@ -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,
package/commands.json ADDED
@@ -0,0 +1,515 @@
1
+ {
2
+ "schema": "image-skill.public-command-manifest.v1",
3
+ "command_prefix": "image-skill",
4
+ "product_frame": "Image Skill is a hosted thin CLI and public contract for agent-native durable creative media.",
5
+ "skill_url": "https://image-skill.com/skill.md",
6
+ "docs_url": "https://image-skill.com/cli.md",
7
+ "llms_url": "https://image-skill.com/llms.txt",
8
+ "commands": [
9
+ {
10
+ "id": "doctor",
11
+ "docs_anchor": "image-skill-doctor",
12
+ "surface": "client",
13
+ "mutation": false,
14
+ "spend": false
15
+ },
16
+ {
17
+ "id": "trust",
18
+ "docs_anchor": "image-skill-trust",
19
+ "surface": "client",
20
+ "mutation": false,
21
+ "spend": false
22
+ },
23
+ {
24
+ "id": "signup",
25
+ "docs_anchor": "image-skill-signup-agent",
26
+ "surface": "hosted_cli",
27
+ "mutation": true,
28
+ "spend": false
29
+ },
30
+ {
31
+ "id": "whoami",
32
+ "docs_anchor": "image-skill-whoami",
33
+ "surface": "hosted_cli",
34
+ "mutation": false,
35
+ "spend": false
36
+ },
37
+ {
38
+ "id": "usage",
39
+ "docs_anchor": "image-skill-usage",
40
+ "surface": "hosted_cli",
41
+ "mutation": false,
42
+ "spend": false,
43
+ "subcommands": ["quota"]
44
+ },
45
+ {
46
+ "id": "quota",
47
+ "docs_anchor": "image-skill-quota",
48
+ "surface": "hosted_cli",
49
+ "mutation": false,
50
+ "spend": false
51
+ },
52
+ {
53
+ "id": "credits",
54
+ "docs_anchor": "image-skill-credits",
55
+ "surface": "hosted_cli",
56
+ "mutation": true,
57
+ "spend": true,
58
+ "subcommands": ["methods", "packs list", "quote", "buy", "status"]
59
+ },
60
+ {
61
+ "id": "capabilities",
62
+ "docs_anchor": "image-skill-capabilities",
63
+ "surface": "hosted_cli",
64
+ "mutation": false,
65
+ "spend": false,
66
+ "subcommands": ["list", "show"]
67
+ },
68
+ {
69
+ "id": "models",
70
+ "docs_anchor": "image-skill-models",
71
+ "surface": "hosted_cli",
72
+ "mutation": false,
73
+ "spend": false,
74
+ "subcommands": ["list", "show"]
75
+ },
76
+ {
77
+ "id": "create",
78
+ "docs_anchor": "image-skill-create",
79
+ "surface": "hosted_cli",
80
+ "mutation": true,
81
+ "spend": true
82
+ },
83
+ {
84
+ "id": "upload",
85
+ "docs_anchor": "image-skill-upload",
86
+ "surface": "client",
87
+ "mutation": true,
88
+ "spend": false
89
+ },
90
+ {
91
+ "id": "edit",
92
+ "docs_anchor": "image-skill-edit",
93
+ "surface": "client",
94
+ "mutation": true,
95
+ "spend": true
96
+ },
97
+ {
98
+ "id": "assets",
99
+ "docs_anchor": "image-skill-assets",
100
+ "surface": "hosted_cli",
101
+ "mutation": false,
102
+ "spend": false,
103
+ "subcommands": ["show", "get"]
104
+ },
105
+ {
106
+ "id": "jobs",
107
+ "docs_anchor": "image-skill-jobs",
108
+ "surface": "hosted_cli",
109
+ "mutation": false,
110
+ "spend": false,
111
+ "subcommands": ["show", "wait"]
112
+ },
113
+ {
114
+ "id": "activity",
115
+ "docs_anchor": "image-skill-activity",
116
+ "surface": "hosted_cli",
117
+ "mutation": false,
118
+ "spend": false,
119
+ "subcommands": ["list", "show"]
120
+ },
121
+ {
122
+ "id": "feedback",
123
+ "docs_anchor": "image-skill-feedback",
124
+ "surface": "hosted_cli",
125
+ "mutation": true,
126
+ "spend": false,
127
+ "subcommands": ["create"]
128
+ }
129
+ ],
130
+ "modality_aliases": [
131
+ { "alias": "image", "command": "create", "intent": null },
132
+ { "alias": "video", "command": "create", "intent": "video" },
133
+ { "alias": "audio", "command": "create", "intent": "audio" },
134
+ { "alias": "3d", "command": "create", "intent": "image-to-3d" },
135
+ { "alias": "image-to-3d", "command": "create", "intent": "image-to-3d" },
136
+ { "alias": "three-d", "command": "create", "intent": "image-to-3d" }
137
+ ],
138
+ "help_entries": [
139
+ {
140
+ "key": "",
141
+ "help": {
142
+ "command": "help",
143
+ "usage": "image-skill <doctor|trust|signup|whoami|usage|quota|credits|capabilities|models|create|upload|edit|assets|jobs|activity|feedback> --json",
144
+ "docs_url": "https://image-skill.com/cli.md",
145
+ "commands": [
146
+ "doctor",
147
+ "trust",
148
+ "signup --agent --agent-contact --agent-name NAME --runtime RUNTIME",
149
+ "whoami",
150
+ "usage quota",
151
+ "quota",
152
+ "credits methods",
153
+ "credits quote",
154
+ "credits packs list",
155
+ "credits buy",
156
+ "credits status",
157
+ "capabilities",
158
+ "capabilities list",
159
+ "capabilities show",
160
+ "models",
161
+ "models list",
162
+ "models show",
163
+ "create --guide",
164
+ "image create --guide",
165
+ "video create --guide",
166
+ "audio create --guide",
167
+ "3d create --guide",
168
+ "create --dry-run",
169
+ "create",
170
+ "image edit",
171
+ "upload",
172
+ "edit",
173
+ "assets show",
174
+ "assets get",
175
+ "jobs show",
176
+ "jobs wait",
177
+ "activity list",
178
+ "activity show",
179
+ "feedback create"
180
+ ]
181
+ }
182
+ },
183
+ {
184
+ "key": "doctor",
185
+ "help": {
186
+ "command": "image-skill doctor help",
187
+ "usage": "image-skill doctor --json",
188
+ "docs_url": "https://image-skill.com/cli.md#image-skill-doctor",
189
+ "description": "Check hosted API reachability, CLI version, auth state, and health."
190
+ }
191
+ },
192
+ {
193
+ "key": "trust",
194
+ "help": {
195
+ "command": "image-skill trust help",
196
+ "usage": "image-skill trust --json",
197
+ "docs_url": "https://image-skill.com/cli.md#image-skill-trust",
198
+ "description": "Return npm provenance, hosted contract hashes, API health, and model availability evidence."
199
+ }
200
+ },
201
+ {
202
+ "key": "signup",
203
+ "help": {
204
+ "command": "image-skill signup help",
205
+ "usage": "image-skill signup --agent --agent-contact AGENT_OR_OPERATOR_INBOX --agent-name NAME --runtime RUNTIME --json",
206
+ "docs_url": "https://image-skill.com/cli.md#image-skill-signup-agent",
207
+ "required_flags": [
208
+ "--agent",
209
+ "--agent-contact",
210
+ "--agent-name",
211
+ "--runtime"
212
+ ],
213
+ "optional_flags": ["--show-token", "--no-save", "--token-stdin"]
214
+ }
215
+ },
216
+ {
217
+ "key": "whoami",
218
+ "help": {
219
+ "command": "image-skill whoami help",
220
+ "usage": "image-skill whoami --json",
221
+ "docs_url": "https://image-skill.com/cli.md#image-skill-whoami"
222
+ }
223
+ },
224
+ {
225
+ "key": "usage",
226
+ "help": {
227
+ "command": "image-skill usage help",
228
+ "usage": "image-skill usage quota --json",
229
+ "docs_url": "https://image-skill.com/cli.md#image-skill-usage",
230
+ "subcommands": ["quota"]
231
+ }
232
+ },
233
+ {
234
+ "key": "usage quota",
235
+ "help": {
236
+ "command": "image-skill usage quota help",
237
+ "usage": "image-skill usage quota --json",
238
+ "docs_url": "https://image-skill.com/cli.md#image-skill-usage"
239
+ }
240
+ },
241
+ {
242
+ "key": "quota",
243
+ "help": {
244
+ "command": "image-skill quota help",
245
+ "usage": "image-skill quota --json",
246
+ "docs_url": "https://image-skill.com/cli.md#image-skill-quota"
247
+ }
248
+ },
249
+ {
250
+ "key": "credits",
251
+ "help": {
252
+ "command": "image-skill credits help",
253
+ "usage": "image-skill credits <methods|packs list|quote|buy|status> --json",
254
+ "docs_url": "https://image-skill.com/cli.md#image-skill-credits",
255
+ "subcommands": ["methods", "packs list", "quote", "buy", "status"]
256
+ }
257
+ },
258
+ {
259
+ "key": "credits methods",
260
+ "help": {
261
+ "command": "image-skill credits methods help",
262
+ "usage": "image-skill credits methods",
263
+ "docs_url": "https://image-skill.com/cli.md#image-skill-credits"
264
+ }
265
+ },
266
+ {
267
+ "key": "credits packs",
268
+ "help": {
269
+ "command": "image-skill credits packs help",
270
+ "usage": "image-skill credits packs list --json",
271
+ "docs_url": "https://image-skill.com/cli.md#image-skill-credits",
272
+ "subcommands": ["list"]
273
+ }
274
+ },
275
+ {
276
+ "key": "credits quote",
277
+ "help": {
278
+ "command": "image-skill credits quote help",
279
+ "usage": "image-skill credits quote --pack PACK_ID --payment-method stripe_x402.exact.usdc --json",
280
+ "docs_url": "https://image-skill.com/cli.md#image-skill-credits",
281
+ "required_flags": ["--pack or --credits", "--payment-method"],
282
+ "optional_flags": ["--idempotency-key"]
283
+ }
284
+ },
285
+ {
286
+ "key": "credits buy",
287
+ "help": {
288
+ "command": "image-skill credits buy help",
289
+ "usage": "image-skill credits buy --provider stripe_x402 --quote-id QUOTE_ID --idempotency-key KEY --json",
290
+ "docs_url": "https://image-skill.com/cli.md#image-skill-credits",
291
+ "required_flags": ["--provider", "--quote-id", "--idempotency-key"],
292
+ "supported_providers": ["stripe", "stripe_x402"]
293
+ }
294
+ },
295
+ {
296
+ "key": "credits status",
297
+ "help": {
298
+ "command": "image-skill credits status help",
299
+ "usage": "image-skill credits status --payment-attempt-id PAYMENT_ATTEMPT_ID --json",
300
+ "docs_url": "https://image-skill.com/cli.md#image-skill-credits",
301
+ "required_flags": ["--payment-attempt-id"]
302
+ }
303
+ },
304
+ {
305
+ "key": "capabilities",
306
+ "help": {
307
+ "command": "image-skill capabilities help",
308
+ "usage": "image-skill capabilities <list|show> --json",
309
+ "docs_url": "https://image-skill.com/cli.md#image-skill-capabilities",
310
+ "subcommands": ["list", "show"]
311
+ }
312
+ },
313
+ {
314
+ "key": "capabilities list",
315
+ "help": {
316
+ "command": "image-skill capabilities list help",
317
+ "usage": "image-skill capabilities list --json",
318
+ "docs_url": "https://image-skill.com/cli.md#image-skill-capabilities"
319
+ }
320
+ },
321
+ {
322
+ "key": "capabilities show",
323
+ "help": {
324
+ "command": "image-skill capabilities show help",
325
+ "usage": "image-skill capabilities show CAPABILITY_ID --json",
326
+ "docs_url": "https://image-skill.com/cli.md#image-skill-capabilities"
327
+ }
328
+ },
329
+ {
330
+ "key": "models",
331
+ "help": {
332
+ "command": "image-skill models help",
333
+ "usage": "image-skill models <list|show> --json",
334
+ "docs_url": "https://image-skill.com/cli.md#image-skill-models",
335
+ "subcommands": ["list", "show"]
336
+ }
337
+ },
338
+ {
339
+ "key": "models list",
340
+ "help": {
341
+ "command": "image-skill models list help",
342
+ "usage": "image-skill models list --available --operation image.generate --json",
343
+ "docs_url": "https://image-skill.com/cli.md#image-skill-models",
344
+ "optional_flags": [
345
+ "--available",
346
+ "--executable",
347
+ "--catalog-only",
348
+ "--operation",
349
+ "--modality",
350
+ "--provider",
351
+ "--summary",
352
+ "--details"
353
+ ]
354
+ }
355
+ },
356
+ {
357
+ "key": "models show",
358
+ "help": {
359
+ "command": "image-skill models show help",
360
+ "usage": "image-skill models show MODEL_ID --json",
361
+ "docs_url": "https://image-skill.com/cli.md#image-skill-models"
362
+ }
363
+ },
364
+ {
365
+ "key": "create",
366
+ "help": {
367
+ "command": "image-skill create help",
368
+ "usage": "image-skill create --prompt \"...\" --intent explore --max-estimated-usd-per-image 0.07 --json",
369
+ "docs_url": "https://image-skill.com/cli.md#image-skill-create",
370
+ "optional_flags": [
371
+ "--guide",
372
+ "--dry-run",
373
+ "--model",
374
+ "--aspect-ratio",
375
+ "--output-count",
376
+ "--element-frontal",
377
+ "--element-reference",
378
+ "--reference-image",
379
+ "--model-parameters-json",
380
+ "--idempotency-key"
381
+ ]
382
+ }
383
+ },
384
+ {
385
+ "key": "upload",
386
+ "help": {
387
+ "command": "image-skill upload help",
388
+ "usage": "image-skill upload PATH_OR_URL --json",
389
+ "docs_url": "https://image-skill.com/cli.md#image-skill-upload"
390
+ }
391
+ },
392
+ {
393
+ "key": "edit",
394
+ "help": {
395
+ "command": "image-skill edit help",
396
+ "usage": "image-skill edit --input image_... --prompt \"...\" --json",
397
+ "docs_url": "https://image-skill.com/cli.md#image-skill-edit",
398
+ "required_flags": ["--input"],
399
+ "optional_flags": [
400
+ "--dry-run",
401
+ "--prompt",
402
+ "--model",
403
+ "--mask",
404
+ "--element-reference",
405
+ "--element-frontal",
406
+ "--reference-image",
407
+ "--model-parameters-json",
408
+ "--idempotency-key"
409
+ ]
410
+ }
411
+ },
412
+ {
413
+ "key": "assets",
414
+ "help": {
415
+ "command": "image-skill assets help",
416
+ "usage": "image-skill assets <show|get> ASSET_ID_OR_URL --json",
417
+ "docs_url": "https://image-skill.com/cli.md#image-skill-assets",
418
+ "subcommands": ["show", "get"]
419
+ }
420
+ },
421
+ {
422
+ "key": "assets show",
423
+ "help": {
424
+ "command": "image-skill assets show help",
425
+ "usage": "image-skill assets show ASSET_ID_OR_URL --json",
426
+ "docs_url": "https://image-skill.com/cli.md#image-skill-assets"
427
+ }
428
+ },
429
+ {
430
+ "key": "assets get",
431
+ "help": {
432
+ "command": "image-skill assets get help",
433
+ "usage": "image-skill assets get ASSET_ID_OR_URL --output PATH --json",
434
+ "docs_url": "https://image-skill.com/cli.md#image-skill-assets"
435
+ }
436
+ },
437
+ {
438
+ "key": "jobs",
439
+ "help": {
440
+ "command": "image-skill jobs help",
441
+ "usage": "image-skill jobs <show|wait> JOB_ID --json",
442
+ "docs_url": "https://image-skill.com/cli.md#image-skill-jobs",
443
+ "subcommands": ["show", "wait"]
444
+ }
445
+ },
446
+ {
447
+ "key": "jobs show",
448
+ "help": {
449
+ "command": "image-skill jobs show help",
450
+ "usage": "image-skill jobs show JOB_ID --json",
451
+ "docs_url": "https://image-skill.com/cli.md#image-skill-jobs"
452
+ }
453
+ },
454
+ {
455
+ "key": "jobs wait",
456
+ "help": {
457
+ "command": "image-skill jobs wait help",
458
+ "usage": "image-skill jobs wait JOB_ID --timeout-ms 30000 --json",
459
+ "docs_url": "https://image-skill.com/cli.md#image-skill-jobs"
460
+ }
461
+ },
462
+ {
463
+ "key": "activity",
464
+ "help": {
465
+ "command": "image-skill activity help",
466
+ "usage": "image-skill activity <list|show> --json",
467
+ "docs_url": "https://image-skill.com/cli.md#image-skill-activity",
468
+ "subcommands": ["list", "show"]
469
+ }
470
+ },
471
+ {
472
+ "key": "activity list",
473
+ "help": {
474
+ "command": "image-skill activity list help",
475
+ "usage": "image-skill activity list --subject JOB_ID --json",
476
+ "docs_url": "https://image-skill.com/cli.md#image-skill-activity"
477
+ }
478
+ },
479
+ {
480
+ "key": "activity show",
481
+ "help": {
482
+ "command": "image-skill activity show help",
483
+ "usage": "image-skill activity show REFERENCE --json",
484
+ "docs_url": "https://image-skill.com/cli.md#image-skill-activity"
485
+ }
486
+ },
487
+ {
488
+ "key": "feedback",
489
+ "help": {
490
+ "command": "image-skill feedback help",
491
+ "usage": "image-skill feedback create --title TITLE --body BODY --json",
492
+ "docs_url": "https://image-skill.com/cli.md#image-skill-feedback",
493
+ "subcommands": ["create"]
494
+ }
495
+ },
496
+ {
497
+ "key": "feedback create",
498
+ "help": {
499
+ "command": "image-skill feedback create help",
500
+ "usage": "image-skill feedback create --title TITLE --body BODY --type user_feedback --json",
501
+ "docs_url": "https://image-skill.com/cli.md#image-skill-feedback",
502
+ "optional_flags": [
503
+ "--title",
504
+ "--body",
505
+ "--type",
506
+ "--severity",
507
+ "--confidence",
508
+ "--expected",
509
+ "--actual",
510
+ "--command"
511
+ ]
512
+ }
513
+ }
514
+ ]
515
+ }
package/llms.txt CHANGED
@@ -119,7 +119,7 @@ Hosted API endpoints:
119
119
  - POST https://api.image-skill.com/v1/credit-purchases/stripe-x402-deposits creates a browserless action-required USDC deposit attempt for a stripe_x402.exact.usdc quote. Request JSON: quote_id, idempotency_key. Response includes state: action_required, payment_attempt_id, accepted_payment_method: stripe_x402.exact.usdc, live_money, amount_cents, stripe_x402 challenge metadata, stripe_x402.payable_instructions when Stripe returns a Base deposit address, and next.agent_action: pay_stripe_crypto_deposit. A wallet-equipped agent can pay the exact USDC token_amount_atomic to payable_instructions.deposit_address on Base. This does not grant credits; verified settlement/webhook fulfillment grants paid credits exactly once.
120
120
  - POST https://api.image-skill.com/v1/credit-purchases/stripe-checkout-sessions creates a Stripe Checkout Session for a stripe_checkout quote. Request JSON: quote_id, idempotency_key. Response includes state: action_required, payment_attempt_id, checkout_session_id, checkout_handoff_url, checkout_compact_url, checkout_url, accepted_payment_method: stripe_checkout, and next.human_action: open_checkout_url. Present checkout_handoff_url to humans because it is short and redirects to Stripe; checkout_compact_url is also copy-safe when present. If no handoff URL is available, present the full checkout_url in a code block. Do not remove the Stripe # fragment; Checkout needs it in the browser. Stripe-hosted Checkout may accept operator-provided promotion codes; humans enter them on Stripe, not in the Image Skill CLI. This does not grant credits; verified Stripe webhook fulfillment grants paid credits exactly once.
121
121
  - GET https://api.image-skill.com/v1/credit-purchases/status returns durable payment state for Authorization: Bearer TOKEN. Query with exactly one of quote_id, payment_attempt_id, checkout_session_id, or receipt_id. Response includes state, quote, payment_attempt, receipt, credit_event, provider_event, limits, and next.
122
- - GET https://api.image-skill.com/v1/models returns the public model registry. Query params: available=true returns currently usable executable rows, executable=true returns runtime-wired rows regardless current availability, catalog_only=true returns source-backed catalog-only rows, operation=image.generate|image.edit narrows by operation, and provider=fal|xai|openai narrows by provider. Default list output excludes catalog-only rows so fresh agents see executable candidates first. The response summary includes total, returned, available, executable, cataloged_not_wired, provider split, execution_availability, first_actionable_model_ids, recommended filter commands, and catalog-inclusion flags. For runnable choices require both status: available and execution.model_execution_status: executable; provider-level availability alone is not enough. If a reachable provider has no runnable model for the requested operation, summary.execution_availability says so directly and includes the fastest --available --operation recovery command. GET https://api.image-skill.com/v1/models/MODEL_ID returns one model's capability-preserving schema.
122
+ - GET https://api.image-skill.com/v1/models returns the compact public model menu. Query params: available=true returns currently usable executable rows, executable=true returns runtime-wired rows regardless current availability, catalog_only=true returns source-backed catalog-only rows, operation=image.generate|image.edit narrows by operation, provider=fal|xai|openai narrows by provider, and details=true returns the full list with capability schemas. Default list output excludes catalog-only rows and omits parameter schemas so fresh agents see actionable choices first. Each compact row includes show_command; use GET https://api.image-skill.com/v1/models/MODEL_ID or image-skill models show MODEL_ID --json before spending or passing model_parameters. The response summary includes total, returned, available, executable, cataloged_not_wired, provider split, execution_availability, first_actionable_model_ids, recommended filter commands, and catalog-inclusion flags. For runnable choices require both status: available and execution.model_execution_status: executable; provider-level availability alone is not enough. If a reachable provider has no runnable model for the requested operation, summary.execution_availability says so directly and includes the fastest --available --operation recovery command.
123
123
  - GET https://api.image-skill.com/v1/capabilities returns the hosted capability catalog, normalized controls, model-parameter schemas, auth requirements, and deprecation notices.
124
124
  - POST https://api.image-skill.com/v1/create creates or dry-runs bounded free-preview images when Authorization: Bearer TOKEN has quota and the relevant preview grant. Request JSON: prompt, optional model, optional intent, optional aspect_ratio, optional output_count, optional references[] for reference-capable create models, optional model_parameters, optional dry_run, optional max_estimated_usd_per_image, optional accept_unknown_cost. output_count defaults to 1 and must not exceed the selected model's max_outputs_per_request. If model is omitted, hosted defaults are quality-first and the response includes request.selection with the selected capability, defaulted provider-native controls, expected output class, and pricing. Agents should read cost.credit_pricing.credits_required instead of assuming one credit per operation; for output_count greater than 1 this is the total debit across outputs. max_estimated_usd_per_image is a per-image Image Skill debit budget guard, not merely an upstream provider-cost guard. On dry_run responses, cost.credit_pricing.credits_required is the planned live execution debit, while quota.consumed_credits is the actual debit and remains 0. Authenticated hosted dry-runs also create a recoverable planned job: jobs show returns status planned with plan_receipt, and activity emits job.planned. Planned receipts do not create downloadable media assets, usage debits, or provider execution. references[] items use asset_id, role, index, optional reference_index for element_reference, and optional reference_task for reference_image; do not put URLs in references[].
125
125
  - POST https://api.image-skill.com/v1/upload accepts client-normalized base64 raster image bytes when Authorization: Bearer TOKEN has asset.upload. Request JSON: source_kind, filename, remote_origin, mime_type, content_length, sha256, bytes_base64. Do not send local paths, full remote URLs, prompts, tokens, or provider credentials.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "image-skill",
3
- "version": "0.1.35",
3
+ "version": "0.1.37",
4
4
  "description": "Zero-setup durable creative-media CLI for agents (image + video + audio + 3D): guide-first creation, model and cost inspection, owned URLs, JSON recovery, payments, reusable assets, and feedback.",
5
5
  "type": "module",
6
6
  "private": false,
@@ -23,6 +23,7 @@
23
23
  "skill.md",
24
24
  "llms.txt",
25
25
  "cli.md",
26
+ "commands.json",
26
27
  "skills"
27
28
  ],
28
29
  "engines": {