← Back to Skills Marketplace
adairli2504

Marco Polo Test

by AdairLi · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
65
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install marco-polo-test
Description
A simple zero‑dependency, environment‑agnostic, and side‑effect‑free skill that helps users test if their OpenClaw instances can load skills correctly.
README (SKILL.md)

\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

  1. Load the skill – Place this SKILL.md in the appropriate OpenClaw skills directory.\r
  2. Start an OpenClaw instance – Ensure skills are enabled.\r
  3. Send a message containing "marco" – For example, type marco or Hey, marco!.\r
  4. Verify the response – The instance should reply with something including polo.\r \r If the instance does not respond with polo, the skill is not being loaded or triggered correctly.
Usage Guidance
This skill is extremely small and self-contained: its SKILL.md says it only looks for the word "marco" and replies with "polo." Because it is instruction-only and requests nothing, the practical risk is very low. If you prefer extra caution, inspect the SKILL.md yourself (you already have it) and test the skill in an isolated or development instance before enabling it in production. Note the source is unknown — while the content here is trivial and benign, avoid installing unknown skills that request credentials or include install scripts without review.
Capability Analysis
Type: OpenClaw Skill Name: marco-polo-test Version: 1.0.1 The 'marco-polo-test' skill is a simple diagnostic tool designed to verify that the OpenClaw agent can correctly load and trigger skills. It contains no executable code or external dependencies, and its instructions in SKILL.md are limited to a harmless text-based response ('polo') when the word 'marco' is detected. There are no indicators of malicious intent or security vulnerabilities.
Capability Assessment
Purpose & Capability
Name and description claim a minimal 'marco'→'polo' test; the skill declares no binaries, env vars, or installs and the SKILL.md describes exactly that behavior. All requested resources are consistent with the stated purpose.
Instruction Scope
SKILL.md contains only a small, well-scoped behavior (respond with 'polo' when input contains 'marco') and simple installation instructions (place SKILL.md in skills directory). It does not instruct reading unrelated files, accessing network endpoints, or exfiltrating data.
Install Mechanism
There is no install spec and no code files — instruction-only skills have minimal surface area and nothing is written to disk by an installer.
Credentials
The skill requests no environment variables, credentials, or config paths; that is proportionate to its trivial function.
Persistence & Privilege
Defaults are used (always:false, agent invocation allowed). The skill does not request permanent presence or elevated privileges and does not modify other skills or system settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install marco-polo-test
  3. After installation, invoke the skill by name or use /marco-polo-test
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Updated testing instructions: clarified that the expected response should include "polo" (not necessarily be exactly "polo"). - No code or functional changes.
v1.0.0
- Initial release of the marco-polo-test skill. - Provides a zero-dependency, stateless way to verify OpenClaw can load and invoke skills. - Responds with "polo" whenever a user's message contains "marco" (case-insensitive). - Intended for simple, safe OpenClaw environment testing.
Metadata
Slug marco-polo-test
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

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.

💬 Comments