LaunchKit · 2026
Back to Skills

teller-borrow

Expose the Teller delta-neutral + lending Model Context Protocol server.

2
450 downloads
by @rbcp18

Setup & Installation

openclaw skills install @rbcp18/teller-borrow

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install teller-borrow

Version History

v0.2.2Feb 16, 2026 - Version note by skill developer:

Fresh repo publish v0.2.2

What This Skill Does

Bundles a ready-to-run MCP server that exposes Teller's delta-neutral arbitrage and lending APIs as structured tool calls. Agents can fetch borrow opportunities, retrieve loan terms, build on-chain borrow transactions, and handle repayments through six registered MCP tools.

Wrapping Teller's REST API as MCP tools lets agents invoke borrow and arbitrage operations directly without custom API client code or manual JSON parsing.

When to use it

  • Fetching current delta-neutral arbitrage opportunities on Teller
  • Discovering available borrow pools and comparing terms
  • Building on-chain borrow transactions for a selected Teller pool
  • Checking active wallet loans and constructing repayment transactions
  • Wiring Teller lending data into an AI agent automation pipeline

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Find the best delta-neutral opportunity on Teller and build a borrow transaction for it

AGENT
  1. 1Call get-delta-neutral-opportunities to retrieve current arbitrage positions
  2. 2Call get-borrow-pools to list pools associated with the top opportunity
  3. 3Call get-borrow-terms to retrieve loan parameters for the selected pool
  4. 4Call build-borrow-transactions with the pool ID and desired amount
OUTPUT

A structured borrow transaction payload ready for on-chain submission