← Back to Skills Marketplace
peterpan0630

ZworkerAgentSkillOpenClaw

by peterpan0630 · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ⚠ suspicious
76
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install zworkeragentskillopenclaw
Description
控制zworker AI自动化任务应用,支持任务管理、定时计划控制、用户信息同步和消息通知转发。当用户提到“zworker”关键词时使用此技能,例如:同步用户信息、获取任务列表、执行任务、管理定时计划、获取并发送通知等。技能通过HTTP接口与本地运行的zworker应用(localhost:18803)通信。
Usage Guidance
What to consider before installing: - This skill talks to a local service on http://localhost:18803 and includes client scripts that also target only localhost — that is expected for a local integrator, but ensure the zworker app running there is trusted. - SKILL.md says the agent should read OpenClaw's openclaw.json and use an OpenClaw message tool, but the packaged scripts do not automatically read that file or send messages; the agent (or additional glue) would need file access or message tooling to perform those steps. Ask the publisher to clarify the exact file path and message-sending mechanism. - Because the instructions imply reading local config files, verify what openclaw.json contains (sensitive tokens?) before allowing the skill to run. If openclaw.json contains secrets, do not grant autonomous invocation until you can restrict access. - If you plan to let the agent invoke this skill autonomously, restrict it unless you trust the local zworker service and have reviewed openclaw.json and any message-sending tools it might use. - To increase confidence: request updated SKILL.md that (a) lists explicit config file paths required, (b) documents how messages are delivered (which tool/command and whether credentials are needed), and (c) explains why no env vars/config paths are declared despite needing local files/tools.
Capability Analysis
Type: OpenClaw Skill Name: zworkeragentskillopenclaw Version: 1.0.2 The skill bundle provides a legitimate integration between OpenClaw and a local AI automation application called 'zworker' running on localhost:18803. The scripts (e.g., zworker_api.py, sync_users.py) and SKILL.md instructions facilitate task management, schedule control, and notification forwarding as described. All network activity is restricted to the local loopback address, and there is no evidence of data exfiltration to external endpoints, obfuscation, or malicious intent.
Capability Assessment
Purpose & Capability
The skill's name/description describe controlling a local zworker service on localhost:18803, which matches the included Python client and scripts. However, the SKILL.md claims the agent will read OpenClaw's openclaw.json and use an OpenClaw 'message' tool to send messages, while the manifest declares no required config paths or environment variables and the provided scripts do not implement automatic reading of openclaw.json or sending via a message tool. That mismatch (declared zero requirements but runtime expectations for local files/tools) is disproportionate and unexplained.
Instruction Scope
SKILL.md instructs reading local OpenClaw configuration (openclaw.json) and using an external 'message' tool to forward notifications. The included scripts instead expect input via stdin, CLI args, or files (sync_users.py) and only output notification data (fetch_notifications.py) rather than sending messages themselves. This gives the agent broad discretion to read local files or invoke host messaging tooling at runtime; the instructions lack concrete, constrained paths or explicit message-sending implementation.
Install Mechanism
No install specification is provided (instruction-only with included scripts). Nothing is downloaded or written by an install step. Included Python scripts are present but no package installation or network fetch occurs as part of installation.
Credentials
The skill declares no required environment variables or credentials, yet operation depends on local artifacts and tools (openclaw.json, an OpenClaw message-sending tool, and a local zworker HTTP service). Because those are not declared as required config paths or env vars, it's unclear what the agent will try to access at runtime. There is no request for remote credentials, and network access is limited to localhost in the code, which is appropriate — but the absence of declared local file or tool requirements is a mismatch.
Persistence & Privilege
Flags: always=false and disable-model-invocation=false (normal). The skill does not request permanent/system-wide presence, does not modify other skills' configuration files, and does not claim elevated privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install zworkeragentskillopenclaw
  3. After installation, invoke the skill by name or use /zworkeragentskillopenclaw
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
zworkeragentskillopenclaw v1.0.2 - 新增完善的中文文档(SKILL.md),详述所有功能、接口与使用方法。 - 明确列出同步用户信息、消息通知、任务及定时计划管理等核心能力。 - 详细描述各操作的输入语句、接口调用流程和输出格式。 - 列出所有脚本工具及关键配置说明,便于快速集成和故障排查。 - 重点强调本地HTTP接口调用与后续可能的认证需求。
Metadata
Slug zworkeragentskillopenclaw
Version 1.0.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is ZworkerAgentSkillOpenClaw?

控制zworker AI自动化任务应用,支持任务管理、定时计划控制、用户信息同步和消息通知转发。当用户提到“zworker”关键词时使用此技能,例如:同步用户信息、获取任务列表、执行任务、管理定时计划、获取并发送通知等。技能通过HTTP接口与本地运行的zworker应用(localhost:18803)通信。 It is an AI Agent Skill for Claude Code / OpenClaw, with 76 downloads so far.

How do I install ZworkerAgentSkillOpenClaw?

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

Is ZworkerAgentSkillOpenClaw free?

Yes, ZworkerAgentSkillOpenClaw is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does ZworkerAgentSkillOpenClaw support?

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

Who created ZworkerAgentSkillOpenClaw?

It is built and maintained by peterpan0630 (@peterpan0630); the current version is v1.0.2.

💬 Comments