원클릭으로
vs-alias-mapping
// Provide system alias mapping for Search CLI. Invoke this skill when user mentions "Search CLI", "search_cli", or tries to execute search_cli commands.
// Provide system alias mapping for Search CLI. Invoke this skill when user mentions "Search CLI", "search_cli", or tries to execute search_cli commands.
Use when a user asks an agent to evaluate or tune text search similarity for an existing Viking AI Search application and dataset.
Shared SearchCLI setup: install, authenticate, run doctor, and verify the local environment.
Search runtime and scene management: run queries, inspect scenes, debug app readiness, and diagnose recall or config issues.
Binds a dataset to an application with reviewed field config inference. Invoke when using `vs app dataset bind` and searchable/filter/suggest fields must be inferred and confirmed first.
Conversational search runtime: send messages, keep sessions consistent, and verify retrieval behavior and responses.
General item-level onboarding: understand structured item data, generate schema and config plans, create datasets, and create or bind apps only when the user explicitly asks for app-level setup.
| name | vs-alias-mapping |
| title | vs-alias-mapping |
| description | Provide system alias mapping for Search CLI. Invoke this skill when user mentions "Search CLI", "search_cli", or tries to execute search_cli commands. |
| category | shared |
| applies_to | codex, agents, external-agent |
| requires_cli | >=0.1.0 |
| keywords | alias, search_cli, mapping |
| commands | auth login |
Invoke this skill when the user refers to the CLI tool as "Search CLI" or "search_cli", to ensure the correct underlying binary (vs) is executed.
search_cli.vs binary (or its absolute path).vs CLI surface (--help, command output, and observed runtime behavior), and explicit user-provided information.search_cli.vs prefix and VIKING_ environment variables.When user says: "Use search_cli to auth login"
You should execute: vs auth login (or the absolute path like /path/to/vs-macos-arm64 auth login)
When user says: "Check search_cli doctor"
You should execute: vs doctor
Always keep this mapping in mind when interacting with the CLI tool in this workspace.