skillzmarketSearch and call monetized AI skills from Skillz Market with automatic USDC payments on Base. Use when the user wants to find paid AI services, call external skills with cryptocurrency payments, or integrate with the Skillz Market ecosystem.
Install via ClawdBot CLI:
clawdbot install skillzmarketSearch and call monetized AI skills with automatic cryptocurrency payments via x402.
List all available skills:
npx tsx {baseDir}/skillz-cli.ts list
Search for skills:
npx tsx {baseDir}/skillz-cli.ts search "echo"
Get skill details:
npx tsx {baseDir}/skillz-cli.ts info "echo-service"
Call a skill (requires SKILLZ_PRIVATE_KEY):
npx tsx {baseDir}/skillz-cli.ts call "echo-service" '{"message":"hello"}'
list [--verified] - List all available skills (optionally filter by verified only)search - Search for skills by keywordinfo - Get skill details by slugcall - Call a skill with automatic x402 paymentdirect - Call any x402-enabled endpoint directlyYour wallet private key is required for x402 payments. Set it in OpenClaw config (~/.openclaw/openclaw.json):
{
"skills": {
"entries": {
"skillzmarket": {
"apiKey": "0xYOUR_PRIVATE_KEY"
}
}
}
}
Note: OpenClaw usesapiKeyas the standard config field for skill credentials. This maps to theSKILLZ_PRIVATE_KEYenvironment variable that the skill uses internally.
Alternatively, set the environment variable directly:
export SKILLZ_PRIVATE_KEY=0x...
SKILLZ_PRIVATE_KEY - Wallet private key for x402 paymentsSKILLZ_API_URL - API endpoint (default: https://api.skillz.market)Generated Mar 1, 2026
A marketing agency uses SkillzMarket to find and call AI skills for generating social media content, ad copy, and SEO-optimized articles. They automate payments with USDC on Base, streamlining workflows for client campaigns and reducing manual billing overhead.
A fintech startup integrates SkillzMarket to access paid AI skills for real-time data analysis, risk assessment, and automated financial report generation. The automatic cryptocurrency payments enable seamless, secure transactions without traditional banking delays.
An online retailer leverages SkillzMarket to call external AI skills for personalized product recommendations, customer sentiment analysis, and dynamic pricing. This enhances user experience and sales through automated, paid AI services with efficient USDC payments.
A healthcare provider uses SkillzMarket to search for and call monetized AI skills that analyze patient data, generate insights from medical records, and assist in diagnostic support. The x402 payment system ensures compliant, fast transactions for critical healthcare applications.
Software development teams utilize SkillzMarket to find and integrate paid AI skills for code generation, bug detection, and API testing into their CI/CD pipelines. This boosts productivity by automating payments with USDC on Base for on-demand AI services.
SkillzMarket operates as a marketplace where developers list monetized AI skills, and users pay per call via automatic USDC payments on Base. This model generates revenue from transaction fees or commissions on each skill usage, incentivizing skill creation and adoption.
SkillzMarket offers tiered subscription plans for users to access premium or unlimited calls to AI skills, with payments handled via cryptocurrency. This provides predictable revenue streams while encouraging long-term user engagement and skill utilization.
SkillzMarket licenses its platform to enterprises for internal use, allowing companies to integrate custom AI skills with automated payments. Revenue comes from licensing fees, customization services, and support, targeting large organizations needing scalable AI solutions.
💬 Integration Tip
Ensure the SKILLZ_PRIVATE_KEY is securely stored in OpenClaw config or as an environment variable to enable automatic payments, and test skill calls with sample JSON inputs to verify functionality before production use.
Connect Claude to Clawdbot instantly and keep it connected 24/7. Run after setup to link your subscription, then auto-refreshes tokens forever.
ERC-8004 Trustless Agents - Register, discover, and build reputation for AI agents on Ethereum. Use when registering agents on-chain, querying agent registries, giving/receiving reputation feedback, or interacting with the AI agent trust layer.
Autonomous crypto trading on Base via Bankr. Use for trading tokens, monitoring launches, executing strategies, or managing a trading portfolio. Triggers on "trade", "buy", "sell", "launch", "snipe", "profit", "PnL", "portfolio balance", or any crypto trading task on Base.
Deploy ERC20 tokens on Base using Clanker SDK. Create tokens with built-in Uniswap V4 liquidity pools. Supports Base mainnet and Sepolia testnet. Requires PRIVATE_KEY in config.
Query DeFi portfolio data across 50+ chains via Zapper's GraphQL API. Use when the user wants to check wallet balances, DeFi positions, NFT holdings, token prices, or transaction history. Supports Base, Ethereum, Polygon, Arbitrum, Optimism, and more. Requires ZAPPER_API_KEY.
Interact with Solana blockchain via Helius APIs. Create/manage wallets, check balances (SOL + tokens), send transactions, swap tokens via Jupiter, and monitor addresses. Use for any Solana blockchain operation, crypto wallet management, token transfers, DeFi swaps, or portfolio tracking.