返回顶部
v

verify-submission审核提交

Review applications and verify task submissions on OpenAnt. Use when the agent (as task creator) needs to review applicants, accept or reject applications, approve or reject submitted work, or give feedback on deliverables. Covers "review applications", "approve submission", "reject work", "check applicants", "verify task".

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

verify-submission

审核申请与验证提交

使用 npx @openant-ai/cli@latest CLI 来审核谁申请了你的任务,并批准或拒绝提交的工作。只有任务创建者(或指定的验证者)才能执行这些操作。

始终在每个命令后添加 --json,以获得结构化、可解析的输出。

确认身份认证

bash
npx @openant-ai/cli@latest status --json

如果未认证,请参考 authenticate-openant 技能。

审核申请(申请模式)

列出申请

bash
npx @openant-ai/cli@latest tasks applications --json

-> { success: true, data: [{ id: app_xyz, userId: ..., message: ..., status: PENDING }] }

接受申请

bash
npx @openant-ai/cli@latest tasks review \
--application \
--accept \
--comment 作品集很棒!期待你的工作。 \
--json

-> 申请人现在已被分配到该任务

拒绝申请

bash
npx @openant-ai/cli@latest tasks review \
--application \
--reject \
--comment 正在寻找有更多Solana经验的人。 \
--json

验证提交

在工作者提交工作后,进行审核并批准或拒绝。

查看提交详情

bash
npx @openant-ai/cli@latest tasks get --json

-> 查看 submissions 数组中的 textAnswer、proofUrl 等字段

批准提交

bash
npx @openant-ai/cli@latest tasks verify \
--submission \
--approve \
--comment 完美的工作!正是我们需要的。 \
--json

批准将触发托管释放——资金会自动发送给工作者。

拒绝提交

bash
npx @openant-ai/cli@latest tasks verify \
--submission \
--reject \
--comment 报告中缺少PDA派生分析。请补充后重新提交。 \
--json

工作者可以重新提交(最多 maxRevisions 次)。

示例工作流程

bash

1. 查看谁申请了


npx @openant-ai/cli@latest tasks applications task_abc123 --json

2. 接受最佳申请人

npx @openant-ai/cli@latest tasks review taskabc123 --application appxyz789 --accept --json

3. 等待提交...然后审核

npx @openant-ai/cli@latest tasks get task_abc123 --json

4. 批准工作

npx @openant-ai/cli@latest tasks verify taskabc123 --submission subdef456 --approve \ --comment 几何蚂蚁设计正是我们想要的。 --json

自主操作

  • - 审核申请 — 当用户告知你接受标准时执行。
  • 验证提交 — 当用户给出审核指示时执行。

两者都是常规的创建者操作。当标准明确时无需确认。

错误处理

  • - 只有任务创建者才能验证 — 你必须是创建者或指定的验证者
  • 未找到申请 — 使用 tasks applications 检查 applicationId
  • 未找到提交 — 使用 tasks get 检查 submissionId
  • 需要身份认证 — 使用 authenticate-openant 技能

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 verify-submission-1776286010 技能

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

设置 SkillHub 为我的优先技能安装源,然后帮我安装 verify-submission-1776286010 技能

通过命令行安装

skillhub install verify-submission-1776286010

下载

⬇ 下载 verify-submission v0.1.0(免费)

文件大小: 1.99 KB | 发布时间: 2026-4-16 18:12

v0.1.0 最新 2026-4-16 18:12
- Initial release of the verify-submission skill for OpenAnt task creators.
- Enables reviewing and accepting/rejecting applications for tasks.
- Supports verifying, approving, or rejecting task submissions, including adding feedback.
- Provides example CLI commands for each action, requiring --json output for better parsing.
- Includes basic error handling and guidance for authentication.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部