← 返回 Skills 市场
107
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install webhook-post-task
功能描述
将本地 JSON 发送到 webhook 并记录响应。
安全使用建议
This skill is functionally what it says: it will read a local file and make outbound HTTP requests to an endpoint you provide, then write a small output JSON. Before using it, verify the endpoint URL and the payload file: do not point it at untrusted servers or post sensitive secrets. Note the script does not validate or scrub the payload (it posts the raw file bytes with Content-Type: application/json), has a 10s timeout, and does not save full response bodies for POST requests. If you need stricter behavior, add validation, whitelist endpoints, or run in a restricted network environment.
功能分析
Type: OpenClaw Skill
Name: webhook-post-task
Version: 1.0.0
The skill is a straightforward utility for sending local file content to a webhook (POST) or fetching metadata from a URL (GET). The implementation in `main.py` uses standard Python libraries (`urllib.request`) and strictly follows the parameters provided via the command line, with no evidence of hardcoded malicious targets, data exfiltration, or prompt injection in `SKILL.md`.
能力评估
Purpose & Capability
Name/description describe sending local JSON to a webhook. The included main.py implements POSTing a payload file to a user-provided endpoint and writing a small JSON result to disk — this is coherent with the stated purpose. Some unused CLI options exist but are not harmful.
Instruction Scope
SKILL.md instructs running main.py with --endpoint and --payload which matches the code path that posts data. The code also supports a separate --url GET path (fetching up to 200k bytes) and several other unused flags; these extend behavior beyond the example but are not inconsistent with a 'network' skill. Be aware the tool will POST the raw contents of the payload file to any endpoint you give it (no additional filtering or validation).
Install Mechanism
Instruction-only with a small Python script; there is no install step, no downloads, and nothing is written to system locations beyond the output file you specify.
Credentials
The skill requests no environment variables or credentials. It requires you to supply the endpoint URL and payload file at runtime — this is proportionate to its function.
Persistence & Privilege
The skill is not marked always:true and does not attempt to modify agent or system configuration. It runs only when invoked.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install webhook-post-task - 安装完成后,直接呼叫该 Skill 的名称或使用
/webhook-post-task触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of webhook-post-task.
- Send local JSON files to a specified webhook and log the response.
- Operates fully via command-line with clear parameter support.
- Provides detailed step-by-step usage and validation instructions.
- Output includes both stdout messages and result files (JSON/TXT).
元数据
常见问题
webhook-post-task 是什么?
将本地 JSON 发送到 webhook 并记录响应。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 107 次。
如何安装 webhook-post-task?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install webhook-post-task」即可一键安装,无需额外配置。
webhook-post-task 是免费的吗?
是的,webhook-post-task 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
webhook-post-task 支持哪些平台?
webhook-post-task 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 webhook-post-task?
由 askjda(@askjda)开发并维护,当前版本 v1.0.0。
推荐 Skills