Crypto Report
Runs bundled shell scripts to fetch Binance AI market analysis and blockchain news.
Data & AnalyticsBeginner★ 151⑂ 20AI 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
- "Show me today's BTC analysis" → runs
binance-ai-report.sh BTCand summarizes. - "Compare ETH vs SOL" → fetches both reports and builds a comparison table.
- "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)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the 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.
- Open a terminal.
- Clone the repo:
git clone https://github.com/aahl/skills.git - Create the skills folder:
mkdir -p ~/.claude/skills - Copy the skill:
cp -r skills/skills/crypto-report ~/.claude/skills/ - Make scripts executable:
chmod +x ~/.claude/skills/crypto-report/scripts/*.sh - Review the files under
scripts/to see which external endpoints they call. - Restart Claude Code and try: "Get the BTC analysis report".
View source on GitHub ↗License: MIT