siyuan-article-import

Import web articles into SiYuan with automated image handling.

16|4|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/zhiluop/siyuan-skills --skill siyuan-article-import
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: siyuan-article-import
Source: https://github.com/zhiluop/siyuan-skills/tree/main/skills/siyuan-article-import
Command: npx skills add https://github.com/zhiluop/siyuan-skills --skill siyuan-article-import

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill automates importing web articles into SiYuan, including automatic image handling, deduplication, and organizing notes into notebooks.

Core Features & Use Cases

  • Auto-import articles from WeChat, Zhihu, Juejin, and blogs into SiYuan.
  • Automatic image downloading and uploading to SiYuan assets.
  • Duplicate detection and automatic notebook routing (default knowledge storage notebook).
  • Use Case: Example workflow for saving a long-form article into a dedicated knowledge notebook.

Quick Start

Use the python script to import an article: python scripts/import_article.py "<URL>" "<NotebookName>"

Frequently Asked Questions about siyuan-article-import

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

FAQPage Schema
How do I import web articles into SiYuan with images?

To import web articles into SiYuan with images, run the Python script with the article URL and target notebook name, which automatically downloads and uploads images to SiYuan assets.

Can I auto-import articles from WeChat or Zhihu into a SiYuan notebook?

Yes, you can auto-import articles from WeChat, Zhihu, Juejin, and blogs into a SiYuan notebook, with automated duplicate detection routing them to your default knowledge storage.

What's the best way to avoid duplicate notes when importing web articles to SiYuan?

The best way to avoid duplicate notes when importing web articles to SiYuan is using the script's built-in deduplication feature, which automatically detects existing articles during the import process.

Do I need to configure siyuan.json before importing articles into SiYuan?

Yes, you need to configure siyuan.json before importing articles, as the script reads this configuration file to determine your target notebooks and asset storage locations.

Does the SiYuan article import script support automatic image downloading?

Yes, the SiYuan article import script supports automatic image downloading, extracting images from the web article and uploading them directly to your SiYuan assets folder.