wiki-enrich

Fetch paper content from alphaxiv, deepxiv, arxiv, and abstracts to fill TODO sections.

Updated Jul 6, 2026
One-click install
npx skills add https://github.com/caw111/2026-SoftwareCup --skill wiki-enrich-caw111
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-enrich
Source: https://github.com/caw111/2026-SoftwareCup/tree/main/.agents/skills/wiki-enrich
Command: npx skills add https://github.com/caw111/2026-SoftwareCup --skill wiki-enrich-caw111

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the filling of TODO sections in research-wiki/papers/<slug>.md pages, allowing for efficient knowledge base maintenance.

Core Features & Use Cases

  • Automated Wiki Enrichment: Fills the TODO sections of each paper page with 1-3 sentence summaries.
  • Source Fetching: Fetches paper content from multiple sources with a fallback chain.
  • Customization: Allows filtering by source and limiting the number of papers processed.

Quick Start

Use the wiki-enrich skill to enrich the TODO sections of the paper with the slug 'paper-slug'.

Frequently Asked Questions about wiki-enrich

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

FAQPage Schema
How do I automatically fill TODO sections in my research wiki for arxiv papers?

To automatically fill TODO sections in your research wiki, this skill fetches paper content from arxiv and other sources to generate 1-3 sentence summaries. It directly targets and enriches the TODO sections within your paper pages.

What is the best way to automate knowledge base maintenance for academic papers?

Automating knowledge base maintenance involves fetching abstracts and content from sources like alphaxiv and arxiv. This skill populates unfilled paper page sections with concise summaries, streamlining the continuous updating process.

Can I filter which paper sources are used to fetch content for wiki enrichment?

Yes, you can filter by source and limit the number of papers processed during wiki enrichment. The skill fetches content from multiple sources including alphaxiv, deepxiv, arxiv, and page abstracts using a fallback chain.

Does wiki enrichment require internet access to fetch paper abstracts?

Yes, internet access is required to fetch paper content from external sources. The skill relies on connecting to multiple online repositories to retrieve the information needed to generate summaries for your research wiki.

How do I enrich a specific paper page using its slug identifier?

To enrich a specific paper page, provide its slug identifier to the skill. It will locate the corresponding research-wiki page, fetch the necessary external content, and fill the TODO sections with generated summaries.

What are the limitations when fetching paper content from multiple sources?

The process depends on external source availability and requires constant internet access. If external sources are unreachable, the fallback chain attempts alternative retrieval, but enrichment cannot proceed without external data fetching.