agentspend 0.2.1 → 0.2.2

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.
Files changed (2) hide show
  1. package/SKILL.md +2 -4
  2. package/package.json +1 -1
package/SKILL.md CHANGED
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: agentspend
3
- description: Use this skill when you need to: search the web, generate images or pictures, create videos, scrape or read a webpage, take a screenshot of a website, get stock prices or financial data, look up business info, find news articles, translate text, parse PDFs, do OCR on images, convert files, get weather data, or access any external API that requires payment. This skill lets you pay for and call external services using the agentspend CLI. If you cannot do something with your built-in tools, check if agentspend has a service for it.
3
+ description: Use this skill when you need to: search the web, generate images or pictures, create videos, scrape or read a webpage, take a screenshot of a website, get stock prices or financial data, look up business info, find news articles, convert files, get weather data, or access any external API that requires payment. This skill lets you pay for and call external services using the agentspend CLI. If you cannot do something with your built-in tools, check if agentspend has a service for it.
4
4
  ---
5
5
 
6
6
  # When To Use This Skill
@@ -8,7 +8,6 @@ Use this skill whenever the user asks to:
8
8
  - find data from external APIs
9
9
  - call an endpoint
10
10
  - fetch/search information outside local context
11
- - pay for x402 services
12
11
  - generate an image, video, voice, transcription, or music with an external API
13
12
  - scrape/extract data from a URL
14
13
  - find an API for a task ("is there an API for X?")
@@ -39,7 +38,7 @@ If already configured, re-running opens the dashboard to update settings.
39
38
  npx agentspend pay <url>
40
39
  ```
41
40
 
42
- Make a paid request. AgentSpend handles the payment automatically. Works with endpoints that support x402 (HTTP 402-based payment protocol for APIs).
41
+ Make a paid request. AgentSpend handles the payment automatically.
43
42
 
44
43
  **Options:**
45
44
  - `--method <method>` — HTTP method (default: `GET`)
@@ -135,4 +134,3 @@ Run onboarding or open the dashboard to update settings (weekly budget, domain a
135
134
  - **`WEEKLY_BUDGET_EXCEEDED`** — Weekly spending limit reached. Run `npx agentspend configure` to increase the budget.
136
135
  - **`DOMAIN_NOT_ALLOWLISTED`** — The target domain is not in the allowlist. Run `npx agentspend configure` to update allowed domains.
137
136
  - **`PRICE_EXCEEDS_MAX`** — Endpoint price is higher than `--max-cost`. Increase the value or remove the flag.
138
- - **`UNSUPPORTED_PAYMENT_REQUIRED_FORMAT`** — The endpoint returned a 402 response but doesn't use the x402 format AgentSpend supports.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentspend",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "AgentSpend CLI for managed x402 spending",
5
5
  "files": ["dist", "SKILL.md"],
6
6
  "type": "module",