Install
openclaw skills install logseq-web-articleFetch article content from general web page URLs, and call logseq-article-archive to organize, summarize, and archive the content. Call this skill when users need to process web articles and organize them into Logseq.
openclaw skills install logseq-web-articleThis skill can:
Call this skill directly when users provide web article URLs and wish to organize the content into Logseq.
Users only need to provide the complete URL of the web article, for example:
https://example.com/article/abc123
https://mp.weixin.qq.com/s/abc123def456
https://www.zhihu.com/article/123456
User Input:
Please process this article: https://example.com/article/abc123
Skill Output:
Article content has been fetched and organized via logseq-article-archive skill. Results are as follows:
# Article Title
- Author: XXX
- Publication Date: YYYY-MM-DD
## Core Content
- Key Point 1
- Key Point 2
- Key Point 3
## Summary
...
---
## Article Meta Information
- Original Link: https://example.com/article/abc123
- Fetch Time: YYYY-MM-DD HH:MM:SS
- Processing Tool: logseq-web-article
此技能可以:
当用户提供网页文章地址并希望将其内容整理到Logseq中时,直接调用此技能。
用户只需提供网页文章的完整URL,例如:
https://example.com/article/abc123
https://mp.weixin.qq.com/s/abc123def456
https://www.zhihu.com/article/123456
用户输入:
请处理这篇文章:https://example.com/article/abc123
技能输出:
已获取文章内容并通过 logseq-article-archive 技能进行整理,结果如下:
# 文章标题
- 作者:XXX
- 发布时间:YYYY-MM-DD
## 核心内容
- 要点1
- 要点2
- 要点3
## 总结
...
---
## 文章元信息
- 原文链接:https://example.com/article/abc123
- 获取时间:YYYY-MM-DD HH:MM:SS
- 处理工具:logseq-web-article