← Back to Skills Marketplace
Timemap
by
alexpolonsky
· GitHub ↗
· v1.0.0
476
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install timemap
Description
Search historical entertainment, nightlife, and culture venues in Tel Aviv and Haifa from timemap.co.il. Bars, cafes, clubs, cinemas, food venues, performanc...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install timemap - After installation, invoke the skill by name or use
/timemap - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Search historical entertainment and culture venues in Tel Aviv and Haifa
Metadata
Frequently Asked Questions
What is Timemap?
Search historical entertainment, nightlife, and culture venues in Tel Aviv and Haifa from timemap.co.il. Bars, cafes, clubs, cinemas, food venues, performanc... It is an AI Agent Skill for Claude Code / OpenClaw, with 476 downloads so far.
How do I install Timemap?
Run "/install timemap" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Timemap free?
Yes, Timemap is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Timemap support?
Timemap is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin, linux).
Who created Timemap?
It is built and maintained by alexpolonsky (@alexpolonsky); the current version is v1.0.0.
More Skills