Developer Tools
Open password-protected PDFs with OpenDataLoader and export them as Markdown, JSON, or text once the correct password is provided
encrypted-pdf-converterDevelopment
Decode Jaeger, Zipkin, or OpenTelemetry trace JSON and render span timing, dependencies, and error hotspots as an interactive waterfall report
distributed-trace-decoder-waterfall-visualizerDevelopment
Compare dev, staging, and production configuration bundles across JSON, YAML, TOML, or ENV formats and highlight drift, missing keys, and cleanup suggestions
environment-config-diff-visualizerDevelopment
Extract and parse documentation from JavaScript/TypeScript, Python, and Java source code
docstring-extractorNetwork
Query DNS records and domain resolution information including A, AAAA, MX, TXT, NS, and CNAME records
dns-queryDevelopment
Convert files into Data URIs (Base64 or percent-encoded) for inlining images, fonts, and assets directly into HTML, CSS, or Markdown
data-uri-generatorDevelopment
Compare two database schemas and generate migration-oriented change reports
database-schema-diffDevelopment
Generate SQL backup scripts for database tables
database-backup-generatorDevelopment
Generate SQL migration scripts for database schema changes
database-migration-generatorDevelopment
Extract domain names from URLs. Supports various extraction options including subdomains and path analysis.
domain-extractorDevelopment
Compare JSON, YAML, TOML, and dotenv configurations by key path while ignoring ordering and formatting noise.
config-file-semantic-diffDevelopment
Surgically repair malformed CSV rows one at a time: unescaped (stray) quotes, mixed delimiters (tab/semicolon/comma in the same file), BOM-prefixed headers, CRLF/CR line endings and trailing empty lines. The surgeon parses tolerantly, shows a row-level red/green diff of every change it made (before → after, with the repair reason tagged), lists the rows it accepted unchanged, and emits the cleaned CSV. Optional AI repair can review suspicious rows after the deterministic pass. It complements the CSV Validator (which only reports problems) by actually fixing the damaged rows.
csv-malformed-row-surgeon