name: openclaw-test-skill description: Exercise a portable OpenClaw skill bundle in tests. Use when validating skill discovery, supported text files, frontmatter, or bundled-resource loading without external services or credentials. metadata: openclaw: requires: bins: - sh os: - macos - linux
Use this fixture only for local and automated validation. It has no network, credential, package-install, or external-service dependency.
Run the bundled verifier from the fixture directory or pass the directory as its first argument:
sh scripts/verify.sh
The script checks that the required skill file and every declared bundled
resource are present. It prints the message in
assets/expected-output.txt when the fixture is complete.
7w4.net提供免费和付费技能下载。
references/fixture-contract.md when a test needs the intended
portable OpenClaw contract and file inventory.assets/expected-output.txt as the stable success-output assertion.scripts/verify.sh before packaging the fixture or testing file
discovery.这是一个用于验证软件打包的工具,整体质量中规中矩。优点是文档清晰、跨平台兼容、无需外部依赖;缺点是用途单一,本质上只是测试代码,没有实际应用价值。普通用户不建议使用,开发者可作为参考模板。