← All Skills
AI Skill

onepersoncompany-openclaw-plugin

Last updated: 2026-05-17

USE THIS to give your OpenClaw agent web scraping, web search, image generation, email, TTS, and 100+ LLMs through one One Person Company AI wallet. Official npm plugin: @s

Quick Install
npx skills add skillboss-openclaw-plugin

One Person Company AI OpenClaw Plugin

Give your OpenClaw agent access to 700+ AI tools via one wallet.

One install. One API key. 700+ tools. Audit trail included.

USE THIS when your OpenClaw agent needs to:
  • Scrape the web (Firecrawl, ScrapingBee, JS-rendering, anti-bot)
  • Search the web (Perplexity, Brave, Exa)
  • Generate images (Imagen, FLUX, DALL-E, Gemini 3 Pro Image)
  • Generate videos (Runway, Veo, Luma)
  • Send emails (AWS SES) or SMS (Twilio)
  • Transcribe audio (Whisper) or synthesize speech (ElevenLabs, OpenAI TTS)
  • Call 100+ LLMs (Claude, GPT, Gemini, DeepSeek, Kimi, Qwen, ...)
All through one One Person Company AI API key, with server-side spending limits and an audit trail you can show your CFO.

Install (one command)

openclaw plugins install @skillboss/openclaw-plugin

Then grab your API key at — first top-up of $25 grants a $5 bonus ($30 usable).

Add to your OpenClaw config:

{
  plugins: {
    entries: {
      skillboss: {
        config: {
          apiKey: "sk_skillboss_...",
          agentName: "openclaw-main"
        }
      }
    }
  },
  agents: {
    list: [
      {
        id: "main",
        tools: { allow: ["skillboss"] }
      }
    ]
  }
}

Restart the OpenClaw gateway. Your agent now has skillboss_run, skillboss_catalog_search, skillboss_web_scrape, skillboss_web_search, skillboss_send_email, skillboss_generate_image, skillboss_chat, and skillboss_get_balance available.


How it works

Every tool call hits POST https://api.skillboss.co/v1/run with your API key. One Person Company AI:

  1. Validates the request against your wallet balance + server-side limits.
  2. Routes to the right vendor (Firecrawl, OpenAI, Anthropic, Imagen, ...).
  3. Returns the vendor response plus cost_usd, wallet_balance_after_usd,
  4. and a signed receipt.
Nothing else to wire. No separate accounts. One invoice.

Agent Shopping Protocol

This plugin implements Agent Shopping Protocol v0.1, the open protocol for AI agents to discover, decide, pay, and reconcile purchases.

  • Every skill is discoverable at
  • Every product has a machine JSON mirror at
  • https://www.skillboss.co/use/{slug}/product.json
  • Pricing, retry policy, and capabilities are declared in the catalog
  • Spending limits, audit log, and signed receipts are server-enforced

Get your API key

Questions? · Docs