Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
Add summary metadata
What This Skill Does
Bundles a ready-to-run MCP server that exposes Teller protocol's delta-neutral arbitrage data, borrow pool discovery, loan terms, and on-chain transaction builders as callable tools for agents. Six MCP tools cover the full borrow lifecycle from opportunity discovery through repayment.
Wraps the full Teller REST API as structured MCP tools so agents can access lending and arbitrage data without building custom REST clients.
When to use it
- Fetching delta-neutral arbitrage opportunities from Teller
- Discovering borrow pools and comparing loan terms
- Building on-chain borrow transactions for Teller protocol
- Checking active wallet loans and repayment details
- Registering Teller protocol tools with an agent transport layer
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Find the best delta-neutral opportunity and build a borrow transaction for it
- 1Call get-delta-neutral-opportunities to retrieve available arbitrage positions
- 2Call get-borrow-pools to list active lending pools
- 3Call get-borrow-terms with the selected pool to confirm loan parameters
- 4Call build-borrow-transactions to construct the on-chain transaction payload
Borrow transaction payload containing structured JSON ready for on-chain submission to Teller protocol