← 返回 Skills 市场
650
总下载
2
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install tellermcp
功能描述
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 package appears to be what it says: a small MCP server that queries Teller's public delta-neutral API and returns prepared JSON and encoded transactions. Before installing, consider: run npm install/build in an isolated environment (container or VM) and audit dependencies (npm audit, review package-lock.json). Do not point the tool at private keys or expose the server to untrusted clients; when invoking tools that accept wallet addresses or produce encoded transactions, avoid supplying private keys—this server only builds transaction calldata and does not sign transactions. If you plan to run it in production, verify the upstream API URL and pin dependency versions or use an internal package mirror.
功能分析
Type: OpenClaw Skill
Name: tellermcp
Version: 0.1.6
The OpenClaw skill 'tellermcp' is benign. It functions as a Model Context Protocol server exposing legitimate Teller financial APIs. All network requests are directed to `https://delta-neutral-api.teller.org` (or a configurable environment variable), and inputs are rigorously validated using `zod` schemas, preventing injection vulnerabilities. The `SKILL.md` and `README.md` files contain standard instructions for deployment and usage, with no evidence of prompt injection attempts or malicious commands. Dependencies are standard for a Node.js project and do not indicate any supply chain risks.
能力评估
Purpose & Capability
Name/description match the included code and SKILL.md: the repo contains an MCP server (src/index.ts), a typed client (src/client.ts) and types for Teller endpoints. The declared purpose (expose Teller APIs via MCP) justifies the included dependencies (MCP SDK, zod) and the npm build/run instructions.
Instruction Scope
SKILL.md limits runtime actions to building and running the server (npm install, build, start), editing TypeScript sources, and registering the stdio transport. It references optional env vars (TELLER_API_BASE_URL, TELLER_API_TIMEOUT_MS) used by the client; it does not instruct reading unrelated files or exfiltrating secrets.
Install Mechanism
There is no automated install spec in the registry entry (instruction-only). The README directs a standard npm install/build/start workflow. package-lock.json is present and lists typical dev optional artifacts (esbuild platform builds). This is expected for a Node project and not disproportionate, but running npm install will fetch packages from the npm registry—standard risk for any Node project.
Credentials
The skill declares no required environment variables or credentials. The code and docs reference two optional env vars to override the Teller API base URL and timeout; those are reasonable and proportional. No secrets (private keys, API tokens) are requested or embedded.
Persistence & Privilege
The skill is not always-enabled and does not request elevated agent/system privileges. It runs as an MCP stdio server and does not attempt to modify other skills or global agent configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tellermcp - 安装完成后,直接呼叫该 Skill 的名称或使用
/tellermcp触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.6
Add summary metadata
v0.1.4
Borrow-first description alignment
v0.1.2
Borrow-focused rename
v0.1.1
Borrow-focused description update
v0.1.0
Initial release
元数据
常见问题
Teller MCP – Borrow USDC & Altcoins 是什么?
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 插件,目前累计下载 650 次。
如何安装 Teller MCP – Borrow USDC & Altcoins?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tellermcp」即可一键安装,无需额外配置。
Teller MCP – Borrow USDC & Altcoins 是免费的吗?
是的,Teller MCP – Borrow USDC & Altcoins 完全免费(开源免费),可自由下载、安装和使用。
Teller MCP – Borrow USDC & Altcoins 支持哪些平台?
Teller MCP – Borrow USDC & Altcoins 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Teller MCP – Borrow USDC & Altcoins?
由 rbcp18(@rbcp18)开发并维护,当前版本 v0.1.6。
推荐 Skills