Gold Analysis
- Repo stars 640
- License MIT
- Author repo honeclaw
Gold Analysis
Use this skill when the user asks about gold, gold-linked ETFs such as GLD, or gold miners and wants a structured market read rather than a generic headline summary.
Workflow
- Clarify whether the user means spot gold, a gold ETF, or an individual miner.
- Use
web_searchto gather the latest macro drivers such as real yields, central-bank tone, U.S. dollar direction, inflation expectations, and geopolitical stress. - If the user asks about a tradable gold proxy such as
GLD,IAU, or a miner ticker, usedata_fetch(data_type="snapshot", symbol="...")for baseline price action and company or fund context. - Separate the answer into near-term catalysts, medium-term drivers, and the main invalidation risks.
Output Goal
Deliver a concise research note that explains what is currently supporting or pressuring gold, what conditions would strengthen or weaken the investment mainline, and which indicators the user should keep monitoring. Keep the tone analytical and avoid direct buy or sell instructions.
If the user wants a trend chart for gold, real yields, DXY, ETF flows, or a side-by-side miner comparison, use chart_visualization once you have the relevant numbers.
- Fluxly category
- Other
- Author-declared agents
- No explicit declaration found; this is not inferred or tested compatibility
- Static check
- 94 / 100 · heuristic scan, not runtime safety proof
- Author / version / license
- @B-M-Capital-Research · MIT
- Fluxly token estimate
- Lean
- Fluxly setup estimate
- Plug-and-play
- External API key
- No requirement detected
- Detected OS requirements
- Unspecified
- Runtime requirements
- Unspecified
- Detected file/system behavior
-
- Read-only
- Write / modify
- Detected network behavior
- Local-only
- Install commands
- None (reference only)
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
The current SKILL.md does not define a fixed output example. Use this skill when the user asks about gold, gold-linked ETFs such as GLD, or gold miners and wants a structured market read rather than a generic headline summary.
Clarify whether the user means spot gold, a gold ETF, or an individual miner. Use websearch to gather the latest macro drivers such as real yields, central-bank tone, U.S. dollar direction, inflation expectations, and geopolitical stress.
Deliver a concise research note that explains what is currently supporting or pressuring gold, what conditions would strengthen or weaken the investment mainline, and which indicators the user should keep monitoring. Keep the tone analytical and avoid direct…
## Gold Analysis
Use this skill when the user asks about gold, gold-linked ETFs such as `GLD`, or gold miners and wants a structured market read rather than a generic headline summary.
### Workflow
1. Clarify whether the user means spot gold, a gold ETF, or an individual miner.
2. Use `web_search` to gather the latest macro drivers such as real yields, central-bank tone, U.S. dollar direction, inflation expectations, and geopolitical stress.
3. If the user asks about a tradable gold proxy such as `GLD`, `IAU`, or a miner ticker, use `data_fetch(data_type="snapshot", symbol="...")` for baseline price action and company or fund context.
4. Separate the answer into near-term catalysts, medium-term drivers, and the main invalidation risks.
### Output Goal
Deliver a concise research note that explains what is currently supporting or pressuring gold, what conditions would strengthen or weaken the investment mainline, and which indicators the user should keep monitoring. Keep the tone analytical and avoid direct buy or sell instructions.
If the user wants a trend chart for gold, real yields, DXY, ETF flows, or a side-by-side miner comparison, use `chart_visualization` once you have the relevant numbers. Author text anchors workflow facts; Fluxly only indexes current sections, terms, files, and commands.
sections -> Gold Analysis → Workflow → Output Goal
terms -> no emphasized key terms
files/cmd -> GLD · websearch · IAU · datafetch(datatype="snapshot", symbol="...") · chartvisualization
body sha256 -> 9d3a4f81d166
Decide Fit First
Design Intent
How To Use It
Boundaries And Review