Files
awesome-copilot/plugins/fastah-ip-geo-tools/README.md
Punit 6bd2d129c4 Add fastah-ip-geo-tools plugin for RFC 8805 IP geolocation feeds 🤖🤖🤖 (#1151)
* Add fastah-ip-geo-tools plugin for RFC 8805 IP geolocation feeds

* Fix formatting of geofeed-tuner skill description in README.md
2026-03-25 10:07:30 +11:00

33 lines
1.0 KiB
Markdown

# 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