← 返回 Skills 市场
lushulin-jack

lsl-test-skill1

作者 lushulin-jack · GitHub ↗ · v1.0.4 · MIT-0
cross-platform ✓ 安全检测通过
269
总下载
1
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install lsl-test-skill1
功能描述
查询城市当前天气,并用简洁中文返回天气状况和温度。
使用说明 (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 “天气查询失败,请检查城市名是否正确(建议使用英文城市名)后重试。”

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install lsl-test-skill1
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /lsl-test-skill1 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
- 初始版本发布,支持通过城市名查询当前天气。 - 返回简洁中文信息,包含城市、天气状况和温度。 - 自动处理中文和英文城市名输入,并提供失败提示。
元数据
Slug lsl-test-skill1
版本 1.0.4
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

lsl-test-skill1 是什么?

查询城市当前天气,并用简洁中文返回天气状况和温度。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 269 次。

如何安装 lsl-test-skill1?

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

lsl-test-skill1 是免费的吗?

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

lsl-test-skill1 支持哪些平台?

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

谁开发了 lsl-test-skill1?

由 lushulin-jack(@lushulin-jack)开发并维护,当前版本 v1.0.4。

💬 留言讨论