Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

Crypto Report

Runs bundled shell scripts to fetch Binance AI market analysis and blockchain news.

Data & AnalyticsBeginner15120AI score 5/10Last updated: Jul 15, 2026

What it does

  • Fetches Binance's AI-generated market analysis report for a given ticker (BTC, ETH, SOL...).
  • Pulls blockchain news updates (TheBlockBeats feed) with optional page number.
  • Lets Claude Code run the scripts directly and summarize the output in chat.

Who it's for

  • Crypto investors who want a quick daily market briefing.
  • Analysts assembling research notes from price commentary and headlines.
  • Developers who prefer pulling crypto info straight from the terminal.

Examples

  1. "Show me today's BTC analysis" → runs binance-ai-report.sh BTC and summarizes.
  2. "Compare ETH vs SOL" → fetches both reports and builds a comparison table.
  3. "Round up blockchain news, first two pages" → calls the news script per page and lists headlines.

· · · Install guide · · ·

Try it now, no install

Paste this into Claude to use the skill without installing anything.

Read the instructions in this file and follow them to help me:
https://raw.githubusercontent.com/aahl/skills/HEAD/skills/crypto-report/SKILL.md

What I want: (describe your task here)

If Claude can't open the link, open it yourself and paste the contents instead.

If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.

Install in the Claude app (no terminal)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download ZIP
Install in Claude Code

Let Claude do it — paste this into Claude Code

Install the skill I found on Claude Skill Mart.
Copy the skills/crypto-report folder from the GitHub repo aahl/skills into my ~/.claude/skills/crypto-report/.
When it's done, tell me in one line what this skill can do.

Install with a command instead

git clone https://github.com/aahl/skills.git /tmp/aahl-skills && mkdir -p ~/.claude/skills && cp -r /tmp/aahl-skills/skills/crypto-report ~/.claude/skills/

This is a third-party skill. Check the source repository before installing.

  1. Open a terminal.
  2. Clone the repo: git clone https://github.com/aahl/skills.git
  3. Create the skills folder: mkdir -p ~/.claude/skills
  4. Copy the skill: cp -r skills/skills/crypto-report ~/.claude/skills/
  5. Make scripts executable: chmod +x ~/.claude/skills/crypto-report/scripts/*.sh
  6. Review the files under scripts/ to see which external endpoints they call.
  7. Restart Claude Code and try: "Get the BTC analysis report".