image-skill 0.1.42 → 0.1.44
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/CHANGELOG.md +20 -0
- package/SKILL.md +8 -8
- package/bin/image-skill.mjs +611 -24
- package/cli.md +42 -3
- package/commands.json +3 -1
- package/llms.txt +2 -2
- package/package.json +1 -1
- package/skill.md +8 -8
- package/skills/agent-image-generation/SKILL.md +78 -0
- package/skills/image-skill/SKILL.md +8 -8
- package/skills/image-skill/references/cli.md +42 -3
- package/skills/image-skill/references/commands.json +3 -1
- package/skills/image-skill/references/llms.txt +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,26 @@ This changelog tracks the public `image-skill` CLI package and public skill
|
|
|
4
4
|
mirror. The npm package metadata remains the authority for tarball integrity and
|
|
5
5
|
provenance; this file is the human- and agent-readable release map.
|
|
6
6
|
|
|
7
|
+
## 0.1.44 - 2026-06-12
|
|
8
|
+
|
|
9
|
+
- Release (freshness): republish the already-synced public CLI mirror content
|
|
10
|
+
under an unpublished package version so `image-skill@latest` can match the
|
|
11
|
+
public mirror commit again. No CLI behavior, hosted API behavior, payment
|
|
12
|
+
caps, provider routing, or public contract payload changed in this release
|
|
13
|
+
bump.
|
|
14
|
+
|
|
15
|
+
## 0.1.43 - 2026-06-12
|
|
16
|
+
|
|
17
|
+
- Feature (recovery): `doctor --json` now reports `data.in_flight` with
|
|
18
|
+
outstanding live-spend breadcrumbs, idempotency keys, TTL state, sweep
|
|
19
|
+
eligibility, and copy-runnable recovery commands.
|
|
20
|
+
- Feature (recovery): `doctor --sweep-in-flight --json` explicitly removes
|
|
21
|
+
only sweep-eligible stale breadcrumbs after the long grace window; plain
|
|
22
|
+
`doctor` remains inspect-only.
|
|
23
|
+
- Docs (recovery): the CLI contract now documents the stderr `in_flight` JSON
|
|
24
|
+
diagnostic emitted by live create/edit before the blocking request, including
|
|
25
|
+
the `2>&1` parsing caveat for combined-stream consumers.
|
|
26
|
+
|
|
7
27
|
## 0.1.42 - 2026-06-12
|
|
8
28
|
|
|
9
29
|
- Feature (distribution): the public repo/package now ships a root `SKILL.md`
|
package/SKILL.md
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: image-skill
|
|
3
3
|
description: >-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
4
|
+
AI image generation and editing for agents across text-to-image and
|
|
5
|
+
image-to-image workflows, video generation, audio generation, and image-to-3D
|
|
6
|
+
asset creation through one zero-setup hosted runtime. Use Image Skill when an
|
|
7
|
+
agent needs durable media URLs, recoverable jobs, model/cost inspection and
|
|
8
|
+
stable JSON envelopes with capability-preserving parameters. Optional
|
|
9
|
+
agent-funded credits work without a provider API key, OAuth app, local model
|
|
10
|
+
or per-provider billing account.
|
|
11
11
|
homepage: https://image-skill.com
|
|
12
12
|
docs: https://image-skill.com/llms.txt
|
|
13
13
|
metadata:
|
|
@@ -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 `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.
|
|
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.guide_recovery`, `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. Prefer `data.guide_recovery` for no-doc recovery loops: it names the safest no-spend command and field, the live create or payment field that would spend, and the double-spend guard to check before any live retry. 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
|
|