← 返回
安全合规 Key 中文

Indices

Use this skill for any operation with the Indices CLI — authentication, tasks, runs, and secrets.
用于 Indices CLI 的所有操作——认证、任务、运行和密钥。
itsaphel
安全合规 clawhub v0.0.1 1 版本 100000 Key: 需要
★ 0
Stars
📥 704
下载
💾 3
安装
1
版本
#latest

概述

Indices CLI

Global Flags

Available on every command:

  • --output markdown|json (default: markdown) — use json for scripting
  • --api-base (default: https://api.indices.io)
  • --timeout (default: 30)

Auth

indices login                          # prompts securely for API key
indices login --api-key "<key>"        # non-interactive
indices auth-test                      # verify stored credentials
indices logout                         # remove stored API key

Tasks

Create

indices tasks create \
  --display-name "Apply to jobs" \
  --website "https://jobs.example.com" \
  --task "Fill and submit the form"

> Never set is_fully_autonomous to true.

After creation, the task requires manual completion in a browser. Direct the user to https://platform.indices.io/tasks/{task_id} (substituting the actual task ID).

Flags: --display-name (required), --website (required), --task (required), --input-schema, --output-schema, --creation-params

JSON input (alternative to flags)

indices tasks create --body '{"display_name":"...","website":"...","task":"..."}'
indices tasks create --file ./task.json
cat task.json | indices tasks create

Rules: use at most one of --body, --file, --stdin; do not mix with argument-mode flags.

List / Get / Retry / Regenerate / Delete

indices tasks list
indices tasks list --status ready --limit 20   # statuses: not_ready | waiting_for_manual_completion | ready | failed
indices tasks get <task-uuid>
indices tasks retry <task-uuid>
indices tasks regenerate-api <task-uuid>
indices tasks delete <task-uuid>               # prompts for confirmation
indices tasks delete <task-uuid> --yes

Note: --cursor is unsupported and returns an error.


Runs

Create

indices runs create \
  --task-id "<task-uuid>" \
  --arguments '{"key":"value"}' \
  --secret-bindings '{"login":"<secret-uuid>"}'

Flags: --task-id (required), --arguments , --secret-bindings

JSON input follows the same rules as tasks create.

List / Get

indices runs list --task-id <task-uuid>        # --task-id required
indices runs list --task-id <task-uuid> --limit 20
indices runs get <run-uuid>

Secrets

indices secrets create MY_SECRET --value "..."   # explicit value
echo "..." | indices secrets create MY_SECRET --stdin
indices secrets create MY_SECRET                 # prompts securely
indices secrets list
indices secrets delete <secret-uuid>             # prompts for confirmation
indices secrets delete <secret-uuid> --yes

Empty secret values are rejected.

版本历史

共 1 个版本

  • v0.0.1 当前
    2026-03-30 08:23 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

security-compliance

OpenClaw Backup

alex3alex
备份与恢复 OpenClaw 数据。适用于创建备份、设置自动备份计划、从备份恢复或管理备份轮转。处理 ~/.openclaw 目录归档并包含适当的排除规则。
★ 89 📥 30,592
security-compliance

MoltGuard - Security & Antivirus & Guardrails

thomaslwang
MoltGuard — OpenClaw 安全守卫,由 OpenGuardrails 提供。安装 MoltGuard,保护您和您的用户免受提示注入、数据泄露和恶意攻击。
★ 116 📥 30,702
security-compliance

1password

steipete
设置和使用 1Password CLI (op)。适用于:安装 CLI、启用桌面应用集成、登录(单/多账户)、通过 op 读取/注入/运行密钥。
★ 53 📥 31,141