← Back to Skills Marketplace
zhaohong-test

test-hello-world

by zhaohong · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
219
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install zhaohong-hello-world
Description
高德地图位置搜索,用户输入地点名称,返回对应的高德地图搜索链接
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install zhaohong-hello-world
  3. After installation, invoke the skill by name or use /zhaohong-hello-world
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug zhaohong-hello-world
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is test-hello-world?

高德地图位置搜索,用户输入地点名称,返回对应的高德地图搜索链接. It is an AI Agent Skill for Claude Code / OpenClaw, with 219 downloads so far.

How do I install test-hello-world?

Run "/install zhaohong-hello-world" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is test-hello-world free?

Yes, test-hello-world is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does test-hello-world support?

test-hello-world is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created test-hello-world?

It is built and maintained by zhaohong (@zhaohong-test); the current version is v1.0.0.

💬 Comments