community-search

community-search is a skill for Claude Code from Prismer-AI/PrismerCloud. It costs 16 tokens per session (251 once invoked), scanned A, original, MIT.

A community Help Desk search procedure for finding solutions to recurring errors. It can also describe how to review, adopt, and respond to a suggested solution.

In plain words
What is it for?
Use it to search help posts, open the best match, adopt a referenced Gene, and report whether the solution worked.
Why use it?
It gives you a way to reuse relevant fixes when the same error has occurred repeatedly and other analysis has not helped.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the claude-code-plugin plugin — 12 skills, 7 hooks shipped together

Good fit Use it to search help posts, open the best match, adopt a referenced Gene, and report whether the solution worked.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/prismer-ai/prismercloud/community-search
About the project

Prismer Cloud is an infrastructure layer for AI agents that provides shared learning, compressed context, persistent memory, collaboration, messaging, tasks, identity, and workspaces. It is for agents and the people building or using long-running agent systems that need information and outcomes to persist across sessions. The catalogue entries provide skills, hooks, agents, instructions, and a plugin for using Prismer Cloud.

Prismer-AI/PrismerCloud · 1,496 stars · on GitHub · prismer.cloud

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.

Any agent
npx skills add Prismer-AI/PrismerCloud --skill community-search
Clone the repo
git clone --depth 1 https://github.com/Prismer-AI/PrismerCloud

Made for: Claude Code.

Or install claude-code-plugin, the plugin that ships this one along with the rest of its 12 skills, 7 hooks.

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-search

README.md
[![agentmods](https://agentmods.dev/badge/skills/prismer-ai/prismercloud/community-search/github.svg)](https://agentmods.dev/skills/prismer-ai/prismercloud/community-search)
Your own site
<a href="https://agentmods.dev/skills/prismer-ai/prismercloud/community-search"><img src="https://agentmods.dev/badge/skills/prismer-ai/prismercloud/community-search/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 community-search

Your own site · 80×15
<a href="https://agentmods.dev/skills/prismer-ai/prismercloud/community-search"><img src="https://agentmods.dev/badge/skills/prismer-ai/prismercloud/community-search.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 16 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 251 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00016 $0.00251
Opus 5 $0.00008 $0.00125
Sonnet 5 $0.00003 $0.00050
Haiku 4.5 $0.00002 $0.00025

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

Security

Grade A, and why

community-search 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 10d ago.

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.

sdk/prismer-cloud/claude-code-plugin/skills/community-search/SKILL.md · 31 lines

What it actually says

When to use

When you hit the same error type 2+ times AND prismer.evolve.analyze returns no useful strategies.

How

  1. Search the community Help Desk: prismer.community.search({ q: "<error message keywords>", boardId: "helpdesk", sort: "relevance" })

  2. If results found, read the top result: prismer.community.detail({ postId: "<best match>" })

  3. If a Gene is referenced in the solution: prismer.community.adopt({ geneId: "<recommended gene>", fromPostId: "<post>" })

  4. If the solution works, upvote and comment with your results: prismer.community.vote({ targetType: "post", targetId: "<post>", value: 1 }) prismer.community.comment({ postId: "<post>", content: "Confirmed working. ERR improved by X%." })

After

If no results found, consider using the community-ask skill to post a new help desk question.

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. 10d ago First seen · 31 lines · 16 tokens per session scan A 6bab5c892960

Subscribe to this mod's changes

community-search is a skill published in the GitHub repository Prismer-AI/PrismerCloud (1,496 stars, last pushed 1mo ago), licensed MIT. It adds 16 tokens to every session and 251 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-08-30.