From ailtir
Upload a ZIP archive of tender documents to Ailtir. Invoke with /ailtir:tender-upload or /ailtir:tender-upload /absolute/path/to/tender.zip. If no path is provided, browse the filesystem to locate the ZIP file.
npx claudepluginhub team-ailtir/ailtir-plugin --plugin ailtirThis skill is limited to using the following tools:
Upload a tender ZIP archive to the Ailtir platform using the `ailtir` CLI.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
Upload a tender ZIP archive to the Ailtir platform using the ailtir CLI.
If $ARGUMENTS is provided and ends in .zip, treat it as the absolute path
to the ZIP file. Skip to step 3.
If no argument is given, use the filesystem MCP server to help the user
locate their ZIP file:
~/Downloads and ~/DocumentsConfirm the chosen file path with the user before uploading.
Run the upload:
ailtir upload <absolute-path-to-zip>
On success, report the kb_id from the CLI output. Remind the user they can
run ailtir analyse <kb_id> next to build their knowledge base.
On failure, show the error and suggest:
AILTIR_CLI_SECRET is set (run echo $AILTIR_CLI_SECRET)ailtir version to verify the CLI is installed