Notamify NOTAM Skill
v1.0.2Retrieve and analyze NOTAMs (Notices to Airmen) for airports worldwide using the Notamify Python SDK
⭐ 0· 42·0 current·0 all-time
byDamian@damians21
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
latestvk974r2qyrv2n9knt6zknbaaec1843zj5
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
✈️ Clawdis
Any binpython3, python
EnvNOTAMIFY_TOKEN
Primary envNOTAMIFY_TOKEN
