SkillzMarket
Aviso de segurança

Search 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.

Instalar
$clawhub install skillzmarket

Skillz Market

Search and call monetized AI skills with automatic cryptocurrency payments via x402.

Quick Start

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"}'

Commands

  • list [--verified] - List all available skills (optionally filter by verified only)

  • search <query> - Search for skills by keyword

  • info <slug> - Get skill details by slug

  • call <slug> <json> - Call a skill with automatic x402 payment

  • direct <url> <json> - Call any x402-enabled endpoint directly

Configuration

Your 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 uses apiKey as the standard config field for skill credentials. This maps to the SKILLZ_PRIVATE_KEY environment variable that the skill uses internally.

Alternatively, set the environment variable directly:

export SKILLZ_PRIVATE_KEY=0x...

Environment Variables

  • SKILLZ_PRIVATE_KEY - Wallet private key for x402 payments

  • SKILLZ_API_URL - API endpoint (default: https://api.skillz.market)

Detalhes

Versão
v1.0.5
Downloads
1,999

Skills populares

Xiaohongshu (小红书) Automation
Automate Xiaohongshu (RedNote) content operations using a Python client for the xiaohongshu-mcp server. Use for: (1) Publishing image, text, and video content, (2) Searching for notes and trends, (3) Analyzing post details and comments, (4) Managing user profiles and content feeds. Triggers: xiaohongshu automation, rednote content, publish to xiaohongshu, xiaohongshu search, social media management.
Agent Orchestrator
Meta-agent skill for orchestrating complex tasks through autonomous sub-agents. Decomposes macro tasks into subtasks, spawns specialized sub-agents with dynamically generated SKILL.md files, coordinates file-based communication, consolidates results, and dissolves agents upon completion. MANDATORY TRIGGERS: orchestrate, multi-agent, decompose task, spawn agents, sub-agents, parallel agents, agent coordination, task breakdown, meta-agent, agent factory, delegate tasks
Clawdbot Security Check
Perform a comprehensive read-only security audit of Clawdbot's own configuration. This is a knowledge-based skill that teaches Clawdbot to identify hardening opportunities across the system. Use when user asks to "run security check", "audit clawdbot", "check security hardening", or "what vulnerabilities does my Clawdbot have". This skill uses Clawdbot's internal capabilities and file system access to inspect configuration, detect misconfigurations, and recommend remediations. It is designed to be extensible - new checks can be added by updating this skill's knowledge.