← 返回 Skills 市场
162
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install testmaibao
功能描述
查询指定城市的当前天气,包括温度、天气状况及湿度,支持摄氏度和华氏度单位。
安全使用建议
This skill appears to be a simple, local weather simulator and is internally consistent: it requires no credentials and makes no external network calls. Two practical notes before installing/use: (1) SKILL.md triggered a unicode-control-chars alert — inspect the SKILL.md for invisible characters if you are concerned (they are often harmless formatting artifacts but can be used to manipulate models). (2) The code returns randomized, simulated weather — if you need real-time, authoritative weather data, update the tool to call a real weather API and add the necessary API key (and review that addition for appropriate scoping). Otherwise it is safe for testing and local use.
功能分析
Type: OpenClaw Skill
Name: testmaibao
Version: 1.0.0
The skill is a simple weather query simulator that generates random data for testing purposes. It uses only standard Python libraries (json, random) and contains no network calls, file system access, or malicious instructions in the documentation. Files reviewed: tool.py, skill.md, _meta.json.
能力评估
Purpose & Capability
Name/description promise (query current weather for a city) matches the included code and instructions. The code implements a local, randomized weather simulator and the SKILL.md describes the expected inputs/outputs. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md stays on-topic (describe when to call the tool, input/output schema). Static scan flagged unicode-control-chars in the SKILL.md (possible prompt-injection pattern). The file otherwise contains normal usage instructions and does not instruct reading system files, environment variables, or exfiltrating data.
Install Mechanism
No install spec is provided (instruction-only style). Only Python files are included and requirements.txt notes only standard library; nothing is downloaded or extracted from external URLs.
Credentials
The skill declares no required environment variables, no primary credential, and the code does not access environment variables or external services. The lack of secrets is proportionate to the stated purpose (a mock weather tool).
Persistence & Privilege
Flags show always=false and default autonomous invocation allowed (platform default). The skill does not request persistent system-wide changes or modify other skills' configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install testmaibao - 安装完成后,直接呼叫该 Skill 的名称或使用
/testmaibao触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
test
元数据
常见问题
test_maibao 是什么?
查询指定城市的当前天气,包括温度、天气状况及湿度,支持摄氏度和华氏度单位。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 162 次。
如何安装 test_maibao?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install testmaibao」即可一键安装,无需额外配置。
test_maibao 是免费的吗?
是的,test_maibao 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
test_maibao 支持哪些平台?
test_maibao 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 test_maibao?
由 qkainan(@qkainan)开发并维护,当前版本 v1.0.0。
推荐 Skills