← Back to Skills Marketplace
107
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install notamify
Description
Retrieve and analyze NOTAMs (Notices to Airmen) for airports worldwide using the Notamify Python SDK
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install notamify - After installation, invoke the skill by name or use
/notamify - Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Frequently Asked Questions
What is Notamify NOTAM Skill?
Retrieve and analyze NOTAMs (Notices to Airmen) for airports worldwide using the Notamify Python SDK. It is an AI Agent Skill for Claude Code / OpenClaw, with 107 downloads so far.
How do I install Notamify NOTAM Skill?
Run "/install notamify" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Notamify NOTAM Skill free?
Yes, Notamify NOTAM Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Notamify NOTAM Skill support?
Notamify NOTAM Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Notamify NOTAM Skill?
It is built and maintained by Damian (@damians21); the current version is v1.0.2.
More Skills