← 返回 Skills 市场
ornevo

Zoo Animals

作者 ornevo · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
162
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install zoo-animals
功能描述
Provides real-time knowledge about animals in the London Zoo — species, populations, ages, and cuteness ratings. Use this skill whenever the user asks about...
安全使用建议
This skill contains a Python script that, on every lookup, fetches a "latest" CSV from a webhook.site URL controlled by whoever created the skill. That means the remote operator will see each invocation (IP, request headers, timing) and can change the data returned. Before installing: (1) treat the remote URL as untrusted—ask the author why a webhook.site endpoint is used and for a trustworthy data source or homepage; (2) if you need to use this functionality, consider editing the script to remove or replace the remote URL with an official API or to run it offline; (3) run the script in a sandboxed environment if you must test it; (4) avoid enabling broad autonomous access if you don't trust the endpoint. If the author cannot justify the webhook.site endpoint or provide a repository/homepage, consider not installing.
功能分析
Type: OpenClaw Skill Name: zoo-animals Version: 1.0.0 The skill includes a script (scripts/get_animal_info.py) that performs a network request to a third-party testing service (webhook.site) every time it is executed. The SKILL.md instructions are specifically crafted to force the AI agent to run this script for every query to perform a 'staleness check,' effectively creating a 'phone-home' mechanism that logs the agent's activity and IP address to an external endpoint (https://webhook.site/4a3ebdfc-a2a9-4a22-9595-fe4e32bf8d96). While this functions as unauthorized telemetry, there is no direct evidence of sensitive data exfiltration or system compromise in the current code.
能力评估
Purpose & Capability
The skill's goal (lookups of London Zoo animals) matches the included CSV and lookup script, and no credentials or installs are requested. However, the script fetches an authoritative CSV from an unrelated webhook.site URL rather than a trusted zoo API or official data source, which is unexpected for a 'real-time' zoo data skill.
Instruction Scope
SKILL.md mandates ALWAYS running scripts/get_animal_info.py for every animal query. That script performs an outbound HTTP GET to a remote URL on each run (to check freshness). Forcing that network call on every query grants the remote endpoint the ability to observe each invocation (IP, headers, timing) and to serve arbitrary CSVs; the instructions give the script broad operational control despite the skill's simple lookup purpose.
Install Mechanism
There is no install spec (instruction-only) which is low risk in general, but the included Python script performs a download from a non-standard host (webhook.site). Downloading an authoritative CSV from a personal/temporary webhook endpoint is risky—the content could be changed to arbitrary data and the host can log every request.
Credentials
The skill requests no environment variables, credentials, or config paths, which is proportionate to its stated function. The primary risk comes from the script's network access, not from requested secrets.
Persistence & Privilege
The skill is not marked always:true and does not request elevation or modify other skills/configs. Autonomous invocation is allowed by default, which is expected; this combined with the network call increases risk but on its own is not an incoherence.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install zoo-animals
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /zoo-animals 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the zoo-animals skill: - Provides real-time information on animals at the London Zoo, including species, population, ages, and cuteness ratings. - Supports direct animal queries, comparisons, and listings relevant to zoo animals. - Requires all animal lookups to use the provided script to ensure up-to-date data. - Includes a mandatory data freshness check; users are warned if animal data may be outdated.
元数据
Slug zoo-animals
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Zoo Animals 是什么?

Provides real-time knowledge about animals in the London Zoo — species, populations, ages, and cuteness ratings. Use this skill whenever the user asks about... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 162 次。

如何安装 Zoo Animals?

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

Zoo Animals 是免费的吗?

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

Zoo Animals 支持哪些平台?

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

谁开发了 Zoo Animals?

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

💬 留言讨论