← Back to Skills Marketplace
🔌

VectorShift

by OOMOL · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
30
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install oo-vectorshift
Description
VectorShift (vectorshift.ai). Use this skill for ANY VectorShift request — searching and reading data. Whenever a task involves VectorShift, use this skill i...
README (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

Usage Guidance
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.
Capability Tags
requires-sensitive-credentials
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install oo-vectorshift
  3. After installation, invoke the skill by name or use /oo-vectorshift
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug oo-vectorshift
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is VectorShift?

VectorShift (vectorshift.ai). Use this skill for ANY VectorShift request — searching and reading data. Whenever a task involves VectorShift, use this skill i... It is an AI Agent Skill for Claude Code / OpenClaw, with 30 downloads so far.

How do I install VectorShift?

Run "/install oo-vectorshift" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is VectorShift free?

Yes, VectorShift is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does VectorShift support?

VectorShift is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created VectorShift?

It is built and maintained by OOMOL (@oomol); the current version is v1.0.0.

💬 Comments