tender-upload

Upload a ZIP tender archive to Ailtir and capture the resulting kb_id.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of uploading a ZIP tender archive to the Ailtir platform, enabling automated ingestion of tender documents into a knowledge base.

Core Features & Use Cases

  • Upload a tender ZIP to Ailtir and obtain the knowledge base ID.
  • Interactive file discovery when the path isn't provided, resolving to an absolute path before upload.
  • Validation & guidance to ensure the AILTIR_CLI_SECRET is set and the ZIP is valid, with troubleshooting tips if the upload fails.

Quick Start

Provide the ZIP file path or browse to locate it, then confirm and upload to Ailtir.

Frequently Asked Questions about tender-upload

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

FAQPage Schema
How do I upload a ZIP tender archive to the Ailtir platform?

To upload a ZIP tender archive to the Ailtir platform, provide the direct absolute path or interactively browse the filesystem to locate the file, then confirm and upload to capture the resulting kb_id.

Why does my tender upload to Ailtir fail immediately?

Your tender upload to Ailtir fails immediately if the AILTIR_CLI_SECRET environment variable is not configured or if the selected ZIP file does not exist or is not a valid archive.

Can I upload a tender ZIP to Ailtir without providing an explicit file path?

Yes, you can upload a tender ZIP to Ailtir without an explicit path by using interactive filesystem prompts to discover the file, which automatically resolves to an absolute path before upload.

What is a kb_id and how do I get one after uploading a tender ZIP?

A kb_id is the resulting knowledge base identifier captured after you successfully upload a ZIP tender archive to the Ailtir platform using the ailtir CLI for automated document ingestion.

What should I do if the ailtir CLI upload encounters an error?

If the ailtir CLI upload encounters an error, the process validates that AILTIR_CLI_SECRET is set and the ZIP is valid, then guides you through specific troubleshooting steps to resolve the failure.