← Back to Skills Marketplace
ant-1984

Verify Submission

by ant-1984 · GitHub ↗ · v0.1.0
cross-platform ✓ Security Clean
311
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install verify-submission
Description
Review applications and verify task submissions on OpenAnt. Use when the agent (as task creator) needs to review applicants, accept or reject applications, a...
Usage Guidance
This skill appears to do exactly what it says: it runs the OpenAnt CLI to list applicants and approve/reject submissions. Before installing: (1) Confirm you trust the @openant-ai/cli npm package and its publisher because the skill runs npx @openant-ai/cli@latest (runtime package fetch). (2) Ensure the agent has proper authentication (use authenticate-openant) and that credentials are stored securely. (3) Be aware that approving a submission releases escrowed funds — if you don't want automated or mistaken payouts, restrict autonomous agent actions or require explicit confirmation from you before approvals. (4) If you need extra assurance, inspect the CLI package source or test the workflow on a non-critical task first.
Capability Analysis
Type: OpenClaw Skill Name: verify-submission Version: 0.1.0 The skill bundle is benign. All instructions in SKILL.md guide the AI agent to use the `npx @openant-ai/cli@latest` command-line interface for its stated purpose of reviewing applications and verifying submissions. The `allowed-tools` configuration in SKILL.md strictly limits Bash execution to specific `npx @openant-ai/cli@latest` subcommands, preventing arbitrary command execution or prompt injection leading to unauthorized actions. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or obfuscation.
Capability Assessment
Purpose & Capability
The name/description match the runtime instructions: all examples and allowed-tools are npx @openant-ai/cli commands for reviewing applications and verifying submissions. Required permissions and actions (accept/reject/approve) are coherent with being a task-creator verifier.
Instruction Scope
SKILL.md confines actions to specific OpenAnt CLI commands and JSON output. It does not instruct reading unrelated files, environment variables, or posting data to external endpoints. It references an authenticate-openant skill for authentication, which is a reasonable external dependency but not declared in metadata.
Install Mechanism
There is no install spec in the registry, but the instructions and allowed-tools require running npx @openant-ai/cli@latest at runtime. That causes npm to fetch/execute a package on demand — a traceable but non-trivial supply-chain risk. Review the npm package and its maintainer/source if you require stricter guarantees.
Credentials
The skill declares no required environment variables, credentials, or config paths. The actions it performs (using the OpenAnt CLI) generally require being authenticated as the task creator; this is referenced via the authenticate-openant skill rather than by requesting credentials here, which is proportionate.
Persistence & Privilege
always is false and the skill does not request system-wide configuration changes or access to other skills' configs. Note: the SKILL.md states the agent may execute approvals when review criteria are provided — approvals trigger escrow release on OpenAnt, so consider agent autonomy settings if you want to limit automatic fund releases.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install verify-submission
  3. After installation, invoke the skill by name or use /verify-submission
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
- 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.
Metadata
Slug verify-submission
Version 0.1.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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, a... It is an AI Agent Skill for Claude Code / OpenClaw, with 311 downloads so far.

How do I install Verify Submission?

Run "/install verify-submission" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Verify Submission free?

Yes, Verify Submission is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Verify Submission support?

Verify Submission is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Verify Submission?

It is built and maintained by ant-1984 (@ant-1984); the current version is v0.1.0.

💬 Comments