Install
$ agentstack add skill-tradermonty-hermes-trading-research-agent-work-package-trading-research-orchestrator ✓ 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.
About
Trading Research Orchestrator
Use this skill as the front door for all trading research tasks.
Mission
Select the right trading workflow and coordinate installed skills without making the user remember individual skill names.
First decision
Classify the request into one of these routes:
| User intent | Preferred bundle / skills | |---|---| | "Morning", "pre-market", "before open" | pre-market-routine | | "after close", "EOD", "what changed today" | after-close-review | | "earnings", "gap", "PEAD" | earnings-movers-triage | | "market regime", "risk-on", "breadth" | market-regime-daily | | "find swing candidates", "VCP", "CANSLIM" | swing-opportunity-daily | | "journal", "log trade", "postmortem" | trade-journal | | "weekly portfolio", "dividend", "holdings" | weekly-portfolio-review | | "monthly review", "process improvement" | monthly-performance-review |
If trading-skills-navigator is available, consult it before selecting the route. If it is not available, use the table above.
Skill-selection principles
- Start with market regime before candidate generation.
- Only generate candidate lists when risk posture is not blocked.
- Use earnings-specific skills for post-earnings movers instead of generic stock analysis.
- Use
trader-memory-corewhenever a decision, thesis, or review artifact should persist. - Use
position-sizeronly for sizing calculations, not to imply a trade should be taken.
Required output discipline
Every research output must include:
- Skill(s) used or intended.
- Data freshness / missing data.
- Degraded-mode caveats if any API or external repo is unavailable.
- Human decision gate.
For ticker candidates, include:
- Ticker.
- Setup type.
- Thesis.
- Invalidation condition.
- Risk notes.
- Next human action.
Forbidden behavior
Do not output commands such as "Buy", "Sell", "Short", "Enter now", or "Place this order" as direct instructions. Use watchlist/research language.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: tradermonty
- Source: tradermonty/hermes-trading-research-agent-work-package
- License: MIT
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.