-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Add fastah-ip-geo-tools plugin for RFC 8805 IP geolocation feeds 🤖🤖🤖 #1151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| { | ||
| "name": "fastah-ip-geo-tools", | ||
| "description": "This plugin is for network operations engineers who wish to tune and publish IP geolocation feeds in RFC 8805 format. It consists of an AI Skill and an associated MCP server that geocodes geolocation place names to real cities for accuracy.", | ||
| "version": "0.0.9", | ||
| "author": { | ||
| "name": "Fastah Inc.", | ||
| "url": "https://getfastah.com" | ||
| }, | ||
| "repository": "https://github.com/github/awesome-copilot", | ||
| "license": "Apache-2.0", | ||
| "keywords": [ | ||
| "geofeed", | ||
| "ip-geolocation", | ||
| "rfc-8805", | ||
| "rfc-9632", | ||
| "network-operations", | ||
| "isp", | ||
| "cloud", | ||
| "hosting", | ||
| "ixp" | ||
| ], | ||
| "skills": [ | ||
| "./skills/geofeed-tuner/" | ||
| ] | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,32 @@ | ||
| # IP Geolocation Tools by Fastah Inc. | ||
|
|
||
| This plugin is for network operations engineers who wish to tune and publish IP geolocation feeds in RFC 8805 format. It consists of an AI Skill and an associated MCP server that geocodes geolocation place names to real cities for accuracy. | ||
|
||
|
|
||
| ## Installation | ||
|
|
||
| ```sh | ||
| # Using Copilot CLI | ||
| copilot plugin install fastah-ip-geo-tools@awesome-copilot | ||
| ``` | ||
|
|
||
| ## What's Included | ||
|
|
||
| ### Skills | ||
|
|
||
| | Skill | Description | | ||
| |-------|-------------| | ||
| | `geofeed-tuner` | Validates, tunes, and improves IP geolocation feeds in CSV format following RFC 8805 with opinionated best practices from real-world deployments. Uses Fastah MCP for tuning data lookup. | | ||
|
|
||
| ## Prerequisites | ||
|
|
||
| - **Python 3** is required for running generated validation and tuning scripts. | ||
|
|
||
| ## Source | ||
|
|
||
| This plugin is part of [Awesome Copilot](https://github.com/github/awesome-copilot), a community-driven collection of GitHub Copilot extensions. | ||
|
|
||
| Originally developed at [fastah/ip-geofeed-skills](https://github.com/fastah/ip-geofeed-skills). | ||
|
|
||
| ## License | ||
|
|
||
| Apache-2.0 | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
skillsreferences./skills/geofeed-tuner/, but the plugin directory currently does not contain askills/folder. This will break plugin installation/loading; either add the skill folder underplugins/fastah-ip-geo-tools/skills/geofeed-tuner/(withSKILL.mdetc.) or update the manifest to reference the correct existing path.