claude-rescue

claude-rescue is a skill for Claude Code, Codex from nikuscs/codex-cc-plugin. It costs 25 tokens per session (100 once invoked), scanned A, original, MIT.

A skill for sending a substantial task to the Claude command-line tool, either immediately or as a background job, and tracking that job.

In plain words
What is it for?
Use it to delegate implementation or other substantial tasks to Claude CLI, including jobs that run in the background.
Why use it?
It lets another Claude process handle a larger piece of work while the current session continues or monitors the result.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/nikuscs/codex-cc-plugin/claude-rescue
Any agent
npx skills add nikuscs/codex-cc-plugin --skill claude-rescue
Clone the repo
git clone --depth 1 https://github.com/nikuscs/codex-cc-plugin

Made for: Claude Code, Codex.

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 claude-rescue

README.md
[![agentmods](https://agentmods.dev/badge/skills/nikuscs/codex-cc-plugin/claude-rescue.svg)](https://agentmods.dev/skills/nikuscs/codex-cc-plugin/claude-rescue)
Your own site
<a href="https://agentmods.dev/skills/nikuscs/codex-cc-plugin/claude-rescue"><img src="https://agentmods.dev/badge/skills/nikuscs/codex-cc-plugin/claude-rescue.svg" alt="Measured on agentmods" height="20"></a>
Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 100 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00025 $0.00100
Opus 5 $0.00013 $0.00050
Sonnet 5 $0.00005 $0.00020
Haiku 4.5 $0.00003 $0.00010

Measured 4d ago against content hash 38bef985ec08, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

claude-rescue 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 4d 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.

plugins/claude/skills/claude-rescue/SKILL.md · 16 lines

What it actually says

Claude Rescue

Delegate a substantial task to Claude CLI through the shared runtime.

Examples:

node plugins/claude/scripts/claude-companion.mjs task --write "Implement the requested change."
node plugins/claude/scripts/claude-companion.mjs task --background --write "Refactor this module."
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. 4d ago First seen · 16 lines · 25 tokens per session scan A 38bef985ec08

Subscribe to this mod's changes

claude-rescue is a skill published in the GitHub repository nikuscs/codex-cc-plugin (6 stars, last pushed 3mo ago), licensed MIT. It adds 25 tokens to every session and 100 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-31.

Related

Other skills, from other repositories

amazon-bestseller-listing

Amazon Best Sellers listing scraper: extract product cards from any Amazon Best Sellers (zgbs) or /gp/bestsellers/ category page — returns rank (position on chart), asin, title, url, image, imageAlt, price, stars, reviewCount, ratingRaw per item, plus category metadata (categoryName, categoryFullName, categoryUrl) and…

browser-act/skills · 300 tokens

goofish-search-list

Scrapes second-hand item search results from Goofish (闲鱼/xianyu, goofish.com) — China's largest second-hand marketplace. Input: keyword, optional sort/filter params. Output: list of items with id, title, price, image, location, want-count per page (30 items/page). Use when user mentions goofish, 闲鱼, xianyu, 二手交易…

browser-act/skills · 203 tokens

amazon-reviews-api-skill

This skill helps users automatically extract Amazon product reviews via the Amazon Reviews API. Agent should proactively apply this skill when users express needs like getting reviews for Amazon product with ASIN B07TS6R1SF, analyzing customer feedback for a specific Amazon item, getting ratings and comments for a…

browser-act/skills · 124 tokens

web-search-scraper-api-skill

This skill helps users automatically extract complete Markdown content from any website via the BrowserAct Web Search Scraper API. The Agent should proactively apply this skill when users express needs like extract complete markdown from a specific website, scrape the content of an article link, get the text from a…

browser-act/skills · 145 tokens

amazon-competitor-analyzer

Scrapes Amazon product data from ASINs using browseract.com automation API and performs surgical competitive analysis. Compares specifications, pricing, review quality, and visual strategies to identify competitor moats and vulnerabilities.

browser-act/skills · 48 tokens

watch

File sentinel that monitors the working directory for changes and marker comments, then auto-triggers appropriate skills. Poll-based via git diff against the last scan commit. Writes intake items for batch processing and routes marker actions through /do. Use for automatic reactions to file changes; do NOT use for…

SethGammon/Citadel · 70 tokens