vs-project

A project workflow for creating Viking web projects and, when requested, previewing or deploying them to Volcengine IGA Pages, a web hosting service.

In plain words
What is it for?
Use it to create projects with search, recommendations, or chat features from existing resources, verify a local preview, or deploy a generated project.
Why use it?
It checks that the required command and environment are available before creating a project, preventing unsupported creation or deployment attempts.

Skill for Claude CodeCodex

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-project
Any agent
npx skills add volcengine/SearchCLI --skill vs-project
Clone the repo
git clone --depth 1 https://github.com/volcengine/SearchCLI

Made for: Claude Code, Codex.

Per session 66 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,647 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00066 $0.02647
Opus 5 $0.00033 $0.01324
Sonnet 5 $0.00013 $0.00529
Haiku 4.5 $0.00007 $0.00265

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

Security

Grade A, and why

vs-project scanned grade A with 1 finding 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 2d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

13. Extract the preview URL from Next.js's actual `Local:` output instead of assuming port 3000. Next.js may select another port when its default is occupied. Normalize its origin without a trailing slash, then run `curl
skills/vs-project/SKILL.md · 104 lines

How it starts

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

Viking Project Create and Deploy

When to Use

Use this skill to create a Viking web project from existing application resources and verify its local preview, or to deploy a generated project to Volcengine IGA Pages.

Preconditions

  • before doing anything else, run vs project --help; this availability check is the only command allowed before consulting vs-product-qa
  • if the command is unavailable or reports an unknown command, stop immediately and state that project creation and deployment are unavailable; do not enumerate resources, create files, install dependencies, or deploy, and do not explain how to enable hidden functionality
  • creation needs at least one selected feature: search, recommend, or chat
  • the selected application needs at least one bound dataset; recommendation additionally needs a bound user-event dataset
  • search needs a search scene plus a bound dataset, recommendation needs a recommend scene, and chat needs no additional resource ID
  • local preview needs Node.js 20.9 or newer and npm in the environment that runs the generated project
  • deployment needs a directory created by vs project create, Node.js 20.9 or newer, npm, network access for npx, and an authenticated IGA CLI session
  • do not ask the user to paste API keys, AK, or SK into chat

Commands

  • auth status / auth import-env / auth login: establish Viking authentication without exposing credentials in chat
  • app list --full: list application choices with bound dataset metadata for eligibility filtering
  • dataset list --application-id <id>: list datasets bound to the selected application
  • search scene list --application-id <id>: list search scene choices
  • recommend scene list --application-id <id>: list recommend scene choices
  • project create: generate the project
  • project deploy: publish the generated project to Volcengine IGA Pages, or validate its IGA build when the user explicitly requests a dry run
  • npm install / npm run dev: install generated-project dependencies and keep its local API and web servers running

Read the full file on GitHub · 104 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. 2d ago First seen · 104 lines · 66 tokens per session scan A 3a654760e86c

Subscribe to this mod's changes

vs-project is a skill published in the GitHub repository volcengine/SearchCLI (1,176 stars, last pushed 6d ago), licensed Apache-2.0. It adds 66 tokens to every session and 2,647 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). 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

flowzap-diagrams

Generate, validate and publish workflow, sequence and architecture diagrams, using FlowZap Code DSL. Use when the user asks to create a workflow, flowchart, sequence diagram, process map or an architecture diagram. Produces .fz code and instant shareable playground URLs via the FlowZap MCP server.

flowzap-xyz/flowzap-mcp · 64 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