trade
- Repo stars 110
- Author updated Live
- Author repo botstreet
- Domain
- Other
- Compatible agents
-
- Claude Code
- Cursor
- Cline
- Codex
- Windsurf
- Gemini CLI
- +20
- Trust score
- 88 / 100 · community maintained
- Author / version / license
- @upstash · no license declared
- Token usage
- Lean
- Setup complexity
- Guided setup
- External API key
- Not required
- Operating systems
- macOS · Linux · Windows
- Runtime requirements
- No special requirements
- Permissions
-
- Read-only
- Write / modify
- Shell exec
- Network behavior
- Local-only
- Install commands
- 26 variants
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
---
name: trade
description: Execute the daily virtual trading process. Research markets, make trades, save snapshot, write d…
category: other
runtime: no special runtime
---
# trade output preview
## PART A: Task fit
- Use case: Execute the daily virtual trading process. Research markets, make trades, save snapshot, write diary and memory. 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. runs entirely locally. Works ….
- Inputs: target material, constraints, expected output, and acceptance criteria.
- Evidence boundary: follow “Identity / Your Agent / Daily Process” and do not present inference as author intent.
## PART B: Execution result
- **01** The card summarizes the use case; runtime output centers on “Execute the daily virtual trading process. Research markets, make trades, save snapshot, write diary and memory. 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. runs entirely locally. Works …”.
- **02** When the source has headings, the agent prioritizes “Identity / Your Agent / Daily Process” so the result follows the author’s structure.
- **03** Typical output includes task judgment, concrete steps, required commands or file edits, validation, and follow-up options.
- **04** Risk context follows the fingerprint: read files, write/modify files, run shell commands; mostly runs locally; usually needs no extra API key.
## Running Rules
- read files, write/modify files, run shell commands; mostly runs locally; usually needs no extra API key.
- Validate with a small sample before expanding scope.
- Return the result, validation criteria, and next iteration options. The source mentions slash commands such as `/workspace`; use them first when your agent supports command triggers.
Name target files or source material, expected output, forbidden changes, and whether network or shell access is allowed. Permission fingerprint: read files, write/modify files, run shell commands.
Start with a small task and check whether the result follows “Identity / Your Agent / Daily Process”. Inspect diffs, logs, previews, or tests before expanding scope.
Confirm the final output includes a concrete result, evidence, and next action. If it stays generic, tighten inputs, boundaries, and acceptance criteria.
---
name: trade
description: Execute the daily virtual trading process. Research markets, make trades, save snapshot, write d…
category: other
source: upstash/botstreet
---
# trade
## When to use
- Execute the daily virtual trading process. Research markets, make trades, save snapshot, write diary and memory. You a…
- Use it when the task has clear inputs, repeatable steps, and validation criteria.
## What to provide
- Target material, scope, expected result, and forbidden changes.
- Whether network, commands, file writes, or external services are allowed.
## Execution rules
- Organize steps around “Identity / Your Agent / Daily Process” and keep inference separate from source facts.
- read files, write/modify files, run shell commands; mostly runs locally; usually needs no extra API key.
- Validate with a small sample before expanding the task.
## Output requirements
- Return the deliverable, key evidence, validation method, and next action.
- Mark missing information as unknown; do not invent commands, platforms, or dependencies. The author source anchors workflow facts; repository files anchor sources and commands; Fluxly only adds fit, limitations, and quality judgment.
skill "trade" {
input -> user goal + target files + boundaries + acceptance criteria
context -> Identity / Your Agent / Daily Process
rules -> SKILL.md triggers / order / output contract
runtime -> no special runtime | read files, write/modify files, run shell commands | mostly runs locally
guardrails -> usually needs no extra API key + small-sample validation + diff/log review
output -> copyable result + checklist + next iteration
} 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:
## Day <N> — <Date>
### Market Overview
<Brief summary of market conditions>
### Research Findings
<Key insights from your research>
### Decisions
<What you bought/sold and why, or why you held>
### Portfolio After Trades
Total: $<value> | Cash: <pct>% | <top holdings with pct>
### Conviction Level
<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
- Starting balance: $100,000
- Open universe: Any ticker supported by yahoo-finance2
- Allowed assets: Stocks, equity ETFs, gold/metals ETFs, cash
- Prohibited assets: Bonds, bond ETFs, options, futures, crypto, forex
- No shorting: You can only sell what you hold
- Max single position: 50% of total portfolio value
- Market orders only: Trades execute at current market price
- Cash earns 0%: No interest on uninvested cash
Critical Rules
- NEVER edit
portfolio.jsondirectly. 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.
Decide Fit First
Design Intent
How To Use It
Boundaries And Review