vynn-backtester
Run trading strategy backtests with natural language — powered by Vynn
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/beee003/vynn-backtesterWhat This Skill Does
The Vynn Backtester skill allows OpenClaw users to perform sophisticated financial strategy backtesting using the power of natural language. Instead of writing complex Python scripts or utilizing bloated desktop software, you can simply describe your trading logic—such as "RSI mean reversion" or "MACD crossover"—and receive professional-grade analytics. The skill processes your requests to calculate essential performance metrics, including Sharpe ratios, total returns, maximum drawdown, win rates, and total trade counts, while generating equity curves. It handles the entire backtesting pipeline, from data retrieval to performance analysis, requiring zero local infrastructure or data dependency management.
Installation
To integrate the Vynn Backtester into your OpenClaw environment, execute the following command in your terminal: clawhub install openclaw/skills/skills/beee003/vynn-backtester. After installation, you must secure an API key from the-vynn.com. Once obtained, configure your system by setting the VYNN_API_KEY environment variable. This key unlocks the core functionality and enables you to run up to 10 backtests per month for free, with no credit card required.
Use Cases
This skill is ideal for quantitative traders, portfolio managers, and individual investors who need to validate trading hypotheses rapidly. Use it to compare multiple strategy variants against each other to identify the most robust parameters. It is also perfect for technical analysts who want to test specific indicator-based triggers (e.g., Bollinger Band breakouts or EMA filters) across various asset classes like stocks, ETFs, or market indices. Because it accepts both natural language and structured JSON inputs, it caters to both casual explorers and systematic developers.
Example Prompts
- "/backtest 'Run a mean reversion strategy on TSLA and NVDA using a 14-day RSI and 1-year lookback period'"
- "/backtest 'Compare a 50/200 day golden cross on SPY versus a simple buy and hold strategy'"
- "/backtest '{"entries": [{"indicator": "SMA", "period": 50, "op": ">", "value": 200}], "exits": [{"indicator": "SMA", "period": 50, "op": "<", "value": 200}]}' --tickers BTC"
Tips & Limitations
For best results, be specific with your lookback periods and ticker symbols. While the natural language processing is advanced, structured JSON is recommended for production-grade, reproducible backtests. Note that this skill relies on external API connectivity to the-vynn.com; ensure your network configuration allows for outbound requests to this domain. The skill is limited by the data availability of the underlying service, so ensure your chosen assets are supported before running large-scale portfolio comparisons. If you hit your monthly limit, consider upgrading your plan via the Vynn dashboard.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-beee003-vynn-backtester": {
"enabled": true,
"auto_update": true
}
}
}Tags
Flags: network-access, external-api
Related Skills
iseclaw-intel
Indonesian Web3 intelligence via Iseclaw ACP agent. Real-time market data, token signals, TGE research, and GameFi analysis from Southeast Asia's first transparent AI agent.
q-kdb-code-review
AI-powered code review for Q/kdb+ — catch bugs in the most terse language in finance
olo-sec-scanner
SEC EDGAR filing analysis for M&A due diligence — extract financials, detect risks, and track corporate events from 10-K, 10-Q, and 8-K filings
skill-market-fit-ranker
对一批 Skill 选题按高频、低门槛、传播性、ROI 和风险做排序。;use for skills, market-fit, prioritization workflows;do not use for 只按个人偏好排序, 忽略发布风险.
priority-conflict-resolver
面对多个目标、有限资源与冲突时,输出排序、牺牲说明、边界与不做清单。;use for priority, tradeoff, planning workflows;do not use for 替代人事绩效决策, 伪造资源承诺.