LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

soap-bin-script - Create synchronous SOAP operation scripts in bin/

Generates boilerplate code for synchronous SOAP operation scripts in the bin directory using HyperVService.

Tags

Updated: 2026-09-19

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Identify SOAP method signature
  • Create script file in bin
  • Add mandatory ini_set block
  • Add argc argument check
  • Add host lookup and SOAP call
  • Verify PHP script execution

Inputs

  • SOAP method name and signature
  • HyperVService WSDL specification
  • Host server ID and arguments

Outputs

  • PHP script file in bin/
  • Script execution output

Requirements

  • PHP CLI environment
  • Access to functions.inc.php file
  • Network access to HyperVService WSDL

Source

  • Spec: SKILL.md
soap
php
hyper-v
code-generation
Identify SOAP method signature
Create script file in bin
Add mandatory ini_set block
Add argc argument check
SOAP method name and signature
HyperVService WSDL specification
Host server ID and arguments
PHP script file in bin/
Script execution output