← Back to Skills Marketplace
jneless

volcengine-tos-vectors-skills

by jneless · GitHub ↗ · v1.0.2
cross-platform ⚠ suspicious
2087
Downloads
3
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install volcengine-tos-vectors-skills
Description
Manage vector storage and similarity search using TOS Vectors service. Use when working with embeddings, semantic search, RAG systems, recommendation engines, or when the user mentions vector databases, similarity search, or TOS Vectors operations.
Usage Guidance
This skill appears to be a legitimate TOS Vectors helper, but the package metadata is incomplete: the scripts and SKILL.md require three environment variables (TOS_ACCESS_KEY, TOS_SECRET_KEY, TOS_ACCOUNT_ID) and the `tos` Python SDK, yet the registry lists none. Before installing or enabling this skill: - Verify the skill source and author (owner id present but homepage/source is unknown). Prefer skills with a known homepage or repo. - Don’t supply high-privilege TOS keys unless you trust the skill and its source. Use least-privilege keys and an account dedicated to testing if possible. - Confirm the endpoint domains (https://tosvectors-cn-beijing.volces.com and https://tosvectors-cn-beijing.ivolces.com) are legitimate for your provider; if unsure, contact the provider or use an official SDK/endpoint. - If you plan to use the CLI scripts, ensure the `tos` SDK version (README suggests a beta) is appropriate and audit that package separately before pip installing. - Ask the publisher/maintainer to update registry metadata to declare required env vars and any install steps so automated tooling and users are not misled. Given the clear metadata mismatch (credentials required but not declared) the skill is suspicious—not necessarily malicious—but you should validate the origin and limit credentials before use.
Capability Analysis
Type: OpenClaw Skill Name: volcengine-tos-vectors-skills Version: 1.0.2 The skill bundle is designed for managing vector storage and similarity search using the Volcengine TOS Vectors service. All Python scripts and markdown documentation consistently interact with the legitimate Volcengine endpoint `https://tosvectors-cn-beijing.volces.com`. Credentials (TOS_ACCESS_KEY, TOS_SECRET_KEY, TOS_ACCOUNT_ID) are read from environment variables, which is standard practice for cloud SDKs. There is no evidence of data exfiltration to unauthorized endpoints, malicious execution, persistence mechanisms, obfuscation, or prompt injection attempts against the agent. The content is clearly aligned with its stated purpose.
Capability Assessment
Purpose & Capability
Name, description, SKILL.md, README, WORKFLOWS.md, and the three scripts consistently implement vector-bucket, index, insert, and query operations for a TOS Vectors service. The code and documentation align with the stated purpose.
Instruction Scope
SKILL.md and the scripts explicitly instruct the agent to read environment variables for credentials, create buckets/indexes, insert/query/delete vectors, and call the TOS endpoint. Those instructions stay within the stated purpose and do not reference unrelated system files or exotic endpoints. However, the instructions rely on environment variables and a Python SDK that are not declared in the registry metadata.
Install Mechanism
There is no install spec in the registry (instruction-only), which reduces install-time risk. But the README and SKILL.md require the `tos` Python SDK (specific beta version mentioned). The absence of an install spec means the skill assumes the runtime already has that dependency; this is a documentation/metadata gap rather than obviously malicious behavior.
Credentials
The scripts and SKILL.md require TOS_ACCESS_KEY, TOS_SECRET_KEY, and TOS_ACCOUNT_ID (used to initialize tos.VectorClient), but the registry metadata lists no required env vars and no primary credential. Requesting full API keys is proportionate to a cloud vector DB client, but the metadata omission is an incoherence that could mislead users and automated installers about needed secrets.
Persistence & Privilege
The skill does not request always:true, does not declare persistence or modify other skills, and does not require system-wide privileges. It only runs client operations against an external TOS endpoint when invoked.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install volcengine-tos-vectors-skills
  3. After installation, invoke the skill by name or use /volcengine-tos-vectors-skills
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
- update beta pip command
v1.0.1
- Fixed the paras bug for list vectors. - Adjusted the maximum limit for Query TopK results from 1–1000 to 1–30 to reflect current service limits.
v1.0.0
- Initial release of the tos-vectors skill for managing vector storage and similarity search using the TOS Vectors service. - Supports vector bucket and index creation, vector insertion, querying, retrieval, and deletion. - Includes example workflows for semantic search, RAG systems, and recommendation engines. - Provides best practices and important usage limits for optimal performance and reliability.
Metadata
Slug volcengine-tos-vectors-skills
Version 1.0.2
License
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is volcengine-tos-vectors-skills?

Manage vector storage and similarity search using TOS Vectors service. Use when working with embeddings, semantic search, RAG systems, recommendation engines, or when the user mentions vector databases, similarity search, or TOS Vectors operations. It is an AI Agent Skill for Claude Code / OpenClaw, with 2087 downloads so far.

How do I install volcengine-tos-vectors-skills?

Run "/install volcengine-tos-vectors-skills" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is volcengine-tos-vectors-skills free?

Yes, volcengine-tos-vectors-skills is completely free (open-source). You can download, install and use it at no cost.

Which platforms does volcengine-tos-vectors-skills support?

volcengine-tos-vectors-skills is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created volcengine-tos-vectors-skills?

It is built and maintained by jneless (@jneless); the current version is v1.0.2.

💬 Comments