knowledge-admin

Connect and validate pgvector backends, check health, export space data, and install parser models.

520|175|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/evolution-foundation/evo-nexus --skill knowledge-admin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: knowledge-admin
Source: https://github.com/evolution-foundation/evo-nexus/tree/main/.claude/skills/knowledge-admin
Command: npx skills add https://github.com/evolution-foundation/evo-nexus --skill knowledge-admin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

knowledge-admin removes the friction of running and maintaining a Knowledge base by handling connection setup, health checks, usage stats, exports, and parser model installation as a single administrative workflow.

Core Features & Use Cases

  • Connect & Configure pgvector Servers: Register new pgvector connections and automatically run validation (e.g., Postgres version, pgvector version), detect PgBouncer edge cases, apply migrations (Alembic), and seed required configuration.
  • Monitor Health & Capacity: Check schema versioning, pgvector version, document/chunk counts, space counts, and last error per connection to quickly identify broken environments.
  • Export Knowledge Data: Export documents (optionally including chunks) from a given space using the selected connection, storing results into a workspace export directory for backups or downstream processing.
  • Install Parser Models (Marker OCR): Install large OCR parser models idempotently and provide installation progress with safe no-ops when already installed.

Quick Start

Ask the system to run the action install-parser to install the Marker parser models for Knowledge ingestion and confirm progress.

Frequently Asked Questions about knowledge-admin

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

FAQPage Schema
How do I connect and configure a pgvector backend for my knowledge base?

To connect and configure a pgvector backend for your knowledge base, you register the connection to automatically run Postgres and pgvector version validation, detect PgBouncer edge cases, apply Alembic migrations, and seed required configuration.

What is the best way to monitor pgvector health and capacity for knowledge storage?

Monitoring pgvector health and capacity for knowledge storage involves checking schema versioning, pgvector version, document and chunk counts, space counts, and the last error per connection to quickly identify broken environments.

How do I export documents and chunks from a specific knowledge space?

To export documents and chunks from a specific knowledge space, you select a connection and export the data, optionally including chunks, storing results into a workspace export directory for backups or downstream processing.

How do I install Marker OCR parser models for document ingestion?

To install Marker OCR parser models for document ingestion, you run the install-parser action, which idempotently installs large parser models and provides installation progress with safe no-ops when already installed.

Does knowledge-admin work with PgBouncer connection pooling?

Yes, knowledge-admin works with PgBouncer connection pooling by detecting PgBouncer edge cases during connection validation, ensuring safe database onboarding and troubleshooting for your knowledge base.

Why are my pgvector database migrations failing during onboarding?

Your pgvector database migrations might be failing during onboarding due to unsupported Postgres or pgvector versions, or PgBouncer edge cases; the system validates these and applies Alembic migrations to seed configuration.