Skip to content

/quick

Quick single-agent market check. Usage: /quick BTC or /quick ETH

From plugin
crypto-trading-desk
338 skills7 agents1 hook
Install
$ npx -y skills add hugoguerrap/crypto-claude-desk --skill quick --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/quick

Context preview

The summary Claude sees to decide when to auto-load this skill.

Quick single-agent market check. Usage: /quick BTC or /quick ETH

SKILL.md

quick.SKILL.md
name: quick
description: Quick single-agent market check. Usage: /quick BTC or /quick ETH
user-invocable: true

Quick Market Check

Get a fast snapshot of $ARGUMENTS using a single agent. No team needed.

Workflow

1. Delegate using the Task tool with `subagent_type: general-purpose` and `model: haiku`:

"You are the market-monitor agent. Quick market snapshot for $ARGUMENTS. Use these MCP tools (call them in parallel):

  • get_exchange_prices(symbol='{SYMBOL}/USDT') for live price, 24h change, volume
  • get_fear_greed_index() for market sentiment
  • get_funding_rate(symbol='{SYMBOL}') for futures funding rate

Also run a WebSearch for '{SYMBOL} crypto news today' to catch any breaking events. Be concise — this is a quick check, not a full analysis. Do NOT use the Edit tool."

2. Present the result directly to the user. Keep it brief.

When to suggest deeper analysis

If the agent detects any of these, suggest running `/analyze $ARGUMENTS`:

  • Price change >5% in 24h
  • Extreme Fear or Extreme Greed
  • Funding rate anomaly (>0.05% or <-0.05%)
  • Volume spike >2x average
Ships withcrypto-trading-desk

I used to spend weeks building multi-agent systems with LangGraph, CrewAI, and AutoGen. Hundreds of lines of Python orchestration code, custom state machines, fragile message passing between agents.

Get the whole plugin, auto-invoked

Other skills on crypto-trading-desk.