Export a Vibe-Trading backtest strategy to a runnable vnpy CtaTemplate Python class — supports A-share equities, futures, and crypto via BarGenerator + ArrayManager.
66
80%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Medium
Suggest reviewing before use
Fix and improve this skill with Tessl
tessl review fix ./agent/src/skills/vnpy-export/SKILL.mdSecurity
1 medium severity finding. This skill can be installed but you should review these findings before use.
The skill is specifically designed for direct financial operations, giving the agent the ability to move money or execute financial transactions — such as payment processing, cryptocurrency operations, banking integrations, or market order execution.
The skill is explicitly designed to generate vnpy CtaTemplate strategies for live trading and backtesting. The document includes concrete order-execution calls (self.buy, self.sell, self.short, self.cover, buy_stop, short_stop, cancel_all) and a Signal→Order mapping to vnpy order APIs. This is a specific market-order/trading integration (direct financial execution) rather than a generic tool, so it grants direct financial execution capability.
8643fcd
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.