Install GBrain (Deprecated)

Provision Supabase, inject agent configuration, and verify GBrain health.

1|Updated May 9, 2026
One-click install
npx skills add https://github.com/weiping/gbrain-cn --skill install-gbrain-deprecated
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Install GBrain (Deprecated)
Source: https://github.com/weiping/gbrain-cn/tree/main/skills/install
Command: npx skills add https://github.com/weiping/gbrain-cn --skill install-gbrain-deprecated

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps you install GBrain by provisioning the required backend and performing the first import and health verification, so you can start running the agent “brain” workload without manual setup work every time.

Core Features & Use Cases

  • Auto-provision Supabase via CLI for fast installation.
  • Manual fallback with non-interactive init when interactive setup isn’t possible.
  • AGENTS.md auto-injection (upgrade-safe) to keep agent configuration consistent.
  • First import and health verification to confirm the system is ready to answer and traverse the knowledge graph.

Quick Start

Ask an AI to guide you through installing GBrain using the deprecated install flow, and to switch you to the setup skill when appropriate.

Frequently Asked Questions about Install GBrain (Deprecated)

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I install GBrain and provision Supabase for self-hosted deployment?

To install GBrain, provision Supabase via CLI auto-provisioning or non-interactive manual init, inject upgrade-safe AGENTS.md configuration, and run the initial import with health verification to prepare the brain layer.

What does the GBrain initial import and health verification process do?

The initial import and health verification confirms the GBrain system is ready to perform automated synthesis, graph traversal, and gap analysis by validating the Supabase backend and injected agent configuration.

Can I manually init Supabase for GBrain installation when interactive setup isn't possible?

Yes, GBrain installation supports a manual fallback with non-interactive init to provision Supabase when interactive CLI setup isn't possible during self-hosted deployment.

How does AGENTS.md auto-injection work during GBrain deployment?

AGENTS.md auto-injection applies upgrade-safe agent configuration automatically during GBrain installation, ensuring the agent configuration remains consistent across subsequent system updates and knowledge graph traversals.

Why is the Install GBrain skill marked as deprecated?

The Install GBrain skill is deprecated because it uses an older installation flow; users are guided to switch to the setup skill when appropriate, though it still provisions Supabase and verifies system health.

Do I need Supabase to run the GBrain agent workload and knowledge graph traversal?

Yes, Supabase is a required backend dependency for GBrain, acting as the data layer for automated synthesis, graph traversal, and gap analysis during self-hosted deployment.