Geofeed Tuner
Skill Verifiziert AktivUse this skill whenever the user mentions IP geolocation feeds, RFC 8805, geofeeds, or wants help creating, tuning, validating, or publishing a self-published IP geolocation feed in CSV format. Intended user audience is a network operator, ISP, mobile carrier, cloud provider, hosting company, IXP, or satellite provider asking about IP geolocation accuracy, or geofeed authoring best practices. Helps create, refine, and improve CSV-format IP geolocation feeds with opinionated recommendations beyond RFC 8805 compliance. Do NOT use for private or internal IP address management — applies only to publicly routable IP addresses.
To help network operators create, refine, and validate IP geolocation feeds in CSV format, improving accuracy and compliance with industry standards.
Funktionen
- Validates CSV structure and IP prefix formats
- Checks country and region code validity against ISO standards
- Analyzes city names for consistency and placeholder values
- Detects and flags deprecated fields (postal codes)
- Integrates with Fastah MCP for enhanced tuning data lookup
- Generates an HTML report summarizing findings and suggestions
Anwendungsfälle
- Use when creating a new IP geolocation feed from scratch.
- Use to validate an existing CSV IP geolocation feed for correctness and RFC 8805 compliance.
- Use to improve the accuracy and completeness of a self-published geofeed.
- Use to troubleshoot errors or inconsistencies in a geofeed.
Nicht-Ziele
- Managing private or internal IP address space.
- Providing authoritative geolocation data directly (it's a tuning and validation tool).
- Automatically correcting all data issues without user review.
Installation
npx skills add github/awesome-copilotFührt das Vercel skills CLI (skills.sh) via npx aus — benötigt Node.js lokal und mindestens einen installierten skills-kompatiblen Agent (Claude Code, Cursor, Codex, …). Setzt voraus, dass das Repo dem agentskills.io-Format folgt.
Qualitätspunktzahl
VerifiziertVertrauenssignale
Ähnliche Erweiterungen
Spreadsheet Generation API
100Generate CSV, Markdown, and XLSX spreadsheets from structured tabular data.
Perform Csv Assessment
99Perform a Computer Systems Validation (CSV) assessment following GAMP 5 methodology. Covers user requirements, risk assessment, IQ/OQ/PQ planning, traceability matrix creation, and validation summary reporting. Use when a new computerized system is being introduced in a GxP environment, when an existing validated system is undergoing significant change, when periodic revalidation is required, or when a regulatory inspection demands a validation gap analysis.
Generate Order Export
99Export e-commerce order data to CSV with order numbers, customer details, amounts, and fulfillment status.
Verify Sources
99Captures human source verification for tracks, timestamps it, and updates track files. Use when sources need human review before generation.
Recipe Backup Sheet As Csv
98Export a Google Sheets spreadsheet as a CSV file for local backup or processing.
Chdb Sql
98In-process ClickHouse SQL engine für Python — führen Sie ClickHouse SQL-Abfragen direkt auf lokalen Dateien, entfernten Datenbanken und Cloud-Speicher ohne Server aus. Verwenden Sie dies, wenn der Benutzer SQL-Abfragen gegen Parquet/CSV/JSON-Dateien schreiben möchte, ClickHouse-Tabellenfunktionen (mysql(), s3(), postgresql(), iceberg(), deltaLake() usw.) verwenden, zustandsbehaftete analytische Pipelines mit Session erstellen, parametrisierte Abfragen, Fensterfunktionen oder andere erweiterte ClickHouse SQL-Funktionen nutzen möchte. Verwenden Sie es auch, wenn der Benutzer explizit chdb.query(), ClickHouse SQL-Syntax erwähnt oder plattformübergreifende SQL-Joins wünscht. NICHT verwenden für pandas-ähnliche DataFrame-Operationen — stattdessen chdb-datastore verwenden.