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
Packages a ready-to-run MCP server that exposes six Teller protocol tools over stdio: delta-neutral opportunity discovery, borrow pool lookup, loan term fetching, transaction building, wallet loan queries, and repayment helpers. Agents registered with mcporter or OpenClaw can invoke these tools directly against the Teller REST API.
Wraps the Teller REST API in six typed MCP tools so agents get structured borrow and arbitrage data without writing custom fetch logic or parsing raw HTTP responses.
When to use it
- Finding delta-neutral arbitrage opportunities on Teller
- Discovering available borrow pools before committing capital
- Fetching loan terms for a specific borrow position
- Building on-chain borrow transactions for agent execution
- Querying and repaying existing Teller wallet loans
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: find delta-neutral opportunities and build a borrow transaction for the best one
- 1Invokes get-delta-neutral-opportunities to retrieve current arbitrage positions from Teller
- 2Calls get-borrow-terms on the top-ranked opportunity to confirm rates
- 3Calls get-borrow-pools to identify which pool to use
- 4Invokes build-borrow-transactions with the selected pool and amount
- 5Returns the structured transaction payload ready for on-chain submission
Borrow transaction payload with structured JSON content for the selected delta-neutral position