← 返回 Skills 市场
zhaohong-test

test-hello-world

作者 zhaohong · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
219
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install zhaohong-hello-world
功能描述
高德地图位置搜索,用户输入地点名称,返回对应的高德地图搜索链接
安全使用建议
This skill is lightweight and coherent: it only generates AMap search links and asks for nothing sensitive. Before installing, be aware that the SKILL.md assumes browsers will encode Chinese characters — it's safer for the agent to URL-encode and sanitize user input when forming the query parameter to avoid malformed links or unexpected inputs. If you plan to expose generated links in contexts where untrusted input could be interpreted (e.g., HTML pages), ensure proper escaping/sanitization to prevent injection.
功能分析
Type: OpenClaw Skill Name: zhaohong-hello-world Version: 1.0.0 The skill is a simple URL generator designed to provide users with search links for Amap (Gaode Maps). It functions by extracting a location keyword from user input and appending it to a legitimate search URL (ditu.amap.com). There is no executable code, no sensitive data access, and no evidence of malicious intent or prompt injection in SKILL.md.
能力评估
Purpose & Capability
Name/description (AMap location search) matches the instructions: extract a place keyword and return a dit u.amap.com search URL. No unrelated permissions, binaries, or credentials are requested.
Instruction Scope
Instructions stay within the stated purpose (extract keyword and form https://ditu.amap.com/search?query={关键词}). Small correctness note: the doc says 'browser will automatically handle encoding' — the agent should URL-encode or otherwise sanitize user input when embedding it in a query parameter to avoid malformed URLs or unexpected characters (and to avoid weird inputs like protocol-relative strings). This is an operational correctness comment, not a security red flag.
Install Mechanism
No install spec and no code files — lowest-risk, instruction-only skill that writes nothing to disk and pulls no external code.
Credentials
No environment variables, credentials, or config paths required. Requested access is proportionate to the described simple URL-generation task.
Persistence & Privilege
always:false (default) and normal invocation settings. The skill does not request persistent/system-wide privileges or modify other skills.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install zhaohong-hello-world
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /zhaohong-hello-world 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release introducing location search link generation for Amap (高德地图): - Detects user search intent for locations based on common phrases. - Extracts core location keywords from user input. - Generates and returns a direct 高德地图 search link for the requested place. - Supports multiple location requests in one input. - No API key or external API call required; produces a clickable link for users.
元数据
Slug zhaohong-hello-world
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

test-hello-world 是什么?

高德地图位置搜索,用户输入地点名称,返回对应的高德地图搜索链接. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 219 次。

如何安装 test-hello-world?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install zhaohong-hello-world」即可一键安装,无需额外配置。

test-hello-world 是免费的吗?

是的,test-hello-world 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

test-hello-world 支持哪些平台?

test-hello-world 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 test-hello-world?

由 zhaohong(@zhaohong-test)开发并维护,当前版本 v1.0.0。

💬 留言讨论