Indices CLI Skill for Openclaw

A comprehensive CLI tool for managing browser-based automation tasks, execution runs, and secure credentials within the Indices ecosystem.

itsaphel
v0.0.1
Mar 3, 2026
0
1k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install indices

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install indices using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Indices CLI Skill?

The Indices CLI skill is designed to bridge the gap between AI agents and browser-based automation. By utilizing this skill within the ecosystem of Openclaw Skills, developers can programmatically define tasks that interact with web interfaces, manage the lifecycle of those tasks, and handle sensitive information through a dedicated secrets management layer. This skill focuses on structured, reproducible web interactions that can be triggered directly from the command line.

Providing a robust interface for the Indices platform, this tool ensures that complex web workflows—such as form filling or data extraction—are handled with precision. It is particularly effective for teams looking to integrate browser automation into their existing DevOps or development pipelines through Openclaw Skills, while maintaining a clear separation between automation logic and sensitive credential storage.

Indices CLI Skill Use Cases

  • Automating complex form submissions on third-party websites using Openclaw Skills for workflow orchestration.
  • Managing repetitive browser tasks that require occasional manual oversight or intervention.
  • Securely storing and injecting credentials into automated web runs without exposing raw keys.
  • Scaling web-based operations by programmatically creating and monitoring multiple task runs simultaneously.

How Indices CLI Skill Works

  1. Initialize the environment by authenticating the CLI with your Indices API key.
  2. Create a task by defining the target website, specific instructions, and input/output schemas.
  3. Securely store any required credentials as secrets to be used during execution.
  4. Trigger a task run by passing the necessary arguments and binding the relevant secrets.
  5. Monitor the status of the run through the CLI, and if manual completion is required, follow the provided platform URL.
  6. Retrieve the output of completed runs for further processing within Openclaw Skills.

Indices CLI Skill Setup

To integrate this functionality into your environment, first install the CLI and authenticate with your account. This is a foundational step for utilizing Openclaw Skills that require browser interaction.

# Log in to your account
indices login --api-key "your-api-key-here"

# Verify your credentials
indices auth-test

Indices CLI Skill Data Schema & Taxonomy

The Indices skill organizes data into three primary entities: Tasks, Runs, and Secrets. This structure ensures compatibility with complex workflows in Openclaw Skills.

Entity Key Attributes Purpose
Task display_name, website, task Defines the instruction and target URL for the automation.
Run task_id, arguments, secret_bindings An execution instance of a task with specific input data.
Secret key, value, uuid Encrypted storage for credentials used during automation runs.
Global Flags --output, --api-base, --timeout Controls the CLI behavior and data format (JSON/Markdown).

Indices CLI Skill Advanced Features

  • Support for JSON-based task creation via files or stdin, allowing for seamless integration with other Openclaw Skills.
  • Flexible output formatting with a dedicated JSON mode for easy parsing in automated scripts.
  • Manual intervention hooks that provide a direct URL to the Indices platform when human input is required.
  • Secure secret binding that ensures sensitive data is only decrypted at the moment of execution.
  • Comprehensive task status tracking including support for retrying failed runs and regenerating API access for specific tasks.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*