# Freqtrade Executor

> Execute paper-trading algorithms via freqtrader.

- Skill: `knuckles-team/freqtrade-executor` (Agent Skill)
- Install (CLI): `npx skillmds@latest add knuckles-team/freqtrade-executor`
- Raw SKILL.md: https://api.skillmd.com/api/skills/knuckles-team/freqtrade-executor/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Knuckles-Team (https://skillmd.com/u/knuckles-team)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/knuckles-team/freqtrade-executor

---


# Freqtrade Executor Skill

Use this skill to convert a vetted trading hypothesis into an executable crypto trading bot via `freqtrade`.

## Workflow
1. Read the `ConsensusRound` from the Knowledge Graph.
2. Formulate `freqtrade` strategy code from the consensus.
3. Validate against the Safety framework (Must be Paper-Trading Only).
4. Use `graph_orchestrate` (`execute_freqtrade`) to deploy the signal generation locally.

