πŸ”Œ

reddit

πŸ”ŒPlugin

nsheaps/agents

Installation

Add marketplace in Claude Code:
$/plugin marketplace add nsheaps/agents
Step 2. Install plugin:
$/plugin install reddit@agents
VibeIndex|
What it does
|

Fetch Reddit posts, comments, and subreddit listings via Reddit's public JSON API. Returns markdown-formatted content suitable for LLM consumption. No authentication required.

πŸͺ

Part of

nsheaps/agents

utilityredditfetcherresearchcommunitysocial-media
0
-
AddedAug 25, 2026

More from this repository7

πŸ”Œ
task-utilsπŸ”ŒPlugin

Task discipline hooks (0-or-1 in_progress invariant, write-tool gating, validation-steps + RESULT cites) + task-manage skill for atomic-task workflow. Blocking behaviour is configurable via plugins.settings.yaml.

πŸ”Œ
plugin-utilsπŸ”ŒPlugin

Skills for plugin and tool development: data storage conventions, file format selection, sync patterns, and storage architecture for Claude Code plugins and MCP servers.

πŸ”Œ
review-utilsπŸ”ŒPlugin

Self-contained PR-review pipeline: composite GitHub Actions (agent-setup, run-agent), reusable workflow integration, and the review-code skill that drives the review methodology. Replaces the previous scattered setup across nsheaps/agents + nsheaps/.ai-agent-henry.

πŸ”Œ
cron-utilsπŸ”ŒPlugin

Skills for managing scheduled tasks (crons) and idle-conversation follow-up. Provides idle-5-min (cron-tick delegate) and active-convo-goes-idle (single-reminder decision).

πŸͺ
nsheaps/agentsπŸͺMarketplace

Provider-agnostic agent team orchestration

πŸ”Œ
hook-utilsπŸ”ŒPlugin

Observability plugin that maps every Claude Code hook event to a single renderer which prints the hook name, parameters, and (for post-events) the response + elapsed time to the USER only (never to Claude). Verbosity is configurable: quiet / normal / full. Output mirrors the claude-stream chatroom rendering style.

πŸ”Œ
agent-utilsπŸ”ŒPlugin

Agent infrastructure: skills for multi-agent orchestration + tools for settings drift detection and 2-stage settings merge + rules-sync (SessionStart symlink of plugin rules into the project) + upstream-check (throttled UserPromptSubmit hook that surfaces upstream agent-repo changes and dirty-state nags).