prop-firm-manager

prop-firm-manager is a skill for Claude Code, Codex from Signal-Execution-Labs/forex-trading-ai-agent. It costs 0 tokens per session (1,075 once invoked), scanned A, original, MIT.

A trading-account manager for proprietary trading firm challenges and funded accounts. It tracks firm rules such as loss limits, drawdown, position sizes, news restrictions, and required trading days.

In plain words
What is it for?
Use it to monitor challenge progress, receive consistency alerts, block risky trades, and manage rules for supported or custom prop firms.
Why use it?
It helps prevent rule violations that can fail a challenge or close a funded account.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to monitor challenge progress, receive consistency alerts, block risky trades, and manage rules for supported or custom prop firms.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/signal-execution-labs/forex-trading-ai-agent/prop-firm-manager
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Signal-Execution-Labs/forex-trading-ai-agent --skill prop-firm-manager
Clone the repo
git clone --depth 1 https://github.com/Signal-Execution-Labs/forex-trading-ai-agent

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for prop-firm-manager

README.md
[![agentmods](https://agentmods.dev/badge/skills/signal-execution-labs/forex-trading-ai-agent/prop-firm-manager/github.svg)](https://agentmods.dev/skills/signal-execution-labs/forex-trading-ai-agent/prop-firm-manager)
Your own site
<a href="https://agentmods.dev/skills/signal-execution-labs/forex-trading-ai-agent/prop-firm-manager"><img src="https://agentmods.dev/badge/skills/signal-execution-labs/forex-trading-ai-agent/prop-firm-manager/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for prop-firm-manager

Your own site · 80×15
<a href="https://agentmods.dev/skills/signal-execution-labs/forex-trading-ai-agent/prop-firm-manager"><img src="https://agentmods.dev/badge/skills/signal-execution-labs/forex-trading-ai-agent/prop-firm-manager.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,075 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.01075
Opus 5 $0.00000 $0.00537
Sonnet 5 $0.00000 $0.00215
Haiku 4.5 $0.00000 $0.00108

Measured 9d ago against content hash 5857aac37542, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

prop-firm-manager scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (prop_firm_manager.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

skills/prop-firm-manager/SKILL.md · 171 lines

How it starts

The opening of the file, as written. The whole thing — 171 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Prop Firm Manager

Overview

Complete management system for proprietary trading firm challenges and funded accounts. Track rules, prevent violations, and maximize your chances of passing challenges.

Supported Prop Firms

  • FTMO
  • MyForexFunds
  • The Funded Trader
  • True Forex Funds
  • Funded Next
  • E8 Funding
  • Topstep
  • Custom (configure your own rules)

Features

📊 Challenge Tracker

  • Track progress toward profit target
  • Days remaining in challenge
  • Current phase (Challenge / Verification / Funded)
  • Pass probability based on current performance

🛡️ Rule Enforcer

Automatically prevents trades that would violate:

  • Daily Loss Limit - Blocks trades when approaching limit
  • Max Drawdown - Stops all trading at drawdown threshold
  • Lot Size Limits - Ensures position sizes are within rules
  • Weekend Holding - Warns/closes positions before weekend
  • News Trading Ban - Blocks trades during high-impact news

📈 Consistency Rules

Many prop firms require consistent trading:

  • No single day > 30-50% of total profit
  • Minimum trading days
  • No martingale/grid strategies
  • Tracks and alerts on consistency violations

🚫 News Blocker

  • Integrates with ForexFactory, Investing.com calendars
  • Configurable buffer time (e.g., no trading 15min before/after)
  • Filter by impact level (High/Medium/Low)
  • Per-currency filtering

💰 Profit Calculator

  • Daily P&L tracking
  • Projected days to target
  • Break-even analysis
  • Payout schedule calculator

📱 Alerts

  • Approaching daily loss limit (80%, 90%, 95%)
  • Drawdown warnings
  • News event reminders
  • Challenge deadline approaching
  • Target reached celebration!

Configuration

prop_firm_manager:
  firm: "ftmo"  # or custom
  account_size: 100000
  phase: "challenge"  # challenge, verification, funded
  
  rules:
    daily_loss_limit: 5  # percent
    max_drawdown: 10  # percent
    profit_target: 10  # percent (challenge phase)
    min_trading_days: 4
    max_position_size: 10  # lots
    weekend_holding: false
    news_trading: false
    
  news_filter:
    impact: ["high"]
    buffer_minutes: 15
    currencies: ["USD", "EUR", "GBP", "JPY"]
    
  alerts:
    telegram: true
    email: false
    sound: true
    
  consistency:
    max_daily_profit_pct: 40  # no single day > 40% of target
    min_trades_per_day: 0
    max_trades_per_day: 20

Read the full file on GitHub · 171 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 171 lines · 0 tokens per session scan A 5857aac37542

Subscribe to this mod's changes

prop-firm-manager is a skill published in the GitHub repository Signal-Execution-Labs/forex-trading-ai-agent (136 stars, last pushed 9d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,075 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.