search-pro

Automate web searches, crawling, media downloads, and file conversions.

1|Updated May 25, 2026
One-click install
npx skills add https://github.com/indieark/indieark-skills --skill search-pro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: search-pro
Source: https://github.com/indieark/indieark-skills/tree/main/search-pro
Command: npx skills add https://github.com/indieark/indieark-skills --skill search-pro

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires smart-search-cli, scrapling, yt-dlp, pandoc, imagemagick, ffmpeg, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

The Skill unit "search-pro" solves the issue of manual searching and retrieving information from the web, crawling websites, downloading media files, and converting document formats by automating these tasks.

Core Features & Use Cases

  • Web Search: Automatically search the web using the global smart-search-cli.
  • Webpage Crawler: Static page crawling and API endpoint scraping with the scrapling library or httpx + selectolax.
  • Media Downloader: Download video and audio media using yt-dlp.
  • Format Converter: Convert documents and files between various formats using pandoc, imagemagick, and ffmpeg.
  • Use Case: Quickly fetch content from multiple websites or retrieve data from an online video with this all-in-one tool.

Quick Start

Use the 'search-pro' Skill to search for the keyword 'IndieArk'.

Frequently Asked Questions about search-pro

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate web searching and webpage scraping for multiple URLs?

Automate web searching and webpage scraping by utilizing smart-search-cli for retrieving search results and the scrapling library for crawling static pages or API endpoints to extract structured data.

What is the best way to download online video and audio media?

The best way to download online video and audio media is using yt-dlp, which automates fetching and saving media files from various online platforms.

Can I convert documents and media files between different formats in one workflow?

Yes, you can convert documents and media files in one workflow by using pandoc for documents, imagemagick for images, and ffmpeg for video and audio format conversions.

Does web scraping with scrapling work on static pages and API endpoints?

Web scraping with scrapling works on both static pages and API endpoints, utilizing httpx and selectolax to fetch and parse HTML content efficiently.

How do I convert files between different document and media formats?

Convert files between different formats by applying pandoc for document types, ImageMagick for image manipulation, and ffmpeg for audio and video processing.

What are the limitations of using an all-in-one automation tool for web scraping and format conversion?

Using an all-in-one automation tool means you depend on multiple underlying libraries like scrapling and ffmpeg, requiring proper environment configuration to avoid version conflicts during scraping and conversion tasks.