← Back to Skills Marketplace
kasuganosora

Xtoys.app Webhook Controller

by KasuganoSora · GitHub ↗ · v1.1.2 · MIT-0
cross-platform ✓ Security Clean
161
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install xtoys-app
Description
Control xtoys.app devices via webhook. Supports precise control of various body parts for remote intimate device control.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install xtoys-app
  3. After installation, invoke the skill by name or use /xtoys-app
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.2
Update all documentation and descriptions to English
v1.1.1
Update README to full English documentation
v1.1.0
Initial release
Metadata
Slug xtoys-app
Version 1.1.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is Xtoys.app Webhook Controller?

Control xtoys.app devices via webhook. Supports precise control of various body parts for remote intimate device control. It is an AI Agent Skill for Claude Code / OpenClaw, with 161 downloads so far.

How do I install Xtoys.app Webhook Controller?

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

Is Xtoys.app Webhook Controller free?

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

Which platforms does Xtoys.app Webhook Controller support?

Xtoys.app Webhook Controller is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Xtoys.app Webhook Controller?

It is built and maintained by KasuganoSora (@kasuganosora); the current version is v1.1.2.

💬 Comments