Back to skills
SkillHub ClubShip Full StackFull Stack

strategy-translator

Translate trading strategies between different frameworks and languages. Use when converting Pine Script to Python, porting strategies to NautilusTrader, or cross-platform migration.

Packaged view

This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.

Stars
3,071
Hot score
99
Updated
March 20, 2026
Overall rating
C4.5
Composite score
4.5
Best-practice grade
A92.4

Install command

npx @skill-hub/cli install openclaw-skills-strategy-translator

Repository

openclaw/skills

Skill path: skills/ahuserious/strategy-translator

Translate trading strategies between different frameworks and languages. Use when converting Pine Script to Python, porting strategies to NautilusTrader, or cross-platform migration.

Open repository

Best for

Primary workflow: Ship Full Stack.

Technical facets: Full Stack.

Target audience: everyone.

License: Unknown.

Original source

Catalog source: SkillHub Club.

Repository owner: openclaw.

This is still a mirrored public skill entry. Review the repository before installing into production workflows.

What it helps with

  • Install strategy-translator into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
  • Review https://github.com/openclaw/skills before adding strategy-translator to shared team environments
  • Use strategy-translator for development workflows

Works across

Claude CodeCodex CLIGemini CLIOpenCode

Favorites: 0.

Sub-skills: 0.

Aggregator: No.

Original source / Raw SKILL.md

---
name: strategy-translator
description: >
  Translate trading strategies between different frameworks and languages.
  Use when converting Pine Script to Python, porting strategies to NautilusTrader, or cross-platform migration.
version: "1.0.0"
allowed-tools: Read, Write, Edit
---

# Strategy Translator

Source: https://mcpmarket.com/tools/skills/strategy-translator

## Use When

- You need to apply this capability as part of trading research workflows (data, features, backtests, ML, reporting).
- You want a reproducible output that can be committed to this repo (code, configs, docs).

## Inputs To Ask For

- Objective: what success looks like (metric, constraints, time horizon).
- Data: symbols, timeframe, sampling, data sources, and leakage risks.
- Constraints: compute budget, latency, interpretability, and deployment requirements.

## Outputs

- A concrete plan (steps + checks).
- A minimal implementation sketch (files to create/change) and verification steps.
- If applicable: a risk checklist (leakage, overfitting, evaluation pitfalls).

## Workflow

1. Restate the task in measurable terms.
2. Enumerate required artifacts (datasets, features, configs, scripts, reports).
3. Propose a default approach and 1-2 alternatives.
4. Add validation gates (walk-forward, Monte Carlo, sanity checks).
5. Produce repo-ready deliverables (code + docs) and a run command.


---

## Skill Companion Files

> Additional files collected from the skill directory layout.

### _meta.json

```json
{
  "owner": "ahuserious",
  "slug": "strategy-translator",
  "displayName": "Strategy Translator",
  "latest": {
    "version": "0.1.0",
    "publishedAt": 1772214165476,
    "commit": "https://github.com/openclaw/skills/commit/2bf15ee31d764ab70be5035f6b398bcc5e2b9557"
  },
  "history": []
}

```

### assets/README.md

```markdown
# Assets

Static assets/templates for this skill (optional).

```

### references/README.md

```markdown
# References

- Source listing: https://mcpmarket.com/tools/skills/strategy-translator
- Source retrieval status: metadata-only import in this repo.

## Expected Upstream Artifacts

When upstream files are available, place them in this folder (and keep file names stable):
- reference guides
- API docs excerpts
- domain-specific checklists
- examples used by the skill

## Provenance

This skill package was normalized in HyperFrequency to follow Codex skill layout:
- `SKILL.md`
- `references/` (this directory)

```

### references/SOURCE.md

```markdown
# Source Provenance

- MCPMarket page: https://mcpmarket.com/tools/skills/strategy-translator
- Status: canonical skill package requested from MCPMarket links; some upstream links currently resolve to missing GitHub paths.
- Local package layout normalized to include SKILL.md + references/ + scripts/ + assets/.

```

### scripts/README.md

```markdown
# Scripts

Helper scripts for this skill (optional).

```