Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
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.
User asks: Find the best delta-neutral opportunity on Teller and build a borrow transaction for it
- 1Call get-delta-neutral-opportunities to retrieve current arbitrage positions
- 2Call get-borrow-pools to list pools associated with the top opportunity
- 3Call get-borrow-terms to retrieve loan parameters for the selected pool
- 4Call build-borrow-transactions with the pool ID and desired amount
A structured borrow transaction payload ready for on-chain submission