diagnose

diagnose is a skill for Claude Code from shalintripathi/organic-os. It costs 44 tokens per session (1,993 once invoked), scanned A, original, MIT.

A read-only diagnostic report for collecting information about a bug in organic-os. It prints the report for you to inspect and optionally paste into an issue; it does not send the report anywhere.

In plain words
What is it for?
Use it when reporting a problem, collecting debug information, or checking the application’s local state. It also checks the latest public version number.
Why use it?
It gathers relevant local details without changing the system or opening a support request. This makes it easier to share useful debugging information while removing anything private first.

Skill for Claude Code

Written for Claude Code: $CLAUDE_PLUGIN_ROOT variable. Also seen: mentions Claude Code.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the organic-os plugin — 24 skills, 24 commands, 14 agents shipped together

Good fit Use it when reporting a problem, collecting debug information, or checking the application’s local state. It also checks the latest public version number.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add shalintripathi/organic-os
Claude Code
/plugin install organic-os

Made for: Claude Code.

Or install organic-os, the plugin that ships this one along with the rest of its 24 skills, 24 commands, 14 agents.

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 diagnose

README.md
[![agentmods](https://agentmods.dev/badge/skills/shalintripathi/organic-os/diagnose/github.svg)](https://agentmods.dev/skills/shalintripathi/organic-os/diagnose)
Your own site
<a href="https://agentmods.dev/skills/shalintripathi/organic-os/diagnose"><img src="https://agentmods.dev/badge/skills/shalintripathi/organic-os/diagnose/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 diagnose

Your own site · 80×15
<a href="https://agentmods.dev/skills/shalintripathi/organic-os/diagnose"><img src="https://agentmods.dev/badge/skills/shalintripathi/organic-os/diagnose.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,993 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.00044 $0.01993
Opus 5 $0.00022 $0.00996
Sonnet 5 $0.00009 $0.00399
Haiku 4.5 $0.00004 $0.00199

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

Security

Grade A, and why

diagnose 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 2d 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.

plugin/skills/diagnose/SKILL.md · 155 lines

How it starts

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

Diagnose (printed, never transmitted)

A support report the operator can read before anyone else does. This skill PRINTS. It never sends, uploads, posts, mails, or opens an issue, and it has no channel of its own. The operator decides whether any of it is pasted anywhere.

Read-only over everything: no brain file is written, no profile is edited, no connector is re-probed for the sake of this report. The one time it reaches the network is the Update currency section below - a single outbound READ of the latest public version number, never a write and never anything about you. Reading a public release tag is not transmitting your report.

Print this line first, before any collected value:

Nothing below has been transmitted. organic-os collected it locally and printed it here. Read it, remove anything you would rather not share, then decide whether to paste it into an issue.

What to collect

Resolve the brain: registry.get_active() when running interactively; a scheduled run receives the brain path from the routine configuration. Every item below is best-effort - a section that cannot be read prints unknown (<one-line reason>) and the report continues. Missing information is stated, never guessed.

  1. Runtime - platform.platform() and platform.python_version(), plus which surface this is (Claude Code CLI or Cowork).
  2. PyYAML - present or absent. Try the import; report the outcome, not a path or a version guess.
  3. Plugin version - the version field in plugin/.claude-plugin/plugin.json.
  4. Brain schema - core.contracts.check_schema(brain_path): the version, whether it is compatible, and the action string it returns.
  5. Registry - core.registry.load(): how many sites are registered and which slug is active. The active site's URL is fine to print; the other sites' URLs are not. Print the count, not the list.
  6. Connectors - the profile's connectors: block, one line each: the name, the status (verified / unavailable / declined), the context the probe ran in (local-cli, cowork-cloud, ci), and the date it was checked. The context is the load-bearing part - a connector verified from an interactive session is not a claim about the runtime that runs the routines. Plus one row in the same format for the search-data adapter, read from this session's own tool list rather than the profile: name (search-data adapter (openseo) - the known adapter), status present or absent in this session, context this-session, today's date, and - when present - which of the known tools were seen (the known surface is listed in plugin/docs/connectors.md, OpenSEO section; report the tools actually seen, never the list). Looking at the session's tool list is not a re-probe: nothing is called and nothing transmitted.
  7. Setup scorecard - the newest runs/*-setup-scorecard/REPORT.md in the brain, if one exists: its date and the per-check status column. Say "no scorecard recorded" when there is none.
  8. Last routine outcome - the newest runs/<date>-*/REPORT.md and its date, plus the tail of the runtime log if one exists (~/.config/organic-os/routine-<name>.log): whether the last run finished, and when.
  9. Recent error - the most recent error line from that log or from the last run report, if any. One line, quoted as found.

Read the full file on GitHub · 155 lines

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. 2d ago Changed · +7 lines 71eb2c28472e
  2. 10d ago First seen · 148 lines · 44 tokens per session scan A 6d3993553d8a

Subscribe to this mod's changes

diagnose is a skill published in the GitHub repository shalintripathi/organic-os (5 stars, last pushed 2d ago), licensed MIT. It adds 44 tokens to every session and 1,993 once invoked, about $0.0002 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

broken-links

Find and fix broken links — three modes with different scale ceilings. local audits any local repo (HTML/MD/MDX, no size limit) via Glob/Grep + per-link verification. page checks one live URL deeply (30-100 outbound links per run). site requires the Ahrefs site-audit MCP for true multi-page crawl — without it, refuses…

akii-technologies-ltd/akii-seo-ai-search-optimizer · 162 tokens

seo-vertical-detect

Classify a website as ecommerce, local-business, blog-publisher, saas, docs, or generic (multiple may apply), and report detected locales, from the persisted PageSnapshot plus the platform detector's vertical hints. Used by seo-orchestrator to decide which conditional modules to run and how to reweight the scores.

Hainrixz/claude-seo-ai · 71 tokens

seo-fix-apply

Writer protocol preloaded into the seo-fixer-writer agent — how confirmed SEO/AI-search fixes are applied (git pre-flight, backup, Edit/Write for local diffs, ticketed adapter CLIs for remote targets, re-verify, publish only on a second ticket, rollback) and the findings-array output contract. Used only by the fix…

Hainrixz/claude-seo-ai · 91 tokens

audit

Audit a website or web codebase for SEO and AI-search (GEO/AEO) — produces two independent 0-100 scores (Search SEO + AI Visibility) plus a prioritized, evidence-backed report persisted on disk. Read-only; never writes to the project. Use when the user asks to audit, analyze, check, or score a site's SEO, structured…

Hainrixz/claude-seo-ai · 127 tokens

ai-visibility

Fast-path AI visibility — get a brand's 0–100 Akii Visibility Score (computed by an open-source LLM judge against the brand's public footprint) with four-dimension breakdown AND a per-engine proxy map for ChatGPT, Claude, Gemini, Perplexity, Copilot, and Google AI Overviews based on FirstPageSage signal weights.…

akii-technologies-ltd/akii-seo-ai-search-optimizer · 290 tokens

seo-audit

Single audit entry point — surface-level scorecard or deep infrastructure dive depending on the requested mode. Default full mode produces a multi-layer scorecard across all 9 areas (crawlability, indexation, meta tags, headings, images, Core Web Vitals, JS rendering, mobile + security, structured data, internal…

akii-technologies-ltd/akii-seo-ai-search-optimizer · 321 tokens