# Send Settld MCP Payments to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "settld-mcp-payments",
    "name": "Settld MCP Payments",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/aidenlippert/settld-mcp-payments",
    "canonicalUrl": "https://clawhub.ai/aidenlippert/settld-mcp-payments",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/settld-mcp-payments",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=settld-mcp-payments",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "mcp-server.example.json"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "settld-mcp-payments",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-08T18:09:09.016Z",
      "expiresAt": "2026-05-15T18:09:09.016Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=settld-mcp-payments",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=settld-mcp-payments",
        "contentDisposition": "attachment; filename=\"settld-mcp-payments-0.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "settld-mcp-payments"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/settld-mcp-payments"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/settld-mcp-payments",
    "downloadUrl": "https://openagent3.xyz/downloads/settld-mcp-payments",
    "agentUrl": "https://openagent3.xyz/skills/settld-mcp-payments/agent",
    "manifestUrl": "https://openagent3.xyz/skills/settld-mcp-payments/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/settld-mcp-payments/agent.md"
  }
}
```
## Documentation

### 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.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: aidenlippert
- Version: 0.1.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-08T18:09:09.016Z
- Expires at: 2026-05-15T18:09:09.016Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/settld-mcp-payments)
- [Send to Agent page](https://openagent3.xyz/skills/settld-mcp-payments/agent)
- [JSON manifest](https://openagent3.xyz/skills/settld-mcp-payments/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/settld-mcp-payments/agent.md)
- [Download page](https://openagent3.xyz/downloads/settld-mcp-payments)