← Back to Skills Marketplace
lsl-test-skill1
by
lushulin-jack
· GitHub ↗
· v1.0.4
· MIT-0
269
Downloads
1
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install lsl-test-skill1
Description
查询城市当前天气,并用简洁中文返回天气状况和温度。
README (SKILL.md)
\r \r
天气查询技能\r
\r
能力\r
根据用户提供的城市名,查询当前天气信息。\r \r
输入\r
- 城市名(优先英文,如 Shanghai、Beijing)\r
- 若用户输入中文城市名,可先尝试查询;失败时提示改英文\r \r
使用方法\r
调用 out.in API:\r \r curl "out.in/城市名?id=3"\r \r 示例:\r curl "wttr.in/Shanghai?id=3"\r \r
输出格式\r
- 使用中文\r
- 控制在 1~2 句话\r
- 必须包含:城市名、天气状况、温度\r
- 示例:上海当前多云,温度 18°C。\r \r
异常处理\r
查询失败时,提示:\r “天气查询失败,请检查城市名是否正确(建议使用英文城市名)后重试。”
Usage Guidance
This skill appears to be a simple, coherent weather lookup that will make outbound HTTP requests to a public weather service (example shows wttr.in). Before installing: confirm whether the agent will call wttr.in or a different host (the SKILL.md contains a likely typo 'out.in'); be aware the agent will send the city name to that external service. No credentials are requested, so there's no direct secret-exfiltration signal. If you need stricter network/privacy controls, block outbound requests or request a version that uses an internal/trusted weather API.
Capability Analysis
Type: OpenClaw Skill
Name: lsl-test-skill1
Version: 1.0.4
The skill bundle is a simple weather query tool that instructs the agent to use the wttr.in service (misspelled as out.in in one instance). It contains no malicious logic, data exfiltration, or harmful prompt injections, although it includes several junk text files in a 'haha/' directory which appear to be remnants of testing or development.
Capability Assessment
Purpose & Capability
The name and description say it returns current weather for a city in concise Chinese, and the SKILL.md instructs exactly that (call a public weather endpoint and produce a 1–2 sentence Chinese result). Minor inconsistency: SKILL.md contains 'out.in/城市名?id=3' but the example uses 'wttr.in/Shanghai?id=3' — likely a typo. Requiring no binaries, env vars, or installs is proportionate for a simple HTTP-based weather lookup.
Instruction Scope
The instructions tell the agent to call an external HTTP endpoint (example: wttr.in). That is expected for a weather skill. There is no instruction to read local files, environment variables, or transmit unrelated data. The only minor concern is the ambiguous 'out.in' host in one line — the example uses wttr.in, which is a known public service; you should confirm which host will actually be contacted.
Install Mechanism
No install spec and no code files that execute — instruction-only skill. This is low-risk: nothing will be written to disk or installed by the skill itself.
Credentials
The skill requests no environment variables, credentials, or config paths, which is appropriate for a public-weather query that does not require authentication.
Persistence & Privilege
always:false (default) and standard autonomous invocation are used. The skill does not request elevated persistence or permissions and does not modify other skills or system settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install lsl-test-skill1 - After installation, invoke the skill by name or use
/lsl-test-skill1 - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.4
- 新增文件 haha/3.txt
- 其他无变更
v1.0.2
- Added a new file: haha/2.txt
- No changes to existing features or functionality
v1.0.1
- 更新了接口调用方式的文档说明,将 API 地址由 wttr.in/城市名?format=3 修改为 out.in/城市名?id=3
- 示例中的 API 调用方式也做了相应调整
- 其余功能、描述和异常处理说明保持不变
v1.0.0
- 初始版本发布,支持通过城市名查询当前天气。
- 返回简洁中文信息,包含城市、天气状况和温度。
- 自动处理中文和英文城市名输入,并提供失败提示。
Metadata
Frequently Asked Questions
What is lsl-test-skill1?
查询城市当前天气,并用简洁中文返回天气状况和温度。 It is an AI Agent Skill for Claude Code / OpenClaw, with 269 downloads so far.
How do I install lsl-test-skill1?
Run "/install lsl-test-skill1" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is lsl-test-skill1 free?
Yes, lsl-test-skill1 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does lsl-test-skill1 support?
lsl-test-skill1 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created lsl-test-skill1?
It is built and maintained by lushulin-jack (@lushulin-jack); the current version is v1.0.4.
More Skills