โ† All skills
Tencent SkillHub ยท Developer Tools

Settld MCP Payments

Connect OpenClaw agents to Settld MCP for paid tool calls with quote-bound authorization and verifiable receipts.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Connect OpenClaw agents to Settld MCP for paid tool calls with quote-bound authorization and verifiable receipts.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, mcp-server.example.json

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.1.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 7 sections Open source page

Settld MCP Payments Skill

This skill teaches OpenClaw agents to use Settld for paid MCP tool calls.

What This Skill Enables

Discover Settld MCP tools (settld.*) Run paid tool calls with x402 challenge/authorize/retry flow Return verifiable payment/settlement headers from tool responses Produce audit-grade artifacts and receipts in Settld

Prerequisites

Node.js 20+ Settld API key (SETTLD_API_KEY) Settld API base URL (SETTLD_BASE_URL) Tenant id (SETTLD_TENANT_ID) Optional paid tools base URL (SETTLD_PAID_TOOLS_BASE_URL)

MCP Server Registration

Use the server definition in mcp-server.example.json. Server command: command: npx args: ["-y","settld-mcp"] Required env vars: SETTLD_BASE_URL SETTLD_TENANT_ID SETTLD_API_KEY Optional env vars: SETTLD_PAID_TOOLS_BASE_URL SETTLD_PROTOCOL

Agent Usage Pattern

Call settld.about to verify connectivity. For paid search/data calls, use: settld.exa_search_paid settld.weather_current_paid For agreement lifecycle demo calls, use: settld.create_agreement settld.submit_evidence settld.settle_run settld.resolve_settlement

Smoke Prompts

"Call settld.about and return the result JSON." "Run settld.weather_current_paid for Chicago in fahrenheit and include the x-settld-* headers."

Safety Notes

Treat SETTLD_API_KEY as secret input. Do not print full API keys in chat output. Keep paid tools scoped to trusted providers and tenant policy.

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs1 Config
  • SKILL.md Primary doc
  • mcp-server.example.json Config