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.
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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Legacy Documentation
- Workflow
- 1. Setup
- 2. Run Sample Windows
- 3. Analyze & Build DATA Object
- 4. Identify Content Clusters
- 5. Create Artifact via Template
- Output Format
- Refresh Workflow
- Topic Monitoring Workflow
- Option A: Filtered Sampling
- Option B: General + Topic Velocity (Recommended)
- Responding to Topic Requests
- Error Handling
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
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.
