analyse

Trigger Ailtir ingestion pipeline for a specified knowledge base ID.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ingest knowledge bases into Ailtir by triggering the ingestion pipeline for a specified kb_id.

Core Features & Use Cases

  • Trigger ingestion for a knowledge base using the ailtir CLI (ailtir analyse <kb_id>).
  • If kb_id is omitted, present a list of knowledge bases and prompt you to choose one for ingestion.
  • Confirm the target knowledge base before starting ingestion, and provide status updates and troubleshooting steps.

Quick Start

Provide a knowledge base ID or let me list your knowledge bases and choose one, then run the ingestion with /ailtir:analyse <kb_id>.

Frequently Asked Questions about analyse

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

FAQPage Schema
How do I trigger knowledge base ingestion in Ailtir?

You can trigger knowledge base ingestion by running /ailtir:analyse with a specific kb_id. If the kb_id is omitted, an interactive list of available knowledge bases is presented for you to choose from before confirming the ingestion pipeline.

What is the process for ingesting multiple knowledge bases into Ailtir?

For accounts with multiple knowledge bases, omit the kb_id to display an interactive selection list. You choose a target from the list, and the system validates the selection before triggering the ingestion pipeline for that specific knowledge base.

Do I need the ailtir CLI installed to run the analyse workflow?

Yes, you need the ailtir CLI installed and configured with the AILTIR_CLI_SECRET environment variable to run the ingestion workflow. The skill validates your kb_id using the ailtir list command before triggering the ingestion pipeline.

How does Ailtir validate a knowledge base ID before starting ingestion?

Before ingestion, the system validates the knowledge base ID by executing the ailtir list command via the CLI. This confirms the kb_id exists in your account, preventing invalid ingestion attempts and providing actionable failure guidance if validation fails.

What happens if knowledge base ingestion fails during the analyse workflow?

If ingestion fails, the workflow reports the failure and provides actionable troubleshooting guidance. This helps you identify whether the issue stems from CLI configuration, an invalid kb_id, or the ingestion pipeline itself.