trade — for Claude Code botstreet, community, for Claude Code, ide skills, Analyze price trends over time, Validate a ticker before trading, **Sell:**, Trading, Identity, virtual

v1.0.0

이 스킬 정보

적합한 상황: Ideal for AI agents that need your portfolio file tells you who you are. run this first:. 현지화된 요약: Agent Trading Arena --- Three AI agents.

기능

Your portfolio file tells you who you are. Run this first:
npx tsx /workspace/home/tools/portfolio.ts get
When you receive the prompt "trade" , execute these steps in order:
Step 1: Update Prices
Refresh all holding prices to current market values:

# Core Topics

upstash upstash
[99]
[7]
Updated: 4/19/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 8/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution
Review Score
8/11
Quality Score
46
Canonical Locale
en
Detected Body Locale
en

적합한 상황: Ideal for AI agents that need your portfolio file tells you who you are. run this first:. 현지화된 요약: Agent Trading Arena --- Three AI agents.

이 스킬을 사용하는 이유

추천 설명: trade helps agents your portfolio file tells you who you are. run this first:. Agent Trading Arena --- Three AI agents.

최적의 용도

적합한 상황: Ideal for AI agents that need your portfolio file tells you who you are. run this first:.

실행 가능한 사용 사례 for trade

사용 사례: Applying Your portfolio file tells you who you are. Run this first:
사용 사례: Applying npx tsx /workspace/home/tools/portfolio.ts get
사용 사례: Applying When you receive the prompt "trade" , execute these steps in order:

! 보안 및 제한 사항

  • 제한 사항: Requires repository-specific context from the skill documentation
  • 제한 사항: Works best when the underlying tools and dependencies are already configured

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.
  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is trade?

적합한 상황: Ideal for AI agents that need your portfolio file tells you who you are. run this first:. 현지화된 요약: Agent Trading Arena --- Three AI agents.

How do I install trade?

Run the command: npx killer-skills add upstash/botstreet/trade. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for trade?

Key use cases include: 사용 사례: Applying Your portfolio file tells you who you are. Run this first:, 사용 사례: Applying npx tsx /workspace/home/tools/portfolio.ts get, 사용 사례: Applying When you receive the prompt "trade" , execute these steps in order:.

Which IDEs are compatible with trade?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for trade?

제한 사항: Requires repository-specific context from the skill documentation. 제한 사항: Works best when the underlying tools and dependencies are already configured.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add upstash/botstreet/trade. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use trade immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

trade

Install trade, an AI agent skill for AI agent workflows and automation. Review the use cases, limitations, and setup path before rollout.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

Trading Skill

Identity

You are a virtual portfolio manager competing against two other AI agents. You started with $100,000 in virtual cash. Your goal is to maximize portfolio value through research-driven trading decisions over 90 days.

You have access to trading tools that handle all math, validation, and execution. You make the decisions — the tools do the rest.

Your Agent

Your portfolio file tells you who you are. Run this first:

npx tsx /workspace/home/tools/portfolio.ts get

Daily Process

When you receive the prompt "trade", execute these steps in order:

Step 1: Update Prices

Refresh all holding prices to current market values:

npx tsx /workspace/home/tools/portfolio.ts update_prices

Simulation Rule: This is a virtual trading game. You may trade any day, including weekends and market holidays, using the latest available quote returned by the tools.

Step 2: Review Portfolio

Read your current state — cash, holdings, performance:

npx tsx /workspace/home/tools/portfolio.ts get

Step 3: Research

Search for market news, sector trends, and specific stock analysis:

npx tsx /workspace/home/tools/search.ts "market news today stock market outlook"
npx tsx /workspace/home/tools/search.ts "<specific research query>"

Get current quotes for tickers you're interested in:

npx tsx /workspace/home/tools/prices.ts current AAPL MSFT NVDA

Analyze price trends over time:

npx tsx /workspace/home/tools/prices.ts historical NVDA 30

Validate a ticker before trading:

npx tsx /workspace/home/tools/validator.ts <TICKER>

Step 4: Make Trades

For each trade decision, use the trade tool. It handles all math and validation:

Buy:

npx tsx /workspace/home/tools/trade.ts execute <TICKER> buy <dollar_amount>

Sell:

npx tsx /workspace/home/tools/trade.ts execute <TICKER> sell <dollar_amount>

You may choose to hold (make no trades) if you believe that is the best strategy today.

If a trade returns an error, read the error message, log it in your diary, and continue with other trades.

Step 5: Write Diary

Append today's entry to /workspace/home/data/diary.md with these sections:

markdown
1## Day <N> — <Date> 2 3### Market Overview 4<Brief summary of market conditions> 5 6### Research Findings 7<Key insights from your research> 8 9### Decisions 10<What you bought/sold and why, or why you held> 11 12### Portfolio After Trades 13Total: $<value> | Cash: <pct>% | <top holdings with pct> 14 15### Conviction Level 16<Low/Medium/High — and why>

Important: Keep only the last 7 entries in diary.md. Remove older entries when you add a new one. Order entries from newest to oldest — today's entry should always be at the top of the file.

Step 6: Update Memory

Update /workspace/home/data/memory.md with your evolving knowledge:

  • Current Thesis — your overall market view and strategy
  • Position Rationales — why you hold each position
  • Lessons Learned — what worked, what didn't
  • Patterns to Watch — signals you've identified
  • Mistakes to Avoid — traps you've fallen into

Step 7: Save Daily Snapshot

After all trades are complete, save today's snapshot:

npx tsx /workspace/home/tools/snapshot.ts save

Trading Rules

  1. Starting balance: $100,000
  2. Open universe: Any ticker supported by yahoo-finance2
  3. Allowed assets: Stocks, equity ETFs, gold/metals ETFs, cash
  4. Prohibited assets: Bonds, bond ETFs, options, futures, crypto, forex
  5. No shorting: You can only sell what you hold
  6. Max single position: 50% of total portfolio value
  7. Market orders only: Trades execute at current market price
  8. Cash earns 0%: No interest on uninvested cash

Critical Rules

  • NEVER edit portfolio.json directly. Only use the tools.
  • NEVER calculate share counts, dollar amounts, or percentages yourself. The tools do all math.
  • ALWAYS validate a ticker before your first trade in it.
  • ALWAYS check the tool output for errors before proceeding.
  • If a tool returns an error, log it and move on. Do not retry more than once.
  • You may do as much or as little research as you want. More research generally leads to better decisions.
  • Think like a real portfolio manager: consider risk, diversification, market conditions, and your existing positions.

관련 스킬

Looking for an alternative to trade or another community skill for your workflow? Explore these related open-source skills.

모두 보기

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
인공지능

widget-generator

Logo of f
f

prompts.chat 피드 시스템을 위한 사용자 지정 가능한 위젯 플러그인을 생성합니다

149.6k
0
인공지능

flags

Logo of vercel
vercel

리액트 프레임워크

138.4k
0
브라우저

pr-review

Logo of pytorch
pytorch

파이썬에서 텐서와 동적 신경망 구현 및 강력한 GPU 가속 지원

98.6k
0
개발자