← 返回 Skills 市场
688
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install vynn-backtester
功能描述
Run trading strategy backtests with natural language — powered by Vynn
安全使用建议
This skill appears to do what it claims, but it will transmit your strategy descriptions and ticker lists to the-vynn.com. Before installing: (1) Accept that strategy text is sent to an external service — avoid sending proprietary or confidential strategies you don't want shared. (2) Review Vynn's privacy and terms (how long they retain inputs/results). (3) Use a dedicated API key or throwaway account if you want to limit exposure and rotate the key if compromised. (4) If you have a self-hosted Vynn instance, you can set VYNN_BASE_URL to keep data in your environment. (5) Review network egress policies if running in a sensitive environment.
功能分析
Type: OpenClaw Skill
Name: vynn-backtester
Version: 1.0.0
The OpenClaw skill 'vynn-backtester' is a legitimate client for the Vynn backtesting service. It clearly documents its purpose, required environment variables (`VYNN_API_KEY`), and external network interactions with `https://the-vynn.com` for backtesting and signup. The `plugin.py` code correctly handles API key authentication and sends only strategy descriptions and ticker lists, without attempting to exfiltrate sensitive data or execute arbitrary commands locally. The `SKILL.md` contains no prompt injection attempts against the agent; all instructions and examples are for legitimate usage.
能力评估
Purpose & Capability
Name/description (backtester) align with requested resources: it only requires VYNN_API_KEY and optionally VYNN_BASE_URL to call the Vynn API. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md and plugin.py explicitly send strategy text, tickers, and lookback parameters to the Vynn API (/v1/backtest). This is expected for a hosted backtest service, but users should be aware that strategy descriptions and ticker lists are transmitted to an external service (may be sensitive/intellectual property).
Install Mechanism
No install spec; this is an instruction/code-only skill. plugin.py uses only Python stdlib (urllib) and nothing is downloaded or written by an installer.
Credentials
Only VYNN_API_KEY is required (primary credential) and an optional VYNN_BASE_URL override. The requested env vars are proportional to the service being integrated; no unrelated secrets are requested.
Persistence & Privilege
Skill is not granted always:true and does not modify other skills or system-wide settings. It reads its own env vars and does not persist credentials to disk in the provided code.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install vynn-backtester - 安装完成后,直接呼叫该 Skill 的名称或使用
/vynn-backtester触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Natural language trading backtests powered by Vynn
元数据
常见问题
Vynn Backtester 是什么?
Run trading strategy backtests with natural language — powered by Vynn. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 688 次。
如何安装 Vynn Backtester?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install vynn-backtester」即可一键安装,无需额外配置。
Vynn Backtester 是免费的吗?
是的,Vynn Backtester 完全免费(开源免费),可自由下载、安装和使用。
Vynn Backtester 支持哪些平台?
Vynn Backtester 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Vynn Backtester?
由 beee003(@beee003)开发并维护,当前版本 v1.0.0。
推荐 Skills