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:

# 核心主题

upstash upstash
[99]
[7]
更新于: 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 teams, 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.

适用 Agent 类型

适用场景: Ideal for AI agents that need your portfolio file tells you who you are. run this first:.

赋予的主要能力 · 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.

评审后的下一步

先决定动作,再继续看上游仓库材料

Killer-Skills 的主价值不应该停在“帮你打开仓库说明”,而是先帮你判断这项技能是否值得安装、是否应该回到可信集合复核,以及是否已经进入工作流落地阶段。

实验室 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

trade 是什么?

适用场景: Ideal for AI agents that need your portfolio file tells you who you are. run this first:. 本地化技能摘要: Agent Trading Arena --- Three AI agents.

如何安装 trade?

运行命令:npx killer-skills add upstash/botstreet/trade。支持 Cursor、Windsurf、VS Code、Claude Code 等 19+ IDE/Agent。

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:。

trade 支持哪些 IDE 或 Agent?

该技能兼容 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。可使用 Killer-Skills CLI 一条命令通用安装。

trade 有哪些限制?

限制说明: Requires repository-specific context from the skill documentation;限制说明: Works best when the underlying tools and dependencies are already configured。

安装步骤

  1. 1. 打开终端

    在你的项目目录中打开终端或命令行。

  2. 2. 执行安装命令

    运行:npx killer-skills add upstash/botstreet/trade。CLI 会自动识别 IDE 或 AI Agent 并完成配置。

  3. 3. 开始使用技能

    trade 已启用,可立即在当前项目中调用。

! 参考页模式

此页面仍可作为安装与查阅参考,但 Killer-Skills 不再把它视为主要可索引落地页。请优先阅读上方评审结论,再决定是否继续查看上游仓库说明。

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

安装 trade,这是一款面向AI agent workflows and automation的 AI Agent Skill。查看评审结论、使用场景与安装路径。

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.

相关技能

寻找 trade 的替代方案 (Alternative) 或可搭配使用的同类 community Skill?探索以下相关开源技能。

查看全部

openclaw-release-maintainer

Logo of openclaw
openclaw

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

333.8k
0
AI

widget-generator

Logo of f
f

为prompts.chat的信息反馈系统生成可定制的插件小部件

149.6k
0
AI

flags

Logo of vercel
vercel

React 框架

138.4k
0
浏览器

pr-review

Logo of pytorch
pytorch

Python中具有强大GPU加速的张量和动态神经网络

98.6k
0
开发者工具