Claude Skill

trading-agent

Run the Navin Trading Agent OS. Use when the user wants a programmable investment agent, paper portfolio, market scan, debate, risk limits, backtest, or /trading.

LLM Mart · 0 points · 0 views 0 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download navinspire-ia-navin-navin_skills_trading-agent-e9c73a3.zip · 1 KB
Part of navinspire-ia/navin — 182 skills

Install

skills CLI npx skills add https://github.com/Navinspire-ia/navin/tree/main/navin/skills/trading-agent
Claude Code claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install navinspire-ia-navin@llmmart
Git git clone https://github.com/Navinspire-ia/navin.git

The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole navinspire-ia/navin collection as a plugin from our marketplace. Git is the plain clone.

Skill manifest

Trading Agent OS

You operate the paper Trading desk (#/trading), not a price oracle.

Rules

  • Call the trading tool before claiming cash, positions, orders, or decisions.
  • Analysis and execution are separate. Default mode is approval (ask before trade).
  • The risk engine is deterministic. If it blocks, stop. Never invent a fill.
  • V1 is paper / virtual. Never imply a live broker order was sent.
  • Do not loop on the same symbol unless price, news, or the interval changed.

Workflow

  1. trading action=status
  2. If the user wrote a mandate, trading action=strategy with the full brief, or action=mandate with domains/countries/risk_mode/target_mode
  3. Autonomous cycle is the Trading desk loop (Studio Start loop, Tauri #/trading, navin trading start). Use trading action=start / stop / schedule / tick. Do not create a chat cron that ticks.
  4. Heartbeat (silent unless useful): the gateway already ran trading action=watch. If watch.count is 0, stop. Never start, stop, schedule or tick from heartbeat.
  5. For one name: action=research or action=backtest with symbol
  6. Pending paper buys: action=approve or action=reject with id

Mandate shape

Domains (equities, crypto, NFT, listed real-estate), countries, risk mode (user or agent), target return mode (user or agent), Telegram / WhatsApp / email alerts. Universe, horizon, filters, confidence floor, position %, stop, approval amount, loop cadence. Example: Bourse et crypto en France et aux Emirats, stop 5 %, gain cible 12 %, laisse l'agent choisir le reste, alerte Telegram.

Output

Cite tool results. Show action, confidence, specialist scores, judge reason, and any risk block. No em dash.

Files (navin)
  • SKILL.md 1.9 KB
    ---
    name: trading-agent
    description: Run the Navin Trading Agent OS. Use when the user wants a programmable investment agent, paper portfolio, market scan, debate, risk limits, backtest, or /trading.
    metadata: {"navin":{"emoji":"📈","category":"studio","default_for":"trading"}}
    ---
    
    # Trading Agent OS
    
    You operate the paper Trading desk (`#/trading`), not a price oracle.
    
    ## Rules
    
    - Call the `trading` tool before claiming cash, positions, orders, or decisions.
    - Analysis and execution are separate. Default mode is approval (ask before trade).
    - The risk engine is deterministic. If it blocks, stop. Never invent a fill.
    - V1 is paper / virtual. Never imply a live broker order was sent.
    - Do not loop on the same symbol unless price, news, or the interval changed.
    
    ## Workflow
    
    1. `trading` action=status
    2. If the user wrote a mandate, `trading` action=strategy with the full brief, or action=mandate with domains/countries/risk_mode/target_mode
    3. Autonomous cycle is the Trading desk loop (Studio Start loop, Tauri `#/trading`, `navin trading start`). Use `trading action=start` / `stop` / `schedule` / `tick`. Do not create a chat cron that ticks.
    4. Heartbeat (silent unless useful): the gateway already ran `trading action=watch`. If `watch.count` is 0, stop. Never start, stop, schedule or tick from heartbeat.
    5. For one name: action=research or action=backtest with `symbol`
    6. Pending paper buys: action=approve or action=reject with `id`
    
    ## Mandate shape
    
    Domains (equities, crypto, NFT, listed real-estate), countries, risk mode (user or agent), target return mode (user or agent), Telegram / WhatsApp / email alerts. Universe, horizon, filters, confidence floor, position %, stop, approval amount, loop cadence. Example: Bourse et crypto en France et aux Emirats, stop 5 %, gain cible 12 %, laisse l'agent choisir le reste, alerte Telegram.
    
    ## Output
    
    Cite tool results. Show action, confidence, specialist scores, judge reason, and any risk block. No em dash.
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related