/install marco-polo-test
\r \r
Marco Polo Test Skill\r
\r
Purpose\r
\r 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.\r \r
Core Behavior\r
\r 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\r \r \r
Usage Examples\r
\r
| User input | Skill response |\r
|------------|----------------|\r
| marco | polo |\r
| Marco! | polo |\r
| Hello, marco! | Hello! 👋 How can I help you today? polo |\r
\r
Testing Workflow\r
\r
- Load the skill – Place this
SKILL.mdin the appropriate OpenClaw skills directory.\r - Start an OpenClaw instance – Ensure skills are enabled.\r
- Send a message containing "marco" – For example, type
marcoorHey, marco!.\r - Verify the response – The instance should reply with something including
polo.\r \r If the instance does not respond withpolo, the skill is not being loaded or triggered correctly.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install marco-polo-test - After installation, invoke the skill by name or use
/marco-polo-test - Provide required inputs per the skill's parameter spec and get structured output
What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 65 downloads so far.
How do I install Marco Polo Test?
Run "/install marco-polo-test" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Marco Polo Test free?
Yes, Marco Polo Test is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Marco Polo Test support?
Marco Polo Test is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Marco Polo Test?
It is built and maintained by AdairLi (@adairli2504); the current version is v1.0.1.