minimal-test-skill
Minimal test skill for debugging ClawHub publishing
Why use this skill?
Verify your OpenClaw agent and ClawHub integration with the minimal-test-skill. A lightweight utility for testing installations and ensuring agent connectivity.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/mig6671/minimal-test-skillWhat This Skill Does
The minimal-test-skill is a foundational diagnostic tool designed specifically for the OpenClaw AI agent ecosystem. It serves as a verification layer to ensure that the ClawHub publishing pipeline and local environment configuration are functioning as intended. Unlike complex automation or data-processing tools, this skill performs no deep logic; instead, it acts as a heartbeat check, confirming that an agent can successfully locate, download, and initialize a skill package from the repository. It is the perfect starting point for developers who are troubleshooting integration issues or validating their development environment.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal or integrated agent console:
clawhub install openclaw/skills/skills/mig6671/minimal-test-skill
Once executed, the ClawHub client will fetch the manifest, resolve dependencies, and register the skill within your local workspace. You can verify the installation by listing your active skills to ensure the minimal-test-skill is marked as 'ready'.
Use Cases
This skill is intended for three primary use cases:
- Environment Validation: Verify that your local OpenClaw agent instance has proper permissions to pull from the central ClawHub repository.
- Debugging Publishing: If you are a developer attempting to push your own skills to ClawHub, using this skill as a baseline comparison helps isolate whether a failure is related to your environment or the repository settings.
- Sanity Checking: Quickly determine if the agent's core skill-loading mechanism is active after a recent system update or agent restart.
Example Prompts
- "Run the minimal-test-skill and report the current status of the agent's connection to the hub."
- "Execute the minimal test to verify that my skill installation pipeline is operational."
- "Is the minimal-test-skill currently active and recognized by my local system?"
Tips & Limitations
This skill is a non-functional tool meant strictly for debugging. Do not expect it to perform tasks, manipulate files, or browse the web. If the skill fails to install, check your internet connectivity or your ClawHub authentication token. Since this is a test utility, it should be removed once your primary environment verification is complete to reduce clutter in your active skills list.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-mig6671-minimal-test-skill": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Related Skills
polymarket-news-monitor
Monitor official Polymarket sources (The Oracle blog, API status) for important updates, security alerts, and breaking news. Automatic importance scoring with instant notifications for critical events.
stepfun-openrouter
Integrates StepFun AI models (Step-3.5 Flash, Step-3) via OpenRouter API. Free tier available. Features visible reasoning, fast responses, and multimodal capabilities.
stepfun-openrouter
Integrates StepFun AI models (Step-3.5 Flash, Step-3) via OpenRouter API. Free tier available. Features visible reasoning, fast responses, and multimodal capabilities.
vector-memory-hack
Fast semantic search for AI agent memory files using TF-IDF and SQLite. Enables instant context retrieval from MEMORY.md or any markdown documentation. Use when the agent needs to (1) Find relevant context before starting a task, (2) Search through large memory files efficiently, (3) Retrieve specific rules or decisions without reading entire files, (4) Enable semantic similarity search instead of keyword matching. Lightweight alternative to heavy embedding models - zero external dependencies, <10ms search time.
phoenix-shield
Self-healing backup and update system with intelligent rollback. Protects against failed updates by automatically monitoring system health post-update and recovering from backups when needed. Features canary deployment testing, health baselines, smart rollback, and 24/7 automated monitoring. Use when performing critical system updates, managing production deployments, or ensuring high availability of services. Prevents downtime through pre-flight checks, integrity verification, and automatic recovery workflows.