Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

inbrain

inbrain에는 inbrainfun에서 수집한 skills 50개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
50
Stars
181
업데이트
2026-06-10
Forks
149
직업 범위
직업 카테고리 11개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

reference-pack
기타 컴퓨터 관련 직업

Reference skill demonstrating the 10/10 skillpack contract. Adds a "what does this skillpack do" answer to the user's agent.

2026-06-10
voice-post-call
소프트웨어 개발자

Post-call handling for a voice session — turn the transcript into a brain page, post the summary to the operator's messaging surface, archive the audio. Belt-and-suspenders: fires both from a tool the voice persona can call mid-call AND from the automatic call-end handler in server.mjs.

2026-06-10
academic-verify
기타 중등 후 교사

Verify a research claim or academic citation by tracing it through publication → methodology → raw data → independent replication. Routes through perplexity-research for the actual web lookup, then formats results as a citation-checked brain page. Use when a book/article/conversation cites a study and you want to confirm the claim is real, replicated, and accurately characterized.

2026-06-10
archive-crawler
파일 사무원

Universal archivist for personal file archives (Dropbox/B2/Gmail-takeout/local-mount/hard-drive-dump). Filters for high-value content (the user's own writing, ideas, relationships) and surfaces it interactively. REFUSES TO RUN without an explicit inbrain.yml `archive-crawler.scan_paths:` allow-list.

2026-06-10
article-enrichment
기술 작가

Transform raw article text dumps in the brain into structured pages with executive summary, verbatim quotes, key insights, why-it-matters, and cross-references. Replaces walls-of-text with quotable, actionable brain pages.

2026-06-10
ask-user
프로젝트 관리 전문가

Reusable pattern for presenting the user with explicit choices and gating execution until they respond. Used by other skills when a decision point requires human input before proceeding. Platform-agnostic — works on Telegram (inline buttons), Discord, CLI, or any agent with a message tool.

2026-06-10
book-mirror
기술 작가

Take any book (EPUB/PDF), produce a personalized chapter-by-chapter analysis with two-column tables. Left column preserves the chapter content; right column maps every idea to the reader's actual life using brain context. Output is a single brain page at media/books/<slug>-personalized.md plus an optional PDF via brain-pdf.

2026-06-10
brain-ops
소프트웨어 개발자

Brain knowledge base operations. The core read/write cycle: brain-first lookup, read-enrich-write loop, source attribution, ambient enrichment, back-linking. Read this before any brain interaction.

2026-06-10
brain-pdf
데스크톱 출판 전문가

Generate a publication-quality PDF from any brain page via the gstack make-pdf binary. Strips YAML frontmatter, sanitizes emoji, applies running headers and page numbers. Brain page is always the source of truth; PDF is a rendering.

2026-06-10
brain-taxonomist
파일 사무원

Filing gate for ALL brain writes. Consulted before creating any new brain page to determine the correct path. Reads the ACTIVE schema pack via `inbrain schema show --json` — no hardcoded directory table. Also runs periodic taxonomy drift detection via `inbrain schema review-orphans`.

2026-06-10
briefing
프로젝트 관리 전문가

Compile daily briefing with meeting context, active deals, and citation tracking

2026-06-10
capture
소프트웨어 개발자

Save any thought or content into the brain via one CLI command. The single human-facing entrypoint that replaces "put_page vs commit-then-sync vs autopilot-wait" with one command that just works.

2026-06-10
citation-fixer
소프트웨어 개발자

Audit and fix citation formatting across brain pages. Ensures every fact has an inline [Source: ...] citation matching the standard format. Extended in v0.25.1: scans for broken tweet/post references that lack actual URLs and resolves them via the host's X / Twitter API integration.

2026-06-10
cold-start
소프트웨어 개발자

Day-one data bootstrapping for a new brain. Sequences the highest-leverage data sources to go from empty brain to useful brain in one session. Uses ClawVisor for safe credential handling — the agent never holds raw API keys. Covers Gmail import, calendar sync, contacts seeding, X/Twitter archive, conversation imports, and file archives. Use when a user has just finished inbrain setup and asks "now what?"

2026-06-10
concept-synthesis
소프트웨어 개발자

Deduplicate and synthesize raw concept stubs into a tiered intellectual map (T1 Canon to T4 Riff), tracing idea evolution across sources over time. Transforms thousands of raw concept pages into a curated intellectual fingerprint.

2026-06-10
cron-scheduler
소프트웨어 개발자

Schedule management with staggering, quiet hours, and wake-up override. Validates schedules, prevents collisions, and gates delivery during quiet hours.

2026-06-10
cross-modal-review
소프트웨어 개발자

Quality gate via second model. Spawn a different AI model to review work before committing. Includes refusal routing: if one model refuses, switch silently to the next. Extended in v0.25.1 with structured review-mode gating (when to invoke vs not) and a Codex code-review handoff for the diff-review case.

2026-06-10
daily-task-manager
소프트웨어 개발자

Task lifecycle management. Add, complete, defer, remove, and review tasks. Maintains a running task list as a brain page.

2026-06-10
data-research
소프트웨어 개발자

Structured data research: search sources, extract structured data, archive raw sources, maintain canonical tracker pages, deduplicate. Parameterized via YAML recipes for investor updates, donations, company updates, or any email-to-structured-data pipeline.

2026-06-10
eiirp
소프트웨어 개발자

Everything In Its Right Place. The universal post-work organizer. After any significant work session, EIIRP runs a 7-phase audit: (1) inventory every output, (2) walk taxonomy to decide where each lands, (3) check schema-pack consistency against the brain's actual shape, (4) file enriched brain pages, (5) audit the skill graph for DRY+MECE, (6) verify resolvability, (7) report. Named after the Radiohead song. Nothing produced during significant work lives only in chat — knowledge becomes permanent, patterns become reusable.

2026-06-10
enrich
소프트웨어 개발자

Enrich brain pages with tiered enrichment protocol. Creates and updates person/company pages with compiled truth, timeline, and cross-links. Use when a new entity is mentioned or an existing page needs updating.

2026-06-10
frontmatter-guard
소프트웨어 개발자

Validate and auto-repair YAML frontmatter on brain pages. Catches malformed pages before they enter the brain (missing closing

2026-06-10
functional-area-resolver
기타 컴퓨터 관련 직업

Compress an agent's routing file (RESOLVER.md or AGENTS.md) by converting granular skill-per-row tables into functional-area dispatchers. Each area lists sub-skills in a "(dispatcher for: ...)" clause. The LLM reads one area entry and routes to the correct sub-skill. Proven via held-out A/B eval: dispatcher pattern outperforms naive pipe-table compression.

2026-06-10
idea-ingest
소프트웨어 개발자

Ingest links, articles, tweets, and ideas into the brain. Fetch content, save to brain with analysis, create author people page, and cross-link. Use when the user shares a link or says "read this", "save this", "think about this".

2026-06-10
inbrain-upgrade
네트워크·컴퓨터 시스템 관리자

Keep inbrain current. When a `inbrain` invocation prints an `UPGRADE_AVAILABLE <old> <new>` marker (or `inbrain self-upgrade --check-only` reports an update), apply it per the configured self_upgrade.mode: notify (prompt the operator with a 4-option question + snooze) or auto (apply silently). The action is always the hardcoded `inbrain self-upgrade` — never a command read from the marker.

2026-06-10
ingest
소프트웨어 개발자

Route content to specialized ingestion skills. Detects input type and delegates.

2026-06-10
maintain
소프트웨어 개발자

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.

2026-06-10
media-ingest
소프트웨어 개발자

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.

2026-06-10
meeting-ingestion
소프트웨어 개발자

Ingest meeting transcripts into brain pages with attendee enrichment, entity propagation, and timeline merge. A meeting is NOT fully ingested until the enrich skill has processed every entity.

2026-06-10
migrate
소프트웨어 개발자

Universal migration from Obsidian, Notion, Logseq, markdown, CSV, JSON, Roam

2026-06-10
minion-orchestrator
소프트웨어 개발자

Unified Minions skill for both deterministic shell jobs and LLM subagent orchestration. Replaces the older `inbrain-jobs` routing intent. Use when: submitting inbrain jobs, shell/background tasks, spawning subagents, checking progress, steering running work, pausing/resuming, parallel fan-out. One durable, observable, steerable queue interface.

2026-06-10
perplexity-research
시장조사 분석가·마케팅 전문가

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 inbrain query).

2026-06-10
publish
소프트웨어 개발자

Share brain pages as beautiful password-protected HTML with zero LLM calls

2026-06-10
query
소프트웨어 개발자

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.

2026-06-10
reports
소프트웨어 개발자

Save and load timestamped reports. Keyword routing for fast lookup. Cron jobs save output as reports; the agent or user queries them by keyword.

2026-06-10
schema-author
소프트웨어 개발자

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.

2026-06-10
schema-unify
소프트웨어 개발자

Migrate a brain from inbrain-base (or any pack) to inbrain-base-v2's 14-canonical-type taxonomy via inbrain 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".

2026-06-10
setup
소프트웨어 개발자

Set up Inbrain with auto-provision Supabase or PGLite, AGENTS.md injection, first import

2026-06-10
signal-detector
소프트웨어 개발자

Always-on ambient signal capture. Fires on every inbound message to detect original thinking and entity mentions. Spawn as a cheap sub-agent in parallel, never block the main response.

2026-06-10
skill-creator
소프트웨어 개발자

Create new skills following the Inbrain conformance standard. Generates SKILL.md with frontmatter, Contract, Phases, Output Format, and Anti-Patterns. Checks MECE against existing skills. Updates manifest and resolver.

2026-06-10
이 저장소에서 수집된 skills 50개 중 상위 40개를 표시합니다.