← Back to Skills Marketplace
🔌

StackAI

by OOMOL · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
26
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install oo-stack-ai
Description
StackAI (stack-ai.com). Use this skill for ANY StackAI request — searching and reading data. Whenever a task involves StackAI, use this skill instead of call...
README (SKILL.md)

StackAI

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

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

Running an action

Assume the user has already installed the oo CLI, signed in, and connected StackAI. 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 "stack_ai" --action "\x3Caction_name>"

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

oo connector run "stack_ai" --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

  • get_run_metadata — Fetch metadata for one previously started Stack AI run.
  • run_flow — Run a deployed Stack AI flow with JSON variables and return its normalized result.

Safety

  • Read actions (get / list / search) are safe to run directly.
  • Create, update, send, or post actions change StackAI 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 — StackAI 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=stack_ai
    
  • HTTP 402 / OOMOL_INSUFFICIENT_CREDIT — billing stop. Recharge at https://console.oomol.com/billing/token-recharge before retrying.

Resources

Usage Guidance
Install only if you trust OOMOL and understand that running StackAI flows may do more than read data. Before executing run_flow, inspect the schema, confirm the exact flow and payload, and avoid the pipe-to-shell installer unless you verify the installer source and integrity through a safer installation path.
Capability Tags
requires-sensitive-credentials
Capability Assessment
Purpose & Capability
The artifacts disclose StackAI operation through the OOMOL oo CLI and list get_run_metadata and run_flow, but the top-level description frames the skill as searching and reading data while run_flow can execute deployed workflows with effects outside simple read access.
Instruction Scope
The trigger says to use the skill for ANY StackAI request, and the action guidance says to run actions after schema inspection; confirmation guidance covers create/update/send/post/delete verbs but does not clearly require confirmation before run_flow, whose deployed flow behavior may vary.
Install Mechanism
First-time setup includes pipe-to-shell installers for macOS/Linux and PowerShell, which execute remote code without visible pinning or integrity verification. This is installation risk, not evidence of malicious payload.
Credentials
Use of Bash is limited to oo commands and credentials are described as injected server-side by OOMOL, which fits the integration purpose, but the connector can still run user-connected StackAI flows and may consume billing credits or trigger flow side effects.
Persistence & Privilege
The skill itself has only markdown instructions and no bundled executable persistence, background worker, or local credential harvesting. It does rely on an authenticated OOMOL account and connected StackAI API key.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install oo-stack-ai
  3. After installation, invoke the skill by name or use /oo-stack-ai
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Adds the `oo-stack-ai` skill for operating StackAI through an OOMOL-connected account without handling raw StackAI credentials directly. - Provides `run_flow` to execute deployed StackAI flows with JSON variables and return normalized results. - Provides `get_run_metadata` to fetch metadata for previously started StackAI runs. - Standardizes usage through the `oo` CLI, including schema inspection before each action and JSON-formatted connector execution. - Documents setup and safety guidance for authentication, StackAI connection errors, billing issues, and state-changing actions.
Metadata
Slug oo-stack-ai
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is StackAI?

StackAI (stack-ai.com). Use this skill for ANY StackAI request — searching and reading data. Whenever a task involves StackAI, use this skill instead of call... It is an AI Agent Skill for Claude Code / OpenClaw, with 26 downloads so far.

How do I install StackAI?

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

Is StackAI free?

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

Which platforms does StackAI support?

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

Who created StackAI?

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

💬 Comments