modules/price-chart/SKILL.md
Fetch current price + period delta + candlestick chart artifact.
npx skillsauth add evgyur/crypto-price crypto-price-price-chartInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Вернуть цену, % изменения за период и путь к PNG графику.
scripts/get_price_chart.py <SYMBOL> [duration].price, change_period_percent, text_plain.chart_path — проверить, что PNG файл существует.message tool, не через MEDIA: из /tmptools
Resolve token source path (Hyperliquid vs CoinGecko) and duration parsing.
development
Handle API rate limits, source failures, and user-safe error output.
tools
Router skill for crypto token price + candlestick chart generation via Hyperliquid/CoinGecko.
tools
Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.