Personal U.S. stock trading research workspace with market-intelligence agent skills and a local realtime charting app.
Supply asset profile
Deep research, source comparison, literature review, RAG, knowledge search, and reports.
Scenario
Research agents
I need my agent to research a topic, compare sources, and produce a concise report.
Agent fit
Claude Code + CLI + Codex
Codex, Claude Code, Cursor, CLI, or custom agents.
Install
Ready
npx skills add Innei/trade-skills
Maintenance
fresh
12d since push
Risk
Needs review
License is unclear
GitHub quality
134
74/100 quality · 77/100 trust
Coverage tags
Review notes
License is unclear · Quality score needs review
Agent adoption scorecard
These scores combine public repository metadata, OpenAgentSkill review signals, maintenance freshness, and install readiness. They are a shortlist signal, not a replacement for human review.
Quality
StrongSolid option that is likely worth shortlisting for production workflows.
Trust
Sandbox onlyUseful candidate with missing or mixed trust signals. Keep it in an isolated workspace until the outcome loop proves task fit.
Audit
Needs reviewInstall readiness, security metadata, maintenance, and adoption risk.
Trust Score v5
Run only in a sandbox and compare close alternatives before using it for real work.
Stars
134 GitHub stars
Repo activity
134 stars, 12 forks
Maintenance
12d since push
License
Unknown
Install
npx skills add Innei/trade-skills
Install safety
standard package or runtime install path
Permission surface
filesystem or document access, network or browser access
Agent outcomes
No agent outcome data yet
Docs
Strong README/SKILL.md context
Risk summary
Install readiness
Agent-readable metadata
Use this block or the embedded JSON to decide whether an agent should install this skill, choose an alternative, or ask for human review first.
Suited tasks
Suited agents
Install decision
Trust and risk
Outcome loop
Do not use when
Agent safety v2
Usable candidate, but the agent should surface permission and audit notes before installation.
Require human approval before installing into a real workspace.
medium
Skill likely fetches remote pages, APIs, repositories, or external services.
medium
Skill may read or write project files, documents, generated artifacts, or local workspace state.
Install targets
Copy the registry command or an agent-specific install prompt for Codex, Claude Code, and Cursor.
Use the registry command when your workflow supports the OpenAgentSkill installer.
$ npx skills add Innei/trade-skillsAgent resolve plan
The Resolve API returns the selected skill, alternatives, safety policy, audit notes, install target, and copy-paste prompt an agent can follow without scraping this page.
Resolve JSON
/api/agent/resolve?task=Use%20Trade%20Skills%20for%20an%20agent%20workflow&agent=codex&max_risk=medium
Resolve text
/api/agent/resolve?task=Use%20Trade%20Skills%20for%20an%20agent%20workflow&agent=codex&max_risk=medium&format=text
Install handoff
/api/skills/innei-trade-skills/install
Agent should check
Copy prompt
Task: Use Trade Skills in this workspace.
Resolve first: https://www.openagentskill.com/api/agent/resolve?task=Use%20Trade%20Skills%20for%20an%20agent%20workflow&agent=codex&max_risk=medium
Review install handoff: https://www.openagentskill.com/api/skills/innei-trade-skills/install
Install command: npx skills add Innei/trade-skills
Before running it, summarize audit warnings, required permissions, and the fallback skill if install is risky.Agent handoff
Use the public install endpoint to fetch the command, safety checklist, target prompts, and canonical links for this skill.
Install handoff
/api/skills/innei-trade-skills/install
LLM text format
/api/skills/innei-trade-skills/install?format=text
Find alternatives
/api/skills/search?q=Trade%20Skills&limit=3
Agent prompt
Use Trade Skills for this task. Review https://www.openagentskill.com/api/skills/innei-trade-skills/install, then install with: npx skills add Innei/trade-skillsRegistry metadata
This page exposes the same decision, trust, audit, use-case, and install signals through the Registry API, so agents can rank this skill without scraping the UI.
Manifest
/api/registry/manifest/innei-trade-skills
LLM text
/api/registry/manifest/innei-trade-skills?format=text
Install alias
/api/registry/install/innei-trade-skills
Recommend
/api/registry/recommend?task=Use%20Trade%20Skills%20in%20an%20agent%20workflow&limit=3
Agent fit
GitHub automation
Use-case tags
Platforms
TypeScript, Claude Code
Audit report
Review install readiness, maintenance, trust, quality, and metadata warnings before adding this skill to an agent workflow.
Agent decision cockpit
Shortlist this skill and compare it with close alternatives before production adoption.
Role in stack
Companion skill
Primary fit
GitHub automation
Trust label
Strong shortlist
Install path
Command ready
Use when
Evidence
Review first
Implementation path
Trust profile
Useful candidate with missing or mixed trust signals. Keep it in an isolated workspace until the outcome loop proves task fit.
GitHub adoption
INFO134 GitHub stars
Stars/forks activity
CHECK134 stars, 12 forks; issue activity unavailable in current metadata
Recent maintenance
PASS12d since push
License clarity
CHECKUnknown
Good signals
Review before install
Recommended action
Run only in a sandbox and compare close alternatives before using it for real work.
Quality profile
Solid option that is likely worth shortlisting for production workflows.
Workflow fit
Manage repositories
I need my agent to triage GitHub issues, review pull requests, and summarize repository changes.
Investigate faster
I need my agent to research a topic, compare sources, and produce a concise report.
Analyze markets
I need my agent to analyze markets, financial data, filings, portfolios, and quant strategies.
Stack fit
Find, compare, and synthesize
A stack for agents that gather sources, compare claims, summarize long material, and draft useful research briefs.
Inspect, patch, and verify code
A stack for software agents that inspect repositories, review pull requests, generate tests, and turn findings into shippable patches.
Scrape, clean, and reuse web data
A practical stack for agents that crawl public pages, extract clean content, normalize data, and hand it to downstream research or RAG workflows.
Alternative shortlist
Similar skills in this category, ranked with the same readiness and quality signals.
100+ AI Agent & RAG apps you can actually run — clone, customize, ship.
📚 《从零开始构建智能体》——从零开始的智能体原理与实践教程
Ready-to-run cloud templates for RAG, AI pipelines, and enterprise search with live data. 🐳Docker-friendly.⚡Always in sync with Sharepoint, Google Drive, S3, Kafka, PostgreSQL, real-time data APIs, and more.
Build AI Agents, Visually
# trade-skills
> 个人美股交易研究工作台:交易日志、市场情报 Agent Skill,以及本地实时图表应用。
这是**交易日志仓库**,不是对外发布的软件产品。它做三件事:
1. **留下可查的记录**:所有札记都是纯 markdown,按日期放在 `journal/`,按个股放在 `stocks/`,图表数据 JSON 放在 `journal/charts/data/`。没有数据库。 2. **提供一套调研工具**:`~agents/skills/` 和 `~claude/skills/` 下的 Skill 调用券商、政府、新闻接口,把零散数据拼成一份能落档的研究稿,同时从第三方 skill 生态引入估值、财报分析、期权、相关性分析等能力。 3. **本地渲染图表**:`app/`(Fastify + TypeScript 服务端内嵌 Vite middleware,React 前端)在 `http://localhost:5199` 渲染全部图表——K 线、资金流、SEPA 仪表盘、短线多周期预测面板,指标全部服务端实算,并带实时行情推送。
> [!NOTE] > 这套工具针对**美股**。Skill 内置的 cohort、宏观系列、新闻流都默认美股口径。
## 界面预览
图表应用(`app/`)本地跑在 `http://localhost:5199`。下面几张图分别是它的四类图表、个股驾驶舱和图表库——数据全部服务端实算,页面打开时走 SSE 实时刷新。
**个股驾驶舱**:一屏看完一只票——左侧多周期 K 线叠加均线 / MACD / K 线形态标注,右侧页签在预测、资金流、消息、持仓&环境、AI 点评之间切换。

<table> <tr> <td width="50%"><img src="https://github.com/Innei/trade-skills/releases/download/web-preview/chart-sepa.png" alt="SEPA 策略仪表盘"></td> <td width="50%"><img src="https://github.com/Innei/trade-skills/releases/download/web-preview/chart-intraday.png" alt="短线多周期预测面板"></td> </tr> <tr> <td><b>SEPA 策略仪表盘</b>——Minervini 趋势模板逐条打钩,长期均线值区、成交密集区、RS 相对强弱、量能比一屏呈现。</td> <td><b>短线多周期预测面板</b>——5m/15m/1h 切换,入场 / 止损 / 目标价位线,MACD 背离与 K 线形态自动标注,右栏给三档情景推演。</td> </tr> <tr> <td width="50%"><img src="https://github.com/Innei/trade-skills/releases/download/web-preview/chart-flow.png" alt="主力资金流曲线"></td> <td width="50%"><img src="https://github.com/Innei/trade-skills/releases/download/web-preview/chart-cohort.png" alt="跨标的资金净额对比"></td> </tr> <tr> <td><b>主力资金流曲线</b>——日内累计主力净流入,正负分区着色。</td> <td><b>跨标的资金净额对比</b>——一组标的的资金净额横向对比,看板块内谁在流入流出。</td> </tr> </table>
**图表库**:所有出过的图按日期归档,可按类型(sepa / intraday / flow / cohort)筛选;数据存在 `journal/charts/data/`,渲染永远用最新前端代码。

## 三层结构
仓库按层分工,每一层只做一件事。
### 第一层 · 数据源(原始检索)
| 来源 | 接入方式 | 覆盖范围 | |---|
Frameworks & Tools
Decision snapshot
recent repository activity
Audit snapshot
Install and adoption review
Agent-proven evidence
Outcome reports after resolve, review, install, and one narrow run.
No agent outcome data yet. The first agent run can report success, setup needs, risk blocks, failure, or not-relevant through /api/agent/outcome.
Install
Free and open source. Review the audit before production use.
Growth loop
Scenario-led draft for Trade Skills, ready for a manual X post.
Finance agents don't need louder takes. They need sources, data, and a repeatable research path. Trade Skills helps turn market noise into source-backed analysis an agent can reuse. 134 stars https://www.openagentskill.com/skills/innei-trade-skills?ref=x #AIAgents
Listing + install path for Trade Skills: https://www.openagentskill.com/skills/innei-trade-skills?ref=x Install: npx skills add Innei/trade-skills
Listing source
This listing was indexed from public sources and is not marked official until a maintainer claim is approved.
Attribution links to the public repository or creator profile. Creators can claim the listing to update ownership signals.
Claim this skillOwner claim
This community indexed listing is attributed to Innei but is not marked official yet. Claim it to add a verified owner signal and make future launch, install, and audit updates easier to trust.
Creator backlink kit
Show the canonical listing, current trust and audit signals, and real Agent Proven evidence where developers evaluate the repository.
[](https://www.openagentskill.com/skills/innei-trade-skills)
[](https://www.openagentskill.com/skills/innei-trade-skills)
[](https://www.openagentskill.com/skills/innei-trade-skills/audit)
[](https://www.openagentskill.com/skills/innei-trade-skills)Innei
@innei
Share whether this skill looks useful for your agent workflow. Aggregated feedback improves rankings over time.
Sandbox only
Awesome Llm Apps
100+ AI Agent & RAG apps you can actually run — clone, customize, ship.
114.5K stars · 0 installsHello Agents
📚 《从零开始构建智能体》——从零开始的智能体原理与实践教程
59.5K stars · 0 installsLlm App
Ready-to-run cloud templates for RAG, AI pipelines, and enterprise search with live data. 🐳Docker-friendly.⚡Always in sync with Sharepoint, Google Drive, S3, Kafka, PostgreSQL, real-time data APIs, and more.
59.3K stars · 0 installsFlowise
Build AI Agents, Visually
53.6K stars · 0 installs