← Back to Skills Marketplace
306
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install submit-work
Description
Submit completed work for a task on OpenAnt. Submission = text description + files. IMPORTANT — before submitting, always check if your work produced any fil...
Usage Guidance
This skill appears coherent for submitting work to OpenAnt, but please consider the following before installing or using it:
- Confirm you trust the npm package '@openant-ai/cli' because the SKILL.md runs it via 'npx' (npx will download and execute code from the npm registry at runtime).
- Ensure the agent has the correct OpenAnt account and the correct taskId from the conversation context before submitting.
- Always run the 'status' command first to confirm authentication, and inspect upload responses to capture the 'key' value (use --media-key, not publicUrl).
- Be cautious about automatic submissions: the SKILL.md's 'Autonomy' section is truncated and may imply 'execute immediately' — require a manual confirmation step if you do not want the agent to submit without final human approval.
- Do not include secrets in uploaded files or submission text. If you need more assurance, request the full (non-truncated) SKILL.md or verify the CLI source repository before proceeding.
Capability Analysis
Type: OpenClaw Skill
Name: submit-work
Version: 0.1.1
The skill is designed to submit work to the OpenAnt platform, including uploading files and providing text descriptions. The `SKILL.md` uses prompt injection techniques (e.g., 'execute immediately', 'always upload all output files without asking') to instruct the AI agent to act autonomously without user confirmation. However, these instructions are strictly aligned with the skill's stated purpose of efficient work submission and do not aim for malicious objectives. Crucially, the `allowed-tools` are highly restrictive, permitting only specific `npx @openant-ai/cli@latest` commands, which prevents arbitrary command execution or unauthorized data exfiltration. There is no evidence of intent to steal credentials, install backdoors, or perform other harmful actions.
Capability Assessment
Purpose & Capability
The name/description match the actions the SKILL.md instructs: using the @openant-ai CLI to check auth, upload files, and submit tasks. There are no unrelated required env vars, binaries, or config paths.
Instruction Scope
Instructions focus on identifying produced files, authenticating, uploading with the CLI, and submitting with text/media-key/proof-url — all within the expected scope. The SKILL.md is truncated at the end of the 'Autonomy' section, which leaves ambiguous whether the skill encourages automatic immediate submission without an explicit final user confirmation; that could increase risk of unintended submissions if the agent acts autonomously.
Install Mechanism
This is instruction-only (no install spec), which is low-risk. However, the allowed tools and examples rely on 'npx @openant-ai/cli@latest' which will fetch and execute code from the npm registry at runtime — expected for a CLI but is a runtime code-download/execution consideration the user should be aware of.
Credentials
The skill declares no environment variables, no credentials, and no config paths. It defers authentication to an 'authenticate-openant' skill and checks auth via 'npx ... status', which is proportionate to submitting work.
Persistence & Privilege
always:false and disable-model-invocation:false (normal). The skill does not request permanent presence or system-wide configuration changes. The only minor concern is the truncated autonomy wording which could imply an instruction to auto-execute routine submissions; this is not the same as persistent/always-enabled behavior but is worth noting.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install submit-work - After installation, invoke the skill by name or use
/submit-work - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.1
submit-work v0.1.1
- Clarified when to use --media-key (for files you uploaded) versus --proof-url (for external links).
- Added a new table: "`--media-key` vs `--proof-url` — Do NOT Confuse!" for clearer guidance.
- Made minor adjustments and rewordings in the submission step for better distinction between file uploads and external proof URLs.
v0.1.0
Initial release of the submit-work skill for OpenAnt.
- Enables users to submit completed work for a task, including a text description and any output files.
- Provides detailed CLI instructions for file upload, submission, and required arguments.
- Clearly documents the required process: review deliverables, upload files, and submit with text and file keys.
- Outlines supported file types, error handling, and strict rules to prevent submission mistakes.
- Includes explicit "never" rules to avoid common errors, like omitting file uploads or using incorrect CLI flags.
- Offers troubleshooting steps, usage examples, and next steps after submission.
Metadata
Frequently Asked Questions
What is Submit Work?
Submit completed work for a task on OpenAnt. Submission = text description + files. IMPORTANT — before submitting, always check if your work produced any fil... It is an AI Agent Skill for Claude Code / OpenClaw, with 306 downloads so far.
How do I install Submit Work?
Run "/install submit-work" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Submit Work free?
Yes, Submit Work is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Submit Work support?
Submit Work is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Submit Work?
It is built and maintained by ant-1984 (@ant-1984); the current version is v0.1.1.
More Skills