← 返回 Skills 市场
Xtoys.app Webhook Controller
作者
KasuganoSora
· GitHub ↗
· v1.1.2
· MIT-0
161
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install xtoys-app
功能描述
Control xtoys.app devices via webhook. Supports precise control of various body parts for remote intimate device control.
安全使用建议
This skill appears to do what it claims: read a webhook ID (from argument, env var, or config file) and send GET requests to webhook.xtoys.app with action and level. Before installing: 1) Verify the webhook domain and project source (source is listed as unknown — consider checking the GitHub repo linked in README to confirm authenticity). 2) Keep your XTOYS_WEBHOOK_ID private (anyone with it can control devices). 3) Note the script will look for config.json in ~/.config and /etc — ensure those files do not contain sensitive data you don't want read. 4) If you distrust network activity, restrict the skill's network access or test in a controlled environment. 5) Use low intensity and safeword/testing when exercising remote-control features.
功能分析
Type: OpenClaw Skill
Name: xtoys-app
Version: 1.1.2
The skill is a legitimate implementation for controlling devices via the xtoys.app webhook API. The core logic in `scripts/xtoys_control.py` uses standard Python libraries to send GET requests to the official xtoys.app domain, with proper input validation for intensity levels and actions. No evidence of data exfiltration, malicious command execution, or prompt injection was found; the handling of the Webhook ID via environment variables and local configuration files follows standard security practices for API-based tools.
能力评估
Purpose & Capability
Name/description describe webhook-based device control and the package contains a Python controller that issues HTTP requests to https://webhook.xtoys.app with action and level parameters — this matches the stated purpose. The implemented actions and CLI/API surfaces are consistent with documentation.
Instruction Scope
SKILL.md and tools.json instruct running scripts/xtoys_control.py and recommend XTOYS_WEBHOOK_ID or config.json. The runtime instructions and script operate only by reading a webhook ID and sending HTTP GET requests to the webhook host. Minor scope note: the script looks for config.json in multiple locations (relative paths, ~/.config/xtoys, /etc/xtoys) which is reasonable for config but means it will read those files if present.
Install Mechanism
No install spec or external downloads are present. Dependencies are standard Python libs (requests, urllib3) declared in requirements.txt — no high-risk installer behavior.
Credentials
The skill requires a webhook identifier (XTOYS_WEBHOOK_ID) to function; SKILL.md documents this but the registry metadata lists 'required env vars: none' — slight metadata omission. No other secrets or unrelated credentials are requested. The script reads config.json from several standard locations (including /etc and ~/.config), but only to obtain the webhook_id.
Persistence & Privilege
always is false and the skill does not request persistent system modifications or cross-skill config changes. It creates no install-time artifacts and only opens outbound HTTP connections as needed.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install xtoys-app - 安装完成后,直接呼叫该 Skill 的名称或使用
/xtoys-app触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.2
Update all documentation and descriptions to English
v1.1.1
Update README to full English documentation
v1.1.0
Initial release
元数据
常见问题
Xtoys.app Webhook Controller 是什么?
Control xtoys.app devices via webhook. Supports precise control of various body parts for remote intimate device control. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 161 次。
如何安装 Xtoys.app Webhook Controller?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install xtoys-app」即可一键安装,无需额外配置。
Xtoys.app Webhook Controller 是免费的吗?
是的,Xtoys.app Webhook Controller 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Xtoys.app Webhook Controller 支持哪些平台?
Xtoys.app Webhook Controller 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Xtoys.app Webhook Controller?
由 KasuganoSora(@kasuganosora)开发并维护,当前版本 v1.1.2。
推荐 Skills