{
  "schemaVersion": "1.0",
  "item": {
    "slug": "teller-mcp-borrow",
    "name": "Teller MCP – Borrow USDC & Altcoins (no margin calls)",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/rbcp18/teller-mcp-borrow",
    "canonicalUrl": "https://clawhub.ai/rbcp18/teller-mcp-borrow",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/teller-mcp-borrow",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=teller-mcp-borrow",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/delta-neutral-api.md",
      "scripts/tellermcp-server/README.md",
      "scripts/tellermcp-server/package-lock.json",
      "scripts/tellermcp-server/package.json",
      "scripts/tellermcp-server/src/client.ts"
    ],
    "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/teller-mcp-borrow"
    },
    "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/teller-mcp-borrow",
    "agentPageUrl": "https://openagent3.xyz/skills/teller-mcp-borrow/agent",
    "manifestUrl": "https://openagent3.xyz/skills/teller-mcp-borrow/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/teller-mcp-borrow/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": "Overview",
        "body": "This skill bundles a ready-to-run MCP server (scripts/tellermcp-server/) that surfaces Teller delta-neutral arbitrage data, borrow pool discovery, loan terms, borrow transaction builders, and repayment helpers. Load this skill whenever you must:\n\nDeploy or modify the Tellermcp MCP server\nRe-run npm install, build, or tests for the server\nRegister Tellermcp with mcporter/OpenClaw so agents can hit the Teller APIs via MCP tools"
      },
      {
        "title": "Quick Start",
        "body": "cd scripts/tellermcp-server\nnpm install\n(Optional) Configure env vars:\n\nTELLER_API_BASE_URL (defaults to https://delta-neutral-api.teller.org)\nTELLER_API_TIMEOUT_MS (defaults to 15000 ms)\n\n\nnpm run build → TypeScript type-check.\nnpm start → launches tellermcp MCP server over stdio."
      },
      {
        "title": "Repo Layout (scripts/tellermcp-server/)",
        "body": "package.json / package-lock.json – Node 20+ project metadata\ntsconfig.json – ES2022/ESNext build targets\nsrc/client.ts – Typed Teller REST client (fetch wrapper + filters)\nsrc/types.ts – TypeScript interfaces for all Teller responses\nsrc/index.ts – MCP server wiring (McpServer + StdioServerTransport) registering tools:\n\nget-delta-neutral-opportunities\nget-borrow-pools\nget-borrow-terms\nbuild-borrow-transactions\nget-wallet-loans\nbuild-repay-transactions\n\nEach tool returns: short text summary + structuredContent.payload containing the raw JSON for downstream automation."
      },
      {
        "title": "Installing dependencies",
        "body": "cd scripts/tellermcp-server\nnpm install\n\nThe project intentionally omits node_modules/ & dist/; npm install and npm run build regenerate them."
      },
      {
        "title": "Local testing",
        "body": "npm run build → TypeScript compile.\nnpm start → STDIO MCP server. Use gh pr checks or npm test (placeholder) if additional tests are added later."
      },
      {
        "title": "Registering with mcporter / OpenClaw",
        "body": "Add an entry to your mcporter (or agent transport) config:\n\n{\n  \"name\": \"tellermcp\",\n  \"command\": \"npm\",\n  \"args\": [\"start\"],\n  \"cwd\": \"/absolute/path/to/scripts/tellermcp-server\"\n}\n\nOnce mcporter restarts, Codex agents can invoke the six Teller tools directly."
      },
      {
        "title": "Deploying updates",
        "body": "Edit TypeScript files inside src/.\nnpm run build locally.\nCommit + push via GitHub skill (if syncing to teller-protocol/teller-mcp).\nRestart the mcporter process pointing at this repo to pick up changes."
      },
      {
        "title": "References",
        "body": "references/delta-neutral-api.md – condensed Teller API cheat sheet (endpoints, params, caching behavior). Load when you need exact REST contract details."
      },
      {
        "title": "Packaging This Skill",
        "body": "When ready to ship a .skill bundle:\n\npython3 /usr/local/lib/node_modules/openclaw/skills/skill-creator/scripts/package_skill.py /data/workspace/skills/tellermcp-mcp\n\nThe packager validates SKILL.md + resources and emits tellermcp-mcp.skill (zip) for distribution."
      }
    ],
    "body": "Tellermcp MCP Skill\nOverview\n\nThis skill bundles a ready-to-run MCP server (scripts/tellermcp-server/) that surfaces Teller delta-neutral arbitrage data, borrow pool discovery, loan terms, borrow transaction builders, and repayment helpers. Load this skill whenever you must:\n\nDeploy or modify the Tellermcp MCP server\nRe-run npm install, build, or tests for the server\nRegister Tellermcp with mcporter/OpenClaw so agents can hit the Teller APIs via MCP tools\nQuick Start\ncd scripts/tellermcp-server\nnpm install\n(Optional) Configure env vars:\nTELLER_API_BASE_URL (defaults to https://delta-neutral-api.teller.org)\nTELLER_API_TIMEOUT_MS (defaults to 15000 ms)\nnpm run build → TypeScript type-check.\nnpm start → launches tellermcp MCP server over stdio.\nRepo Layout (scripts/tellermcp-server/)\npackage.json / package-lock.json – Node 20+ project metadata\ntsconfig.json – ES2022/ESNext build targets\nsrc/client.ts – Typed Teller REST client (fetch wrapper + filters)\nsrc/types.ts – TypeScript interfaces for all Teller responses\nsrc/index.ts – MCP server wiring (McpServer + StdioServerTransport) registering tools:\nget-delta-neutral-opportunities\nget-borrow-pools\nget-borrow-terms\nbuild-borrow-transactions\nget-wallet-loans\nbuild-repay-transactions\n\nEach tool returns: short text summary + structuredContent.payload containing the raw JSON for downstream automation.\n\nRunbook\nInstalling dependencies\ncd scripts/tellermcp-server\nnpm install\n\n\nThe project intentionally omits node_modules/ & dist/; npm install and npm run build regenerate them.\n\nLocal testing\nnpm run build → TypeScript compile.\nnpm start → STDIO MCP server. Use gh pr checks or npm test (placeholder) if additional tests are added later.\nRegistering with mcporter / OpenClaw\n\nAdd an entry to your mcporter (or agent transport) config:\n\n{\n  \"name\": \"tellermcp\",\n  \"command\": \"npm\",\n  \"args\": [\"start\"],\n  \"cwd\": \"/absolute/path/to/scripts/tellermcp-server\"\n}\n\n\nOnce mcporter restarts, Codex agents can invoke the six Teller tools directly.\n\nDeploying updates\nEdit TypeScript files inside src/.\nnpm run build locally.\nCommit + push via GitHub skill (if syncing to teller-protocol/teller-mcp).\nRestart the mcporter process pointing at this repo to pick up changes.\nReferences\nreferences/delta-neutral-api.md – condensed Teller API cheat sheet (endpoints, params, caching behavior). Load when you need exact REST contract details.\nPackaging This Skill\n\nWhen ready to ship a .skill bundle:\n\npython3 /usr/local/lib/node_modules/openclaw/skills/skill-creator/scripts/package_skill.py /data/workspace/skills/tellermcp-mcp\n\n\nThe packager validates SKILL.md + resources and emits tellermcp-mcp.skill (zip) for distribution."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/rbcp18/teller-mcp-borrow",
    "publisherUrl": "https://clawhub.ai/rbcp18/teller-mcp-borrow",
    "owner": "rbcp18",
    "version": "0.1.6",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/teller-mcp-borrow",
    "downloadUrl": "https://openagent3.xyz/downloads/teller-mcp-borrow",
    "agentUrl": "https://openagent3.xyz/skills/teller-mcp-borrow/agent",
    "manifestUrl": "https://openagent3.xyz/skills/teller-mcp-borrow/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/teller-mcp-borrow/agent.md"
  }
}