← 返回 Skills 市场
damians21

Notamify NOTAM Skill

作者 Damian · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ 安全检测通过
107
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install notamify
功能描述
Retrieve and analyze NOTAMs (Notices to Airmen) for airports worldwide using the Notamify Python SDK
安全使用建议
This skill appears to do what it says: it uses the notamify-sdk and needs a NOTAMIFY_TOKEN. Before installing, verify the notamify-sdk package on PyPI and the GitHub repo (https://github.com/skymerse/notamify-mcp), ensure the NOTAMIFY_TOKEN you provide has minimal privileges and comes from the official Notamify API manager, and be aware the SDK may also read a NOTAMIFY_CONFIG_FILE or ~/.config/notamify/config.json for credentials. Because the agent will run pip and execute Python scripts, only install if you trust the package source and run the agent in an environment you control.
功能分析
Type: OpenClaw Skill Name: notamify Version: 1.0.2 The skill is a legitimate integration for the Notamify aviation data service, allowing an agent to retrieve and analyze NOTAMs (Notices to Airmen). It utilizes a dedicated Python SDK (notamify-sdk) and follows standard practices for API authentication and data handling without any evidence of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
Name/description match the runtime instructions: the skill uses the notamify-sdk and requires a NOTAMIFY_TOKEN to query the Notamify API — this is proportionate to the stated purpose.
Instruction Scope
Instructions tell the agent to write and run short Python scripts and to pip-install notamify-sdk (expected). The SKILL.md also documents alternate authentication via NOTAMIFY_CONFIG_FILE and a default config at ~/.config/notamify/config.json — these additional auth sources are related to the service but reference an environment variable (NOTAMIFY_CONFIG_FILE) that is not declared in the skill metadata.
Install Mechanism
No install spec is embedded in the skill (instruction-only). The SKILL.md instructs using pip install notamify-sdk, which requires network access and will install a package from PyPI — expected for a Python SDK but worth verifying the package name and origin before allowing the agent to run pip.
Credentials
Only NOTAMIFY_TOKEN is declared as required (appropriate). However, the runtime docs mention NOTAMIFY_CONFIG_FILE and a default config path (~/.config/notamify/config.json) as alternate auth sources; the extra env var is not declared and should be noted so users know the SDK may read config files or a different env var.
Persistence & Privilege
always is false and autonomous invocation is default (allowed). The skill does not request permanent presence or system-wide config changes in its instructions.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install notamify
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /notamify 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Notamify 1.0.2 — Major update: Now queries via Python SDK instead of REST API - Replaced REST API calls with Python scripts using the official notamify-sdk (Python 3.10+ required). - NOTAMIFY_TOKEN environment variable is now required (instead of NOTAMIFY_API_KEY). - Expanded, detailed instructions for fetching active, nearby, historical, and flight-briefing NOTAMs using SDK query classes. - Removed detailed REST API endpoint/tool references; replaced with clear Python script code patterns. - Added automatic authentication and API key config order for the Python SDK. - Clarified usage, setup, parameter options, and example responses; all interactions are now via auto-paginated SDK iterators or async briefing jobs.
v1.0.1
- Added homepage field pointing to the GitHub repository. - Updated metadata to remove unused "bins" requirement. - No changes to code or core features; documentation and configuration updates only.
v1.0.0
Initial release of Notamify SKILL.md
元数据
Slug notamify
版本 1.0.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

Notamify NOTAM Skill 是什么?

Retrieve and analyze NOTAMs (Notices to Airmen) for airports worldwide using the Notamify Python SDK. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 107 次。

如何安装 Notamify NOTAM Skill?

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

Notamify NOTAM Skill 是免费的吗?

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

Notamify NOTAM Skill 支持哪些平台?

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

谁开发了 Notamify NOTAM Skill?

由 Damian(@damians21)开发并维护,当前版本 v1.0.2。

💬 留言讨论