vs-search-tuning-partial-case

vs-search-tuning-partial-case is a skill for Claude Code, Codex from volcengine/SearchCLI. It costs 85 tokens per session (3,993 once invoked), scanned A, original, Apache-2.0.

A narrowly scoped guide for fixing a small set of poor search results in one Viking Search application. It checks request-level search adjustments against a read-only baseline and produces configuration and replay materials.

In plain words
What is it for?
Use it when you have up to 50 concrete problem queries and need validated payloads, an operations configuration sheet, and a script for replaying the tests.
Why use it?
It separates targeted fixes for known bad queries from broad search tuning. It does not change the live search configuration.

Skill for Claude CodeCodex

About the project

SearchCLI is a command-line interface for connecting agent or business systems to Volcengine’s search, recommendation, and conversational-retrieval services. It is for developers who need to onboard data, build and test retrieval workflows, adjust search strategies, inspect poor results, and verify changes. Its catalogue entries provide installable skills for operating these workflows.

volcengine/SearchCLI · 1,176 stars · on GitHub

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/volcengine/searchcli/vs-search-tuning-partial-case
Any agent
npx skills add volcengine/SearchCLI --skill vs-search-tuning-partial-case
Clone the repo
git clone --depth 1 https://github.com/volcengine/SearchCLI

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for vs-search-tuning-partial-case

README.md
[![agentmods](https://agentmods.dev/badge/skills/volcengine/searchcli/vs-search-tuning-partial-case.svg)](https://agentmods.dev/skills/volcengine/searchcli/vs-search-tuning-partial-case)
Your own site
<a href="https://agentmods.dev/skills/volcengine/searchcli/vs-search-tuning-partial-case"><img src="https://agentmods.dev/badge/skills/volcengine/searchcli/vs-search-tuning-partial-case.svg" alt="Measured on agentmods" height="20"></a>
Per session 85 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,993 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00085 $0.03993
Opus 5 $0.00043 $0.01997
Sonnet 5 $0.00017 $0.00799
Haiku 4.5 $0.00009 $0.00399

Measured 5d ago against content hash db0d443fb7b7, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

vs-search-tuning-partial-case scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/vs-search-tuning-partial-case/SKILL.md · 357 lines

How it starts

The opening of the file, as written. The whole thing — 357 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Viking Search Partial Case Tuning

When to Use

Use this skill when the user provides a small number of concrete bad-case queries, usually 1-50, and asks to "optimize the search results for these queries."

This skill only performs local, highly deterministic, fine-grained operational fixes:

  • It does not replace global relevance or recall-parameter tuning.
  • It does not change online configuration; it only validates candidates through request-level payloads.
  • The final deliverables are a fine-grained operations configuration sheet that can be copied into the console, validated payloads, and a replay script.

Preconditions

  • A Viking Search application id is available.
  • A dataset id and baseline search scene id are either provided by the user or can be resolved from read-only CLI checks.
  • The user has provided 1-50 concrete bad-case queries for the same application.
  • vs auth status --json succeeds before any runtime search probe.
  • The work can be completed with request-level candidate payloads and offline deliverables only.

Constraints

  1. Do not change core recall parameters: user_defined_recall_mode, dense_weight, text_weight, query_keyword_match_percent, or max_retrieved_num.
  2. The baseline scene is read-only; do not create, modify, derive, publish, or switch scenes.
  3. Do not write app config, dataset config, dictionaries, recommend scenes; do not bind anything, and do not perform any persistent writes.
  4. Validation may only take effect through a single-request payload passed to vs search run --data; no side effects may remain after the request finishes.
  5. Do not rewrite the user's real query. Query-rewrite ideas may only be used as candidate evidence; they must not be written back to the original query or used as online trigger terms that replace the user's query.
  6. Do not use conclusions from local cases to judge the overall quality of the recall strategy.
  7. Do not force a search-mode change. Evaluate the currently locked baseline scene as-is; if the scene itself is not UserDefined, do not change it for this skill.
  8. In the apply phase, only deliver the configuration sheet and evidence; actual launch must be performed manually in the Viking console based on the configuration sheet.

Read the full file on GitHub · 357 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 357 lines · 85 tokens per session scan A db0d443fb7b7

Subscribe to this mod's changes

vs-search-tuning-partial-case is a skill published in the GitHub repository volcengine/SearchCLI (1,176 stars, last pushed 8d ago), licensed Apache-2.0. It adds 85 tokens to every session and 3,993 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

xerj-code

Reference-coding with XERJ. Clone the libraries that already solved your problem, index them locally, and retrieve the exact implementation before writing code — so the agent reads passages instead of re-deriving algorithms across retry loops. Use when starting a task in an unfamiliar API, porting an algorithm, or…

xerj-org/xerj · 79 tokens

xerj-security-audit

Coverage-guaranteed whitebox security audit of a codebase using XERJ + tree-sitter AST. Use when the user wants to security-review PHP (or other-language) code with a provable "we enumerated every dangerous call" guarantee, or asks to run the WordPress-style sink census / audit. Drives an index-once, query-read-reason…

xerj-org/xerj · 97 tokens

linkly-ai

Search, browse, read, and take notes across the user's documents indexed by Linkly AI — local files and linked cloud libraries. Use when the user asks to 'search my documents', 'find files about a topic', 'read a local document', 'what's in this folder', 'list the files in that library', 'browse document outlines'…

LinklyAI/linkly-ai-skills · 221 tokens

youtube-content

YouTube Data API — search, video details, channel info, transcripts.

furkangonel/cowrangler · 18 tokens

zero-api-key-web-search

OpenClaw skill for source-backed web search, page reading, and evidence-aware claim checking. No API keys required by default; optional providers can be enabled for stronger coverage. v23: multi-engine SERP (7 engines), Web Unlocker for blocked pages, auto-fallback on 403/429.

wd041216-bit/zero-api-key-web-search · 68 tokens

zero-api-key-web-search

Claude Code-compatible skill for source-backed web search, page reading, and evidence-aware claim checking. Use it when an answer depends on current facts, live sources, or explicit support/conflict handling. v23: multi-engine SERP (7 engines), Web Unlocker for blocked pages, auto-fallback on 403/429.

wd041216-bit/zero-api-key-web-search · 72 tokens