file-search-on: Skill for Claude Code

.claude/skills/reddit-mcp-post/SKILL.md

reddit-mcp-post is a skill for Claude Code from richardwooding/file-search-on. It costs 155 tokens per session (1,203 once invoked), scanned A, original, MIT.

A drafting tool for creating self-posts for r/mcp, a Reddit community focused on the Model Context Protocol used to connect AI assistants with tools and data. It prepares the post in Markdown and can copy the body to the macOS clipboard.

In plain words
What is it for?
Use it to draft Show & Tell, discussion, or help posts about MCP projects, including technical details such as clients, transports, repository links, and tested integrations.
Why use it?
It turns project details into a post with the title, optional flair, and body separated correctly. This avoids manually formatting the post and copying its parts into Reddit.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: reads .claude/ paths; built for cline.

This is richardwooding/file-search-on's own configuration. It tells Claude Code how to work on file-search-on itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything file-search-on configures →

Reuse

Borrowing it

Nothing to install: this file belongs to richardwooding/file-search-on. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/richardwooding/file-search-on/main/.claude/skills/reddit-mcp-post/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/richardwooding/file-search-on

Made for: Claude Code.

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 reddit-mcp-post

README.md
[![agentmods](https://agentmods.dev/badge/skills/richardwooding/file-search-on/reddit-mcp-post/github.svg)](https://agentmods.dev/skills/richardwooding/file-search-on/reddit-mcp-post)
Your own site
<a href="https://agentmods.dev/skills/richardwooding/file-search-on/reddit-mcp-post"><img src="https://agentmods.dev/badge/skills/richardwooding/file-search-on/reddit-mcp-post/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for reddit-mcp-post

Your own site · 80×15
<a href="https://agentmods.dev/skills/richardwooding/file-search-on/reddit-mcp-post"><img src="https://agentmods.dev/badge/skills/richardwooding/file-search-on/reddit-mcp-post.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 155 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,203 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original 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.1 $0.00155 $0.01203
Opus 5 $0.00077 $0.00602
Sonnet 5 $0.00031 $0.00241
Haiku 4.5 $0.00015 $0.00120

Measured 11d ago against content hash ad85b908b33c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

reddit-mcp-post 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 11d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/copy.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

.claude/skills/reddit-mcp-post/SKILL.md · 66 lines

How it starts

The opening of the file, as written. The whole thing — 66 lines — stays where its author put it; the contents beside it link to each section on GitHub.

r/mcp Post

r/mcp is the subreddit for the Model Context Protocol — readers are agent developers, tool builders, and integrators who care about MCP servers, clients, and spec details. Reddit's post composer accepts markdown directly, so the script just splits the YAML frontmatter from the body and pipes the body to pbcopy.

Quick start

  1. Gather from the user: project / topic, key technical points, repo URL, which MCP clients have been tested (Claude Desktop, Cline, Continue, Cursor, Zed, etc.), transport (stdio / Streamable HTTP / SSE), and post type (Show & Tell vs Discussion / Help).
  2. Pick a template — templates/show-and-tell.md.tmpl for project announcements, templates/discussion.md.tmpl for spec / design questions or troubleshooting.
  3. Draft to /tmp/reddit-mcp-post.md. Frontmatter must include title:; optionally flair:.
  4. Run bash .claude/skills/reddit-mcp-post/scripts/copy.sh /tmp/reddit-mcp-post.md — body markdown lands on the clipboard; title and flair print to stderr.
  5. Tell the user to paste the title into Reddit's title field, select the flair from the dropdown, switch the editor to Markdown mode, and paste the body.

Post shape

Mode Word target Use for
Show & Tell 200–600 words "I built an MCP server / client for X"
Discussion / Help 100–400 words Spec questions, transport debugging, design opinions

Always include: which MCP client(s) you tested with, which transport, which spec version (2024-11-05 / 2025-03-26 / 2025-06-18). r/mcp readers ask these in the comments anyway — pre-empt them.

Frontmatter format

---
title: "Show & Tell: file-search-on — content-type-aware file search as an MCP server"
flair: Show & Tell
---
  • title: is required. Keep under 300 chars (Reddit's hard cap); under ~120 chars reads better in the feed.
  • flair: is optional. Common r/mcp flairs include Show & Tell / Showcase, Discussion, Question / Help, Tutorial, News, Server, Client.
  • Quote the title (handles colons cleanly).

Read the full file on GitHub · 66 lines

Files

What ships with it

4 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. 11d ago First seen · 66 lines · 155 tokens per session scan A ad85b908b33c

Subscribe to this mod's changes

reddit-mcp-post is a skill published in the GitHub repository richardwooding/file-search-on (5 stars, last pushed 2d ago), licensed MIT. It adds 155 tokens to every session and 1,203 once invoked, about $0.0008 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-08-31.

Related

Other skills, from other repositories

dd-code-generation

Use pup CLI for immediate Datadog operations or generate code for integration into applications.

DataDog/pup · 16 tokens

write-zot-themes

Help the user create, install, or package zot themes, including theme-only extensions.

patriceckhart/zot · 23 tokens

gograph

Go repository intelligence for Claude Code. Use when reading, navigating, editing, reviewing, or refactoring a Go codebase. Exposes 64 query, analysis, and workflow capabilities through the local gograph MCP server, including bounded first-call exploration, AST-aware call graphs, blast-radius analysis, impact, and…

ozgurcd/gograph · 69 tokens

bubbletea-testing

Use this skill whenever writing tests for Bubble Tea (charmbracelet/bubbletea) TUI applications in Go. Triggers include any mention of testing Bubble Tea models, teatest, golden file testing for TUIs, testing tea.Cmd or tea.Msg, snapshot testing terminal output, or writing tests for any Go CLI/TUI that uses the Elm…

dimetron/pi-go · 139 tokens

pi-loop-forensics

Diagnose pi-go agent loops and degenerate turns — "agent loop aborted", runaway thinking with no tool calls, repeated phrases. Discriminates genuine model repetition collapse from a race, a tool-parse failure, or a too-low guard, and A/B replays a seed session across providers.

dimetron/pi-go · 65 tokens

nightly-session-watch

Nightly sweep of the last 24h of pi-go sessions — anomalous runs, loop aborts, tool error rates, token waste, real prompt-token spend, and whether the observation and palace pipelines are still recording. Triages each finding to the specialist skill that diagnoses it. Use for an unattended daily health check, or on…

dimetron/pi-go · 78 tokens