unique-cli-file-management

Manage files and folders on the Unique AI Platform via unique-cli.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage files and folders on the Unique AI Platform efficiently using the unique-cli, enabling quick operations like listing, uploading, downloading, renaming, and organizing content without switching between tools.

Core Features & Use Cases

  • Command-line file operations: ls, mkdir, upload, download, rm, mv, rmdir, and mvdir equivalents for organizing content.
  • Scope and content ID handling: work with scope IDs (scope_) and content IDs (cont_) to target exact folders or files within the knowledge base.
  • Real-world use case: quickly locate and arrange knowledge base assets by traversing folders and placing files into the appropriate scope for downstream processing.

Quick Start

Install unique-cli and start by listing the root folders, then upload or move files as needed.

Frequently Asked Questions about unique-cli-file-management

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

FAQPage Schema
How do I manage files on the Unique AI Platform from the command line?▼

You can manage Unique AI Platform files from the command line using unique-cli to perform operations like listing, uploading, downloading, and renaming content. It enables scriptable, deterministic file interactions without switching between tools.

What's the best way to organize knowledge base content by scope ID?▼

The best way to organize knowledge base content by scope ID is using unique-cli commands to traverse folders and move files into the appropriate scope_* or cont_* targets for downstream processing.

How do I upload and download files to a cloud knowledge base via CLI?▼

Uploading and downloading files to a cloud knowledge base via CLI is done using the unique-cli upload and download commands, which require environment variables for authentication to interact with the platform.

Can I rename or move folders in a knowledge base using a command-line interface?▼

Yes, you can rename or move folders in a knowledge base using the unique-cli command-line interface. It provides mv, mvdir, and rm equivalents to organize content and scope IDs deterministically.

Do I need authentication credentials to list files on the Unique AI Platform?▼

Yes, you need authentication credentials configured as environment variables to list files on the Unique AI Platform using unique-cli. This requirement ensures secure access to your knowledge base content.

Unique-cli file management: what is it and when do I need it?▼

Unique-cli file management is a command-line approach to handling files and folders on the Unique AI Platform. You need it when arranging knowledge base assets quickly and scriptably without leaving the terminal.