← Back to Skills Marketplace
596
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install teller-borrow-agents
Description
Expose the Teller delta-neutral + lending Model Context Protocol server. Use this when you need to install, run, or update the Tellermcp MCP backend so agent...
Usage Guidance
This skill appears to do what it claims, but review and take simple precautions before running it: 1) Inspect the included source (already present) and confirm you trust the build dependencies; 2) Do not provide private keys or secrets — the skill builds unsigned on-chain transactions and will forward any wallet addresses you supply to the configured Teller API (privacy risk); 3) Run npm install and npm audit in an isolated environment (or sandbox/container) and pin/verify dependency versions if you will run this in production; 4) If exposing the MCP via mcporter/OpenClaw, restrict which agents/users can invoke it to avoid unintended queries or transaction-generation for third-party wallets; 5) If you need higher assurance, consider auditing @modelcontextprotocol/sdk and any transitive dependencies before deployment.
Capability Analysis
Type: OpenClaw Skill
Name: teller-borrow-agents
Version: 0.2.3
The OpenClaw AgentSkills skill bundle for 'teller-borrow-agents' is designed to expose Teller financial APIs via the Model Context Protocol. The code (scripts/tellermcp-server/src/client.ts, scripts/tellermcp-server/src/index.ts) makes legitimate outbound HTTPS requests to `https://delta-neutral-api.teller.org` to fetch financial data and build transaction payloads. Input validation is robustly implemented using `zod` with regex for addresses, mitigating common injection risks. The skill does not attempt to exfiltrate sensitive data, establish persistence, or execute arbitrary commands beyond its stated purpose. The `TELLER_API_BASE_URL` environment variable allows overriding the API endpoint, which is a standard configuration practice and not indicative of malicious intent within the skill itself.
Capability Assessment
Purpose & Capability
Name/description, SKILL.md instructions, and the included TypeScript source all align: this is an MCP server that queries Teller's public delta-neutral and lending endpoints and exposes six MCP tools. No unrelated credentials or binaries are requested.
Instruction Scope
Runtime instructions are straightforward (npm install, build, npm start) and the tools accept wallet addresses and other parameters which are forwarded to the Teller API. Be aware that wallet addresses and query parameters provided to the tools will be transmitted to the configured TELLER_API_BASE_URL (default production). The SKILL.md does not request or use private keys or other secrets.
Install Mechanism
There is no platform install spec (instruction-only), but a Node project is included and requires running npm install which will fetch dependencies from npm. The package.json and package-lock.json show common dependencies (@modelcontextprotocol/sdk, zod) and devDeps; no custom downloads or opaque URLs are present in the bundle.
Credentials
No required environment variables or secrets are declared. Two optional env vars (TELLER_API_BASE_URL, TELLER_API_TIMEOUT_MS) are used to configure the client; these are proportionate. Inputs such as walletAddress are expected by the API and will be transmitted — a privacy consideration but expected for the tool's function.
Persistence & Privilege
always:false and no other elevated privileges requested. The SKILL.md instructs adding a transport entry for mcporter/OpenClaw so agents can call the tools — exposing these tools to agents is intended behavior but review who can call the registered transport.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install teller-borrow-agents - After installation, invoke the skill by name or use
/teller-borrow-agents - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.2.3
Fresh slug teller-borrow-agents
Metadata
Frequently Asked Questions
What is Teller MCP – Borrow USDC & Altcoins (no margin calls)?
Expose the Teller delta-neutral + lending Model Context Protocol server. Use this when you need to install, run, or update the Tellermcp MCP backend so agent... It is an AI Agent Skill for Claude Code / OpenClaw, with 596 downloads so far.
How do I install Teller MCP – Borrow USDC & Altcoins (no margin calls)?
Run "/install teller-borrow-agents" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Teller MCP – Borrow USDC & Altcoins (no margin calls) free?
Yes, Teller MCP – Borrow USDC & Altcoins (no margin calls) is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Teller MCP – Borrow USDC & Altcoins (no margin calls) support?
Teller MCP – Borrow USDC & Altcoins (no margin calls) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Teller MCP – Borrow USDC & Altcoins (no margin calls)?
It is built and maintained by rbcp18 (@rbcp18); the current version is v0.2.3.
More Skills