← Back to Skills Marketplace
Qclaw Task Submitter
by
liuboacean
· GitHub ↗
· v1.2.0
· MIT-0
85
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install qclaw-task-submitter
Description
通过 QClaw 向 WorkBuddy 提交需要复杂执行的任务。当用户想要: - 通过微信/对话将任务交给 WorkBuddy 执行 - "帮我生成/制作/分析/整理..." - 需要创建文档、PPT、Excel、报告 - 深度数据分析、多步骤操作 - 批量文件处理 - 定时自动化任务 - 明确说"交给 Wor...
Usage Guidance
This skill is essentially a set of instructions for calling a local WorkBuddy queue script — it's coherent with its description but relies on local components you must trust. Before installing or using it: (1) verify python3 and the script exist at ~/.workbuddy/skills/qclaw-workbuddy-bridge/scripts/qclaw_queue.py (the metadata did not declare these requirements); (2) confirm what WorkBuddy does with files and data (where results are stored, whether it uploads data externally); (3) avoid providing sensitive file paths unless you trust WorkBuddy's handling/policies; (4) if you don't have WorkBuddy installed, nothing in this skill will install it — treat it as a client-side integration and ensure the expected local tooling is present and secure.
Capability Analysis
Type: OpenClaw Skill
Name: qclaw-task-submitter
Version: 1.2.0
The skill acts as a bridge to delegate complex tasks to a local 'WorkBuddy' service by executing a Python script (`qclaw_queue.py`). While the functionality aligns with the stated purpose, the instructions in `SKILL.md` present a significant command injection vulnerability by directing the AI agent to pass raw, unvalidated user input directly into shell commands. No evidence of intentional malice or data exfiltration was found, but the execution pattern is inherently risky.
Capability Tags
Capability Assessment
Purpose & Capability
The skill claims to submit tasks to WorkBuddy and its SKILL.md gives explicit commands to add/list/result tasks via a local Python script under ~/.workbuddy/.... That is coherent with the stated purpose. Minor inconsistency: the registry metadata lists no required binaries, yet the instructions assume python3 and a specific script path exist.
Instruction Scope
Instructions tell the agent to invoke a local script (python3 ~/.workbuddy/skills/…/qclaw_queue.py) and to ask users for local file paths (e.g., /path/to/sales.xlsx, Downloads). This stays within the claimed task-submission scope but implicitly involves access to the local filesystem and user-supplied paths; the skill does not provide guidance on how WorkBuddy handles uploaded/local files or sensitive data.
Install Mechanism
No install spec and no code files — instruction-only. That minimizes installation risk because nothing is written or downloaded by the skill itself.
Credentials
The skill requests no environment variables or credentials. That is proportional for a tool that delegates work to a local WorkBuddy process. However, it implicitly requires python3 and a local WorkBuddy installation/scripting environment which are not declared in metadata.
Persistence & Privilege
The skill is not always-enabled and does not request elevated platform privileges. It directs the agent to call local scripts but does not modify other skills or system-wide settings according to the provided files.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install qclaw-task-submitter - After installation, invoke the skill by name or use
/qclaw-task-submitter - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.0
v1.2.0: 完全无轮询模式,支持 launchd 事件驱动,零Token消耗
v1.1.0
v1.1.0: add命令自动写.trigger触发文件,节省Token;新增watch命令监听触发
v1.0.0
初始版本:QClaw → WorkBuddy 任务提交,支持复杂任务分流到 WorkBuddy 执行
Metadata
Frequently Asked Questions
What is Qclaw Task Submitter?
通过 QClaw 向 WorkBuddy 提交需要复杂执行的任务。当用户想要: - 通过微信/对话将任务交给 WorkBuddy 执行 - "帮我生成/制作/分析/整理..." - 需要创建文档、PPT、Excel、报告 - 深度数据分析、多步骤操作 - 批量文件处理 - 定时自动化任务 - 明确说"交给 Wor... It is an AI Agent Skill for Claude Code / OpenClaw, with 85 downloads so far.
How do I install Qclaw Task Submitter?
Run "/install qclaw-task-submitter" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Qclaw Task Submitter free?
Yes, Qclaw Task Submitter is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Qclaw Task Submitter support?
Qclaw Task Submitter is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Qclaw Task Submitter?
It is built and maintained by liuboacean (@liuboacean); the current version is v1.2.0.
More Skills