marco-polo-test
A simple zero‑dependency, environment‑agnostic, and side‑effect‑free skill that helps users test if their OpenClaw instances can load skills correctly.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/adairli2504/marco-polo-testMarco Polo Test Skill
Purpose
This skill provides a minimal but verifiable interaction pattern to confirm that OpenClaw correctly loads and invokes skills. It is designed to be completely safe, stateless, and free of external dependencies.
Core Behavior
When a user's message contains the word "marco" (case‑insensitive, as a standalone word or part of a sentence), the skill responds with polo
Usage Examples
| User input | Skill response |
|---|---|
marco | polo |
Marco! | polo |
Hello, marco! | Hello! 👋 How can I help you today? polo |
Testing Workflow
- Load the skill – Place this
SKILL.mdin the appropriate OpenClaw skills directory. - Start an OpenClaw instance – Ensure skills are enabled.
- Send a message containing "marco" – For example, type
marcoorHey, marco!. - Verify the response – The instance should reply with something including
polo.
If the instance does not respond with polo, the skill is not being loaded or triggered correctly.
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-adairli2504-marco-polo-test": {
"enabled": true,
"auto_update": true
}
}
}