web-importer

Fetch webpages and convert content into WPS-friendly notes with formatting and images.

Updated Apr 17, 2026
One-click install
npx skills add https://github.com/dy9759/SkillCollection --skill web-importer-dy9759
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-importer
Source: https://github.com/dy9759/SkillCollection/tree/main/skills/web-importer
Command: npx skills add https://github.com/dy9759/SkillCollection --skill web-importer-dy9759

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, beautifulsoup4, readability-lxml, markdownify, and includes scripts (resource) components.

What problem does it solve?

The Web Importer eliminates the tedious manual process of saving web content to WPS 笔记 by preserving original formatting, colors, and images.

Core Features & Use Cases

  • High-fidelity import: preserves colors, bold text, headings, and images from websites and公众号文章.
  • Multi-source support: handles微信公众号、X/Twitter pages, and generic websites while maintaining structure.
  • Automated asset handling: downloads images to a local folder and writes content into 终稿.md or content.md for easy WPS integration.
  • Use case: capture a research article with figures into your knowledge base without reformatting.

Quick Start

Provide a URL and run the importer to generate a WPS笔记-ready page with preserved formatting.

Frequently Asked Questions about web-importer

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

FAQPage Schema
How do I import a webpage into WPS笔记 while preserving formatting and images?

To import a webpage into WPS笔记 while preserving formatting and images, you provide a URL to the importer. It fetches the content and converts it into a WPS-friendly Markdown file, retaining styles, colors, and media for your notes.

Can I save WeChat公众号 articles to Markdown without losing images?

Yes, you can save WeChat公众号 articles to Markdown without losing images. The importer handles WeChat articles by downloading images to a local folder and writing the formatted content into a Markdown file ready for WPS笔记.

Does the webpage to Markdown conversion process support generic sites and X/Twitter pages?

Yes, the webpage to Markdown conversion process supports generic sites and X/Twitter pages. It uses readability-lxml and BeautifulSoup to extract content from multiple sources while maintaining the original document structure.

Do I need wpsnote-cli to automatically send imported web content to WPS?

You do not strictly need wpsnote-cli to import web content, as the tool generates local Markdown files independently. However, wpsnote-cli is an optional dependency that enables direct, automated integration into WPS笔记 without manual file transfers.

How are images handled when importing web articles to local Markdown files?

When importing web articles to local Markdown files, images are handled through automated asset downloading. The importer fetches images from the source URL and saves them to a local folder, ensuring they remain accessible within your generated WPS笔记.