AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Market Crypto

skill-jagres0039-hermes-market-skills-crypto · by jagres0039

|

No reviews yet
0 installs
33 views
0.0% view→install

Install

$ agentstack add skill-jagres0039-hermes-market-skills-crypto

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-jagres0039-hermes-market-skills-crypto)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Market Crypto? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Crypto skill

Routing — use recommend by default

For ANY user question about trading, direction, entry, buy/sell, "analisa", "rekomendasi", "gimana arahnya", "mau beli/jual", "setup", "sinyal", "pump", "dump" — call recommend. It is the engine that combines TA + SMC + macro + news + Telegram sentiment and outputs the actionable verdict.

Only call analyze if the user explicitly asks for a plain TA snapshot, "chart aja", or "ringkasan teknikal" without asking for a decision.

Output format — ALWAYS use --tg

Append --tg to every recommend and analyze call. It makes the skill emit a pre-rendered plain-text Telegram card (verdict + plan + R/S levels + explicit LONG/SHORT trigger conditions + 3 reasoning bullets + macro tags + NFA). The card is the message body — relay it verbatim to the user.

DO NOT re-narrate the card into "Current Snapshot / Critical Levels / Last 7 Candles / Skenario / Rekomendasi" essays. The card is intentionally terse so the user gets actionable info at a glance.

# Recommended invocation (used for ALL market queries):
python3 -m skills.crypto.analyze recommend  --tf 1d --tg
python3 -m skills.crypto.analyze analyze  --tf 1d --tg   # legacy, also emits card via --tg

Skip --tg only when the user explicitly asks for a chart attachment or a full data drill-down (e.g. "kasih chart" / "jelasin SMC-nya panjang").

Commands (recommend = default for trading queries)

| Command | Example | What it returns | | --- | --- | --- | | recommend | recommend BTC --tf 1d | verdict (LONG/SHORT/WAIT) + confidence + score + entryzone + stoploss + takeprofit[3] + riskreward[3] + suggestedleveragex + reasoning + warnings + SMC detectors (OB/FVG/sweeps/zone) + news_summary (RSS + Telegram) + narrative | | backtest | backtest BTC --tf 1d --risk balanced | walk-forward metrics (trades, win%, total R, profit factor, max DD, expectancy) | | analyze | analyze SOL --tf 1d | legacy: snapshot + chart PNG + news + narrative (NO verdict). Prefer recommend. | | price | price BTC | live USD/IDR, mcap, 24h vol, 24h change | | ta [--tf 1d] | ta ETH --tf 4h | raw RSI/MACD/BB/EMA/ATR/pivot | | news [symbol] | news BTC | latest CryptoPanic posts | | compare | compare BTC ETH | side-by-side TA snapshot | | watchlist add/rm/list [sym] | watchlist add BTC | manage persistent watchlist |

recommend flags

  • --tf {1h|4h|1d|1w} (default 1d)
  • --risk {conservative|balanced|aggressive} (default conservative: |score|≥4 & RR≥2)
  • --mtf enable multi-timeframe confluence (1w / 1d / 4h)
  • --no-smc opt-out of Smart Money Concepts overlay (default ON)
  • --no-news / --no-telegram opt-out of news/Telegram sentiment
  • --no-narrative skip LLM narrative

Output is JSON to stdout. Charts are saved to $HERMES_CHART_OUT (default /tmp/hermes-charts/) and the absolute path is included in the JSON as chart_path.

Symbols

Use the bare ticker (BTC, ETH, SOL, DOGE). The skill maps it to:

  • CoinGecko ID (bitcoin, ethereum, solana, …) for price + market data.
  • CCXT pair /USDT for OHLCV via Binance public REST.

Custom mappings can be added in feeds.py:_COINGECKO_IDS. For coins not in the map, the lowercased ticker is tried as a CoinGecko ID directly.

Data sources

  • CoinGecko/simple/price, /coins/{id}. Free Demo tier or anonymous. Set COINGECKO_API_KEY to lift the rate limit.
  • Binance via CCXTfetch_ohlcv on spot pairs. No auth, no key.
  • DeFiLlama/tvl/{protocol}, chain TVL. No auth.
  • CryptoPanic/posts/. Requires CRYPTOPANIC_API_KEY (free 200/day).
  • alternative.me — Fear & Greed /fng/?limit=1. No auth.

Hermes autonomy

Read-only by design. No trade execution, no signing, no on-chain calls. Safe to run without confirmation. The agent should still apply rate-limit prudence (max ~10 analyze calls/min).

Caveats

  • Stablecoins (USDT, USDC) work for price queries but TA is meaningless.
  • Memecoins outside the curated ID map need either the explicit CoinGecko slug or the CCXT pair name (PEPE/USDT).
  • TwelveData and Glassnode are NOT used — keeping the crypto skill 100% free tier.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.