Works with the AI tools you already use
Nex Kbo Prospect Pipeline
by Nex AI
Automated Belgian KBO register importer and polite website email enricher for B2B lead generation.
Secure checkout via Stripe
See it in action
You say
Set up a pipeline to import the Belgian KBO register into my Postgres DB. I need it to refresh daily and enrich companies in the 'Construction' NACE sector with business emails.
Your agent does
I've generated the kbo-pipeline/ directory. It includes schema.sql for the kbo_raw tables, kbo_import.py for bulk COPY ingestion, and website_email.py for polite enrichment. Your daily refresh is set for 02:00 Europe/Brussels via the provided cron configuration.
What you get
About this skill
What it does
The Nex KBO Prospect Pipeline is a developer-centric tool for building a high-quality B2B lead generation engine focused on the Belgian market. It automates the extraction, loading, and enrichment of the official KBO/BCE (Kruispuntbank van Ondernemingen) Open Data register into a PostgreSQL database.
Why use this skill
- High-Performance Ingestion: Uses asyncpg
COPY FROMfor bulk-loading millions of rows into akbo_rawschema, outperforming standard row-by-row inserts. - Atomic Updates: Implements a truncate-and-reload strategy within a single transaction, ensuring your data snapshots are always clean and consistent.
- Ethical Enrichment: Features a built-in, polite scraper designed to find generic business emails (e.g., info@, contact@) from company websites. It respects rate limits and identifies itself with an honest User-Agent to prevent IP blocking.
- Audit Trails: Automatically tracks every import session, including source data, row counts, and error logs in a dedicated tracking table.
Supported tools
- Frameworks: Python, asyncpg, aiohttp
- Database: PostgreSQL
- Data Source: Official Belgian KBO/BCE Open Data (CSV/Zip)
The resulting output is a structured directory containing the importer logic, database schemas, and enrichment scripts ready for deployment as a daily cron job or part of a larger outreach pipeline.
Built by Nex AI. More skills and info at nex-ai.be and slopsome.com.
How to install
Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.
Reviews
No reviews yet
Be one of the first to try it. Every listed skill passes our trust checks below.
Security scanned
Passed our 8-point scan before listing
Fresh listing
Recently published to Agensi
30-day refund
Not a fit? Get your money back
Trust & safety
Security scanned
Verified clean 11 days ago
- 30-day refund guarantee
- One-time purchase, yours forever
- Secure checkout via Stripe
Creator
Founder of Nex AI. I build production-grade Claude Skills from systems that actually run: multi-tenant SaaS, Telegram agents, Raspberry Pi infrastructure, 3D multiplayer rooms. Every skill ships battle-tested patterns, not theory. 33+ open source skills published, commercial catalog growing.
Frequently Asked Questions
Popular in Data Engineering

nex-postgres-multi-instance
Manage multiple Postgres versions and extensions on one Linux box with a port registry and unified backups.

DB Migration Guardian
Plan, review, and execute safe database migrations with automatic rollback plans, backfill strategies, and zero-downtime sequencing.
XLSX Toolkit — Read, Create, and Transform Excel Spreadsheets
Complete skill for spreadsheet automation without needing Excel

nex-scraper-politeness-pattern
A respectful, async web-scraping layer with per-domain rate limiting, robots.txt compliance, and email filtering.