LaunchKit · 2026
Back to Skills

Use this skill when you need to: search the web, generate images or pictures, create videos, scrape or read.

0
437 downloads
by @jpbonch

Setup & Installation

openclaw skills install @jpbonch/agentspend

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install agentspend

Version History

v0.1.3Feb 21, 2026 - Version note by skill developer:

agentspend 0.1.3 - Updated documentation to improve clarity and focus. - Streamlined the "When to Use" and command sections for a simpler, more focused guide. - Omitted some detailed workflow and error descriptions for brevity. - No functional or file changes.

What This Skill Does

agentspend is a CLI tool that lets agents call external paid APIs by handling payment automatically. It includes a searchable catalog of services, per-request cost controls, and a weekly spending budget. Configure once with a credit card, then call any supported endpoint from the command line.

Instead of managing separate API keys and billing accounts for each external service, agentspend provides a single payment layer with built-in budget controls across all calls.

When to use it

  • Fetching real-time stock prices during a financial analysis task
  • Generating an image when no local model is available
  • Scraping a webpage that requires a paid extraction service
  • Getting current weather data for a location-aware workflow
  • Converting a file format via an external conversion API

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: find a service to generate a video from a text prompt and create one

AGENT
  1. 1Run `npx agentspend search "video generation"` to find matching services
  2. 2Review returned services, prices, and descriptions
  3. 3Run `npx agentspend check <endpoint> --method POST --body '{"prompt":"..."}' ` to confirm price
  4. 4Confirm cost and max-cost limit with user
  5. 5Run `npx agentspend pay <endpoint> --method POST --body '{"prompt":"..."}' --max-cost 0.10`
OUTPUT

Video generated and returned from the endpoint; charge amount and remaining weekly budget displayed

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

agentspend account with credit card configured at the agentspend dashboardWeekly spending limit set via `npx agentspend configure`