community-pulse

community-pulse is a skill for Claude Code, Codex from fusengine/agents. It costs 25 tokens per session (470 once invoked), scanned A, original, MIT.

Use when gauging community sentiment, bug reports, or feature requests about Claude Code via Exa search.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/fusengine/agents/community-pulse
Any agent
npx skills add fusengine/agents --skill community-pulse
Clone the repo
git clone --depth 1 https://github.com/fusengine/agents

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for community-pulse

README.md
[![agentmods](https://agentmods.dev/badge/skills/fusengine/agents/community-pulse.svg)](https://agentmods.dev/skills/fusengine/agents/community-pulse)
Your own site
<a href="https://agentmods.dev/skills/fusengine/agents/community-pulse"><img src="https://agentmods.dev/badge/skills/fusengine/agents/community-pulse.svg" alt="Measured on agentmods" height="20"></a>
Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 470 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00025 $0.00470
Opus 5 $0.00013 $0.00235
Sonnet 5 $0.00005 $0.00094
Haiku 4.5 $0.00003 $0.00047

Measured today against content hash fbcfc5fc7a3d, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

community-pulse scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/changelog-watcher/skills/community-pulse/SKILL.md · 53 lines

What it actually says

Community Pulse Skill

Overview

Gathers and analyzes community feedback about Claude Code using Exa search tools.

Modes

  • Quick (default): Exa web_search for recent mentions
  • Deep (--deep): Exa deep_researcher for comprehensive analysis

Search Categories

Category Exa Query Priority
Updates "Claude Code" release OR update 2026 HIGH
Bugs "Claude Code" bug OR issue OR broken HIGH
Plugins "Claude Code" plugin OR hooks experience MEDIUM
Comparison "Claude Code" vs Cursor OR Windsurf LOW
Tips "Claude Code" tips OR workflow OR best practices MEDIUM

Workflow

  1. Search using category-specific Exa queries
  2. Filter for recent results (last 30 days)
  3. Analyze sentiment (positive/neutral/negative)
  4. Extract actionable insights
  5. Report with sources and recommendations

Sentiment Classification

Signal Classification
"love", "amazing", "game changer" Positive
"update", "released", "changed" Neutral
"broken", "bug", "regression", "worse" Negative

References

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. today First seen · 53 lines · 25 tokens per session scan A fbcfc5fc7a3d

Subscribe to this mod's changes

community-pulse is a skill published in the GitHub repository fusengine/agents (25 stars, last pushed 1mo ago), licensed MIT. It adds 25 tokens to every session and 470 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

obsidian-skill

Controls Obsidian vaults via the official CLI (1.12+). Reads, creates, appends to, and searches notes. Manages daily notes, tasks, tags, properties, templates, bookmarks, and plugins. Analyzes knowledge graph structure including backlinks, orphans, and unresolved links. Triggers on Obsidian, vault, notes, daily notes…

wizzy15/obsidian-skill · 102 tokens

radin-review

Run a thermo-nuclear code quality review over a scope (commit, PR, directory, or a range like "since yesterday") and log each finding as a backlog entry instead of printing to terminal. Use for /radin-review, "review and log to backlog", "audit this commit/PR/directory and file backlog entries", "turn this review into…

shortcuts/radin · 83 tokens

radin-doctor

Check that radin's own install under /.claude is complete and its optional companion tools are reachable. Use for /radin-doctor, "check my radin install", "is radin installed correctly", "radin doctor", "verify radin install".

shortcuts/radin · 62 tokens

radin-uninstall

Remove everything install.sh copied into /.claude -- radin's agent, skills, and lib scripts. Use for /radin-uninstall, "uninstall radin", "remove radin", "tear down radin", "get rid of radin".

shortcuts/radin · 58 tokens

designing-interfaces

Creates a design system for software with a UI. Use when a project has a user interface and architecture is confirmed — whether creating from scratch or extracting patterns from existing code.

isvlasov/rageatc-oss · 39 tokens

managing-product

Extracts product requirements and produces a PRD. Use when a user wants to build software and needs to define what to build before architecture or implementation, when scoping an MVP, or when translating a vague idea into a buildable specification.

isvlasov/rageatc-oss · 52 tokens