Competitive Product Research
Paste the following prompt into your AI chat to install this skill:
Please install @user_183dc2cb/productresearch according to https://skillhub.cn/install/skillhub.md.
About this skill
Problem
Competitive research often means chasing fragments across company websites, app stores, official PDFs, store reviews, and user feedback. Manual searching, verification, screenshots, table cleanup, and Word formatting take time and can miss market size, competitor differences, feature sets, or user pain points. This skill turns that workflow into a repeatable research task: given a company or product name, it gathers background, services, market size, competitor comparison, app/software features, user feedback, derivative manuals, and product screenshots, then assembles a structured Word report draft.
How It Works
- It starts with
web_searchfor company background, product features, user reviews, and market signals, then usesweb_fetchto pull key pages from official sites, App Store pages, or public documents. - For official PDF manuals, it downloads files with
urllib.request; if certificate issues appear, it may usessl._create_unverified_context()as described in the source, then extracts text and renders page screenshots withPyMuPDF. - It builds the report with
python-docx, applying fixed styles for headings, body text, tables, headers, page numbers, and image paths. Screenshots go into ascreenshots/directory, and the output resembles{workspace}/{company_name}_competitive_research.docx.
Limits and Caveats
This is best for desk research, feature comparison, manual summarization, and first-draft report assembly. It is not a substitute for legal due diligence, financial modeling, precise market-share estimation, or investment decisions. Output quality depends on search and fetch reliability; sites with broken certificates, access restrictions, or changed page structures may require manual supplementation and verification of data freshness.
Use Cases
- A product manager needs to compare feature gaps and negative user feedback before approving a new feature.
- A market analyst needs to summarize market size, company background, and key competitors before entering a niche.
- An analyst needs to extract clauses from official PDF manuals and generate a Word summary with screenshots.
- A product operations lead needs to compare pricing, feature modules, and app store reviews before a launch.
Best For
- Product managers who need feature, pain point, and version differences in a presentable brief.
- Market analysts who need structured research drafts covering market size, history, and competitors.
- Product operations leads who need pricing, feature, and app store review comparisons before launch.
- Research staff who need PDF text extraction, screenshots, and a formatted Word report.
Related Skills
Scrapes JD search results for product titles, prices, sales, and stores, then exports verified data to UTF-8 CSV.
An A-share market monitor using Sina Finance API for real-time quotes, price and percentage alerts, daily logging, and scheduled checks.
Turn pasted or queried Xiaohongshu notes into a research memo covering title patterns, structure, quoted comments, and follow-up angles; public lookups are optional and confirmed before paid execution.
A universal base component that automatically launches the Edge browser and connects the BrowserSkill extension, ensuring readiness for web scraping and browser automation tasks.