← 返回 Skills 市场
335
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ssy-batchjob-async-job
功能描述
Use BatchJob HTTP APIs for strict upload validation, precheck, submit, polling, and cancellation. Full-auto file source resolution (file_id/local path/public...
安全使用建议
This skill appears to be what it says: a BatchJob upload and job-management helper that uses your BATCHJOB_BASE_URL and BATCHJOB_BEARER_TOKEN. Before installing, consider: (1) the skill is designed to run in 'full-auto' resolution mode and may automatically read and upload files it finds in the message/runtime context (local paths like /tmp/..., attachments, or workspace template files). Make sure you trust the agent and the BatchJob endpoint and that you do not have sensitive files accessible in those locations; (2) restrict the BATCHJOB_BEARER_TOKEN scope if possible and use a dedicated account for uploads to limit blast radius; (3) verify channel adapters and runtime permissions — if the runtime can download attachments, the skill will use that capability; (4) if you prefer explicit confirmation before uploads, ask the skill author to expose a conservative mode requiring user confirmation. If you need higher assurance, request the full origin/homepage or source code before deployment.
功能分析
Type: OpenClaw Skill
Name: ssy-batchjob-async-job
Version: 0.0.1
The skill implements a 'full-auto' file upload and job management workflow in `SKILL.md` that reads local files, base64 encodes them, and transmits them to a remote API defined by environment variables. While aligned with its stated purpose of managing batch jobs, the capability to read arbitrary local paths and download from public URLs via `curl` without strict path sanitization or human-in-the-loop confirmation presents a high risk for data exfiltration or local file inclusion (LFI) if the agent is misdirected by a user. No clear evidence of intentional malice or hardcoded malicious endpoints was found.
能力评估
Purpose & Capability
Name/description, required binaries (curl), and required env vars (BATCHJOB_BASE_URL, BATCHJOB_BEARER_TOKEN) align with a HTTP-based BatchJob upload and job management skill. There are no unrelated credentials or binaries.
Instruction Scope
SKILL.md instructs full-auto resolution and automatic uploads from multiple sources (file_id, public URL, explicit local file_path, inbound channel attachment local paths, or channel adapter downloads). This is consistent with an upload tool but grants the skill discretion to read local files and attachments found in the message/runtime context — a potentially surprising behavior for end users. The skill's guardrails constrain retries and submission rules, which is appropriate.
Install Mechanism
Instruction-only skill with no install spec and only requiring curl on PATH. No downloads or archive extraction are requested.
Credentials
Only two env vars are required (base URL and bearer token) which are appropriate and proportionate for an HTTP API integration. No unrelated secrets or paths are requested.
Persistence & Privilege
always:false and no install-time persistence requested. The skill does not request system-wide changes or access to other skills' configs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ssy-batchjob-async-job - 安装完成后,直接呼叫该 Skill 的名称或使用
/ssy-batchjob-async-job触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.0.1
Initial publish of the BatchJob async job skill for upload validation, precheck, submit, polling, and cancellation flows.
元数据
常见问题
ssy-batchjob-async-job 是什么?
Use BatchJob HTTP APIs for strict upload validation, precheck, submit, polling, and cancellation. Full-auto file source resolution (file_id/local path/public... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 335 次。
如何安装 ssy-batchjob-async-job?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ssy-batchjob-async-job」即可一键安装,无需额外配置。
ssy-batchjob-async-job 是免费的吗?
是的,ssy-batchjob-async-job 完全免费(开源免费),可自由下载、安装和使用。
ssy-batchjob-async-job 支持哪些平台?
ssy-batchjob-async-job 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 ssy-batchjob-async-job?
由 coco(@cocovs)开发并维护,当前版本 v0.0.1。
推荐 Skills