sawana-multicul-official-docs-to-mdxDownload and normalize official documentation pages into local .mdx files at user-specified paths using markdown.new. Use when user asks to fetch docs from a...
Install via ClawdBot CLI:
clawdbot install multicul-silver-wolf/sawana-multicul-official-docs-to-mdxGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://docs.convex.dev/agents/agent-usageAudited Apr 17, 2026 · audit v1.0
Generated Mar 22, 2026
Financial or legal firms need to archive official documentation from regulatory websites as snapshots for audit trails. This skill downloads and normalizes docs into local MDX files with timestamps, ensuring reproducible records for compliance checks and historical reference.
AI developers building retrieval-augmented generation (RAG) systems require clean, structured documentation from external sources. This skill fetches docs from URLs, converts them to MDX with frontmatter, and organizes them in folders, enabling efficient indexing and querying for AI agents.
Software teams managing multiple projects need to keep local copies of official API or library docs up-to-date. This skill automates downloading and converting docs into MDX files at specified paths, supporting version control and offline access for development workflows.
Educational platforms or instructors curate official documentation from various sources into structured learning materials. This skill helps download and normalize docs into MDX format, making it easy to integrate into course websites or digital textbooks with consistent metadata.
Companies migrating their documentation to new platforms require clean, formatted content from old sites. This skill extracts docs from URLs, converts them to MDX with frontmatter, and ensures proper folder indexing, streamlining the migration process to systems like static site generators.
Offer a cloud-based service where users submit URLs to automatically generate and host normalized MDX docs. Revenue comes from subscription tiers based on storage, API calls, and advanced features like version history or team collaboration tools.
Provide consulting services to businesses implementing RAG systems, using this skill to preprocess and structure external documentation. Revenue is generated through project-based fees, training workshops, and ongoing support for maintaining local knowledge bases.
Distribute the skill as open-source to build a community, then monetize through premium extensions like batch processing, custom cleanup rules, or integrations with popular CMS platforms. Revenue streams include one-time purchases or annual licenses for advanced features.
💬 Integration Tip
Ensure the output folder has an index.mdx file for proper navigation, and use the bundled script directly to avoid dependency issues in automated workflows.
Scored Apr 19, 2026
Local search/indexing CLI (BM25 + vectors + rerank) with MCP mode.
Use when designing database schemas, writing migrations, optimizing SQL queries, fixing N+1 problems, creating indexes, setting up PostgreSQL, configuring EF Core, implementing caching, partitioning tables, or any database performance question.
browse MongoDB Atlas Admin API specifications and execute operations (if credentials provided).
Run safe read-only queries against MySQL or PostgreSQL for data inspection, reporting, and troubleshooting. Use when the user asks to read tables, inspect schema, count rows, sample data, or export query results without modifying data.
Connect to Supabase for database operations, vector search, and storage. Use for storing data, running SQL queries, similarity search with pgvector, and managing tables. Triggers on requests involving databases, vector stores, embeddings, or Supabase specifically.
PostgreSQL-based job queue with priority scheduling, batch claiming, and progress tracking. Use when building job queues without external dependencies. Triggers on PostgreSQL job queue, background jobs, task queue, priority queue, SKIP LOCKED.