radar-source-heal

radar-source-heal is a skill for Claude Code from Neetx/ai-research-radar. It costs 104 tokens per session (1,458 once invoked), scanned A, original, no licence file.

A repair guide for data sources and tools that stop working. It covers failures such as moved feeds, missing pages, empty results, parsing errors, and invalid JSON data.

In plain words
What is it for?
Use it to diagnose source failures, find a working access method, and record that method in SOURCES.md.
Why use it?
It helps replace a broken access path instead of repeatedly recording the same failure. The repaired method is documented so future runs can use it.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Use it to diagnose source failures, find a working access method, and record that method in SOURCES.md.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/neetx/ai-research-radar/radar-source-heal
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 Neetx/ai-research-radar --skill radar-source-heal
Clone the repo
git clone --depth 1 https://github.com/Neetx/ai-research-radar

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 radar-source-heal

README.md
[![agentmods](https://agentmods.dev/badge/skills/neetx/ai-research-radar/radar-source-heal/github.svg)](https://agentmods.dev/skills/neetx/ai-research-radar/radar-source-heal)
Your own site
<a href="https://agentmods.dev/skills/neetx/ai-research-radar/radar-source-heal"><img src="https://agentmods.dev/badge/skills/neetx/ai-research-radar/radar-source-heal/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 radar-source-heal

Your own site · 80×15
<a href="https://agentmods.dev/skills/neetx/ai-research-radar/radar-source-heal"><img src="https://agentmods.dev/badge/skills/neetx/ai-research-radar/radar-source-heal.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 104 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,458 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 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.1 $0.00104 $0.01458
Opus 5 $0.00052 $0.00729
Sonnet 5 $0.00021 $0.00292
Haiku 4.5 $0.00010 $0.00146

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

Security

Grade A, and why

radar-source-heal 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.

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/radar-source-heal/SKILL.md · 103 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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 · 103 lines · 104 tokens per session scan A 3de2f0349119

Subscribe to this mod's changes

radar-source-heal is a skill published in the GitHub repository Neetx/ai-research-radar (4 stars, last pushed yesterday), with no licence file. It adds 104 tokens to every session and 1,458 once invoked, about $0.0005 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

honcho-cli

Inspect and debug Honcho workspaces via the honcho CLI. Use when investigating peer representations, memory state, session context, or dialectic quality — any task that requires introspection of a Honcho deployment, including verifying that a recall/record memory loop is actually working.

plastic-labs/honcho · 61 tokens

troubleshooting

Diagnoses and repairs core-memory-kit itself when the memory system is broken — the per-failure-code repair book. Fire whenever a "⚠ [core-memory-kit]" whisper appears on the prompt (it names the failure and points here), or when the user reports a kit symptom however they phrase it: memory is not being saved, nothing…

LH8PPL/core-memory-kit · 159 tokens

debugging-strategies

Apply systematic debugging techniques, profiling tools, and root-cause analysis across codebases and stacks. Use when the user needs to investigate bugs, performance issues, or unexpected behavior.

LuizEduPP/Rememb · 41 tokens

systematic-debugging

Diagnose bugs, test failures, and unexpected behavior before proposing fixes. Use when the user reports a defect and root cause needs to be established before editing code.

LuizEduPP/Rememb · 37 tokens

agentsight-bugfix

A five-stage workflow for fixing bugs in AgentSight: understand the report, reproduce the problem, find its cause, make a small code change, and verify the result. AgentSight is a system that observes and analyses agent activity.

alibaba/anolisa · 67 tokens

recall

Recall this repository's OwnMem local memory before changing code, and keep it healthy. Use when a repository contains .ownmem/, when past debugging lessons could apply ("have we hit this before", "why is it done this way"), or when the user mentions ownmem, project memory, or recalling across sessions.

grpcer/ownmem · 66 tokens