← 返回 Skills 市场
Timemap
作者
alexpolonsky
· GitHub ↗
· v1.0.0
476
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install timemap
功能描述
Search historical entertainment, nightlife, and culture venues in Tel Aviv and Haifa from timemap.co.il. Bars, cafes, clubs, cinemas, food venues, performanc...
安全使用建议
This skill appears to do what it claims: a local Python CLI that queries timemap.co.il's public API and caches results in the system temp directory. Before installing, verify the GitHub source if you want stronger provenance, ensure you are comfortable allowing outbound network access to timemap.co.il (the skill needs it to fetch data), and note that it stores a non-sensitive cache file in the OS temp directory. No credentials are required and no obvious exfiltration or privileged behavior is present.
功能分析
Type: OpenClaw Skill
Name: timemap
Version: 1.0.0
The OpenClaw skill 'timemap' is benign. The `scripts/timemap.py` Python script uses standard libraries to interact with a hardcoded public API (`https://timemap.co.il/api/venue`), caches data in the system's temporary directory, and processes user input safely via `argparse` without any `eval()` or `exec()` calls. There is no evidence of data exfiltration, persistence mechanisms, or malicious execution. The `SKILL.md` and `README.md` files contain clear, benign instructions and examples, with no attempts at prompt injection against the AI agent.
能力评估
Purpose & Capability
Name/description match the included code and instructions. The skill only requires python3 (declared) and the code fetches public data from timemap.co.il as described; there are no unrelated environment variables, binaries, or config paths.
Instruction Scope
SKILL.md instructs running the included Python script with specific commands. The runtime instructions and code limit themselves to fetching the public API, caching results, formatting output, and computing distances. They do not read arbitrary user files, other skills' config, or hidden credentials.
Install Mechanism
No install spec (instruction-only) and the shipped code is a standalone Python script using only the standard library. Nothing is downloaded from untrusted URLs or extracted to disk by an installer beyond the provided script.
Credentials
No environment variables or credentials are requested. The script uses a User-Agent header and contacts only the public timemap.co.il API (and produces Google Maps links for coordinates). No secrets are needed or accessed.
Persistence & Privilege
The skill is not always-enabled and does not modify other skills or system-wide agent configuration. It writes a cache file to the system temporary directory (CACHE_FILE in tempfile.gettempdir()) — a reasonable, limited persistence for caching only public data.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install timemap - 安装完成后,直接呼叫该 Skill 的名称或使用
/timemap触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Search historical entertainment and culture venues in Tel Aviv and Haifa
元数据
常见问题
Timemap 是什么?
Search historical entertainment, nightlife, and culture venues in Tel Aviv and Haifa from timemap.co.il. Bars, cafes, clubs, cinemas, food venues, performanc... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 476 次。
如何安装 Timemap?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install timemap」即可一键安装,无需额外配置。
Timemap 是免费的吗?
是的,Timemap 完全免费(开源免费),可自由下载、安装和使用。
Timemap 支持哪些平台?
Timemap 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux)。
谁开发了 Timemap?
由 alexpolonsky(@alexpolonsky)开发并维护,当前版本 v1.0.0。
推荐 Skills