image-skill 0.1.44 → 0.1.46

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 CHANGED
@@ -4,6 +4,22 @@ 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.46 - 2026-06-13
8
+
9
+ - Release (activation): publish the post-0.1.45 public mirror payload under an
10
+ unpublished package version so `image-skill@latest` can include hosted
11
+ create/edit `data.next_actions` for no-spend recovery, asset iteration, and
12
+ promoted self-fund handoffs. No hosted API behavior, payment caps, provider
13
+ routing, or public contract payload changed in this release bump.
14
+
15
+ ## 0.1.45 - 2026-06-12
16
+
17
+ - Release (activation): publish the post-0.1.44 public mirror payload under an
18
+ unpublished package version so `image-skill@latest` can include the
19
+ full-depth GitHub-slug skill install guidance from #1859. No CLI behavior,
20
+ hosted API behavior, payment caps, provider routing, or public contract
21
+ payload changed in this release bump.
22
+
7
23
  ## 0.1.44 - 2026-06-12
8
24
 
9
25
  - Release (freshness): republish the already-synced public CLI mirror content
package/README.md CHANGED
@@ -12,20 +12,20 @@ Install the agent skill. Prefer the registry slug so the install is tracked and
12
12
  discoverable on skills.sh:
13
13
 
14
14
  ```bash
15
- npx skills add danielgwilson/image-skill-cli --skill image-skill -g -a codex -y
15
+ npx skills add danielgwilson/image-skill-cli --full-depth --skill image-skill -g -a codex -y
16
16
  ```
17
17
 
18
18
  Intent-named aliases are published from the same repo and point to the same
19
19
  zero-setup runtime when an agent searches by task instead of brand:
20
20
 
21
21
  ```bash
22
- npx skills add danielgwilson/image-skill-cli --skill ai-image-generation -g -a codex -y
23
- npx skills add danielgwilson/image-skill-cli --skill image-generation -g -a codex -y
24
- npx skills add danielgwilson/image-skill-cli --skill image-edit -g -a codex -y
25
- npx skills add danielgwilson/image-skill-cli --skill ai-video-generation -g -a codex -y
26
- npx skills add danielgwilson/image-skill-cli --skill ai-audio-generation -g -a codex -y
27
- npx skills add danielgwilson/image-skill-cli --skill image-to-3d -g -a codex -y
28
- npx skills add danielgwilson/image-skill-cli --skill creative-media -g -a codex -y
22
+ npx skills add danielgwilson/image-skill-cli --full-depth --skill ai-image-generation -g -a codex -y
23
+ npx skills add danielgwilson/image-skill-cli --full-depth --skill image-generation -g -a codex -y
24
+ npx skills add danielgwilson/image-skill-cli --full-depth --skill image-edit -g -a codex -y
25
+ npx skills add danielgwilson/image-skill-cli --full-depth --skill ai-video-generation -g -a codex -y
26
+ npx skills add danielgwilson/image-skill-cli --full-depth --skill ai-audio-generation -g -a codex -y
27
+ npx skills add danielgwilson/image-skill-cli --full-depth --skill image-to-3d -g -a codex -y
28
+ npx skills add danielgwilson/image-skill-cli --full-depth --skill creative-media -g -a codex -y
29
29
  ```
30
30
 
31
31
  Or install straight from the hosted public contract for the always-latest build:
@@ -44,7 +44,7 @@ path:
44
44
  export HOME="$PWD/.agent-home"
45
45
  export CODEX_HOME="$HOME/.codex"
46
46
  mkdir -p "$HOME" "$CODEX_HOME"
47
- npx skills add danielgwilson/image-skill-cli --skill image-skill -g -a codex -y
47
+ npx skills add danielgwilson/image-skill-cli --full-depth --skill image-skill -g -a codex -y
48
48
  ```
49
49
 
50
50
  Run the executable CLI from npm without requiring a writable global npm prefix.
package/SKILL.md CHANGED
@@ -141,7 +141,7 @@ Install paths, in order of preference:
141
141
  npm_config_update_notifier=false npx -y image-skill@latest create --guide --prompt "..."
142
142
 
143
143
  # tracked install through the registry slug
144
- npx skills add danielgwilson/image-skill-cli --skill image-skill -g -a codex -y
144
+ npx skills add danielgwilson/image-skill-cli --full-depth --skill image-skill -g -a codex -y
145
145
 
146
146
  # direct from the hosted public contract
147
147
  npx skills add https://image-skill.com --skill image-skill -g -a codex -y
@@ -156,7 +156,7 @@ rerunning `skills add`. The skills.sh Codex adapter writes to `$HOME/.agents`;
156
156
  export HOME="$PWD/.agent-home"
157
157
  export CODEX_HOME="$HOME/.codex"
158
158
  mkdir -p "$HOME" "$CODEX_HOME"
159
- npx skills add danielgwilson/image-skill-cli --skill image-skill -g -a codex -y
159
+ npx skills add danielgwilson/image-skill-cli --full-depth --skill image-skill -g -a codex -y
160
160
  ```
161
161
 
162
162
  ## Cost and payment
@@ -246,7 +246,15 @@ image-skill activity list --limit 20
246
246
  image-skill activity show EVENT_OR_JOB_OR_ASSET_OR_FEEDBACK
247
247
  ```
248
248
 
249
- Use `jobs show` or `jobs wait` for operational job state, final assets, and retry judgment. Use `activity` for audit trail context (recent jobs, assets, usage events, feedback acceptance, trace IDs, status changes) you can cite in feedback. **Do not use `activity` as a wait or recovery command.** Activity is the ledger, not the work queue.
249
+ After a successful hosted create/edit, prefer `data.next_actions` when present:
250
+ `inspect_job` and `inspect_asset` are no-spend recovery commands,
251
+ `iterate_edit` reuses the asset, and `self_fund` promotes the top-up quote when
252
+ `quota.top_up.recommended` is true. Use `jobs show` or `jobs wait` for
253
+ operational job state, final assets, and retry judgment. Use `activity` for
254
+ audit trail context (recent jobs, assets, usage events, feedback acceptance,
255
+ trace IDs, status changes) you can cite in feedback.
256
+ **Do not use `activity` as a wait or recovery command.** Activity is the ledger,
257
+ not the work queue.
250
258
 
251
259
  ## Iteration discipline
252
260
 
@@ -15,7 +15,7 @@ import { Readable } from "node:stream";
15
15
  import { pipeline } from "node:stream/promises";
16
16
  import os from "node:os";
17
17
 
18
- const VERSION = "0.1.44";
18
+ const VERSION = "0.1.46";
19
19
  const PACKAGE_NAME = "image-skill";
20
20
  const DEFAULT_API_BASE_URL = "https://api.image-skill.com";
21
21
  const DEFAULT_DOCS_BASE_URL = "https://image-skill.com";
package/cli.md CHANGED
@@ -316,7 +316,7 @@ same writable path:
316
316
  export HOME="$PWD/.agent-home"
317
317
  export CODEX_HOME="$HOME/.codex"
318
318
  mkdir -p "$HOME" "$CODEX_HOME"
319
- npx skills add danielgwilson/image-skill-cli --skill image-skill -g -a codex -y
319
+ npx skills add danielgwilson/image-skill-cli --full-depth --skill image-skill -g -a codex -y
320
320
  ```
321
321
 
322
322
  Hosted signup saves auth state to the public CLI config by default. If the
package/llms.txt CHANGED
@@ -64,7 +64,7 @@ First-run guide loop:
64
64
  4. If data.stage is auth_required, data.auth_ready.ready is false and data.guide_warning.next_command_safety is hosted_signup_no_spend_setup. Run data.next_command, then rerun the guide once. Hosted signup saves the restricted token to the public CLI config by default with 0600 permissions. If the configured config path is blocked, data.next_command sets IMAGE_SKILL_CONFIG_PATH="$PWD/.image-skill/config.json" and still runs a saved-config signup; do not switch to raw-token handoff unless recovery explicitly requires it. If the runtime intentionally uses --no-save --show-token, store the returned token in the agent runtime secret store, then rerun with IMAGE_SKILL_TOKEN or --token-stdin; data.auth_handoff.rerun_guide.with_env and data.auth_handoff.rerun_guide.with_stdin are copy-safe templates for that mode. Signup is anonymous by default: no contact inbox is required to get a restricted token. The optional --agent-contact flag takes an email-shaped durable contact inbox for the restricted agent identity, not a requirement to find an individual human; attach one later with image-skill claim request --contact INBOX --json when funding or durability makes it worth having. Hosted signup returns the raw restricted token only when --show-token is set, and only once. When providing a contact, use an agent-owned inbox when available; otherwise use an operator, team, or sponsor inbox that can receive future claim, billing, or abuse notices. Never invent an inbox or borrow an unrelated human email just to fill the flag — omit it instead. example.invalid addresses are only appropriate inside documented harness or proof runs. --human-email remains accepted as a compatibility alias, but the guide must not teach it. Anonymous signups mint a fresh agent identity on every call; reuse the saved config instead of re-running signup. --save is accepted as a compatibility no-op for the default save behavior; use --no-save only when the runtime has a separate secret store and does not want local config.
65
65
  5. If data.stage is quota_required, data.guide_warning.next_command_safety is live_money_payment_action and data.guide_warning.payment_top_up_path summarizes the live-money path. Run data.self_fund_next_command to start the top-up. It aliases data.next_command and is the first payment command, usually an x402 or Stripe quote. First read data.checks.payments.preferred_method_summary.top_up_path: browserless_agent_self_fund means a wallet-equipped agent can complete the preferred live-money rail without a browser; human_payment_handoff means the agent can create the payment attempt but a human/browser step must complete before credits are granted. If the guide authenticated from env or stdin, prefer data.self_fund_handoff.auth.next_command.with_env or data.self_fund_handoff.auth.next_command.with_stdin so auth follows the payment command. Then follow data.self_fund_handoff.payment_commands.buy and status, and rerun data.self_fund_handoff.after_next once credits are granted. One Image Skill credit is $0.01. Credit quotes grant prepaid value units; create/edit operations debit model-priced credits reported as cost.credit_pricing. Starter preview currently gives bounded free-preview credits plus a four-job daily cap.
66
66
  6. If data.stage is ready_to_create, data.next_command is the first bounded live create. data.guide_warning.next_command_safety must be live_media_create_credit_debit, data.guide_warning.no_spend_safe must be false, data.guide_warning.spend_required must be true, and data.guide_warning.recommended_command_field must be recommended_no_spend_command. data.auth_ready.ready and data.auth_ready.next_command_auth_ready must be true; data.auth_ready.next_command_requires_auth must be true, and the command can reuse saved config, IMAGE_SKILL_TOKEN, or --token-stdin context without exposing a raw token. data.next_command_effect.label must be live_media_create_credit_debit and its provider_call, hosted_create, credit_debit, and media_write flags are true. data.no_spend_evaluation.stop_here must be true, data.no_spend_evaluation.next_command_is_live_create must be true, and data.no_spend_evaluation.recommended_command_field must be recommended_no_spend_command. Run data.next_command only when media spend is allowed. In no-spend evaluations, or when you only need to prove readiness without media/provider work, stop before data.next_command and run data.recommended_no_spend_command instead. data.recommended_no_spend_command must equal data.no_spend_next_command. data.no_spend_next_command_effect.label must be dry_run_planned_job_no_provider_call_no_credit_debit_no_media_write: no_spend, hosted_create_dry_run, planned_job, and plan_receipt are true; activity_event is job.planned; provider_call, credit_debit, and media_write are false. This dry-run may create a recoverable planned job/activity receipt but no provider execution, debit, downloadable asset, or media write. If the guide authenticated from env or stdin, prefer data.auth_handoff.next_command.with_env or data.auth_handoff.next_command.with_stdin so auth follows the live create. In guide cost output, cost.estimated_usd_per_image and cost.estimated_debit_usd_per_image are the Image Skill debit dollars for one output; cost.estimated_provider_usd_per_image is only the upstream provider estimate. Use the guide's returned max_estimated_usd_per_image because it is sized to the credit debit the agent funds. Add --output-count N only after models show confirms the selected create model supports more than one output; credit_pricing.credits_required is the total debit across outputs, while max_estimated_usd_per_image remains a per-image Image Skill debit guard.
67
- 7. After create, use image-skill jobs show JOB_ID to recover status, cost, safety, timestamps, and final assets; image-skill assets get ASSET_URL_OR_ID --output ./result.png to fetch the generated asset without repeating provider work; and image-skill activity list --subject JOB_ID to find ledger events, trace, usage, and asset links to cite.
67
+ 7. After create, prefer data.next_actions when present: inspect_job and inspect_asset are copy-runnable no-spend recovery commands, iterate_edit is the reusable-asset edit template, and self_fund is the promoted top-up quote handoff when quota.top_up.recommended is true. Otherwise use image-skill jobs show JOB_ID to recover status, cost, safety, timestamps, and final assets; image-skill assets get ASSET_URL_OR_ID --output ./result.png to fetch the generated asset without repeating provider work; and image-skill activity list --subject JOB_ID to find ledger events, trace, usage, and asset links to cite.
68
68
  8. Leave image-skill feedback create if the first-run flow is confusing, blocked, missing an affordance, or easier through a direct provider than through Image Skill. Feedback auth uses saved config from default signup, IMAGE_SKILL_TOKEN, or --token-stdin; if signup or guide already saved config, run feedback create normally and do not copy a raw token. Never paste tokens into feedback title, body, evidence, issues, or logs. Use image-skill activity show FEEDBACK_ID only when you need to confirm the feedback entered the hosted ledger.
69
69
 
70
70
  Manual escape hatches are not prerequisites. Use image-skill doctor, image-skill models list, image-skill models show MODEL_ID, image-skill whoami, image-skill usage quota, image-skill credits methods, image-skill credits packs list, image-skill credits quote, image-skill credits buy, image-skill credits status, image-skill create --dry-run, and image-skill edit --dry-run only when data.next_command or data.escape_hatches asks for them, or when the task genuinely needs deeper capability, quota, payment, or planning detail.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "image-skill",
3
- "version": "0.1.44",
3
+ "version": "0.1.46",
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,
package/skill.md CHANGED
@@ -141,7 +141,7 @@ Install paths, in order of preference:
141
141
  npm_config_update_notifier=false npx -y image-skill@latest create --guide --prompt "..."
142
142
 
143
143
  # tracked install through the registry slug
144
- npx skills add danielgwilson/image-skill-cli --skill image-skill -g -a codex -y
144
+ npx skills add danielgwilson/image-skill-cli --full-depth --skill image-skill -g -a codex -y
145
145
 
146
146
  # direct from the hosted public contract
147
147
  npx skills add https://image-skill.com --skill image-skill -g -a codex -y
@@ -156,7 +156,7 @@ rerunning `skills add`. The skills.sh Codex adapter writes to `$HOME/.agents`;
156
156
  export HOME="$PWD/.agent-home"
157
157
  export CODEX_HOME="$HOME/.codex"
158
158
  mkdir -p "$HOME" "$CODEX_HOME"
159
- npx skills add danielgwilson/image-skill-cli --skill image-skill -g -a codex -y
159
+ npx skills add danielgwilson/image-skill-cli --full-depth --skill image-skill -g -a codex -y
160
160
  ```
161
161
 
162
162
  ## Cost and payment
@@ -246,7 +246,15 @@ image-skill activity list --limit 20
246
246
  image-skill activity show EVENT_OR_JOB_OR_ASSET_OR_FEEDBACK
247
247
  ```
248
248
 
249
- Use `jobs show` or `jobs wait` for operational job state, final assets, and retry judgment. Use `activity` for audit trail context (recent jobs, assets, usage events, feedback acceptance, trace IDs, status changes) you can cite in feedback. **Do not use `activity` as a wait or recovery command.** Activity is the ledger, not the work queue.
249
+ After a successful hosted create/edit, prefer `data.next_actions` when present:
250
+ `inspect_job` and `inspect_asset` are no-spend recovery commands,
251
+ `iterate_edit` reuses the asset, and `self_fund` promotes the top-up quote when
252
+ `quota.top_up.recommended` is true. Use `jobs show` or `jobs wait` for
253
+ operational job state, final assets, and retry judgment. Use `activity` for
254
+ audit trail context (recent jobs, assets, usage events, feedback acceptance,
255
+ trace IDs, status changes) you can cite in feedback.
256
+ **Do not use `activity` as a wait or recovery command.** Activity is the ledger,
257
+ not the work queue.
250
258
 
251
259
  ## Iteration discipline
252
260
 
@@ -44,13 +44,13 @@ npm_config_update_notifier=false npx -y image-skill@latest create --model openai
44
44
  Prefer the GitHub slug so skills.sh can track the marketplace install:
45
45
 
46
46
  ```bash
47
- npx skills add danielgwilson/image-skill-cli --skill agent-image-generation -g -a codex -y
47
+ npx skills add danielgwilson/image-skill-cli --full-depth --skill agent-image-generation -g -a codex -y
48
48
  ```
49
49
 
50
50
  The canonical Image Skill entry remains available as:
51
51
 
52
52
  ```bash
53
- npx skills add danielgwilson/image-skill-cli --skill image-skill -g -a codex -y
53
+ npx skills add danielgwilson/image-skill-cli --full-depth --skill image-skill -g -a codex -y
54
54
  ```
55
55
 
56
56
  If the Codex/global skill target is read-only or missing, keep the tracked slug
@@ -63,7 +63,7 @@ path:
63
63
  export HOME="$PWD/.agent-home"
64
64
  export CODEX_HOME="$HOME/.codex"
65
65
  mkdir -p "$HOME" "$CODEX_HOME"
66
- npx skills add danielgwilson/image-skill-cli --skill agent-image-generation -g -a codex -y
66
+ npx skills add danielgwilson/image-skill-cli --full-depth --skill agent-image-generation -g -a codex -y
67
67
  ```
68
68
 
69
69
  ## Shared Contract
@@ -44,13 +44,13 @@ npm_config_update_notifier=false npx -y image-skill@latest create --model fal.st
44
44
  Prefer the GitHub slug so skills.sh can track the marketplace install:
45
45
 
46
46
  ```bash
47
- npx skills add danielgwilson/image-skill-cli --skill ai-audio-generation -g -a codex -y
47
+ npx skills add danielgwilson/image-skill-cli --full-depth --skill ai-audio-generation -g -a codex -y
48
48
  ```
49
49
 
50
50
  The canonical Image Skill entry remains available as:
51
51
 
52
52
  ```bash
53
- npx skills add danielgwilson/image-skill-cli --skill image-skill -g -a codex -y
53
+ npx skills add danielgwilson/image-skill-cli --full-depth --skill image-skill -g -a codex -y
54
54
  ```
55
55
 
56
56
  If the Codex/global skill target is read-only or missing, keep the tracked slug
@@ -63,7 +63,7 @@ path:
63
63
  export HOME="$PWD/.agent-home"
64
64
  export CODEX_HOME="$HOME/.codex"
65
65
  mkdir -p "$HOME" "$CODEX_HOME"
66
- npx skills add danielgwilson/image-skill-cli --skill ai-audio-generation -g -a codex -y
66
+ npx skills add danielgwilson/image-skill-cli --full-depth --skill ai-audio-generation -g -a codex -y
67
67
  ```
68
68
 
69
69
  ## Shared Contract
@@ -44,13 +44,13 @@ npm_config_update_notifier=false npx -y image-skill@latest create --model openai
44
44
  Prefer the GitHub slug so skills.sh can track the marketplace install:
45
45
 
46
46
  ```bash
47
- npx skills add danielgwilson/image-skill-cli --skill ai-image-generation -g -a codex -y
47
+ npx skills add danielgwilson/image-skill-cli --full-depth --skill ai-image-generation -g -a codex -y
48
48
  ```
49
49
 
50
50
  The canonical Image Skill entry remains available as:
51
51
 
52
52
  ```bash
53
- npx skills add danielgwilson/image-skill-cli --skill image-skill -g -a codex -y
53
+ npx skills add danielgwilson/image-skill-cli --full-depth --skill image-skill -g -a codex -y
54
54
  ```
55
55
 
56
56
  If the Codex/global skill target is read-only or missing, keep the tracked slug
@@ -63,7 +63,7 @@ path:
63
63
  export HOME="$PWD/.agent-home"
64
64
  export CODEX_HOME="$HOME/.codex"
65
65
  mkdir -p "$HOME" "$CODEX_HOME"
66
- npx skills add danielgwilson/image-skill-cli --skill ai-image-generation -g -a codex -y
66
+ npx skills add danielgwilson/image-skill-cli --full-depth --skill ai-image-generation -g -a codex -y
67
67
  ```
68
68
 
69
69
  ## Shared Contract
@@ -44,13 +44,13 @@ npm_config_update_notifier=false npx -y image-skill@latest create --model fal.lt
44
44
  Prefer the GitHub slug so skills.sh can track the marketplace install:
45
45
 
46
46
  ```bash
47
- npx skills add danielgwilson/image-skill-cli --skill ai-video-generation -g -a codex -y
47
+ npx skills add danielgwilson/image-skill-cli --full-depth --skill ai-video-generation -g -a codex -y
48
48
  ```
49
49
 
50
50
  The canonical Image Skill entry remains available as:
51
51
 
52
52
  ```bash
53
- npx skills add danielgwilson/image-skill-cli --skill image-skill -g -a codex -y
53
+ npx skills add danielgwilson/image-skill-cli --full-depth --skill image-skill -g -a codex -y
54
54
  ```
55
55
 
56
56
  If the Codex/global skill target is read-only or missing, keep the tracked slug
@@ -63,7 +63,7 @@ path:
63
63
  export HOME="$PWD/.agent-home"
64
64
  export CODEX_HOME="$HOME/.codex"
65
65
  mkdir -p "$HOME" "$CODEX_HOME"
66
- npx skills add danielgwilson/image-skill-cli --skill ai-video-generation -g -a codex -y
66
+ npx skills add danielgwilson/image-skill-cli --full-depth --skill ai-video-generation -g -a codex -y
67
67
  ```
68
68
 
69
69
  ## Shared Contract
@@ -44,13 +44,13 @@ npm_config_update_notifier=false npx -y image-skill@latest models list --availab
44
44
  Prefer the GitHub slug so skills.sh can track the marketplace install:
45
45
 
46
46
  ```bash
47
- npx skills add danielgwilson/image-skill-cli --skill creative-media -g -a codex -y
47
+ npx skills add danielgwilson/image-skill-cli --full-depth --skill creative-media -g -a codex -y
48
48
  ```
49
49
 
50
50
  The canonical Image Skill entry remains available as:
51
51
 
52
52
  ```bash
53
- npx skills add danielgwilson/image-skill-cli --skill image-skill -g -a codex -y
53
+ npx skills add danielgwilson/image-skill-cli --full-depth --skill image-skill -g -a codex -y
54
54
  ```
55
55
 
56
56
  If the Codex/global skill target is read-only or missing, keep the tracked slug
@@ -63,7 +63,7 @@ path:
63
63
  export HOME="$PWD/.agent-home"
64
64
  export CODEX_HOME="$HOME/.codex"
65
65
  mkdir -p "$HOME" "$CODEX_HOME"
66
- npx skills add danielgwilson/image-skill-cli --skill creative-media -g -a codex -y
66
+ npx skills add danielgwilson/image-skill-cli --full-depth --skill creative-media -g -a codex -y
67
67
  ```
68
68
 
69
69
  ## Shared Contract
@@ -44,13 +44,13 @@ npm_config_update_notifier=false npx -y image-skill@latest edit --input image_..
44
44
  Prefer the GitHub slug so skills.sh can track the marketplace install:
45
45
 
46
46
  ```bash
47
- npx skills add danielgwilson/image-skill-cli --skill image-edit -g -a codex -y
47
+ npx skills add danielgwilson/image-skill-cli --full-depth --skill image-edit -g -a codex -y
48
48
  ```
49
49
 
50
50
  The canonical Image Skill entry remains available as:
51
51
 
52
52
  ```bash
53
- npx skills add danielgwilson/image-skill-cli --skill image-skill -g -a codex -y
53
+ npx skills add danielgwilson/image-skill-cli --full-depth --skill image-skill -g -a codex -y
54
54
  ```
55
55
 
56
56
  If the Codex/global skill target is read-only or missing, keep the tracked slug
@@ -63,7 +63,7 @@ path:
63
63
  export HOME="$PWD/.agent-home"
64
64
  export CODEX_HOME="$HOME/.codex"
65
65
  mkdir -p "$HOME" "$CODEX_HOME"
66
- npx skills add danielgwilson/image-skill-cli --skill image-edit -g -a codex -y
66
+ npx skills add danielgwilson/image-skill-cli --full-depth --skill image-edit -g -a codex -y
67
67
  ```
68
68
 
69
69
  ## Shared Contract
@@ -44,13 +44,13 @@ npm_config_update_notifier=false npx -y image-skill@latest create --model openai
44
44
  Prefer the GitHub slug so skills.sh can track the marketplace install:
45
45
 
46
46
  ```bash
47
- npx skills add danielgwilson/image-skill-cli --skill image-generation -g -a codex -y
47
+ npx skills add danielgwilson/image-skill-cli --full-depth --skill image-generation -g -a codex -y
48
48
  ```
49
49
 
50
50
  The canonical Image Skill entry remains available as:
51
51
 
52
52
  ```bash
53
- npx skills add danielgwilson/image-skill-cli --skill image-skill -g -a codex -y
53
+ npx skills add danielgwilson/image-skill-cli --full-depth --skill image-skill -g -a codex -y
54
54
  ```
55
55
 
56
56
  If the Codex/global skill target is read-only or missing, keep the tracked slug
@@ -63,7 +63,7 @@ path:
63
63
  export HOME="$PWD/.agent-home"
64
64
  export CODEX_HOME="$HOME/.codex"
65
65
  mkdir -p "$HOME" "$CODEX_HOME"
66
- npx skills add danielgwilson/image-skill-cli --skill image-generation -g -a codex -y
66
+ npx skills add danielgwilson/image-skill-cli --full-depth --skill image-generation -g -a codex -y
67
67
  ```
68
68
 
69
69
  ## Shared Contract
@@ -141,7 +141,7 @@ Install paths, in order of preference:
141
141
  npm_config_update_notifier=false npx -y image-skill@latest create --guide --prompt "..."
142
142
 
143
143
  # tracked install through the registry slug
144
- npx skills add danielgwilson/image-skill-cli --skill image-skill -g -a codex -y
144
+ npx skills add danielgwilson/image-skill-cli --full-depth --skill image-skill -g -a codex -y
145
145
 
146
146
  # direct from the hosted public contract
147
147
  npx skills add https://image-skill.com --skill image-skill -g -a codex -y
@@ -156,7 +156,7 @@ rerunning `skills add`. The skills.sh Codex adapter writes to `$HOME/.agents`;
156
156
  export HOME="$PWD/.agent-home"
157
157
  export CODEX_HOME="$HOME/.codex"
158
158
  mkdir -p "$HOME" "$CODEX_HOME"
159
- npx skills add danielgwilson/image-skill-cli --skill image-skill -g -a codex -y
159
+ npx skills add danielgwilson/image-skill-cli --full-depth --skill image-skill -g -a codex -y
160
160
  ```
161
161
 
162
162
  ## Cost and payment
@@ -246,7 +246,15 @@ image-skill activity list --limit 20
246
246
  image-skill activity show EVENT_OR_JOB_OR_ASSET_OR_FEEDBACK
247
247
  ```
248
248
 
249
- Use `jobs show` or `jobs wait` for operational job state, final assets, and retry judgment. Use `activity` for audit trail context (recent jobs, assets, usage events, feedback acceptance, trace IDs, status changes) you can cite in feedback. **Do not use `activity` as a wait or recovery command.** Activity is the ledger, not the work queue.
249
+ After a successful hosted create/edit, prefer `data.next_actions` when present:
250
+ `inspect_job` and `inspect_asset` are no-spend recovery commands,
251
+ `iterate_edit` reuses the asset, and `self_fund` promotes the top-up quote when
252
+ `quota.top_up.recommended` is true. Use `jobs show` or `jobs wait` for
253
+ operational job state, final assets, and retry judgment. Use `activity` for
254
+ audit trail context (recent jobs, assets, usage events, feedback acceptance,
255
+ trace IDs, status changes) you can cite in feedback.
256
+ **Do not use `activity` as a wait or recovery command.** Activity is the ledger,
257
+ not the work queue.
250
258
 
251
259
  ## Iteration discipline
252
260
 
@@ -316,7 +316,7 @@ same writable path:
316
316
  export HOME="$PWD/.agent-home"
317
317
  export CODEX_HOME="$HOME/.codex"
318
318
  mkdir -p "$HOME" "$CODEX_HOME"
319
- npx skills add danielgwilson/image-skill-cli --skill image-skill -g -a codex -y
319
+ npx skills add danielgwilson/image-skill-cli --full-depth --skill image-skill -g -a codex -y
320
320
  ```
321
321
 
322
322
  Hosted signup saves auth state to the public CLI config by default. If the
@@ -64,7 +64,7 @@ First-run guide loop:
64
64
  4. If data.stage is auth_required, data.auth_ready.ready is false and data.guide_warning.next_command_safety is hosted_signup_no_spend_setup. Run data.next_command, then rerun the guide once. Hosted signup saves the restricted token to the public CLI config by default with 0600 permissions. If the configured config path is blocked, data.next_command sets IMAGE_SKILL_CONFIG_PATH="$PWD/.image-skill/config.json" and still runs a saved-config signup; do not switch to raw-token handoff unless recovery explicitly requires it. If the runtime intentionally uses --no-save --show-token, store the returned token in the agent runtime secret store, then rerun with IMAGE_SKILL_TOKEN or --token-stdin; data.auth_handoff.rerun_guide.with_env and data.auth_handoff.rerun_guide.with_stdin are copy-safe templates for that mode. Signup is anonymous by default: no contact inbox is required to get a restricted token. The optional --agent-contact flag takes an email-shaped durable contact inbox for the restricted agent identity, not a requirement to find an individual human; attach one later with image-skill claim request --contact INBOX --json when funding or durability makes it worth having. Hosted signup returns the raw restricted token only when --show-token is set, and only once. When providing a contact, use an agent-owned inbox when available; otherwise use an operator, team, or sponsor inbox that can receive future claim, billing, or abuse notices. Never invent an inbox or borrow an unrelated human email just to fill the flag — omit it instead. example.invalid addresses are only appropriate inside documented harness or proof runs. --human-email remains accepted as a compatibility alias, but the guide must not teach it. Anonymous signups mint a fresh agent identity on every call; reuse the saved config instead of re-running signup. --save is accepted as a compatibility no-op for the default save behavior; use --no-save only when the runtime has a separate secret store and does not want local config.
65
65
  5. If data.stage is quota_required, data.guide_warning.next_command_safety is live_money_payment_action and data.guide_warning.payment_top_up_path summarizes the live-money path. Run data.self_fund_next_command to start the top-up. It aliases data.next_command and is the first payment command, usually an x402 or Stripe quote. First read data.checks.payments.preferred_method_summary.top_up_path: browserless_agent_self_fund means a wallet-equipped agent can complete the preferred live-money rail without a browser; human_payment_handoff means the agent can create the payment attempt but a human/browser step must complete before credits are granted. If the guide authenticated from env or stdin, prefer data.self_fund_handoff.auth.next_command.with_env or data.self_fund_handoff.auth.next_command.with_stdin so auth follows the payment command. Then follow data.self_fund_handoff.payment_commands.buy and status, and rerun data.self_fund_handoff.after_next once credits are granted. One Image Skill credit is $0.01. Credit quotes grant prepaid value units; create/edit operations debit model-priced credits reported as cost.credit_pricing. Starter preview currently gives bounded free-preview credits plus a four-job daily cap.
66
66
  6. If data.stage is ready_to_create, data.next_command is the first bounded live create. data.guide_warning.next_command_safety must be live_media_create_credit_debit, data.guide_warning.no_spend_safe must be false, data.guide_warning.spend_required must be true, and data.guide_warning.recommended_command_field must be recommended_no_spend_command. data.auth_ready.ready and data.auth_ready.next_command_auth_ready must be true; data.auth_ready.next_command_requires_auth must be true, and the command can reuse saved config, IMAGE_SKILL_TOKEN, or --token-stdin context without exposing a raw token. data.next_command_effect.label must be live_media_create_credit_debit and its provider_call, hosted_create, credit_debit, and media_write flags are true. data.no_spend_evaluation.stop_here must be true, data.no_spend_evaluation.next_command_is_live_create must be true, and data.no_spend_evaluation.recommended_command_field must be recommended_no_spend_command. Run data.next_command only when media spend is allowed. In no-spend evaluations, or when you only need to prove readiness without media/provider work, stop before data.next_command and run data.recommended_no_spend_command instead. data.recommended_no_spend_command must equal data.no_spend_next_command. data.no_spend_next_command_effect.label must be dry_run_planned_job_no_provider_call_no_credit_debit_no_media_write: no_spend, hosted_create_dry_run, planned_job, and plan_receipt are true; activity_event is job.planned; provider_call, credit_debit, and media_write are false. This dry-run may create a recoverable planned job/activity receipt but no provider execution, debit, downloadable asset, or media write. If the guide authenticated from env or stdin, prefer data.auth_handoff.next_command.with_env or data.auth_handoff.next_command.with_stdin so auth follows the live create. In guide cost output, cost.estimated_usd_per_image and cost.estimated_debit_usd_per_image are the Image Skill debit dollars for one output; cost.estimated_provider_usd_per_image is only the upstream provider estimate. Use the guide's returned max_estimated_usd_per_image because it is sized to the credit debit the agent funds. Add --output-count N only after models show confirms the selected create model supports more than one output; credit_pricing.credits_required is the total debit across outputs, while max_estimated_usd_per_image remains a per-image Image Skill debit guard.
67
- 7. After create, use image-skill jobs show JOB_ID to recover status, cost, safety, timestamps, and final assets; image-skill assets get ASSET_URL_OR_ID --output ./result.png to fetch the generated asset without repeating provider work; and image-skill activity list --subject JOB_ID to find ledger events, trace, usage, and asset links to cite.
67
+ 7. After create, prefer data.next_actions when present: inspect_job and inspect_asset are copy-runnable no-spend recovery commands, iterate_edit is the reusable-asset edit template, and self_fund is the promoted top-up quote handoff when quota.top_up.recommended is true. Otherwise use image-skill jobs show JOB_ID to recover status, cost, safety, timestamps, and final assets; image-skill assets get ASSET_URL_OR_ID --output ./result.png to fetch the generated asset without repeating provider work; and image-skill activity list --subject JOB_ID to find ledger events, trace, usage, and asset links to cite.
68
68
  8. Leave image-skill feedback create if the first-run flow is confusing, blocked, missing an affordance, or easier through a direct provider than through Image Skill. Feedback auth uses saved config from default signup, IMAGE_SKILL_TOKEN, or --token-stdin; if signup or guide already saved config, run feedback create normally and do not copy a raw token. Never paste tokens into feedback title, body, evidence, issues, or logs. Use image-skill activity show FEEDBACK_ID only when you need to confirm the feedback entered the hosted ledger.
69
69
 
70
70
  Manual escape hatches are not prerequisites. Use image-skill doctor, image-skill models list, image-skill models show MODEL_ID, image-skill whoami, image-skill usage quota, image-skill credits methods, image-skill credits packs list, image-skill credits quote, image-skill credits buy, image-skill credits status, image-skill create --dry-run, and image-skill edit --dry-run only when data.next_command or data.escape_hatches asks for them, or when the task genuinely needs deeper capability, quota, payment, or planning detail.
@@ -44,13 +44,13 @@ npm_config_update_notifier=false npx -y image-skill@latest edit --input image_..
44
44
  Prefer the GitHub slug so skills.sh can track the marketplace install:
45
45
 
46
46
  ```bash
47
- npx skills add danielgwilson/image-skill-cli --skill image-to-3d -g -a codex -y
47
+ npx skills add danielgwilson/image-skill-cli --full-depth --skill image-to-3d -g -a codex -y
48
48
  ```
49
49
 
50
50
  The canonical Image Skill entry remains available as:
51
51
 
52
52
  ```bash
53
- npx skills add danielgwilson/image-skill-cli --skill image-skill -g -a codex -y
53
+ npx skills add danielgwilson/image-skill-cli --full-depth --skill image-skill -g -a codex -y
54
54
  ```
55
55
 
56
56
  If the Codex/global skill target is read-only or missing, keep the tracked slug
@@ -63,7 +63,7 @@ path:
63
63
  export HOME="$PWD/.agent-home"
64
64
  export CODEX_HOME="$HOME/.codex"
65
65
  mkdir -p "$HOME" "$CODEX_HOME"
66
- npx skills add danielgwilson/image-skill-cli --skill image-to-3d -g -a codex -y
66
+ npx skills add danielgwilson/image-skill-cli --full-depth --skill image-to-3d -g -a codex -y
67
67
  ```
68
68
 
69
69
  ## Shared Contract