unique-cli-search

Search the Unique knowledge base with scoped queries and metadata filters.

5|3|Updated Jun 18, 2024
One-click install
npx skills add https://github.com/Unique-AG/ai --skill unique-cli-search
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: unique-cli-search
Source: https://github.com/Unique-AG/ai/tree/main/unique_sdk/unique_sdk/cli/skills/unique-cli-search
Command: npx skills add https://github.com/Unique-AG/ai --skill unique-cli-search

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly locate relevant documents and data in the Unique AI Platform knowledge base using a command-line interface, reducing search time and cognitive load.

Core Features & Use Cases

  • CLI-based search: Query across the knowledge base with optional scope (folder or scope ID) and metadata filters.
  • Scoped results: Narrow results to specific folders or scopes to improve relevance and speed.
  • Clear output: Returns titles, IDs, and snippets to help users decide next steps.

Quick Start

Use the unique-cli search command to locate "quarterly revenue" in the knowledge base.

Frequently Asked Questions about unique-cli-search

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

FAQPage Schema
How do I search the Unique knowledge base from the command line?▼

You can search the Unique knowledge base from the command line by running the unique-cli search command. It returns titles, IDs, and snippets, allowing you to quickly locate relevant documents and data.

Can I narrow full-text search results to a specific folder?▼

Yes, you can narrow full-text search results to a specific folder. The unique-cli search supports scoped searches by absolute path, folder name, or scope ID to improve result relevance and speed.

How does vector indexing work with unique-cli search?▼

Vector indexing works with unique-cli search by combining with full-text indexing to process your queries. The CLI performs these indexing methods to efficiently locate and retrieve relevant documents from the knowledge base.

Can I apply metadata filters to refine knowledge base search results?▼

Yes, you can apply metadata filters to refine knowledge base search results. The unique-cli search command allows you to apply these filters alongside scoped searches to ensure you only retrieve the most relevant data.

Do I need any dependencies installed to search the knowledge base via CLI?▼

Yes, you need a configured environment with necessary dependencies installed to search the knowledge base via CLI. The unique-cli search command requires this setup to perform its vector and full-text indexing operations successfully.