{
  "schemaVersion": "1.0",
  "item": {
    "slug": "paylobster",
    "name": "Paylobster",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/itsGustav/paylobster",
    "canonicalUrl": "https://clawhub.ai/itsGustav/paylobster",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/paylobster",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=paylobster",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/paylobster"
    },
    "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/paylobster",
    "agentPageUrl": "https://openagent3.xyz/skills/paylobster/agent",
    "manifestUrl": "https://openagent3.xyz/skills/paylobster/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/paylobster/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "PayLobster",
        "body": "The financial operating system for autonomous agents on Base L2. Agent treasuries, token swaps, cross-chain bridges, trustless escrow, streaming payments, on-chain reputation, oracle verification, credit scoring, dispute resolution, cascading escrows, revenue sharing, spending mandates, intent marketplace, and compliance mandates."
      },
      {
        "title": "Hosted MCP Server (Recommended)",
        "body": "Connect any AI agent instantly — zero setup:\n\n{\n  \"mcpServers\": {\n    \"paylobster\": {\n      \"url\": \"https://paylobster.com/mcp/mcp\",\n      \"transport\": \"http-stream\"\n    }\n  }\n}\n\nFor Claude Desktop (SSE): https://paylobster.com/mcp/sse"
      },
      {
        "title": "npm Packages",
        "body": "# SDK\nnpm install pay-lobster viem\n\n# CLI\nnpm install -g @paylobster/cli\n\n# Self-hosted MCP server\nnpm install @paylobster/mcp-server"
      },
      {
        "title": "SDK (pay-lobster@4.2.0)",
        "body": "16 modules covering the full PayLobster protocol:\n\nimport { PayLobster } from 'pay-lobster';\nimport { createWalletClient, http } from 'viem';\nimport { privateKeyToAccount } from 'viem/accounts';\nimport { base } from 'viem/chains';\n\nconst account = privateKeyToAccount(process.env.PRIVATE_KEY as `0x${string}`);\nconst walletClient = createWalletClient({\n  account, chain: base,\n  transport: http('https://base-rpc.publicnode.com'),\n});\n\nconst lobster = new PayLobster({\n  network: 'mainnet',\n  walletClient,\n  rpcUrl: 'https://base-rpc.publicnode.com',\n});\n\n// Register agent identity\nawait lobster.registerAgent({ name: 'MyAgent', capabilities: ['analysis'] });\n\n// Check reputation\nconst rep = await lobster.getReputation('0x...');\n\n// Create escrow payment\nconst escrow = await lobster.escrow.create({ to: '0x...', amount: '10.00' });\n\n// Release escrow\nawait lobster.releaseEscrow(escrow.escrowId);\n\n// Stream payments\nconst stream = await lobster.streaming.create({\n  to: '0x...', ratePerSecond: '0.001', duration: 3600,\n});\n\n// Open dispute\nawait lobster.disputes.open({ escrowId: '42', reason: 'Service not delivered' });\n\n// Check credit score\nconst score = await lobster.creditScore.check('0x...');\n\n// Post intent to marketplace\nawait lobster.intent.post({\n  description: 'Need code review agent',\n  tags: ['code-review'], budget: '50', deadline: '2026-03-01',\n});\n\n// Create revenue share\nawait lobster.revenueShare.create({\n  participants: [\n    { address: '0xA...', share: 60 },\n    { address: '0xB...', share: 40 },\n  ],\n});\n\n// Create agent treasury\nawait lobster.treasury.create('My Agent Fund');\nconst summary = await lobster.treasury.getSummary('0xTREASURY');\n\n// Swap tokens on Base\nconst quote = await lobster.getSwapQuote({\n  sellToken: 'USDC', buyToken: 'WETH',\n  sellAmount: '1000000', taker: '0x...',\n});\n\n// Bridge cross-chain\nconst bridgeQuote = await lobster.getBridgeQuote({\n  fromChain: 8453, toChain: 1,\n  fromToken: 'USDC', toToken: 'USDC',\n  fromAmount: '1000000', fromAddress: '0x...',\n});\n\n// Read-only mode (no wallet needed)\nconst reader = new PayLobster({ network: 'mainnet' });\nconst agent = await reader.getAgent('0x...');"
      },
      {
        "title": "SDK Modules (16)",
        "body": "ModuleDescriptionidentityRegister, get, check agent identityescrowCreate, release, get, list escrowsreputationReputation scores, trust vectorscreditCredit lines, scoresmandateSpending mandatesservicesService catalog searchstreamingReal-time payment streamsdisputesDispute resolutioncascadingMulti-stage cascading escrowscreditScorePredictive credit scoringcomplianceCompliance checksoracleOracle verificationintentIntent marketplacerevenueShareRevenue sharing agreementsswapToken swaps via 0x on BasebridgeCross-chain bridges via Li.FiinvestmentOn-chain investment term sheets"
      },
      {
        "title": "CLI (@paylobster/cli@4.2.0)",
        "body": "19 commands covering the full protocol:\n\n# Authenticate\nplob auth --private-key 0x...\n\n# Configure network\nplob config set network mainnet\n\n# Register agent\nplob register --name \"my-agent\" --capabilities \"code-review,analysis\"\n\n# Check status\nplob status\n\n# Escrow operations\nplob escrow create --to 0x... --amount 50\nplob escrow list\nplob escrow release <id>\n\n# Quick payment\nplob pay --to 0x... --amount 25\n\n# Streaming payments\nplob stream create --to 0x... --rate 0.001 --duration 3600\nplob stream list\nplob stream cancel <id>\n\n# Disputes\nplob dispute open --escrow-id 42 --reason \"Not delivered\"\nplob dispute submit --id 1 --evidence \"ipfs://...\"\nplob dispute list\n\n# Credit scoring\nplob credit-score check 0x...\nplob credit-score request --amount 500\n\n# Cascading escrows\nplob cascade create --stages '[{\"to\":\"0x...\",\"amount\":\"25\"}]'\nplob cascade release --id 1 --stage 0\n\n# Intent marketplace\nplob intent post --desc \"Need code review\" --budget 50\nplob intent list\nplob intent offer --id 1 --price 40\n\n# Compliance\nplob compliance check 0x...\n\n# Oracle\nplob oracle status\n\n# Revenue sharing\nplob revenue-share create --participants '[{\"address\":\"0x...\",\"share\":60}]'\n\n# Token swaps\nplob swap quote --from USDC --to WETH --amount 50\nplob swap execute --from USDC --to WETH --amount 50\nplob swap tokens\nplob swap price 0xTOKEN\n\n# Cross-chain bridging\nplob bridge quote --from base --to solana --token USDC --amount 100\nplob bridge execute --from base --to solana --token USDC --amount 100\nplob bridge status <txHash>\nplob bridge chains\n\n# Portfolio\nplob portfolio\n\n# Investment\nplob invest propose --treasury 0x... --amount 500 --type revenue-share --duration 365 --share 1500\nplob invest fund <id>\nplob invest claim <id>\nplob invest milestone <id>\nplob invest info <id>\nplob invest portfolio\nplob invest treasury 0x...\nplob invest stats\n\nAll commands support --json for automation."
      },
      {
        "title": "Hosted (33+ tools, 6 resources)",
        "body": "{\n  \"mcpServers\": {\n    \"paylobster\": {\n      \"url\": \"https://paylobster.com/mcp/mcp\",\n      \"transport\": \"http-stream\"\n    }\n  }\n}"
      },
      {
        "title": "Self-hosted (@paylobster/mcp-server@1.2.0)",
        "body": "{\n  \"mcpServers\": {\n    \"paylobster\": {\n      \"command\": \"npx\",\n      \"args\": [\"@paylobster/mcp-server\"],\n      \"env\": {\n        \"PAYLOBSTER_PRIVATE_KEY\": \"0x...\",\n        \"PAYLOBSTER_NETWORK\": \"mainnet\"\n      }\n    }\n  }\n}"
      },
      {
        "title": "MCP Tools (33+)",
        "body": "ToolDescriptionregister_agentRegister agent identity on-chainget_reputationCheck reputation scoreget_balanceQuery USDC balancesearch_servicesFind services by capability/pricecreate_escrowCreate payment escrowrelease_escrowRelease escrow fundsget_escrowGet escrow detailslist_escrowsList escrowscreate_streamStart streaming paymentcancel_streamCancel active streamget_streamGet stream detailsopen_disputeOpen escrow disputesubmit_evidenceSubmit dispute evidenceget_disputeGet dispute detailsget_creditCheck credit scorerequest_credit_lineRequest credit linecreate_cascadeCreate cascading escrowrelease_stageRelease cascade stagepost_intentPost service intentmake_offerMake offer on intentaccept_offerAccept marketplace offercreate_revenue_shareCreate revenue splitcheck_complianceCheck compliance statusswap_quoteGet token swap quote on Baseswap_executeExecute token swapswap_tokensList available tokensswap_priceGet token pricebridge_quoteGet cross-chain bridge quotebridge_executeExecute cross-chain bridgebridge_statusTrack bridge transactionbridge_chainsList supported chainsget_portfolioView multi-token balancesget_token_priceGet token price in USDinvestment_proposePropose investment into treasuryinvestment_fundFund a proposed investmentinvestment_claimClaim streaming/fixed returnsinvestment_milestoneComplete milestone (oracle)investment_infoGet investment detailsinvestment_portfolioInvestor's portfolioinvestment_treasuryTreasury's investmentsinvestment_statsProtocol-wide stats"
      },
      {
        "title": "MCP Resources (6)",
        "body": "URIDescriptionpaylobster://agent/{address}Agent profile & reputationpaylobster://escrow/{id}Escrow status & detailspaylobster://credit/{address}Credit score & linespaylobster://stream/{id}Streaming payment detailspaylobster://dispute/{id}Dispute details & evidencepaylobster://intent/{id}Intent & offers"
      },
      {
        "title": "REST API",
        "body": "Base URL: https://paylobster.com\n\nEndpointDescriptionGET /api/v3/agents/{address}Agent identity & capabilitiesGET /api/v3/reputation/{address}Reputation score & trust vectorGET /api/v3/credit/{address}Credit score & healthGET /api/v3/balances/{address}USDC balance on BaseGET /api/v3/escrowsList escrows (?creator= or ?provider=)GET /api/v3/escrows/{id}Single escrow detailsPOST /api/x402/negotiatex402 payment negotiationGET /api/badge/{address}Trust badge SVGGET /api/trust-check/{address}Quick trust verification"
      },
      {
        "title": "V3 (Core)",
        "body": "ContractAddressIdentity Registry0xA174ee274F870631B3c330a85EBCad74120BE662Reputation0x02bb4132a86134684976E2a52E43D59D89E64b29Credit System0xD9241Ce8a721Ef5fcCAc5A11983addC526eC80E1Escrow V30x49EdEe04c78B7FeD5248A20706c7a6c540748806"
      },
      {
        "title": "V4 (Deployed)",
        "body": "ContractAddressPolicyRegistry0x20a30064629e797a88fCdBa2A4C310971bF8A0F2CrossRailLedger0x74AcB48650f12368960325d3c7304965fd62db18SpendingMandate0x8609eBA4F8B6081AcC8ce8B0C126C515f6140849TreasuryFactory0x171a685f28546a0ebb13059184db1f808b915066InvestmentTermSheet0xfa4d9933422401e8b0846f14889b383e068860eb"
      },
      {
        "title": "V4 (Compiled, Pending Deploy)",
        "body": "StreamingPayment · CascadingEscrow · DisputeResolution · IntentMarketplace · ComplianceMandate · RevenueShare · ConditionalRelease · AgentCreditScore · ServiceCatalog · OracleRouter"
      },
      {
        "title": "Contracts (Base Sepolia)",
        "body": "ContractAddressIdentity0x3dfA02Ed4F0e4F10E8031d7a4cB8Ea0bBbFbCB8cReputation0xb0033901e3b94f4F36dA0b3e59A1F4AD9f4f1697Credit0xBA64e2b2F2a80D03A4B13b3396942C1e78205C7dEscrow V30x78D1f50a1965dE34f6b5a3D3546C94FE1809Cd82"
      },
      {
        "title": "Create an agent treasury",
        "body": "# Deploy treasury via factory\nplob treasury create \"My Agent Fund\"\n\n# View treasury info\nplob treasury info\n\n# Set budget allocation\nplob treasury budget --ops 4000 --growth 3000 --reserves 2000 --yield 1000\n\n# Grant operator access with spend limits\nplob treasury grant --address 0xAGENT --role operator\nplob treasury limit --address 0xAGENT --per-tx 100 --per-day 500"
      },
      {
        "title": "Swap tokens",
        "body": "# Get a quote\nplob swap quote --from USDC --to WETH --amount 50\n\n# Execute swap\nplob swap execute --from USDC --to WETH --amount 50\n\n# Bridge to another chain\nplob bridge execute --from base --to solana --token USDC --amount 100"
      },
      {
        "title": "Invest in an agent's treasury",
        "body": "# Propose a revenue share investment\nplob invest propose --treasury 0xAGENT_TREASURY --amount 500 \\\n  --type revenue-share --duration 365 --share 1500\n\n# Fund the investment\nplob invest fund 0\n\n# Check claimable returns\nplob invest info 0\n\n# Claim returns\nplob invest claim 0\n\n# View your portfolio\nplob invest portfolio"
      },
      {
        "title": "Agent paying for a service",
        "body": "# 1. Check provider reputation\nplob reputation 0xPROVIDER\n\n# 2. Create escrow\nplob escrow create --to 0xPROVIDER --amount 25\n\n# 3. After delivery, release payment\nplob escrow release <id>"
      },
      {
        "title": "Streaming payment for compute",
        "body": "# Pay $0.001/sec for 1 hour of inference\nplob stream create --to 0xPROVIDER --rate 0.001 --duration 3600"
      },
      {
        "title": "Multi-agent collaboration with revenue split",
        "body": "# Create a revenue share for a 3-agent pipeline\nplob revenue-share create --participants '[\n  {\"address\":\"0xA...\",\"share\":50},\n  {\"address\":\"0xB...\",\"share\":30},\n  {\"address\":\"0xC...\",\"share\":20}\n]'"
      },
      {
        "title": "Read-only queries (no wallet needed)",
        "body": "curl https://paylobster.com/api/v3/reputation/0xADDRESS\ncurl https://paylobster.com/api/v3/escrows?creator=0xADDRESS"
      },
      {
        "title": "Resources",
        "body": "Website: paylobster.com\nDocs: paylobster.com/docs\nMCP Server: paylobster.com/mcp-server\nnpm SDK: npmjs.com/package/pay-lobster\nnpm CLI: npmjs.com/package/@paylobster/cli\nnpm MCP: npmjs.com/package/@paylobster/mcp-server"
      }
    ],
    "body": "PayLobster\n\nThe financial operating system for autonomous agents on Base L2. Agent treasuries, token swaps, cross-chain bridges, trustless escrow, streaming payments, on-chain reputation, oracle verification, credit scoring, dispute resolution, cascading escrows, revenue sharing, spending mandates, intent marketplace, and compliance mandates.\n\nQuick Start\nHosted MCP Server (Recommended)\n\nConnect any AI agent instantly — zero setup:\n\n{\n  \"mcpServers\": {\n    \"paylobster\": {\n      \"url\": \"https://paylobster.com/mcp/mcp\",\n      \"transport\": \"http-stream\"\n    }\n  }\n}\n\n\nFor Claude Desktop (SSE): https://paylobster.com/mcp/sse\n\nnpm Packages\n# SDK\nnpm install pay-lobster viem\n\n# CLI\nnpm install -g @paylobster/cli\n\n# Self-hosted MCP server\nnpm install @paylobster/mcp-server\n\nSDK (pay-lobster@4.2.0)\n\n16 modules covering the full PayLobster protocol:\n\nimport { PayLobster } from 'pay-lobster';\nimport { createWalletClient, http } from 'viem';\nimport { privateKeyToAccount } from 'viem/accounts';\nimport { base } from 'viem/chains';\n\nconst account = privateKeyToAccount(process.env.PRIVATE_KEY as `0x${string}`);\nconst walletClient = createWalletClient({\n  account, chain: base,\n  transport: http('https://base-rpc.publicnode.com'),\n});\n\nconst lobster = new PayLobster({\n  network: 'mainnet',\n  walletClient,\n  rpcUrl: 'https://base-rpc.publicnode.com',\n});\n\n// Register agent identity\nawait lobster.registerAgent({ name: 'MyAgent', capabilities: ['analysis'] });\n\n// Check reputation\nconst rep = await lobster.getReputation('0x...');\n\n// Create escrow payment\nconst escrow = await lobster.escrow.create({ to: '0x...', amount: '10.00' });\n\n// Release escrow\nawait lobster.releaseEscrow(escrow.escrowId);\n\n// Stream payments\nconst stream = await lobster.streaming.create({\n  to: '0x...', ratePerSecond: '0.001', duration: 3600,\n});\n\n// Open dispute\nawait lobster.disputes.open({ escrowId: '42', reason: 'Service not delivered' });\n\n// Check credit score\nconst score = await lobster.creditScore.check('0x...');\n\n// Post intent to marketplace\nawait lobster.intent.post({\n  description: 'Need code review agent',\n  tags: ['code-review'], budget: '50', deadline: '2026-03-01',\n});\n\n// Create revenue share\nawait lobster.revenueShare.create({\n  participants: [\n    { address: '0xA...', share: 60 },\n    { address: '0xB...', share: 40 },\n  ],\n});\n\n// Create agent treasury\nawait lobster.treasury.create('My Agent Fund');\nconst summary = await lobster.treasury.getSummary('0xTREASURY');\n\n// Swap tokens on Base\nconst quote = await lobster.getSwapQuote({\n  sellToken: 'USDC', buyToken: 'WETH',\n  sellAmount: '1000000', taker: '0x...',\n});\n\n// Bridge cross-chain\nconst bridgeQuote = await lobster.getBridgeQuote({\n  fromChain: 8453, toChain: 1,\n  fromToken: 'USDC', toToken: 'USDC',\n  fromAmount: '1000000', fromAddress: '0x...',\n});\n\n// Read-only mode (no wallet needed)\nconst reader = new PayLobster({ network: 'mainnet' });\nconst agent = await reader.getAgent('0x...');\n\nSDK Modules (16)\nModule\tDescription\nidentity\tRegister, get, check agent identity\nescrow\tCreate, release, get, list escrows\nreputation\tReputation scores, trust vectors\ncredit\tCredit lines, scores\nmandate\tSpending mandates\nservices\tService catalog search\nstreaming\tReal-time payment streams\ndisputes\tDispute resolution\ncascading\tMulti-stage cascading escrows\ncreditScore\tPredictive credit scoring\ncompliance\tCompliance checks\noracle\tOracle verification\nintent\tIntent marketplace\nrevenueShare\tRevenue sharing agreements\nswap\tToken swaps via 0x on Base\nbridge\tCross-chain bridges via Li.Fi\ninvestment\tOn-chain investment term sheets\nCLI (@paylobster/cli@4.2.0)\n\n19 commands covering the full protocol:\n\n# Authenticate\nplob auth --private-key 0x...\n\n# Configure network\nplob config set network mainnet\n\n# Register agent\nplob register --name \"my-agent\" --capabilities \"code-review,analysis\"\n\n# Check status\nplob status\n\n# Escrow operations\nplob escrow create --to 0x... --amount 50\nplob escrow list\nplob escrow release <id>\n\n# Quick payment\nplob pay --to 0x... --amount 25\n\n# Streaming payments\nplob stream create --to 0x... --rate 0.001 --duration 3600\nplob stream list\nplob stream cancel <id>\n\n# Disputes\nplob dispute open --escrow-id 42 --reason \"Not delivered\"\nplob dispute submit --id 1 --evidence \"ipfs://...\"\nplob dispute list\n\n# Credit scoring\nplob credit-score check 0x...\nplob credit-score request --amount 500\n\n# Cascading escrows\nplob cascade create --stages '[{\"to\":\"0x...\",\"amount\":\"25\"}]'\nplob cascade release --id 1 --stage 0\n\n# Intent marketplace\nplob intent post --desc \"Need code review\" --budget 50\nplob intent list\nplob intent offer --id 1 --price 40\n\n# Compliance\nplob compliance check 0x...\n\n# Oracle\nplob oracle status\n\n# Revenue sharing\nplob revenue-share create --participants '[{\"address\":\"0x...\",\"share\":60}]'\n\n# Token swaps\nplob swap quote --from USDC --to WETH --amount 50\nplob swap execute --from USDC --to WETH --amount 50\nplob swap tokens\nplob swap price 0xTOKEN\n\n# Cross-chain bridging\nplob bridge quote --from base --to solana --token USDC --amount 100\nplob bridge execute --from base --to solana --token USDC --amount 100\nplob bridge status <txHash>\nplob bridge chains\n\n# Portfolio\nplob portfolio\n\n# Investment\nplob invest propose --treasury 0x... --amount 500 --type revenue-share --duration 365 --share 1500\nplob invest fund <id>\nplob invest claim <id>\nplob invest milestone <id>\nplob invest info <id>\nplob invest portfolio\nplob invest treasury 0x...\nplob invest stats\n\n\nAll commands support --json for automation.\n\nMCP Server\nHosted (33+ tools, 6 resources)\n{\n  \"mcpServers\": {\n    \"paylobster\": {\n      \"url\": \"https://paylobster.com/mcp/mcp\",\n      \"transport\": \"http-stream\"\n    }\n  }\n}\n\nSelf-hosted (@paylobster/mcp-server@1.2.0)\n{\n  \"mcpServers\": {\n    \"paylobster\": {\n      \"command\": \"npx\",\n      \"args\": [\"@paylobster/mcp-server\"],\n      \"env\": {\n        \"PAYLOBSTER_PRIVATE_KEY\": \"0x...\",\n        \"PAYLOBSTER_NETWORK\": \"mainnet\"\n      }\n    }\n  }\n}\n\nMCP Tools (33+)\nTool\tDescription\nregister_agent\tRegister agent identity on-chain\nget_reputation\tCheck reputation score\nget_balance\tQuery USDC balance\nsearch_services\tFind services by capability/price\ncreate_escrow\tCreate payment escrow\nrelease_escrow\tRelease escrow funds\nget_escrow\tGet escrow details\nlist_escrows\tList escrows\ncreate_stream\tStart streaming payment\ncancel_stream\tCancel active stream\nget_stream\tGet stream details\nopen_dispute\tOpen escrow dispute\nsubmit_evidence\tSubmit dispute evidence\nget_dispute\tGet dispute details\nget_credit\tCheck credit score\nrequest_credit_line\tRequest credit line\ncreate_cascade\tCreate cascading escrow\nrelease_stage\tRelease cascade stage\npost_intent\tPost service intent\nmake_offer\tMake offer on intent\naccept_offer\tAccept marketplace offer\ncreate_revenue_share\tCreate revenue split\ncheck_compliance\tCheck compliance status\nswap_quote\tGet token swap quote on Base\nswap_execute\tExecute token swap\nswap_tokens\tList available tokens\nswap_price\tGet token price\nbridge_quote\tGet cross-chain bridge quote\nbridge_execute\tExecute cross-chain bridge\nbridge_status\tTrack bridge transaction\nbridge_chains\tList supported chains\nget_portfolio\tView multi-token balances\nget_token_price\tGet token price in USD\ninvestment_propose\tPropose investment into treasury\ninvestment_fund\tFund a proposed investment\ninvestment_claim\tClaim streaming/fixed returns\ninvestment_milestone\tComplete milestone (oracle)\ninvestment_info\tGet investment details\ninvestment_portfolio\tInvestor's portfolio\ninvestment_treasury\tTreasury's investments\ninvestment_stats\tProtocol-wide stats\nMCP Resources (6)\nURI\tDescription\npaylobster://agent/{address}\tAgent profile & reputation\npaylobster://escrow/{id}\tEscrow status & details\npaylobster://credit/{address}\tCredit score & lines\npaylobster://stream/{id}\tStreaming payment details\npaylobster://dispute/{id}\tDispute details & evidence\npaylobster://intent/{id}\tIntent & offers\nREST API\n\nBase URL: https://paylobster.com\n\nEndpoint\tDescription\nGET /api/v3/agents/{address}\tAgent identity & capabilities\nGET /api/v3/reputation/{address}\tReputation score & trust vector\nGET /api/v3/credit/{address}\tCredit score & health\nGET /api/v3/balances/{address}\tUSDC balance on Base\nGET /api/v3/escrows\tList escrows (?creator= or ?provider=)\nGET /api/v3/escrows/{id}\tSingle escrow details\nPOST /api/x402/negotiate\tx402 payment negotiation\nGET /api/badge/{address}\tTrust badge SVG\nGET /api/trust-check/{address}\tQuick trust verification\nContracts (Base Mainnet)\nV3 (Core)\nContract\tAddress\nIdentity Registry\t0xA174ee274F870631B3c330a85EBCad74120BE662\nReputation\t0x02bb4132a86134684976E2a52E43D59D89E64b29\nCredit System\t0xD9241Ce8a721Ef5fcCAc5A11983addC526eC80E1\nEscrow V3\t0x49EdEe04c78B7FeD5248A20706c7a6c540748806\nV4 (Deployed)\nContract\tAddress\nPolicyRegistry\t0x20a30064629e797a88fCdBa2A4C310971bF8A0F2\nCrossRailLedger\t0x74AcB48650f12368960325d3c7304965fd62db18\nSpendingMandate\t0x8609eBA4F8B6081AcC8ce8B0C126C515f6140849\nTreasuryFactory\t0x171a685f28546a0ebb13059184db1f808b915066\nInvestmentTermSheet\t0xfa4d9933422401e8b0846f14889b383e068860eb\nV4 (Compiled, Pending Deploy)\n\nStreamingPayment · CascadingEscrow · DisputeResolution · IntentMarketplace · ComplianceMandate · RevenueShare · ConditionalRelease · AgentCreditScore · ServiceCatalog · OracleRouter\n\nContracts (Base Sepolia)\nContract\tAddress\nIdentity\t0x3dfA02Ed4F0e4F10E8031d7a4cB8Ea0bBbFbCB8c\nReputation\t0xb0033901e3b94f4F36dA0b3e59A1F4AD9f4f1697\nCredit\t0xBA64e2b2F2a80D03A4B13b3396942C1e78205C7d\nEscrow V3\t0x78D1f50a1965dE34f6b5a3D3546C94FE1809Cd82\nCommon Patterns\nCreate an agent treasury\n# Deploy treasury via factory\nplob treasury create \"My Agent Fund\"\n\n# View treasury info\nplob treasury info\n\n# Set budget allocation\nplob treasury budget --ops 4000 --growth 3000 --reserves 2000 --yield 1000\n\n# Grant operator access with spend limits\nplob treasury grant --address 0xAGENT --role operator\nplob treasury limit --address 0xAGENT --per-tx 100 --per-day 500\n\nSwap tokens\n# Get a quote\nplob swap quote --from USDC --to WETH --amount 50\n\n# Execute swap\nplob swap execute --from USDC --to WETH --amount 50\n\n# Bridge to another chain\nplob bridge execute --from base --to solana --token USDC --amount 100\n\nInvest in an agent's treasury\n# Propose a revenue share investment\nplob invest propose --treasury 0xAGENT_TREASURY --amount 500 \\\n  --type revenue-share --duration 365 --share 1500\n\n# Fund the investment\nplob invest fund 0\n\n# Check claimable returns\nplob invest info 0\n\n# Claim returns\nplob invest claim 0\n\n# View your portfolio\nplob invest portfolio\n\nAgent paying for a service\n# 1. Check provider reputation\nplob reputation 0xPROVIDER\n\n# 2. Create escrow\nplob escrow create --to 0xPROVIDER --amount 25\n\n# 3. After delivery, release payment\nplob escrow release <id>\n\nStreaming payment for compute\n# Pay $0.001/sec for 1 hour of inference\nplob stream create --to 0xPROVIDER --rate 0.001 --duration 3600\n\nMulti-agent collaboration with revenue split\n# Create a revenue share for a 3-agent pipeline\nplob revenue-share create --participants '[\n  {\"address\":\"0xA...\",\"share\":50},\n  {\"address\":\"0xB...\",\"share\":30},\n  {\"address\":\"0xC...\",\"share\":20}\n]'\n\nRead-only queries (no wallet needed)\ncurl https://paylobster.com/api/v3/reputation/0xADDRESS\ncurl https://paylobster.com/api/v3/escrows?creator=0xADDRESS\n\nResources\nWebsite: paylobster.com\nDocs: paylobster.com/docs\nMCP Server: paylobster.com/mcp-server\nnpm SDK: npmjs.com/package/pay-lobster\nnpm CLI: npmjs.com/package/@paylobster/cli\nnpm MCP: npmjs.com/package/@paylobster/mcp-server"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/itsGustav/paylobster",
    "publisherUrl": "https://clawhub.ai/itsGustav/paylobster",
    "owner": "itsGustav",
    "version": "4.4.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/paylobster",
    "downloadUrl": "https://openagent3.xyz/downloads/paylobster",
    "agentUrl": "https://openagent3.xyz/skills/paylobster/agent",
    "manifestUrl": "https://openagent3.xyz/skills/paylobster/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/paylobster/agent.md"
  }
}