← Back to Skills Marketplace
🔌

Needle

by OOMOL · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
25
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install oo-needle
Description
Needle (needle.app). Use this skill for ANY Needle request — reading, creating, and updating data. Whenever a task involves Needle, use this skill instead of...
README (SKILL.md)

Needle

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

Category: AI, Data & Analytics. Exposes 7 action(s).

Running an action

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

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

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

Safety

  • Read actions (get / list / search) are safe to run directly.
  • Create, update, send, or post actions change Needle 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 — Needle 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=needle
    
  • 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 want an agent to use your OOMOL-connected Needle account. Review any collection-creation or file-import payload before approving it, and do not run the oo CLI installer unless you trust OOMOL's installer source and have reviewed the setup path.
Capability Tags
requires-sensitive-credentials
Capability Assessment
Purpose & Capability
The artifact consistently describes operating Needle collections through OOMOL's oo CLI, and the documented actions match that purpose: list, get, search, create, and add URL-backed files for indexing.
Instruction Scope
The trigger language is broad for any Needle-related request, but runtime instructions are limited to the Needle connector, require schema inspection, and require user confirmation before state-changing actions.
Install Mechanism
First-time setup includes remote pipe-to-shell install commands for the oo CLI. This is conditional on the CLI being missing and is not instructed to run proactively, but users should review installer provenance before running it.
Credentials
Allowed tooling is scoped to oo CLI commands, credentials are disclosed as OOMOL-managed server-side injection, and the external data access is proportionate to a Needle integration.
Persistence & Privilege
No background workers, persistence hooks, local credential harvesting, privilege escalation, deletion flow, or unrelated file access appear in the artifacts.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install oo-needle
  3. After installation, invoke the skill by name or use /oo-needle
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the `oo-needle` skill for operating Needle through an OOMOL-connected account using the `oo` CLI. - Supports collection discovery and inspection, including listing collections, fetching collection details, and checking indexing/storage statistics. - Adds write actions for creating Needle collections and importing URL-backed files into collections for indexing. - Provides file-level collection browsing with support for listing files attached to a collection. - Enables semantic retrieval by searching a Needle collection for the most relevant indexed content. - Includes action-specific references and safety guidance, with live schema inspection before running connector actions.
Metadata
Slug oo-needle
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Needle?

Needle (needle.app). Use this skill for ANY Needle request — reading, creating, and updating data. Whenever a task involves Needle, use this skill instead of... It is an AI Agent Skill for Claude Code / OpenClaw, with 25 downloads so far.

How do I install Needle?

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

Is Needle free?

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

Which platforms does Needle support?

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

Who created Needle?

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

💬 Comments