Agent skill · Content & Marketing

sampling-bluesky-zeitgeist

DEPRECATED - Use browsing-bluesky skill instead. Sample and analyze Bluesky firehose to identify trending topics and content clusters. Use when user asks about "what's happening on Bluesky", "Bluesky trends", "zeitgeist", "firehose analysis", or wants to see real-time topic clusters from the network.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill sampling-bluesky-zeitgeist --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Version: 0.1.0
Path: skills/analysis/sampling-bluesky-zeitgeist/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Sampling Bluesky Zeitgeist **⚠️ DEPRECATED: This skill has been consolidated into the `browsing-bluesky` skill.** Use `browsing-bluesky` for firehose sampling via the `sample_firehose()` function. --- ## Legacy Documentation Capture and analyze multiple windows of Bluesky firehose data, identify content clusters, and present results showing both individual sample windows and aggregate trends. ## Workflow ### 1. Setup Install dependencies: ```bash cd /home/claude && npm install ws https-proxy-agent 2>/dev/null ``` ### 2. Run Sample Windows Execute 3 consecutive 10-second samples: ```bash node /mnt/skills/user/sampling-bluesky-zeitgeist/scripts/zeitgeist-sample.js --duration 10 > /home/claude/sample1.json 2>/dev/null node /mnt/skills/user/sampling-bluesky-zeitgeist/scripts/zeitgeist-sample.js --duration 10 > /home/claude/sample2.json 2>/dev/null node /mnt/skills/user/sampling-bluesky-zeitgeist/scripts/zeitgeist-sample.js --duration 10 > /home/claude/sample3.json 2>/dev/null ``` ### 3. Analyze & Build DATA Object Parse each JSON file and aggregate: - Sum totalPosts, calculate avgPostsPerSecond - Merge topWords, topPhrases, entities across windows - Calculate per-minute rates: `(coun

What's inside
Steps it walks through
  1. Legacy Documentation
  2. Workflow
  3. 1. Setup
  4. 2. Run Sample Windows
  5. 3. Analyze & Build DATA Object
  6. 4. Identify Content Clusters
  7. 5. Create Artifact via Template
  8. Output Format
  9. Refresh Workflow
  10. Topic Monitoring Workflow
  11. Option A: Filtered Sampling
  12. Option B: General + Topic Velocity (Recommended)
  13. Responding to Topic Requests
  14. Error Handling
Ships with 1 file
  • metadata.json
Commands it runs
cd /home/claude && npm install ws https-proxy-agent 2>/dev/null
node /mnt/skills/user/sampling-bluesky-zeitgeist/scripts/zeitgeist-sample.js --duration 10 > /home/claude/sample1.json 2>/dev/null
node /mnt/skills/user/sampling-bluesky-zeitgeist/scripts/zeitgeist-sample.js --duration 10 > /home/claude/sample2.json 2>/dev/null
node /mnt/skills/user/sampling-bluesky-zeitgeist/scripts/zeitgeist-sample.js --duration 10 > /home/claude/sample3.json 2>/dev/null
cp /mnt/skills/user/sampling-bluesky-zeitgeist/assets/zeitgeist-template.html /mnt/user-data/outputs/zeitgeist.html
node zeitgeist-sample.js --duration 15 --filter "lakers" > /home/claude/topic1.json 2>/dev/null
More from claude-skill-registry
All skills →
About this skill
What does the sampling-bluesky-zeitgeist skill do?

DEPRECATED - Use browsing-bluesky skill instead. Sample and analyze Bluesky firehose to identify trending topics and content clusters. Use when user asks about "what's happening on Bluesky", "Bluesky trends", "zeitgeist", "firehose analysis", or wants to see real-time topic clusters from the network.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill sampling-bluesky-zeitgeist --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going