📦 City of Calgary Open Data — 卡尔加里开放数据

v1.0.2

一键调用卡尔加里市政府开放数据门户的988+数据集,支持按关键词、分类、标签快速搜索并获取交通、环境、政府、基础设施等结构化数据,可直接用于分析与可视化。

0· 116·0 当前·0 累计
by @raychanpmp (Ray Chan, PMP)
下载技能包
最后更新
2026/3/31
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The skill's code, instructions, and declared environment access align with its stated purpose of querying Calgary's open data portal; it only fetches data from data.calgary.ca, optionally uses a SOCRATA app token, and caches the dataset catalog locally.
评估建议
This skill appears coherent and implements a simple CLI against the City of Calgary's open data portal. Things to consider before installing: (1) the skill will make outbound HTTPS requests only to data.calgary.ca; (2) it optionally uses SOCRATA_APP_TOKEN — provide that only if you trust the skill and want higher API rate limits; (3) it writes a local cache file (.cache/catalog_cache.json) next to the script; and (4) the package source/homepage is unknown — if provenance matters, review the scri...
详细分析 ▾
用途与能力
Name/description (City of Calgary Open Data) match the included CLI and scripts which call the Socrata SODA API on data.calgary.ca. No unrelated services, binaries, or credentials are requested.
指令范围
SKILL.md instructs the agent to run the included Python CLI and documents supported commands and an optional SOCRATA_APP_TOKEN. The runtime instructions do not request unrelated files, secrets, or system state beyond running the CLI.
安装机制
This is an instruction-only skill with a single Python script; there is no install spec, no external downloads, and no archive extraction. The script uses only Python stdlib network calls.
凭证需求
No required environment variables are declared. The only optional env var is SOCRATA_APP_TOKEN (documented in SKILL.md) which is appropriate for reducing API rate limits. The code reads that same env var and nothing else.
持久化与权限
The skill does not request always:true and is user-invocable only. It does create a local cache file (.cache/catalog_cache.json) alongside the script to cache the dataset catalogue for one hour — this is reasonable for performance but worth noting if you expect no disk writes.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.22026/3/30

Fixed: cache in skill dir, documented env vars

无害

安装命令

点击复制
官方npx clawhub@latest install calgary-opendata
镜像加速npx clawhub@latest install calgary-opendata --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库