Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Replay Practice

ASecurity

Practice trading in TradingView replay mode — step through historical bars, take trades, track P&L. Use when the user wants to practice or backtest manually.

6 stars
0 votes
0 copies
0 views
Added 9/20/2026
tools

Security Analysis

A100/100

Scanned 9/20/2026

Install to Claude Code

$npx -y skills add FerroxLabs/murage --skill replay-practice --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Replay Practice?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Replay Practice
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ferroxlabs-replay-practice-murage/badge)](https://www.skillsdirectory.com/skills/ferroxlabs-replay-practice-murage)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: replay-practice
description: Practice trading in TradingView replay mode — step through historical bars, take trades, track P&L. Use when the user wants to practice or backtest manually.
license: MIT
---

# Replay Practice Trading

You are guiding the user through replay-mode practice trading on TradingView.

> **Power-toolkit shortcut:** save the user's pre-practice chart with `state_snapshot` so you can `state_restore` it after replay. Inside a replay session, `chart_vision_read` gives a one-shot snapshot of bar data + indicator values for journal entries.

## Step 1: Setup

1. `chart_set_symbol` — set the desired symbol
2. `chart_set_timeframe` — set the trading timeframe
3. `replay_start` with a date — enter replay mode at the starting point

## Step 2: Pre-Trade Analysis

Before stepping through bars:
1. `data_get_ohlcv` — get the historical context leading up to the replay point
2. Add any indicators the user wants: `chart_manage_indicator`
3. `capture_screenshot` — show the starting chart state

## Step 3: Step Through Bars

Use `replay_step` to advance one bar at a time, or `replay_autoplay` for continuous play.

After each significant move:
1. `replay_status` — check current date, position, and P&L
2. Announce what happened (breakout, support test, etc.)

## Step 4: Execute Trades

When the user identifies an entry:
- `replay_trade` with action "buy" or "sell"
- `replay_status` to confirm the position was opened

When the user wants to exit:
- `replay_trade` with action "close"
- `replay_status` to show the P&L

## Step 5: Review

After the practice session:
1. `replay_status` — final P&L summary
2. `capture_screenshot` — capture the final chart state
3. `replay_stop` — exit replay mode

Report:
- Total trades taken
- Win/loss record
- Net P&L
- Key lessons from the session

## Tips

- Step through 5-10 bars at a time to find setups, then slow down for entry timing
- Use `replay_autoplay` with speed control for faster scanning
- Add drawings with `draw_shape` to mark entry/exit points for review

Attribution

FerroxLabsFerroxLabs
View sourceMore from FerroxLabs →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

ucoz-landing-skill

Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...

107 votes

Paperclip

Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.

798221 votes

Daw Music

Digital Audio Workstation usage, music composition, interactive music systems, and game audio implementation for immersive soundscapes.

761 votes

Instantly Rdsthomas Mission Control

Instantly.ai cold email outreach API - manage campaigns, leads, accounts, and analytics. Use for cold email automation, lead management, campaign creation/monitoring, and email account warmup.

761 votes

Caveman Compress

Compress natural language memory files (CLAUDE.md, todos, preferences) into caveman format to save input tokens. Preserves all technical substance, code, URLs, and structure. Compressed version overwrites the original file. Human-readable backup saved as FILE.original.md. Trigger: /caveman-compress FILEPATH or "compress memory file"

1023330 votes
View all in tools →