/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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install marco-polo-test - 安装完成后,直接呼叫该 Skill 的名称或使用
/marco-polo-test触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 65 次。
如何安装 Marco Polo Test?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install marco-polo-test」即可一键安装,无需额外配置。
Marco Polo Test 是免费的吗?
是的,Marco Polo Test 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Marco Polo Test 支持哪些平台?
Marco Polo Test 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Marco Polo Test?
由 AdairLi(@adairli2504)开发并维护,当前版本 v1.0.1。