| Skill | Added | Review |
|---|---|---|
webhook-transforms skills/webhook-transforms/SKILL.md Generic framework for converting external events (SMS, meetings, social mentions) into brain-ingestible signals. Define a transform function, register a webhook URL, and incoming events get processed through the brain pipeline. | 54 54 Impact — No eval scenarios have been run Securityby High Do not use without reviewing Version: f49ca56 | |
voice-note-ingest skills/voice-note-ingest/SKILL.md Ingest a voice note with exact-phrasing preservation (never paraphrased). Routes content to originals/, concepts/, people/, companies/, ideas/, personal/, or voice-notes/ based on a decision tree. The user's exact words are the signal. | 57 57 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: f49ca56 | |
testing skills/testing/SKILL.md Skill validation framework PLUS daily test-suite health and regression intelligence. Validates skill conformance (frontmatter, manifest coverage, resolver coverage). Runs the project test suite in tiered phases (unit / evals / integration / system health), classifies failures, and produces a regression-aware report. | 61 61 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: f49ca56 | |
strategic-reading skills/strategic-reading/SKILL.md Read a book, article, transcript, or case study through the lens of a specific strategic problem you're facing. Produces an applied playbook that maps the source onto the problem and gives short/medium/long-term recommendations. NOT for general book summaries. | 56 56 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: f49ca56 | |
soul-audit skills/soul-audit/SKILL.md Re-run or deepen the agent's identity interview. Drives the SHARED bootstrap answer bank (state/interview.json) via `gbrain bootstrap interview --set/--show/--confirm`, then re-renders the identity files with `gbrain bootstrap render --only <FILE> --force`. One answer store, two surfaces: first-boot bootstrap and this re-run skill write the same bank, so an updated answer flows into SOUL.md, USER.md, ACCESS_POLICY.md, and HEARTBEAT.md without hand-editing rendered files. Every answer is the user's own words — never invented. | 66 66 Impact — No eval scenarios have been run Securityby High Do not use without reviewing Version: f49ca56 | |
smoke-test skills/smoke-test/SKILL.md Health smoke tests + auto-fix for gbrain installs (and OpenClaw services when present). Run after machine/container restarts or whenever something seems broken. Tests critical services, auto-fixes known issues, extensible via user-defined test scripts in ~/.gbrain/smoke-tests.d/*.sh. | 68 68 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: f49ca56 | |
skillpack-harvest skills/skillpack-harvest/SKILL.md Lift a proven skill from a host repo (e.g. your OpenClaw fork) back into gbrain's bundle so other clients can scaffold it. Editorial workflow: the CLI does the file copy + privacy lint; this skill drives the judgment-heavy genericization (scrub real names, generalize triggers, lift fork-specific conventions to references). | 56 56 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: f49ca56 | |
skillpack-check skills/skillpack-check/SKILL.md Run `gbrain skillpack-check` to produce an agent-readable JSON health report for the gbrain install. Wraps `gbrain doctor` + `gbrain apply-migrations --list` so a host agent (your OpenClaw's morning-briefing, any OpenClaw cron) can see at a glance whether the skillpack needs attention. Use when the user asks "is gbrain healthy?", when a cron fires a morning check, or proactively when something seems off (jobs not running, brain not updating, autopilot silent). | 67 67 Impact — No eval scenarios have been run Securityby Critical Do not install without reviewing Version: f49ca56 | |
skillify skills/skillify/SKILL.md The meta skill. Turn any raw feature into a properly-skilled, tested, resolvable unit of agent capability. Idempotent: running on an existing skill improves it (bug fix, new input, quality pass) instead of starting from scratch. Every skill declares an EVAL CONTRACT (its goal + skill-specific dimensions + hard-fails) so the cross-modal eval judges THIS skill's real purpose, not generic slop. Cross-modal eval runs BEFORE tests: 3 frontier models from different providers critique the output against the contract, you iterate to quality, THEN write/update tests that lock in the proven-good behavior. NO-REGRESSION LAW: any edit to a skill must score >= the previous iteration's eval — forward only, never back. For skills that back a scheduled job, an edit MUST re-run a representative task and eval it before shipping. | 63 63 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: f49ca56 | |
skill-optimizer skills/skill-optimizer/SKILL.md Self-evolving skill optimization via SkillOpt-paper-grounded text-space optimizer. | 54 54 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: f49ca56 | |
skill-creator skills/skill-creator/SKILL.md Create new skills following the GBrain conformance standard. Generates SKILL.md with frontmatter, Contract, Phases, Output Format, and Anti-Patterns. Checks MECE against existing skills. Updates manifest and resolver. | 60 60 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: f49ca56 | |
signal-detector skills/signal-detector/SKILL.md Always-on ambient signal capture. Applies on every substantive inbound message to detect original thinking and entity mentions. Spawn as a cheap sub-agent where the harness supports it; otherwise run detection inline. Aim to never block the main response. | 52 52 Impact — No eval scenarios have been run Securityby High Do not use without reviewing Version: f49ca56 | |
setup skills/setup/SKILL.md Set up GBrain with auto-provision Supabase or PGLite, AGENTS.md injection, first import | 59 59 Impact — No eval scenarios have been run Securityby High Do not use without reviewing Version: f49ca56 | |
schema-unify skills/schema-unify/SKILL.md Migrate a brain from gbrain-base (or any pack) to gbrain-base-v2's 14-canonical-type taxonomy via gbrain onboard --check + the unify-types Minion handler. Collapses 94 noisy types to 15 canonical with subtypes, alias rows, and link rows. Triggers when an agent notices pack_upgrade_available, type_proliferation, or asks "what is the canonical taxonomy / how do I clean up my page types". | 72 72 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: f49ca56 | |
schema-author skills/schema-author/SKILL.md Evolve your brain's schema pack. Add page types, propose new ones from corpus scans, backfill page.type on existing pages, audit pack health. Triggers when an agent notices untyped pages, custom domains needing typed entities (researcher, contract, deposition), or wants to see what types the pack declares. | 72 72 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: f49ca56 | |
reports skills/reports/SKILL.md Save and load timestamped reports. Keyword routing for fast lookup. Cron jobs save output as reports; the agent or user queries them by keyword. Includes the Actionability Gate: delivery-time link checks (Broken/Dead/Indirect/ Missing) for briefings, meeting digests, and research reports. | 62 62 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: f49ca56 | |
repo-architecture skills/repo-architecture/SKILL.md Where new brain files go. Decision protocol for filing brain pages by primary subject, not by format or source. Reference for all brain-writing skills. | 58 58 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: f49ca56 | |
query skills/query/SKILL.md Answer questions using the brain's knowledge with 3-layer search, synthesis, and citation propagation. Use when the user asks a question, wants a lookup, or needs information from the brain. | 63 63 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: f49ca56 | |
publish skills/publish/SKILL.md Share brain pages as beautiful password-protected HTML with zero LLM calls | 56 56 Impact — No eval scenarios have been run Securityby High Do not use without reviewing Version: f49ca56 | |
perplexity-research skills/perplexity-research/SKILL.md Brain-augmented web research. Sends brain context about a topic to Perplexity, which searches the web with citations and returns what is NEW vs what the brain already knows. Use for entity enrichment, current-state checks, deal monitoring, and freshness deltas. NOT for simple URL fetches (use web_fetch) or brain-only queries (use gbrain query). | 62 62 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: f49ca56 | |
minion-orchestrator skills/minion-orchestrator/SKILL.md Unified Minions skill for both deterministic shell jobs and LLM subagent orchestration. Replaces the older `gbrain-jobs` routing intent. Use when: submitting gbrain jobs, shell/background tasks, spawning subagents, checking progress, steering running work, pausing/resuming, parallel fan-out. One durable, observable, steerable queue interface. Also carries the durable-execution doctrine for any operation expected to exceed ~2 minutes: capability ladder, deadman checks that verify the result was reported, and content-addressed stage checkpoints for expensive pipelines. | 64 64 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: f49ca56 | |
migrate skills/migrate/SKILL.md Universal migration from Obsidian, Notion, Logseq, markdown, CSV, JSON, Roam | 60 60 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: f49ca56 | |
meeting-ingestion skills/meeting-ingestion/SKILL.md Ingest meeting transcripts from ANY meeting recorder into brain pages with attendee enrichment, entity propagation, and timeline merge. One unified pipeline: normalize the source into a standard transcript record, split multi-meeting recordings, resolve speakers by evidence, create the page, pass every surprising claim through the consistency check (transcript + brain + plausibility), enrich every entity, then run the verification checklist — substance AND sequence. A meeting is NOT fully ingested until the enrich skill has processed every entity AND the verification checklist passes, including the sequence verify (PASS or explicit user waive). | 60 60 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: f49ca56 | |
media-ingest skills/media-ingest/SKILL.md Ingest video, audio, PDF, book, screenshot, and GitHub repo content into the brain. Multi-format handling with entity extraction and backlink propagation. Covers video-ingest, youtube-ingest, and book-ingest subtypes. | 61 61 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: f49ca56 | |
maintain skills/maintain/SKILL.md Brain health checks: back-link enforcement, citation audit, filing validation, stale info detection, orphan pages, and benchmarks. Use when asked to check brain health, run maintenance, or audit quality. | 65 65 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: f49ca56 |