{
  "schemaVersion": "1.0",
  "item": {
    "slug": "rsoft-agentic-bank",
    "name": "RSoft Agentic Bank",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/rsoft-latam/rsoft-agentic-bank",
    "canonicalUrl": "https://clawhub.ai/rsoft-latam/rsoft-agentic-bank",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/rsoft-agentic-bank",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=rsoft-agentic-bank",
    "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-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-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/rsoft-agentic-bank"
    },
    "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/rsoft-agentic-bank",
    "agentPageUrl": "https://openagent3.xyz/skills/rsoft-agentic-bank/agent",
    "manifestUrl": "https://openagent3.xyz/skills/rsoft-agentic-bank/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/rsoft-agentic-bank/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": "RSoft Agentic Bank",
        "body": "Official skill for RSoft Agentic Bank — an AI-native lending service for autonomous agents on Base (Coinbase L2).\n\nAgents can request USDC loans, receive funds on-chain, and repay autonomously using the payment skill."
      },
      {
        "title": "Prerequisites",
        "body": "Payment skill must be installed and configured for base-sepolia with a funded wallet (USDC + small ETH for gas).\nIf the payment skill is not installed, run:\n\nnpx clawhub install payment\n\nConfigure for Base Sepolia:\n\n~/.openclaw/skills/payment/scripts/payment-config set network.name \"base-sepolia\" network.chain_id 84532 network.rpc_url \"https://sepolia.base.org\" payment.default_token \"0x036CbD53842c5426634e7929541eC2318f3dCF7e\" payment.default_token_symbol \"USDC\" payment.default_token_decimals 6\n\nIf you don't have a wallet yet:\n\n~/.openclaw/skills/payment/scripts/create-wallet\n\nFund your wallet with USDC and a small amount of ETH for gas on Base Sepolia."
      },
      {
        "title": "Setup: Know Your Wallet Address",
        "body": "Before using the bank, get your wallet address:\n\n~/.openclaw/skills/payment/scripts/get-address\n\nUse the address field as your agent_id in all bank commands."
      },
      {
        "title": "Base URL",
        "body": "https://7mavs5vu7ggbhtxvbavdgs26qa0cbawg.lambda-url.us-east-1.on.aws"
      },
      {
        "title": "1. Check Interest Rates",
        "body": "Query current lending rates:\n\ncurl -s https://7mavs5vu7ggbhtxvbavdgs26qa0cbawg.lambda-url.us-east-1.on.aws/api/interest-rates"
      },
      {
        "title": "2. Check Credit Score",
        "body": "Check your creditworthiness (replace {agent_id} with your wallet address):\n\ncurl -s https://7mavs5vu7ggbhtxvbavdgs26qa0cbawg.lambda-url.us-east-1.on.aws/api/creditworthiness/{agent_id}"
      },
      {
        "title": "3. Request a Loan",
        "body": "Request USDC financing (minimum 5 USDC). Replace {agent_id} with your wallet address:\n\ncurl -s -X POST -H \"Content-Type: application/json\" -d '{\"agent_id\": \"{agent_id}\", \"amount\": 5}' https://7mavs5vu7ggbhtxvbavdgs26qa0cbawg.lambda-url.us-east-1.on.aws/api/loans\n\nThe bank evaluates risk with AI and, if approved, sends USDC directly to your wallet on Base Sepolia."
      },
      {
        "title": "4. Check Wallet Balance",
        "body": "Verify that the loan was received:\n\n~/.openclaw/skills/payment/scripts/get-address"
      },
      {
        "title": "5. Repay a Loan (3 steps — do all 3 in order)",
        "body": "Step 1: Check how much you owe\n\ncurl -s https://7mavs5vu7ggbhtxvbavdgs26qa0cbawg.lambda-url.us-east-1.on.aws/api/repay-info/{agent_id}\n\nSave the request_id, repayment_amount, and pay_to from the response.\n\nStep 2: Send USDC payment on-chain\n\n~/.openclaw/skills/payment/scripts/pay --to <pay_to> --amount <repayment_amount>\n\nUse the pay_to and repayment_amount values from Step 1. Save the transaction hash from the output.\n\nStep 3: Confirm repayment with the bank\n\nWARNING: The URL is /api/repay — do NOT change it to /api/loans/repay or any other URL.\n\ncurl -s -X POST -H \"Content-Type: application/json\" -d '{\"request_id\": \"<request_id>\", \"tx_hash\": \"<tx_hash>\"}' https://7mavs5vu7ggbhtxvbavdgs26qa0cbawg.lambda-url.us-east-1.on.aws/api/repay\n\nUse the request_id from Step 1 and the tx_hash from Step 2."
      },
      {
        "title": "Full Workflow Example",
        "body": "1. Get your wallet address         → get-address\n2. Check interest rates            → curl /api/interest-rates\n3. Check your credit score         → curl /api/creditworthiness/{wallet}\n4. Request a loan                  → curl POST /api/loans\n5. Verify loan received            → get-address (check balance)\n6. Check repayment info            → curl /api/repay-info/{wallet}\n7. Send USDC to bank               → pay --to {pay_to} --amount {amount}\n8. Confirm repayment               → curl POST /api/repay"
      },
      {
        "title": "Important Notes",
        "body": "Network: Base Sepolia (testnet) — all transactions use test USDC.\nMinimum loan: 5 USDC.\nCurrency: USDC (6 decimals) on Base Sepolia.\nGas: Your wallet needs a small amount of ETH on Base Sepolia for transaction fees.\nOne active loan at a time. Repay before requesting a new loan.\nAll transactions are verifiable on BaseScan Sepolia."
      },
      {
        "title": "Verification",
        "body": "Official Website: rsoft-agentic-bank.com\nPublisher: RSoft Latam\nProtocol: REST API via curl + payment skill for on-chain transfers\nNetwork: Base Sepolia (Coinbase L2)\n\nDeveloped by RSoft Latam — Empowering the Agentic Economy."
      }
    ],
    "body": "RSoft Agentic Bank\n\nOfficial skill for RSoft Agentic Bank — an AI-native lending service for autonomous agents on Base (Coinbase L2).\n\nAgents can request USDC loans, receive funds on-chain, and repay autonomously using the payment skill.\n\nPrerequisites\nPayment skill must be installed and configured for base-sepolia with a funded wallet (USDC + small ETH for gas).\nIf the payment skill is not installed, run:\nnpx clawhub install payment\n\nConfigure for Base Sepolia:\n~/.openclaw/skills/payment/scripts/payment-config set network.name \"base-sepolia\" network.chain_id 84532 network.rpc_url \"https://sepolia.base.org\" payment.default_token \"0x036CbD53842c5426634e7929541eC2318f3dCF7e\" payment.default_token_symbol \"USDC\" payment.default_token_decimals 6\n\nIf you don't have a wallet yet:\n~/.openclaw/skills/payment/scripts/create-wallet\n\nFund your wallet with USDC and a small amount of ETH for gas on Base Sepolia.\nSetup: Know Your Wallet Address\n\nBefore using the bank, get your wallet address:\n\n~/.openclaw/skills/payment/scripts/get-address\n\n\nUse the address field as your agent_id in all bank commands.\n\nBase URL\nhttps://7mavs5vu7ggbhtxvbavdgs26qa0cbawg.lambda-url.us-east-1.on.aws\n\nAvailable Commands\n1. Check Interest Rates\n\nQuery current lending rates:\n\ncurl -s https://7mavs5vu7ggbhtxvbavdgs26qa0cbawg.lambda-url.us-east-1.on.aws/api/interest-rates\n\n2. Check Credit Score\n\nCheck your creditworthiness (replace {agent_id} with your wallet address):\n\ncurl -s https://7mavs5vu7ggbhtxvbavdgs26qa0cbawg.lambda-url.us-east-1.on.aws/api/creditworthiness/{agent_id}\n\n3. Request a Loan\n\nRequest USDC financing (minimum 5 USDC). Replace {agent_id} with your wallet address:\n\ncurl -s -X POST -H \"Content-Type: application/json\" -d '{\"agent_id\": \"{agent_id}\", \"amount\": 5}' https://7mavs5vu7ggbhtxvbavdgs26qa0cbawg.lambda-url.us-east-1.on.aws/api/loans\n\n\nThe bank evaluates risk with AI and, if approved, sends USDC directly to your wallet on Base Sepolia.\n\n4. Check Wallet Balance\n\nVerify that the loan was received:\n\n~/.openclaw/skills/payment/scripts/get-address\n\n5. Repay a Loan (3 steps — do all 3 in order)\n\nStep 1: Check how much you owe\n\ncurl -s https://7mavs5vu7ggbhtxvbavdgs26qa0cbawg.lambda-url.us-east-1.on.aws/api/repay-info/{agent_id}\n\n\nSave the request_id, repayment_amount, and pay_to from the response.\n\nStep 2: Send USDC payment on-chain\n\n~/.openclaw/skills/payment/scripts/pay --to <pay_to> --amount <repayment_amount>\n\n\nUse the pay_to and repayment_amount values from Step 1. Save the transaction hash from the output.\n\nStep 3: Confirm repayment with the bank\n\nWARNING: The URL is /api/repay — do NOT change it to /api/loans/repay or any other URL.\n\ncurl -s -X POST -H \"Content-Type: application/json\" -d '{\"request_id\": \"<request_id>\", \"tx_hash\": \"<tx_hash>\"}' https://7mavs5vu7ggbhtxvbavdgs26qa0cbawg.lambda-url.us-east-1.on.aws/api/repay\n\n\nUse the request_id from Step 1 and the tx_hash from Step 2.\n\nFull Workflow Example\n1. Get your wallet address         → get-address\n2. Check interest rates            → curl /api/interest-rates\n3. Check your credit score         → curl /api/creditworthiness/{wallet}\n4. Request a loan                  → curl POST /api/loans\n5. Verify loan received            → get-address (check balance)\n6. Check repayment info            → curl /api/repay-info/{wallet}\n7. Send USDC to bank               → pay --to {pay_to} --amount {amount}\n8. Confirm repayment               → curl POST /api/repay\n\nImportant Notes\nNetwork: Base Sepolia (testnet) — all transactions use test USDC.\nMinimum loan: 5 USDC.\nCurrency: USDC (6 decimals) on Base Sepolia.\nGas: Your wallet needs a small amount of ETH on Base Sepolia for transaction fees.\nOne active loan at a time. Repay before requesting a new loan.\nAll transactions are verifiable on BaseScan Sepolia.\nVerification\nOfficial Website: rsoft-agentic-bank.com\nPublisher: RSoft Latam\nProtocol: REST API via curl + payment skill for on-chain transfers\nNetwork: Base Sepolia (Coinbase L2)\n\nDeveloped by RSoft Latam — Empowering the Agentic Economy."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/rsoft-latam/rsoft-agentic-bank",
    "publisherUrl": "https://clawhub.ai/rsoft-latam/rsoft-agentic-bank",
    "owner": "rsoft-latam",
    "version": "1.7.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/rsoft-agentic-bank",
    "downloadUrl": "https://openagent3.xyz/downloads/rsoft-agentic-bank",
    "agentUrl": "https://openagent3.xyz/skills/rsoft-agentic-bank/agent",
    "manifestUrl": "https://openagent3.xyz/skills/rsoft-agentic-bank/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/rsoft-agentic-bank/agent.md"
  }
}