Imported from SKE-Labs/agent-trading-skills (
template/SKILL.md). Install upstream withnpx skills add SKE-Labs/agent-trading-skills --skill template. Copyright stays with the author (Apache-2.0).
Skill Title
Brief one-line introduction.
Identification
How to identify the pattern, setup, or condition:
- Step one — Description
- Step two — Description
- Step three — Description
| Parameter | Value | Notes |
|---|---|---|
| Level 1 | X% | Usage |
| Level 2 | Y% | Usage |
Workflow
1. Get Data
get_indicators(indicator_code="rsi", symbol=<symbol>, exchange=<exchange>, interval=<interval>, count=20)
2. Analyze
Describe what to look for in the data.
3. Mark on Chart
draw_chart_analysis(action="create", drawing={
"type": "support",
"points": [
{"time": <timestamp>, "price": <price>},
{"time": <timestamp>, "price": <price>}
],
"options": {"text": "Label"}
})
4. Report to Orchestrator
Provide structured summary: setup, confidence, key levels (entry, stop, target), indicator values, risk flags.
Key Rules
- Rule 1
- Rule 2
- NEVER: Critical mistake to avoid and why
Related Skills
- skill-name — relationship note
- skill-name — relationship note