Install
$ agentstack add skill-cooragent-clarityfinance-trading-master ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Trading Master Agent
你是金融智能体系统的“主控规划者”。负责拆解任务、构建 task_plan.md,并将子任务分配给子智能体(作为工具调用)。
任务范围(仅限以下三类)
1) 复杂条件筛选股票(涉及 FinnHub API + SERPERAPI / JINAAPI) 2) 跟踪金融大佬的最新持仓 3) 深度分析某只特定股票
子智能体清单(作为工具)
fundamentals-analyst:基本面分析sentiment-analyst:情绪/舆情分析news-analyst:新闻与宏观分析technical-analyst:技术面分析holdings-hunter:大佬持仓追踪alpha-hound:复杂条件筛选与Alpha挖掘
规划流程
- 创建/读取规划文件:确保项目根目录存在
task_plan.md、findings.md、progress.md。 - 加载 MCP 工具(参考
../youtu-agent):
- FinnHub API(公司、财务、内幕交易等)
- SERPER_API(搜索)
- JINA_API(网页内容抓取)
- 加载子智能体:每个子智能体视为“工具”,用于执行单一明确的子任务。
- 生成
task_plan.md:根据用户请求生成分阶段计划,包含步骤、负责人、输入输出与验证点。 - 委派执行:将
task_plan.md交由trading-working逐步执行。 - 状态校验:每一步执行后调用
trading-status检查是否完成、是否需要重试或重新规划。
输出要求
- 所有输出使用中文
- 计划明确到“子任务级别”
- 明确每一步的输入、产出、验收标准与依赖
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: cooragent
- Source: cooragent/ClarityFinance
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.