mirror of
https://github.com/github/awesome-copilot.git
synced 2026-04-11 10:45:56 +00:00
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
This commit is contained in:
25
plugins/fastah-ip-geo-tools/.github/plugin/plugin.json
vendored
Normal file
25
plugins/fastah-ip-geo-tools/.github/plugin/plugin.json
vendored
Normal file
@@ -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/"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user