← 返回 Skills 市场
mesopodamia

logseq article archive

作者 HelloEric · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
96
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install logseq-article-archive
功能描述
Build and maintain a persistent Logseq data architecture, based on the characteristics of bidirectional link technology, divided into three layers: raw data,...
使用说明 (SKILL.md)

\r \r

Logseq Data Architecture Maintainer\r

\r

Overview\r

\r This skill helps users build and maintain a persistent Logseq data architecture. Based on Logseq's bidirectional link technology, data is divided into three layers: raw materials, index files, and rule files. It enables users to systematically manage knowledge, ensuring data consistency and accessibility.\r \r

Feature Highlights\r

\r

  1. Three-layer Architecture Management: Maintain hierarchical structure of raw materials, index files, and rule files\r
  2. Document Writing Process: Read raw materials, generate index files such as summaries, entity pages, and concept pages\r
  3. Smart Query Functionality: Answer questions based on index files, generate various forms of answers\r
  4. Health Check: Regularly check the health status of the wiki, identify and fix issues\r
  5. Knowledge Accumulation: Transform query results and analysis into new index pages, continuously accumulate knowledge base\r \r

Architecture Design\r

\r

1. Raw Materials Layer\r

  • Definition: User-curated collection of original files, including articles, papers, images, data files, etc.\r
  • Characteristics: Immutable, read by LLM but never modified, serving as the source of truth for data\r
  • Storage Location: Recommended to store in a dedicated raw materials directory, such as logseq/pages/\r \r

2. Index Files Layer\r

  • Definition: Markdown file indexes generated by LLM, including summaries, entity pages, concept pages, comparisons, overviews, syntheses, etc.\r
  • Characteristics: Fully owned by LLM, responsible for creation, update, and maintenance\r
  • Functions: Create pages, update content, maintain cross-references, ensure consistency\r
  • Storage Location: Stored in Logseq's pages/ directory\r \r

3. Rule Files Layer\r

  • Definition: Configuration files guiding LLM behavior, defining structure, conventions, and workflows\r
  • Characteristics: Key configuration files that enable LLM to become a disciplined index maintainer\r
  • Storage Location: Recommended to store in the skill's directory alongside this SKILL.md file\r \r

Usage\r

\r

Input Requirements\r

\r When calling this skill, you can:\r \r

  1. Direct Question: No need to specify operation type, directly input your question, and the skill will automatically identify and process it\r
  2. Specify Operation Type: If specific operations are required, explicitly specify (document writing, query, health check)\r
  3. Provide Material Path: For document writing operations, provide the path to raw materials\r
  4. Specify Check Scope: For health checks, specify the scope to check\r \r

Output Content\r

\r

Document Writing Operation\r

  • Summary Pages: Summarize the core content of raw materials\r
  • Entity Pages: Extract and create independent pages for related entities\r
  • Concept Pages: Extract and create independent pages for related concepts\r
  • Cross-references: Create links between related pages\r
  • Log Entries: Record processing steps and important findings\r \r

Query Operation\r

  • Comprehensive Answers: Comprehensive answers based on index files\r
  • Source Citations: Indicate information sources, including cited article titles and links\r
  • Visual Output: Generate mark pages, comparison tables, slides, etc., as needed\r
  • New Pages: Archive valuable answers as new index pages, following this format:\r
    • Frontmatter: Contains title, tags, date, etc.\r
    • Title: Auto-generated based on the question\r
    • Question Section: Clearly list user questions\r
    • Answer Section: Detailed answer content with hierarchical headings and lists\r
    • Answer Basis: Note the theoretical foundation, reference materials, and technical methods for the answer\r
    • Article Information: Includes category, creation time, source, and tags\r
  • Article Category Distinction: Clearly distinguish question-type articles from other article categories, marked in Frontmatter and article information\r \r

Health Check Operation\r

  • Issue Reports: Identify contradictions between pages, outdated statements, etc.\r
  • Improvement Suggestions: Provide specific recommendations for fixing issues\r
  • Resource Recommendations: Recommend resources to fill data gaps\r \r

Workflow\r

\r

Document Writing Workflow\r

  1. LLM reads raw materials\r
  2. Discuss key points with user\r
  3. Create summary page in the index\r
  4. Update index pages\r
  5. Create/update related entity and concept pages\r
  6. Add processing entry to the log\r \r

Query Workflow\r

  1. User asks directly without specifying operation type\r
  2. LLM automatically identifies query content and searches related pages\r
  3. Read and synthesize information, generate detailed answers\r
  4. Cite sources and provide cross-references to related pages, noting the articles the answer is based on\r
  5. Generate different forms of output as needed (e.g., comparison tables, mark pages)\r
  6. Archive valuable answers as new pages in question-answer format, clearly distinguishing question-type articles from other categories\r
  7. Update relevant indexes to ensure proper categorization of new pages\r \r

Health Check Workflow\r

  1. LLM scans the entire index structure\r
  2. Identifies contradictions between pages, outdated statements, etc.\r
  3. Finds orphan pages with no incoming links\r
  4. Identifies important concepts mentioned but lacking independent pages\r
  5. Checks for missing cross-references\r
  6. Discovers data gaps that can be filled by web search\r
  7. Generates health check report and improvement suggestions\r \r

Best Practices\r

\r

  • Absorb one material at a time: Stay engaged, read summaries, guide LLM to emphasize key points\r
  • Develop personal workflow: Establish a workflow that suits your style\r
  • Regular health checks: Ensure the index remains healthy as it grows\r
  • Continuously optimize rules: Evolve the rule file together with LLM over time\r
  • Utilize visual output: Use different forms of output as needed (mark pages, comparison tables, etc.)\r \r

Example Scenarios\r

\r

Document Writing Example\r

User Input:\r "Process raw material raw-data/AI Ethics Paper.pdf, generate relevant index pages"\r \r Output:\r

  • Create summary page AI Ethics Paper Summary.md\r
  • Create entity pages AI Ethics.md, Machine Learning Ethics.md, etc.\r
  • Create concept pages Algorithmic Bias.md, Privacy Protection.md, etc.\r
  • Update index page AI Ethics Research Index.md\r
  • Update main index page contents.md\r
  • Add processing entry to the log\r \r

Query Example\r

User Input:\r "Compare different AI ethics theories"\r \r Output:\r

  • Generate comparison table AI Ethics Theories Comparison.md\r
  • Synthesize core viewpoints of different theories\r
  • Provide cross-references to related pages\r
  • Archive comparison results as a new page\r \r

Health Check Example\r

User Input:\r "Perform health check on the entire index"\r \r Output:\r

  • Generate health check report Index Health Check Report.md\r
  • Identify contradictions and outdated statements between pages\r
  • Find orphan pages and missing concept pages\r
  • Provide improvement suggestions and resource recommendations\r \r

Configuration & Maintenance\r

\r

  • Rule Files: Regularly update the RULES.md file to adjust LLM behavior and workflows\r
  • Directory Structure: Maintain a clear directory structure for easy management and querying\r
  • Backup Strategy: Regularly backup raw materials and index files to ensure data security\r
  • Version Control: Consider using version control tools like Git to manage changes to index files\r \r

Conclusion\r

\r The Logseq Data Architecture Maintainer skill helps users build and maintain a persistent, consistent, and accessible knowledge system through its three-layer architecture design. It not only enables systematic knowledge management but also ensures the quality and value of the knowledge system through intelligent queries and health checks. As usage deepens, users can evolve together with LLM to create a knowledge management system tailored to their specific field.\r \r ---\r \r

Logseq 数据架构维护器(中文介绍)\r

\r

概述\r

\r 此技能帮助用户构建和维护一个持久的 Logseq 数据架构。基于 Logseq 的双链技术特点,数据分为三层:原始资料层、目录文件层和规则文件层。它能够帮助用户系统化管理知识,确保数据的一致性和可访问性。\r \r

功能特点\r

\r

  1. 三层架构管理:维护原始资料、目录文件和规则文件的分层结构\r
  2. 文档写入流程:读取原始资料,生成摘要、实体页、概念页等目录文件\r
  3. 智能查询功能:基于目录文件回答问题,生成各种形式的答案\r
  4. 健康检查:定期检查知识库的健康状态,识别和修复问题\r
  5. 知识积累:将查询结果和分析转化为新的目录页面,持续积累知识库\r \r

架构设计\r

\r

1. 原始资料层\r

  • 定义:用户精心整理的原始文件收藏,包括文章、论文、图片、数据文件等\r
  • 特点:不可变,LLM从中读取但从不修改,是数据的真相来源\r
  • 存储位置:建议存储在专门的原始资料目录中\r \r

2. 目录文件层\r

  • 定义:由LLM生成的Markdown文件目录,包括摘要、实体页、概念页、比较、概述、综合等\r
  • 特点:LLM完全拥有这一层,负责创建、更新和维护\r
  • 功能:创建页面、更新内容、维护交叉引用、保持一致性\r
  • 存储位置:存储在 Logseq 的 pages/ 目录中\r \r

3. 规则文件层\r

  • 定义:指导LLM行为的配置文件,定义结构、惯例和工作流程\r
  • 特点:关键的配置文件,让LLM成为有纪律的目录维护者\r
  • 存储位置:建议存储在技能目录中,与 SKILL.md 文件同级\r \r

使用方法\r

\r

输入要求\r

\r 调用此技能时,您可以:\r \r

  1. 直接提问:无需指定操作类型,直接输入您的问题,技能会自动识别并处理\r
  2. 指定操作类型:如果需要执行特定操作,可以明确指定(文档写入、查询、健康检查)\r
  3. 提供资料路径:对于文档写入操作,提供原始资料的路径\r
  4. 指定检查范围:对于健康检查,指定要检查的范围\r \r

工作流程\r

\r

文档写入流程\r

  1. LLM 阅读原始资料\r
  2. 与用户讨论关键要点\r
  3. 在目录中创建摘要页面\r
  4. 更新索引页面\r
  5. 创建/更新相关的实体和概念页面\r
  6. 在日志中添加处理条目\r \r

查询流程\r

  1. 用户直接提问,无需指定操作类型\r
  2. LLM 自动识别查询内容并搜索相关页面\r
  3. 阅读并综合信息,生成详细的回答\r
  4. 引用来源并提供相关页面的交叉引用\r
  5. 根据需要生成不同形式的输出(如比较表、标记页等)\r
  6. 将有价值的答案归档为新页面\r
  7. 更新相关索引,确保新页面被正确分类\r \r

健康检查流程\r

  1. LLM 扫描整个目录结构\r
  2. 识别页面间矛盾、陈旧说法等问题\r
  3. 发现无入站链接的孤立页面\r
  4. 识别提及但缺乏独立页面的重要概念\r
  5. 检查缺失的交叉引用\r
  6. 发现可用网络搜索填补的数据空白\r
  7. 生成健康检查报告和改进建议\r \r

最佳实践\r

\r

  • 一次只吸收一个资料:保持参与,阅读摘要,指导LLM强调重点\r
  • 制定个人工作流程:根据自己的风格制定适合的工作流程\r
  • 定期健康检查:确保目录在成长过程中保持健康\r
  • 持续优化规则:随着时间推移,与LLM共同进化规则文件\r
  • 利用可视化输出:根据需要使用不同形式的输出(标记页、比较表等)\r \r

示例场景\r

\r

文档写入示例\r

用户输入:\r "处理原始资料 raw-data/AI伦理论文.pdf,生成相关目录页面"\r \r 输出:\r

  • 创建摘要页面 AI伦理论文摘要.md\r
  • 创建实体页面 AI伦理.md机器学习伦理.md 等\r
  • 创建概念页面 算法偏见.md隐私保护.md 等\r
  • 更新索引页面 AI伦理研究索引.md\r
  • 更新总索引页面 contents.md\r
  • 在日志中添加处理条目\r \r

查询示例\r

用户输入:\r "比较不同AI伦理理论的观点"\r \r 输出:\r

  • 生成比较表 AI伦理理论比较.md\r
  • 综合不同理论的核心观点\r
  • 提供相关页面的交叉引用\r
  • 将比较结果归档为新页面\r \r

健康检查示例\r

用户输入:\r "对整个目录进行健康检查"\r \r 输出:\r

  • 生成健康检查报告 目录健康检查报告.md\r
  • 识别页面间矛盾和陈旧说法\r
  • 发现孤立页面和缺失的概念页面\r
  • 提出改进建议和资源推荐\r \r

结论\r

\r Logseq 数据架构维护器技能通过三层架构设计,帮助用户构建和维护一个持久、一致、可访问的知识体系。它不仅能够系统化管理知识,还能够通过智能查询和健康检查,确保知识体系的质量和价值。随着使用的深入,用户可以与LLM共同进化,打造适合自己领域的知识管理系统。\r

安全使用建议
This skill appears to do what it says (managing a Logseq pages/index), but it will read and potentially modify many files in your Logseq repository. Before installing: 1) Backup your Logseq data (or test in a copy/dedicated folder). 2) Clarify the raw-materials policy (SKILL.md says raw files are immutable; RULES.md says they may be modified). 3) Confirm exactly which paths the agent will read/write and whether it will create external links or perform web searches. 4) Limit the skill's workspace to a non-sensitive test directory until you trust its behavior. 5) If you want to avoid automated mass edits, disable autonomous invocation or require explicit confirmation for destructive operations. These steps reduce risk from unintended file modification or accidental exposure of sensitive content.
能力评估
Purpose & Capability
Name/description (Logseq data architecture maintainer) aligns with the actions described: reading raw materials, generating index pages, health checks, and maintaining cross-references. Required binaries, env vars, and installs are empty, which is coherent for an instruction-only filesystem-focused skill.
Instruction Scope
SKILL.md and RULES.md instruct the agent to traverse the entire pages directory, create/update index/entity/concept pages, edit cross-references, run health checks, and create external links. This falls within the stated purpose but grants broad discretion to read and modify large parts of the user's Logseq repository. There is also a direct inconsistency: SKILL.md says raw materials are "immutable, read by LLM but never modified", while RULES.md says raw materials "may be modified as necessary". The skill also suggests filling data gaps via web search and 'external link creation' without specifying what endpoints or credentials are expected.
Install Mechanism
Instruction-only skill with no install spec, no downloaded code, and no binaries requested. Lower risk from install mechanisms because nothing is written by an installer, but runtime file modifications (per instructions) remain a behavioral risk.
Credentials
The skill declares no environment variables or credentials, which is appropriate. However, it expects access to the user's filesystem (logseq/pages/) and to be able to create files in index and log directories. That filesystem access is proportionate to the purpose but should be explicit to users — the skill doesn't enumerate required paths or ask for explicit permission in clear terms.
Persistence & Privilege
always:false (normal). The skill can be invoked autonomously by the agent (default). Combined with the instruction to scan and modify the entire pages directory, autonomous invocation expands the blast radius. This is not disqualifying but is worth user attention: autonomous runs could perform large-scale edits without granular consent.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install logseq-article-archive
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /logseq-article-archive 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Renamed the skill from "logseq-article-arch" to "logseq-article-archive". - Updated the rule files storage location recommendation to align with the skill's directory structure. - No changes to features or functionality; documentation improvements only.
v1.0.0
Initial release — provides a structured framework for managing and growing a Logseq-based knowledge base. - Implements a three-layer architecture (raw data, index files, and rule files) for data organization. - Supports automated document processing, index generation, content summarization, and entity/concept page creation. - Enables advanced query handling with output options like comparisons, tables, and new index pages with citations. - Includes a health check function to identify inconsistencies, data gaps, and suggest improvements. - Offers clear workflows and best practices for document writing, querying, and wiki maintenance.
元数据
Slug logseq-article-archive
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

logseq article archive 是什么?

Build and maintain a persistent Logseq data architecture, based on the characteristics of bidirectional link technology, divided into three layers: raw data,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 96 次。

如何安装 logseq article archive?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install logseq-article-archive」即可一键安装,无需额外配置。

logseq article archive 是免费的吗?

是的,logseq article archive 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

logseq article archive 支持哪些平台?

logseq article archive 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 logseq article archive?

由 HelloEric(@mesopodamia)开发并维护,当前版本 v1.0.1。

💬 留言讨论