chat

Query an Ailtir knowledge base with natural language and five prior interactions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables you to query an Ailtir knowledge base using natural language, returning answers with access to recent conversation history to improve relevance.

Core Features & Use Cases

  • Contextual Q&A: Ask questions against an Ailtir knowledge base and automatically include up to five prior interactions to enhance accuracy.
  • Input Validation & Guidance: If the required kb_id or question is missing, the skill prompts the user and suggests listing knowledge bases with /ailtir:list.
  • CLI-Driven Execution: Leverages the ailtir CLI to authenticate and communicate with Ailtir's cloud platform, handling success and failure cases with actionable feedback.

Quick Start

Ask a natural-language question against a knowledge base and include the last five interactions as context.

Frequently Asked Questions about chat

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

FAQPage Schema
How do I query a knowledge base using natural language with conversation context?

Submit your question and a kb_id to query a knowledge base using natural language. The tool automatically includes the last five interactions to provide conversation context and improve answer relevance.

What should I do if my natural language knowledge base query fails?

If your knowledge base query fails, ensure the AILTIR_CLI_SECRET environment variable is set, verify the CLI is installed, and confirm the specified kb_id status is ready before retrying.

Do I need a specific kb_id to ask a natural language question against a knowledge base?

Yes, you need a specific kb_id to ask a natural language question against a knowledge base. If the kb_id is missing, the tool prompts you and suggests listing available knowledge bases.

How does conversational context improve knowledge base question answering?

Conversational context improves knowledge base question answering by including up to five prior interactions. This recent dialogue history helps the system deliver more accurate and relevant answers.

Can I use the ailtir CLI to search knowledge bases without setting up authentication?

No, you cannot use the ailtir CLI to search knowledge bases without authentication. The CLI-driven execution requires the AILTIR_CLI_SECRET to be properly set to authenticate with the cloud platform.