Token导航 LogoToken导航TokenDH.com
效率需要联网clawhub未标认证来源可访问clear审计提醒

logseq-web-articleLogseq 网络文章

Agent Skill

logseq-web-article 用于整理文档、README、Markdown 和说明材料,适合在 OpenClaw 中需要把零散信息整理成结构清晰的文档时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,607

周安装

112

GitHub Stars

公开资料未说明

下载量

914
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:logseq-web-article(Logseq 网络文章)
来源仓库:https://github.com/mesopodamia/logseq-web-article
安装命令:
openclaw skills install logseq-web-article
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install logseq-web-article

简介

logseq-web-article 从网页 URL 提取文章内容并调用 logseq-article-archive 进行组织与归档。

  • 适合在 OpenClaw 中将网络资料整理为结构化笔记时使用。
  • 通过 clawhub 安装并使用 openclaw skills install logseq-web-article 命令部署。
  • 使用前需确认来源 URL 权限及是否涉及内容抓取与存储。
  • 适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。

SKILL.md

name
logseq-web-article
description
Fetch 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.

Web Article Processor

Feature Description

This skill can:

  1. Receive general web page URLs from users
  2. Fully fetch the complete article content without any modification, preserve the original content, convert it to Markdown format, and process it according to the following rules:

- Use Markdown heading format (#) for titles - Add "- " before each paragraph to form list format - Use blockquote format (>) for quoted content - Use indentation for nested lists - Use bold format (**) for important content

  1. Record meta information such as the web address at the end of the article
  2. Check if logseq-article-archive skill is installed; if not, install it automatically
  3. Call the logseq-article-archive skill for secondary analysis, summarization, and archiving of the article content
  4. Return the processed results to the user

Usage

Call this skill directly when users provide web article URLs and wish to organize the content into Logseq.

Input Format

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

Processing Flow

  1. Receive the web article URL provided by the user
  2. Use the WebFetch tool to fetch the complete article content
  3. Save the original article content without any modification, convert it to Markdown format, and process it according to the following rules:

- Use Markdown heading format (#) for titles - Add "- " before each paragraph to form list format - Use blockquote format (>) for quoted content - Use indentation for nested lists - Use bold format (**) for important content

  1. Record meta information such as the web address at the end of the article
  2. Check if logseq-article-archive skill is installed
  3. If logseq-article-archive is not installed, install it automatically
  4. Call the logseq-article-archive skill for secondary analysis, summarization, and archiving of the article content
  5. Return the organized results to the user

Notes

  • Ensure the provided URL is a valid web article link
  • Some web articles may require login to access, in which case the content may not be retrievable
  • Some web pages may contain excessive ads or irrelevant content, it is recommended to select article links with clear content
  • The processing may take some time, please be patient
  • This skill requires logseq-article-archive skill for secondary processing. It will be installed automatically if not present.

Examples

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

网页文章处理器(中文介绍)

功能说明

此技能可以:

  1. 接收用户输入的通用网页URL
  2. 完整获取文章的完整内容,不做任何修改,保留原文内容,转换成Markdown格式,并按照以下格式进行处理:

- 标题使用Markdown的标题格式(#) - 每个段落前添加"- "符号,形成列表格式 - 引用内容使用blockquote格式(>) - 嵌套列表使用缩进 - 重点内容使用加粗格式(**)

  1. 在文章结尾记录文章的网络地址等信息
  2. 检查 logseq-article-archive 技能是否已安装;如果未安装,则自动安装
  3. 调用 logseq-article-archive 技能对文章内容进行二次分析、总结和归档
  4. 将处理结果返回给用户

使用方法

当用户提供网页文章地址并希望将其内容整理到Logseq中时,直接调用此技能。

输入格式

用户只需提供网页文章的完整URL,例如:

https://example.com/article/abc123
https://mp.weixin.qq.com/s/abc123def456
https://www.zhihu.com/article/123456

处理流程

  1. 接收用户提供的网页文章URL
  2. 使用WebFetch工具获取文章的完整内容
  3. 保存原始文章内容,不做任何修改,格式转换成Markdown格式,并按照以下格式进行处理:

- 标题使用Markdown的标题格式(#) - 每个段落前添加"- "符号,形成列表格式 - 引用内容使用blockquote格式(>) - 嵌套列表使用缩进 - 重点内容使用加粗格式(**)

  1. 在文章结尾记录文章的网络地址等元信息
  2. 检查 logseq-article-archive 技能是否已安装
  3. 如果 logseq-article-archive 未安装,自动安装该技能
  4. 调用 logseq-article-archive 技能对文章内容进行二次分析、总结和归档
  5. 返回整理后的结果给用户

注意事项

  • 确保提供的URL是有效的网页文章链接
  • 部分网页文章可能需要登录才能访问,此时可能无法获取内容
  • 部分网页可能包含较多广告或无关内容,建议选择内容清晰的文章链接
  • 处理过程可能需要一定时间,请耐心等待
  • 此技能需要 logseq-article-archive 技能进行二次处理,如果尚未安装,将自动安装

示例

用户输入:

请处理这篇文章: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

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

77.13%
按下载量换算705

安全审计

VirusTotal

未展示

ClawScan

可疑

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills