list

List all knowledge bases in an Ailtir account with names, IDs, and statuses.

1|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/Team-Ailtir/ailtir-plugin --skill list-team-ailtir
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: list
Source: https://github.com/Team-Ailtir/ailtir-plugin/tree/main/plugins/ailtir/skills/list
Command: npx skills add https://github.com/Team-Ailtir/ailtir-plugin --skill list-team-ailtir

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps you quickly enumerate all knowledge bases in your Ailtir account, exposing their names, IDs, and statuses so you can manage them efficiently.

Core Features & Use Cases

  • Inventory Knowledge Bases: List each KB with its name, kb_id, and current status to monitor readiness for actions like chat.
  • Status-based Actions: Identify bases with status ready to decide when to initiate a chat session.
  • Error Diagnosis: Provide guidance on common issues such as missing CLI secrets or misconfigured CLI installations.

Quick Start

Run the ailtir list command to display all knowledge bases.

Frequently Asked Questions about list

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

FAQPage Schema
How do I list all knowledge bases in my Ailtir account?

You can list all knowledge bases in your Ailtir account by running the ailtir list command. This enumerates each knowledge base with its name, kb_id, and current status to help you monitor readiness for actions like chat.

Do I need the Ailtir CLI configured to check knowledge base statuses?

Yes, checking knowledge base statuses requires the Ailtir CLI to be installed and configured with a valid secret key (AILTIR_CLI_SECRET). The skill uses this CLI environment to query and display the readiness state of your bases.

What information is shown when I inventory my Ailtir knowledge bases?

Inventorying your Ailtir knowledge bases displays the name, kb_id, and current status for each base. This information supports basic management tasks and helps you identify which bases are ready for chat workflows.

Why does my knowledge base list command return an error?

A knowledge base list command error often indicates a missing CLI secret or a misconfigured Ailtir CLI installation. The skill provides guidance on these common issues and gracefully shows diagnostic results or troubleshooting steps.

Can I identify which knowledge bases are ready for chat workflows?

Yes, you can identify knowledge bases ready for chat workflows by listing their statuses. The skill exposes the current status of each base so you can decide when to initiate a chat session based on readiness.