← 返回 Skills 市场
🔌

VectorShift

作者 OOMOL · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
30
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install oo-vectorshift
功能描述
VectorShift (vectorshift.ai). Use this skill for ANY VectorShift request — searching and reading data. Whenever a task involves VectorShift, use this skill i...
使用说明 (SKILL.md)

VectorShift

Operate VectorShift through your OOMOL-connected account. This skill calls the vectorshift connector with the oo CLI; OOMOL injects credentials server-side, so you never handle raw tokens.

Category: AI, Developer Tools. Exposes 4 action(s).

Running an action

Assume the user has already installed the oo CLI, signed in, and connected VectorShift. Do not run oo auth login or open the connection URL proactively — just run the action. Fall back to First-time setup only when a command actually fails with an auth or connection error.

1. Inspect the contract to get the authoritative input/output schema before building a payload:

oo connector schema "vectorshift" --action "\x3Caction_name>"

2. Run the action with a JSON payload that matches the input schema:

oo connector run "vectorshift" --action "\x3Caction_name>" --data '\x3Cjson>' --json
  • --data takes a JSON object string or @path/to/file.json; omit it to send {}.
  • The response is { "data": ..., "meta": { "executionId": "..." } }; the execution id lives under meta.executionId.

Each action below links to a reference file with its purpose and exact commands. Read the linked file, then fetch the live schema with oo connector schema before constructing --data.

Available actions

  • bulk_run_pipeline — Run multiple instances of the same VectorShift pipeline with JSON-safe inputs in one request.
  • get_pipeline — Fetch one VectorShift pipeline by pipeline ID or by pipeline name.
  • list_pipelines — List VectorShift pipelines that are accessible to the connected API key.
  • run_pipeline — Run one VectorShift pipeline with JSON-safe inputs and return the resulting outputs.

Safety

  • Read actions (get / list / search) are safe to run directly.
  • Create, update, send, or post actions change VectorShift state — confirm the exact payload and effect with the user before running.
  • Delete or remove actions are destructive — always confirm the target and get explicit approval first.

First-time setup

These are one-time steps — do not repeat them on every call. Run a step only when a command fails for the matching reason.

  • oo: command not found — install the oo CLI (other platforms: \x3Chttps://cli.oomol.com/install-guide.md>):

    curl -fsSL https://cli.oomol.com/install.sh | bash    # macOS / Linux
    
    irm https://cli.oomol.com/install.ps1 | iex           # Windows PowerShell
    
  • Not signed in / authentication error — sign in to your OOMOL account once:

    oo auth login
    
  • scope_missing / credential_expired / app_not_ready / app_not_found — VectorShift is not connected, or the connection expired or lacks a scope. Connect once (auth type: API key) at:

    https://console.oomol.com/app-connections?provider=vectorshift
    
  • HTTP 402 / OOMOL_INSUFFICIENT_CREDIT — billing stop. Recharge at https://console.oomol.com/billing/token-recharge before retrying.

Resources

安全使用建议
Install this if you intend to let your agent use your connected VectorShift account through OOMOL. Be aware that listing or fetching pipelines can reveal account data, and running pipelines may consume credits or trigger whatever effects those pipelines are designed to perform; give explicit pipeline IDs, names, and inputs when asking it to act.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
The files consistently describe operating VectorShift through an OOMOL-connected account, and the listed actions match that purpose: list pipelines, fetch a pipeline, run one pipeline, or run a batch of pipeline executions.
Instruction Scope
The trigger wording is broader than ideal because it says to use the skill for any VectorShift request, but the operational instructions are limited to the vectorshift connector actions and tell the agent to inspect schemas before running payloads.
Install Mechanism
The artifact is markdown-only with no executable scripts, dependencies, install hooks, or bundled binaries. First-time setup steps are disclosed and only suggested after command failures.
Credentials
The skill uses Bash access scoped to oo CLI commands and relies on an OOMOL-connected VectorShift account. That is proportionate for a connector skill, though pipeline runs may consume account resources or process user-supplied data.
Persistence & Privilege
Credentials are described as injected server-side by OOMOL rather than handled directly by the skill. No local persistence, background workers, privilege escalation, credential scraping, or broad filesystem access is present.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install oo-vectorshift
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /oo-vectorshift 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Adds the initial `oo-vectorshift` skill for operating VectorShift through an OOMOL-connected account via the `vectorshift` connector and `oo` CLI. - Supports discovering accessible VectorShift pipelines with `list_pipelines`. - Supports fetching a specific pipeline by pipeline ID or pipeline name with `get_pipeline`. - Supports running a single VectorShift pipeline with JSON-safe inputs and returning its outputs via `run_pipeline`. - Supports batch execution of multiple runs for the same pipeline in one request with `bulk_run_pipeline`. - Includes action-level command references and guidance to inspect live connector schemas before constructing payloads.
元数据
Slug oo-vectorshift
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

VectorShift 是什么?

VectorShift (vectorshift.ai). Use this skill for ANY VectorShift request — searching and reading data. Whenever a task involves VectorShift, use this skill i... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 30 次。

如何安装 VectorShift?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install oo-vectorshift」即可一键安装,无需额外配置。

VectorShift 是免费的吗?

是的,VectorShift 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

VectorShift 支持哪些平台?

VectorShift 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 VectorShift?

由 OOMOL(@oomol)开发并维护,当前版本 v1.0.0。

💬 留言讨论