← Back to Skills Marketplace
dannyzhao0609

Testing Skill for Agency Agents

by dannyzhao0609 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
129
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install testing-agency-agents-huyue
Description
Provides automated testing and integration validation for OpenClaw's skill management in agency-agents projects with error handling and logging.
README (SKILL.md)

Testing Skill

This is a comprehensive testing skill designed for validating OpenClaw's skill management system.

Description

This skill provides a robust framework for testing various OpenClaw functionalities including installation, updates, and integration with other systems. It's specifically designed for developers working on agency-agents projects.

Features

  • Automated testing capabilities
  • Integration with OpenClaw's core systems
  • Support for both local and remote skill deployment
  • Comprehensive error handling and logging

Installation

  1. Clone the repository
  2. Run clawhub install testing
  3. Verify installation with clawhub list

Usage Examples

# Basic usage
clawhub run testing --command validate

# Advanced usage with parameters
clawhub run testing --command test-all --verbose --output results.json

Troubleshooting

If you encounter issues during installation:

  • Ensure you have the latest version of ClawHub CLI
  • Verify your internet connection
  • Check that you're logged in with clawhub whoami
  • Contact support if problems persist

Version History

  • 1.0.0: Initial release with core testing functionality
  • 1.0.1: Added verbose logging option
  • 1.1.0: Added JSON output support
Usage Guidance
This package appears to be a coherent testing toolkit: it contains extensive, expected test run instructions and examples that call Playwright, axe, Lighthouse, k6, and simple shell checks. Before running or granting an agent permission to execute it: 1) verify the skill origin (source/homepage are unknown); 2) inspect any executable scripts referenced (e.g., ./qa-playwright-capture.sh) so you know what will run on your machine; 3) run tests in an isolated environment or CI runner rather than on sensitive production hosts; 4) avoid injecting real production credentials — the examples expect BASE_URL/API_BASE_URL and sometimes auth tokens, so prefer synthetic/test accounts and declare env vars explicitly; 5) ensure required tooling (Playwright, k6, lighthouse, axe) is installed from trusted sources. If you need higher assurance, ask the publisher for a provenance link or a signed release and review any referenced scripts before execution.
Capability Analysis
Type: OpenClaw Skill Name: testing-agency-agents-huyue Version: 1.0.0 The bundle contains a comprehensive set of agent personalities and instructions for a testing-focused agency, covering accessibility, API testing, performance benchmarking, and QA. The provided code snippets (Python, k6, and Playwright) and shell commands (npx, ls, grep) are standard industry tools used for their stated purposes of auditing and validation. No evidence of malicious intent, data exfiltration, or harmful prompt injection was found across the documentation or logic.
Capability Assessment
Purpose & Capability
The name and description (automated testing and integration validation for agency-agents) match the included assets: multiple testing-agent personas, test-run examples, Playwright/axe/lighthouse/k6 examples, and shell commands to capture evidence. Required binaries/env listed in registry are empty, which is plausible for an instruction-only testing skill that expects the host environment to provide test tooling (or for the user to install them).
Instruction Scope
SKILL.md instructs cloning and running clawhub commands; the included persona files contain explicit runtime commands (npx @axe-core/cli, npx lighthouse, ./qa-playwright-capture.sh, k6 scripts, grep/ls/cat) and example test code that will read files, run local HTTP checks against localhost or a provided BASE_URL, and write screenshots/logs. This behavior aligns with a testing tool, but it does mean the skill expects to run shell commands and access the filesystem and local network — review any scripts (e.g., qa-playwright-capture.sh) and ensure you run them in an appropriate environment.
Install Mechanism
No install spec provided (instruction-only). That lowers supply-chain risk because nothing is automatically downloaded or written to disk by the registry installation itself. The SKILL.md expects the user/agent to run clawhub and host tools; the included docs reference common public tools (Playwright, axe, Lighthouse, k6) rather than unknown download URLs.
Credentials
Registry declares no required environment variables, but multiple included example/test files reference environment variables (e.g., process.env.API_BASE_URL, __ENV.BASE_URL) and perform authentication flows in examples. This is reasonable for a testing skill (tests need target URLs and sometimes credentials), but the skill does not declare these variables up front — you should provide/inspect the expected env values and avoid passing production secrets to test runs.
Persistence & Privilege
The skill is not always-included and does not request persistent privileges. There is no install script that writes into agent config in the registry metadata. The skill's instructions will run commands when invoked, but there is no evidence it modifies other skills or global agent settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install testing-agency-agents-huyue
  3. After installation, invoke the skill by name or use /testing-agency-agents-huyue
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug testing-agency-agents-huyue
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Testing Skill for Agency Agents?

Provides automated testing and integration validation for OpenClaw's skill management in agency-agents projects with error handling and logging. It is an AI Agent Skill for Claude Code / OpenClaw, with 129 downloads so far.

How do I install Testing Skill for Agency Agents?

Run "/install testing-agency-agents-huyue" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Testing Skill for Agency Agents free?

Yes, Testing Skill for Agency Agents is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Testing Skill for Agency Agents support?

Testing Skill for Agency Agents is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Testing Skill for Agency Agents?

It is built and maintained by dannyzhao0609 (@dannyzhao0609); the current version is v1.0.0.

💬 Comments