← 返回 Skills 市场
rbcp18

Teller MCP – Borrow USDC & Altcoins (no margin calls)

作者 rbcp18 · GitHub ↗ · v0.2.2
cross-platform ✓ 安全检测通过
678
总下载
2
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install teller-borrow
功能描述
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...
安全使用建议
This skill appears to be what it says: an MCP server that queries Teller's public Delta-Neutral API and returns data or encoded on-chain transactions. Before installing, review and agree to the following: 1) The server will make outbound requests to the configured Teller API (default https://delta-neutral-api.teller.org). If you don't trust that endpoint, set TELLER_API_BASE_URL to a safe host or run a local mock. 2) The tools produce encoded transaction calldata — the skill does not hold or require private keys, but executing returned transactions with your wallet/private key can move funds. Never supply private keys or secrets to the skill. 3) Run npm install/build in a sandbox or CI runner if you want to audit dependencies (package-lock.json is included). 4) If you plan to expose the server in production, validate dependencies (especially @modelcontextprotocol/sdk) and consider network and process isolation. Overall the package is coherent with its stated purpose; proceed if you trust the upstream API and are comfortable running a Node MCP server that can produce on-chain transaction builders.
功能分析
Type: OpenClaw Skill Name: teller-borrow Version: 0.2.2 The OpenClaw skill 'teller-borrow' is a Model Context Protocol (MCP) server that exposes Teller delta-neutral and lending API functionalities. It makes outbound HTTP/HTTPS requests to `https://delta-neutral-api.teller.org` (configurable via `TELLER_API_BASE_URL` environment variable), which is its stated purpose. The skill utilizes `zod` for robust input validation on all API parameters, including strict regex checks for Ethereum addresses, mitigating potential injection risks. Communication with the OpenClaw agent occurs securely via `StdioServerTransport`. There is no evidence of intentional harmful behavior such as data exfiltration, unauthorized command execution, persistence mechanisms, or malicious prompt injection attempts in SKILL.md. All observed behaviors are consistent with a legitimate API wrapper.
能力评估
Purpose & Capability
Name/description match the included code and README. The repository contains an MCP server, a typed REST client, and type definitions that call Teller's documented endpoints. Dependencies (@modelcontextprotocol/sdk, zod) and npm scripts are appropriate for an MCP server that exposes the listed tools.
Instruction Scope
SKILL.md and README only instruct building/running the included Node project, registering it with an MCP transport, and optionally pushing source to GitHub. Runtime actions are limited to HTTP calls to the Teller API (default https://delta-neutral-api.teller.org or http://localhost:3000) and starting a stdio MCP server. The server returns encoded on‑chain transactions based on inputs but does not request private keys or attempt to read unrelated files or environment variables beyond documented optional TELLER_API_* settings.
Install Mechanism
No install spec is embedded; the SKILL.md instructs running npm install/build/start in the included scripts/tellermcp-server directory. Dependencies are pulled from npm as expected (package.json/package-lock.json present). No downloads from untrusted or obfuscated URLs are used.
Credentials
The skill declares no required env vars or credentials. It references two optional env vars (TELLER_API_BASE_URL, TELLER_API_TIMEOUT_MS), which are appropriate for overriding the API endpoint or timeout. No secrets (private keys, tokens) are requested or stored by the code.
Persistence & Privilege
Flags are default (always:false, user-invocable:true, autonomous invocation allowed). The skill does not request permanent system-wide presence or modify other skills. It runs as a user-launched MCP process (stdio) and does not attempt to change system configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install teller-borrow
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /teller-borrow 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.2.2
Fresh repo publish v0.2.2
v0.2.1
Initial publish from fresh repo
v0.2.0
Fresh publish after deleting old slugs
元数据
Slug teller-borrow
版本 0.2.2
许可证
累计安装 0
当前安装数 0
历史版本数 3
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 678 次。

如何安装 Teller MCP – Borrow USDC & Altcoins (no margin calls)?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install teller-borrow」即可一键安装,无需额外配置。

Teller MCP – Borrow USDC & Altcoins (no margin calls) 是免费的吗?

是的,Teller MCP – Borrow USDC & Altcoins (no margin calls) 完全免费(开源免费),可自由下载、安装和使用。

Teller MCP – Borrow USDC & Altcoins (no margin calls) 支持哪些平台?

Teller MCP – Borrow USDC & Altcoins (no margin calls) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Teller MCP – Borrow USDC & Altcoins (no margin calls)?

由 rbcp18(@rbcp18)开发并维护,当前版本 v0.2.2。

💬 留言讨论