← 返回 Skills 市场
306
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install submit-work - 安装完成后,直接呼叫该 Skill 的名称或使用
/submit-work触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 306 次。
如何安装 Submit Work?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install submit-work」即可一键安装,无需额外配置。
Submit Work 是免费的吗?
是的,Submit Work 完全免费(开源免费),可自由下载、安装和使用。
Submit Work 支持哪些平台?
Submit Work 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Submit Work?
由 ant-1984(@ant-1984)开发并维护,当前版本 v0.1.1。
推荐 Skills