ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/adairli2504/marco-polo-test
Or

Marco 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 inputSkill response
marcopolo
Marco!polo
Hello, marco!Hello! 👋 How can I help you today? polo

Testing Workflow

  1. Load the skill – Place this SKILL.md in the appropriate OpenClaw skills directory.
  2. Start an OpenClaw instance – Ensure skills are enabled.
  3. Send a message containing "marco" – For example, type marco or Hey, marco!.
  4. 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

Stars4473
Views1
Updated2026-05-01
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-adairli2504-marco-polo-test": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.