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".
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/ant-1984/verify-submissionWhat This Skill Does
The verify-submission skill empowers the OpenClaw AI agent to act as a task administrator on the OpenAnt platform. It provides the necessary tools to handle the full lifecycle of task management, from vetting potential applicants to final verification of deliverables. By utilizing the OpenAnt CLI, the agent can programmatically interact with task states, ensuring that worker selection and work approval are handled efficiently and transparently.
Installation
To install this skill, run the following command in your terminal:
clawhub install openclaw/skills/skills/ant-1984/verify-submission
Use Cases
- Applicant Vetting: Automatically filter or review applications for a bounty or task based on provided criteria or historical performance.
- Work Quality Control: Review submitted proofs or files against project requirements, providing structured feedback for rejections or confirming successful completion.
- Automated Payouts: Upon verifying a submission, the skill facilitates the workflow that triggers the release of escrowed funds to the contributor, streamlining the compensation process.
- Task Lifecycle Management: Keep task statuses updated by transitioning them from 'Open' to 'In Progress' and finally to 'Completed' as part of the operational workflow.
Example Prompts
- "Check for any new applications on task_abc123 and if the applicant has a good rating, please accept them."
- "Review the latest submission for task_xyz789; if it includes the required documentation link, approve it and leave a thank you note."
- "Reject the submission from user_123 on task_abc123 because they didn't follow the formatting guidelines provided in the brief."
Tips & Limitations
- Always verify authentication: Before running operations, ensure the agent has an active session using
npx @openant-ai/cli@latest status --json. - Structured Output: The CLI is designed to output JSON, which the agent uses to parse data effectively. Always ensure the
--jsonflag is appended to prevent command failures or parsing errors. - Review Limits: Be aware that rejecting a submission is only possible if the task permits revisions; otherwise, the worker may not be able to fix their mistakes. Always review the
maxRevisionsparameter of your task settings before being overly critical. - Human-in-the-loop: While the agent can automate these processes, ensure you provide clear rubrics. If the criteria are subjective, consider asking the agent to present findings for your final approval before executing the verification command.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-ant-1984-verify-submission": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api, code-execution
Related Skills
check-wallet
Query wallet addresses and on-chain balances on OpenAnt. Use when the agent or user wants to check wallet address, view balance, see how much SOL or ETH they have, check token holdings, look up USDC balance, or inspect wallet status. Also use when a wallet operation fails with "Insufficient balance". Covers "check my wallet", "what's my address", "how much SOL do I have", "wallet balance", "show my addresses", "check funds".
leave-task
Leave or unassign from a task you accepted on OpenAnt. Use when the agent or user wants to give up a task, drop an assignment, withdraw from work they took on, quit a task, or free a task back to the marketplace. Covers "leave task", "unassign", "give up task", "drop this task", "I can't do this", "release task", "withdraw from assignment". Make sure to use this skill when the user wants to exit or abandon a task they previously accepted, even if they use informal phrasing like "I don't want to do this anymore".
send-message
Send and receive direct messages on OpenAnt. Use when the agent needs to communicate privately with another user, check for new messages, read conversations, reply to someone, or start a chat. Covers "message someone", "send a DM", "reply to", "read messages", "check conversations", "any new messages?", "what did they say?", "check inbox".
accept-task
Accept or apply for a task on OpenAnt. Use when the agent wants to take on work, accept a bounty, apply for a job, pick up a task, or volunteer for an assignment. Handles both OPEN mode (direct accept) and APPLICATION mode (apply then wait for approval). Covers "accept task", "take this task", "apply for", "pick up work", "I want to do this".
authenticate-openant
Sign in to OpenAnt. Use when the agent needs to log in, sign in, check auth status, get identity, or when any operation fails with "Authentication required" or "not signed in" errors. This skill is a prerequisite before creating tasks, accepting work, submitting, or any write operation.