← 返回 Skills 市场
685
总下载
2
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install teller-mcp-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 bundle appears to be what it claims (a local MCP server fronting Teller's public delta‑neutral API). Before installing or running it: 1) verify the source (there is no homepage/repo listed) — prefer code from a known org or repo; 2) inspect package.json and the package-lock.json for unexpected dependencies; 3) run npm audit / npm ci in an isolated environment or container to avoid exposing your main system; 4) do not supply private keys or wallet seed phrases — the server builds transaction calldata but does not sign or submit transactions; 5) consider setting TELLER_API_BASE_URL to a local mock for testing, and confirm the production base URL matches the official Teller endpoint (https://delta-neutral-api.teller.org); and 6) review the @modelcontextprotocol/sdk dependency if you rely on strict provenance. If you need higher assurance, ask the publisher for a verifiable repository or have a developer perform a dependency and provenance review prior to deployment.
功能分析
Type: OpenClaw Skill
Name: teller-mcp-borrow
Version: 0.1.6
The OpenClaw skill bundle 'teller-mcp-borrow' is designed to expose Teller delta-neutral and lending APIs via an MCP server. The code and documentation are transparent, clearly outlining the skill's purpose, functionality, and how it interacts with the `https://delta-neutral-api.teller.org` API. Input validation using `zod` is implemented in `scripts/tellermcp-server/src/index.ts` for all tool inputs, mitigating common injection risks. While the `TELLER_API_BASE_URL` can be configured via an environment variable, this is a standard practice for API clients and defaults to a legitimate Teller endpoint, not indicating malicious intent. There is no evidence of data exfiltration to unauthorized parties, malicious execution, persistence mechanisms, obfuscation, or prompt injection attempts against the agent in `SKILL.md` or `README.md`.
能力评估
Purpose & Capability
The name/description match the included files: TypeScript MCP server code registers the six tools described, client.ts calls the documented Teller REST endpoints, and package.json lists @modelcontextprotocol/sdk and zod which are reasonable dependencies for an MCP server. Inputs, outputs, and endpoints align with the stated purpose.
Instruction Scope
SKILL.md instructs standard developer ops (npm install, build, npm start) and how to register the server with mcporter/OpenClaw. The runtime behavior is limited to making HTTP requests to the Teller API and returning structured JSON — it does not instruct reading unrelated system files or secrets. The README and code reference optional env vars (TELLER_API_BASE_URL, TELLER_API_TIMEOUT_MS) which are used as documented.
Install Mechanism
This is instruction-only (no automated install spec). Running it requires npm install which will fetch packages from the public registry; a package-lock.json is included (good for reproducibility). There is no download-from-arbitrary-URL step. However, the skill has no homepage/repository metadata in the registry entry, so provenance is unclear.
Credentials
The skill does not require any credentials or config paths. The only environment variables mentioned are optional and used to point the client at a different base URL or adjust timeouts. The code accepts wallet addresses as inputs and returns unsigned transaction payloads; it does not request private keys or tokens in the provided files.
Persistence & Privilege
The skill is not marked always:true and does not attempt to modify other skills or global agent settings. It runs as a standalone MCP server process and can be invoked by agents (default behavior) which is appropriate for a tool-exposing service.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install teller-mcp-borrow - 安装完成后,直接呼叫该 Skill 的名称或使用
/teller-mcp-borrow触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.6
Add summary metadata
v0.1.5
Borrow-first republish after slug reset
v0.1.4
Borrow-first description fix
v0.1.3
Borrow-first rename
元数据
常见问题
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 插件,目前累计下载 685 次。
如何安装 Teller MCP – Borrow USDC & Altcoins (no margin calls)?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install teller-mcp-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.1.6。
推荐 Skills