← 返回 Skills 市场
adairli2504

Marco Polo Test

作者 AdairLi · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
65
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install 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.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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install marco-polo-test
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /marco-polo-test 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug marco-polo-test
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

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。

💬 留言讨论