bear-help

bear-help is a skill for Claude Code from jtprogru/bear-skills. It costs 107 tokens per session (657 once invoked), scanned A, original, MIT.

A reference card for the bear-skills collection, which lists available domains and skills and explains how to install, remove, or disable them. It gets the current list from the bear-skills command-line tool rather than relying on memory.

In plain words
What is it for?
Use it to see what skills are available or installed, find a skill for a specific task, and get the command for installing, removing, or disabling one.
Why use it?
The collection changes over time, and it can be difficult to know which skills are installed or which one matches a task. This card points to the relevant command or skill without dumping the entire catalogue.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the bear-skills plugin — 42 skills, 3 commands, 11 agents, 1 hook shipped together

Good fit Use it to see what skills are available or installed, find a skill for a specific task, and get the command for installing, removing, or disabling one.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jtprogru/bear-skills/bear-help
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 jtprogru/bear-skills --skill bear-help
Clone the repo
git clone --depth 1 https://github.com/jtprogru/bear-skills

Made for: Claude Code.

Or install bear-skills, the plugin that ships this one along with the rest of its 42 skills, 3 commands, 11 agents, 1 hook.

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 bear-help

README.md
[![agentmods](https://agentmods.dev/badge/skills/jtprogru/bear-skills/bear-help.svg)](https://agentmods.dev/skills/jtprogru/bear-skills/bear-help)
Your own site
<a href="https://agentmods.dev/skills/jtprogru/bear-skills/bear-help"><img src="https://agentmods.dev/badge/skills/jtprogru/bear-skills/bear-help.svg" alt="Measured on agentmods" height="20"></a>
Per session 107 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 657 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.00107 $0.00657
Opus 5 $0.00053 $0.00329
Sonnet 5 $0.00021 $0.00131
Haiku 4.5 $0.00011 $0.00066

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

Security

Grade A, and why

bear-help 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 7d 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.

domains/bear/skills/bear-help/SKILL.md · 48 lines

What it actually says

bear-help — Что есть в коллекции

Справочный скилл. Состояние не меняет: ни ставит, ни снимает, ни правит.

Откуда брать данные

Не пересказывай по памяти — спроси у CLI. Состав меняется, а память о нём устаревает молча.

bear-skills list          # домены и компоненты
bear-skills status        # что реально развёрнуто

Если команда недоступна, найди репозиторий (обычно ~/.bear-skills или каталог с domains/) и запусти node bin/cli.js list --source <путь> --no-clone.

Что отвечать

«Что у меня есть» — домены с одной строкой про каждый и числом компонентов. Не вываливай все тридцать с лишним скиллов списком, если не просили: это стена текста, из которой ничего не выбрать.

«Есть ли скилл для X» — найди подходящий, назови его и скажи, какими словами он вызывается. Если подходящего нет — так и скажи, и предложи bear-new-skill. Не выдавай отдалённо похожий за подходящий.

«Как поставить/снять» — покажи команду для конкретного случая, а не всю справку CLI.

«Как отключить скилл»bear-skills uninstall skill:<имя>. Отдельно упомяни, что если стоял копирующий канал, снимать надо им же: node bin/install.js --uninstall.

Что стоит сказать, даже если не спрашивали

Если видно, что домен не установлен из-за невыполненного требования, скажи об этом: человек может считать, что скилл есть, а его нет. Проверяется через bear-skills doctor.

Если скиллов много и вопрос был общий, упомяни, что точечная установка по доменам работает лучше, чем всё разом: чем больше скиллов в одном каталоге, тем хуже точность срабатывания.

Чего не делать

  • Не устанавливай и не снимай ничего. Это справка.
  • Не выдумывай скиллы, которых нет в выводе list.
  • Не пересказывай SKILL.md целиком — назови, что делает и как вызвать.
  • Не вываливай полный список, когда спросили про конкретную задачу.
Files

What ships with it

1 file 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. 7d ago First seen · 48 lines · 107 tokens per session scan A 9337a820e5fb

Subscribe to this mod's changes

bear-help is a skill published in the GitHub repository jtprogru/bear-skills (1 stars, last pushed 20d ago), licensed MIT. It adds 107 tokens to every session and 657 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

content-planner

GSC-driven content calendar. Pulls real Search Console data, finds the highest click-potential opportunities (striking-distance queries at positions 5-20, unanswered query intent, related-keyword expansions), and produces a dated, prioritized content calendar — ready to hand to /content-writer. Use when the user asks…

nowork-studio/notfair-plugin · 123 tokens

setup-cms

Connect a CMS to notfair SEO tools. Guides users through configuring WordPress, Strapi, Contentful, or Ghost — tests the connection, and writes credentials to .env.local. Once set up, seo-analysis automatically cross- references CMS content against Google Search Console data. Use whenever the user says "connect my…

nowork-studio/notfair-plugin · 111 tokens

broken-link-checker

Scans a website to find broken links (404s, 500s). Crawls internal pages, identifies broken outbound links, and reports source pages for easy fixing. Use this when the user asks to "check for broken links", "find 404s", "audit my links", or "is my site healthy".

nowork-studio/notfair-plugin · 72 tokens

google-ads-audit

Google Ads account audit and business context setup. Run this first — it gathers business information, analyzes account health, and saves context that all other ads skills reuse. Trigger on "audit my ads", "ads audit", "set up my ads", "onboard", "account overview", "how's my account", "ads health check", "what should…

nowork-studio/notfair-plugin · 114 tokens

google-ads-copy

Generate and A/B test Google Ads copy. Use when asked to write ad copy, headlines, descriptions, create ad variants, test ad messaging, improve CTR, or generate RSA (Responsive Search Ad) components. Trigger on "ad copy", "write ads", "headlines", "descriptions", "RSA", "responsive search ad", "ad text", "ad…

nowork-studio/notfair-plugin · 121 tokens

hreflang-international

International / multilingual SEO audit focused on hreflang correctness. Detects and diagnoses the most common (and ranking-damaging) hreflang mistakes: missing or broken return tags, wrong language/region codes, missing x-default, self-referencing errors, conflicts between hreflang and canonical, and inconsistent…

nowork-studio/notfair-plugin · 242 tokens