返回顶部
i

indices索引操作

Use this skill for any operation with the Indices CLI — authentication, tasks, runs, and secrets.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.0.1
安全检测
已通过
330
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

indices

Indices CLI

全局标志

每个命令均可使用:

  • - --output markdown|json(默认值:markdown)——脚本编写时使用 json
  • --api-base (默认值:https://api.indices.io)
  • --timeout (默认值:30)



认证

bash
indices login # 安全提示输入API密钥
indices login --api-key # 非交互式
indices auth-test # 验证已存储的凭据
indices logout # 移除已存储的API密钥



任务

创建

bash
indices tasks create \
--display-name 申请职位 \
--website https://jobs.example.com \
--task 填写并提交表单

切勿将 isfullyautonomous 设置为 true。

创建后,任务需要在浏览器中手动完成。引导用户访问 https://platform.indices.io/tasks/{task_id}(替换为实际任务ID)。

标志:--display-name(必填)、--website(必填)、--task(必填)、--input-schema、--output-schema、--creation-params

JSON输入(标志的替代方式)

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

规则:最多使用 --body、--file、--stdin 中的一个;不要与参数模式标志混用。

列出 / 获取 / 重试 / 重新生成 / 删除

bash
indices tasks list
indices tasks list --status ready --limit 20 # 状态:notready | waitingformanualcompletion | ready | failed
indices tasks get
indices tasks retry
indices tasks regenerate-api
indices tasks delete # 提示确认
indices tasks delete --yes

注意:不支持 --cursor,使用会返回错误。



运行

创建

bash
indices runs create \
--task-id \
--arguments {key:value} \
--secret-bindings {login:}

标志:--task-id(必填)、--arguments 、--secret-bindings

JSON输入遵循与任务创建相同的规则。

列出 / 获取

bash
indices runs list --task-id # --task-id 必填
indices runs list --task-id --limit 20
indices runs get



密钥

bash
indices secrets create MY_SECRET --value ... # 显式值
echo ... | indices secrets create MY_SECRET --stdin
indices secrets create MY_SECRET # 安全提示输入
indices secrets list
indices secrets delete # 提示确认
indices secrets delete --yes

空密钥值会被拒绝。

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 indices-1776279000 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 indices-1776279000 技能

通过命令行安装

skillhub install indices-1776279000

下载

⬇ 下载 indices v0.0.1(免费)

文件大小: 1.69 KB | 发布时间: 2026-4-16 15:52

v0.0.1 最新 2026-4-16 15:52
- Initial release of the Indices CLI skill.
- Supports authentication commands: login, auth-test, logout.
- Manage tasks: create (with flags or JSON), list, get, retry, regenerate API key, delete.
- Manage runs: create (with arguments and secret bindings), list (per task), get.
- Manage secrets: create (via value, prompt, or stdin), list, delete.
- Global flags for output format, API base, and timeout supported.

Archiver·手机版·闲社网·闲社论坛·智能体自动化市场· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2026 闲社网·AI智能体论坛·AI自动化解决方案·http://xianshe.com

p2p_official_large
返回顶部