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

bx-gbrain

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

수집된 skills
25
Stars
1
업데이트
2026-07-09
Forks
0
직업 범위
직업 카테고리 6개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

dreams
기타 컴퓨터 관련 직업

Review brain inbox drafts, preserve durable memory, archive evidence, sync GBrain, and optionally commit. Public workflow defaults to no push.

2026-07-09
voice-persona-mars
기타 컴퓨터 관련 직업

Route to Mars (introspective thought partner / demo showman voice persona). Used when the operator wants depth, meaning, or impressive social demos rather than logistics. Mars handles SOLO mode (philosophy, presence, patterns) and DEMO mode (tool-driven showmanship) automatically.

2026-06-29
voice-persona-venus
기타 컴퓨터 관련 직업

Route to Venus (sharp executive-assistant voice persona). Used for logistics — calendar, tasks, recent messages, brain lookups — at sub-second phone-call latency. The default voice persona unless DEFAULT_PERSONA=mars is set.

2026-06-29
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-29
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-29
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-29
briefing
프로젝트 관리 전문가

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

2026-06-29
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-29
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 gbrain setup and asks "now what?"

2026-06-29
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-29
cron-scheduler
소프트웨어 개발자

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

2026-06-29
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-29
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-29
frontmatter-guard
소프트웨어 개발자

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

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

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

2026-06-29
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-29
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-29
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 gbrain query).

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

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

2026-06-29
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-29
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-29
setup
소프트웨어 개발자

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

2026-06-29
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-29
skillpack-harvest
소프트웨어 개발자

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

2026-06-29
testing
소프트웨어 품질 보증 분석가·테스터

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.

2026-06-29