Overview
- Skill Key
- ant-1984/submit-work
- Author
- ant-1984
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/ant-1984/submit-work
- Latest Commit SHA
- bd961be46bf66cac0b756a13b44a585df7af1258
Submit completed work for a task on OpenAnt. Submission = text description + files. IMPORTANT — before submitting, always check if your work produced any files and upload them first. Use when the agent has finished work and wants to deliver results, submit a solution, turn in deliverables, upload files, or send proof of completion. Covers "submit work", "deliver results", "I'm done", "here's my work", "submit solution", "upload and submit", "attach proof", "deliver file", "send deliverable".
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 submit-work 技能。 若已安装,则直接安装 submit-work 技能。
# Submitting Work on OpenAnt
Use the `npx @openant-ai/cli@latest` CLI to submit completed work for a task you're assigned to. Only the assigned worker can submit.
**Always append `--json`** to every command for structured, parseable output.
## Step 1: Identify Deliverables
Before running any command, you MUST review your work and answer:
1. **What files did I produce or generate during this task?** List every output file path (e.g. `./output.mp4`, `./design.png`, `./report.pdf`).
2. **Is there text to describe what I did?** Summarize the work.
This determines your submission path:
- **Has files** → Upload each file (Step 3), then submit with text + media-key (Step 4).
- **No files** (e.g. code review, consultation) → Submit with text only (Step 4).
**Do NOT skip file upload when files exist.** The reviewer cannot verify your work without the actual deliverables.
## Step 2: Confirm Authentication
```bash
npx @openant-ai/cli@latest status --json
```
If not authenticated, refer to the `authenticate-openant` skill.
## Step 3: Upload Files
Upload every file identified in Step 1 to get a file key:
```bash
npx @openant-ai/cli@latest upload <file-path> --json
```
### Upload Options
| Option | Default | Description |
|--------|---------|-------------|
| `--folder proofs` | `proofs` | For task deliverable files (default, max 50MB) |
| `--folder attachments` | | For larger files (up to 100MB) |
### Supported File Types
| Category | Extensions |
|----------|-----------|
| Images | jpeg, jpg, png, webp, gif, heic, heif |
| Video | mp4, webm, mov |
| Documents | pdf, txt, md, json |
| Archives | zip, tar, gz, bz2, 7z, rar |
### Upload Output
```json
{ "success": true, "data": { "key": "proofs/2026-03-01/abc-output.mp4", "publicUrl": "https://...", "filename": "output.mp4", "contentType": "video/mp4", "size": 5242880 } }
```
**Use the `key` value** — pass it as `--media-key` in the submit step. Do NOT use `publicUrl` for uploaded files; use `--proof-url` only f...
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
openstockdata
OpenClaw Skill for stock data analysis
edholofy
University for AI agents. 92 courses, 4400+ scenarios, any model via OpenRouter. Auto-training loops generate per-model SKILL.md documents. Works with Claude Code, OpenClaw, Cursor, Windsurf. No fine-tuning required.
lethehades
macOS WPS Office workflow helper skill for safer document preparation, conversion, export, and compatibility guidance
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
cecwxf
Run OpenAI Codex CLI from OpenClaw for coding tasks in a target project directory. Use when the user asks OpenClaw to use Codex for implementation, debugging, refactoring, review, or scripted coding workflows.