Geofeed Tuner
技能 已验证 活跃Use 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.
功能
- 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
使用场景
- 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.
非目标
- 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.
安装
npx skills add github/awesome-copilot通过 npx 运行 Vercel skills CLI(skills.sh)— 需要本地安装 Node.js,以及至少一个兼容 skills 的智能体(Claude Code、Cursor、Codex 等)。前提是仓库遵循 agentskills.io 格式。
质量评分
已验证类似扩展
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
98Python 的进程内 ClickHouse SQL 引擎 — 无需服务器即可直接在本地文件、远程数据库和云存储上运行 ClickHouse SQL 查询。当用户希望针对 Parquet/CSV/JSON 文件编写 SQL 查询、使用 ClickHouse 表函数(如 mysql()、s3()、postgresql()、iceberg()、deltaLake() 等)、使用 Session 构建有状态的分析管道、使用参数化查询、窗口函数或其他高级 ClickHouse SQL 功能时使用。当用户明确提及 chdb.query()、ClickHouse SQL 语法或希望进行跨源 SQL 连接时也请使用。请勿用于 pandas 风格的 DataFrame 操作 — 请改用 chdb-datastore。