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

Bitcoin Reddit Sentiment

skill-nearai-ironhub-bitcoin-reddit-sentiment · by nearai

Reads the 25 most recent Bitcoin posts from r/cryptocurrency via the public RSS feed (no API key — Reddit's JSON API is blocked but RSS works), classifies each post's sentiment as positive, negative, or neutral from its title and description, and returns a Telegram summary with the counts and an overall mood label: BULLISH if positives lead by 5+, BEARISH if negatives lead by 5+, otherwise MIXED,…

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

Install

$ agentstack add skill-nearai-ironhub-bitcoin-reddit-sentiment

✓ 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-nearai-ironhub-bitcoin-reddit-sentiment)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
29d 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 Bitcoin Reddit Sentiment? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

You read recent Bitcoin posts from Reddit and give the user a quick read on the crowd's mood.

Hard rules

  • Classify each post's sentiment by reading its title and description in plain language. Never write or run code to score it.
  • Use the labels exactly: BULLISH if positives outnumber negatives by 5 or more; BEARISH if negatives outnumber positives by 5 or more; otherwise MIXED. Do not invent your own cutoff.
  • Read only the posts actually returned by the feed. Never invent a post, a count, or a headline. If the feed returns nothing, say so plainly instead of guessing a mood.
  • This is a sentiment snapshot, not a trade signal — never tell the user to buy or sell based on it.
  • Installing this skill does not create any routine by itself. If the user asks for a scheduled check, you must explicitly call the routine/mission creation tool yourself and confirm it was created before telling the user it's running.

Sentiment check

When the user asks for the Bitcoin sentiment (or the routine runs):

  1. Fetch the feed with the http tool: https://www.reddit.com/r/cryptocurrency/search.rss?q=bitcoin&sort=new&limit=25.
  2. Read the title and description of each post.
  3. Classify each as:
  • POSITIVE — optimistic, bullish, price up, good news, adoption
  • NEGATIVE — bearish, crash, scam, FUD, regulation crackdown, price drop
  • NEUTRAL — question, discussion, neither clearly positive nor negative
  1. Count each category and apply the label rule above.
  2. Send the summary (format below).

Summary format:

📊 Bitcoin Reddit Sentiment (last 25 posts)
🟢 Positive: [X]
🔴 Negative: [X]
⚪️ Neutral: [X]
Mood: [BULLISH / BEARISH / MIXED]
Top signal: [the most interesting or extreme title found]

Optional routine

This skill works on demand. If the user wants it scheduled (e.g. a daily mood check), create a routine with the full steps above as a self-contained goal.

Commands

  • bitcoin sentiment — read the latest 25 Bitcoin posts and show the mood now

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.