quick-testRun basic system commands to verify Python, working directory, file access, and command execution for OpenClaw environment validation and debugging.
Install via ClawdBot CLI:
clawdbot install GustavoZiaugra/quick-testSimple system test to verify OpenClaw environment. Run basic commands and validate output.
Teste de sistema simples para verificar o ambiente do OpenClaw. Rode comandos bĂĄsicos e valide a saĂda.
# Run all tests
python3 scripts/run_tests.py
# Run specific test
python3 scripts/run_tests.py --test date
python3 scripts/run_tests.py --test files
# Test with custom command
python3 scripts/run_tests.py --command "echo 'Hello World'"
git clone https://github.com/GustavoZiaugra/quick-test-skill.git
cd quick-test-skill
python3 scripts/run_tests.py
This will:
Isso irĂĄ:
# Test date functionality
python3 scripts/run_tests.py --test date
# Test file system
python3 scripts/run_tests.py --test files
# Run custom command
python3 scripts/run_tests.py --command "pwd"
| Parameter | Description | Descrição | Default |
|-----------|-------------|-------------|----------|
| --test | Specific test to run / Teste especĂfico para rodar | all | --test date |
| --command | Custom command to execute / Comando customizado para executar | none | --command "ls -la" |
| --quiet | Suppress output / Suprimir saĂda | false | --quiet |
â
Quick Test Results
System Status: OK
Python: 3.12.7
Working Directory: /home/zig/.openclaw/workspace
Tests Run: 3/3 Passed
[â] Python test
[â] Date test
[â] File system test
All tests passed successfully!
Confirm OpenClaw is running correctly:
python3 scripts/run_tests.py --test date --test files --test command
Run specific system commands:
python3 scripts/run_tests.py --command "pwd"
python3 scripts/run_tests.py --command "ls -la"
python3 scripts/run_tests.py --command "env | head -10"
Use Quick Test to verify system before/after:
# Before installing a skill
python3 scripts/run_tests.py
# After installing a skill
python3 scripts/run_tests.py
# Check if everything works
python3 scripts/run_tests.py
Output:
â
Quick Test - System Verification
Environment Check:
â Python 3.12.7
â Linux Ubuntu
â User: zig
â Working Directory: /home/zig/.openclaw/workspace
Tests:
[â] Command: `pwd` â Passed
[â] Command: `ls -la` â Passed
[â] Command: `date` â Passed
All tests passed!
# Run a specific command
python3 scripts/run_tests.py --command "echo 'Custom test'"
Output:
Custom Command: echo 'Custom test'
Result: â
Passed
Output: Custom test
Permission Denied: pwd or ls returns errors
Command Not Found: Custom command not executable
Directory Not Found: Working directory check fails
Main test runner script.
Script principal de execução dos testes.
Test suite with individual test functions.
SuĂte de testes com funçÔes de testes individuais.
System validation functions.
FunçÔes de validação do sistema.
Keep It Simple / Mantenha Simples
Fast Feedback / Feedback RĂĄpido
Debugging Friendly / AmigĂĄvel para Debugging
Main runner script that executes all tests and formats results.
Script principal que executa todos os testes e formata os resultados.
Individual test functions for system verification.
FunçÔes de teste individuais para verificação do sistema.
System validation and environment check functions.
FunçÔes de validação e verificação de ambiente do sistema.
None! / Nenhuma!
Uses only Python standard library (sys, os, subprocess, datetime, json, pathlib).
Usa apenas biblioteca padrĂŁo do Python (sys, os, subprocess, datetime, json, pathlib).
User Permissions: Requires read and execute access to directories
System Differences: Behavior may vary by OS (Linux, macOS, Windows)
If tests fail:
python3 --versionIf a custom command returns nothing or errors:
which or whereisIf Python test fails:
which python3MIT License - Use freely for personal and commercial purposes.
Licença MIT - Use livremente para fins pessoais e comerciais.
Created by Gustavo (GustavoZiaugra) with OpenClaw
Criado por Gustavo (GustavoZiaugra) com OpenClaw
Find this and more OpenClaw skills at ClawHub.com
Encontre este e mais habilidades do OpenClaw em ClawHub.com
â Star this repository if you find it useful!
â DĂȘ uma estrela neste repositĂłrio se vocĂȘ achar Ăștil!
â Simple, fast, no dependencies / Simples, rĂĄpido, sem dependĂȘncias - Works everywhere, tests everything / Funciona em qualquer lugar, testa tudo / Test everywhere
AI Usage Analysis
Analysis is being generated⊠refresh in a few seconds.
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Provides a 7-step debugging protocol plus language-specific commands to systematically identify, verify, and fix software bugs across multiple environments.
A comprehensive skill for using the Cursor CLI agent for various software engineering tasks (updated for 2026 features, includes tmux automation guide).
Write, run, and manage unit, integration, and E2E tests across TypeScript, Python, and Swift using recommended frameworks.
Control and operate Opencode via slash commands. Use this skill to manage sessions, select models, switch agents (plan/build), and coordinate coding through Opencode.
Coding style memory that adapts to your preferences, conventions, and patterns for consistent coding.