wiki-daily-research

Fetch official sources and community insights, synthesize findings, and update wiki navigation logs.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/shichiyou/hermes-agent-001 --skill wiki-daily-research
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-daily-research
Source: https://github.com/shichiyou/hermes-agent-001/tree/main/.devcontainer/hermes-backup/skills/.archive/wiki-daily-research
Command: npx skills add https://github.com/shichiyou/hermes-agent-001 --skill wiki-daily-research

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automated daily research updates for LLM Wiki pages — parallel delegation, synthesis, and git persistence.

Core Features & Use Cases

  • Automatic aggregation: fetch official sources and community insights for wiki topics.
  • Parallel delegation and synthesis: generate structured summaries and persist updates to the wiki and logs.
  • Use Case: Schedule a daily cron job to refresh the wiki pages for a topic like "llm-wiki" and persist the latest findings.

Quick Start

Run the automated daily research workflow to fetch, synthesize, and log updates for the target wiki.

Frequently Asked Questions about wiki-daily-research

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

FAQPage Schema
How do I automate daily research updates for a wiki using cron?

You can automate daily wiki research updates by scheduling a cron-driven workflow that delegates source fetching to subagents, synthesizes the aggregated findings, and persists the structured summaries directly to wiki pages and logs.

What is the best way to aggregate official sources and community insights for wiki pages?

Aggregating official sources and community insights for wiki pages is best handled by parallel delegation to dedicated subagents, which fetch the distinct data streams and synthesize them into a unified structured summary for persistence.

How does parallel delegation work for fetching and synthesizing research data?

Parallel delegation for research synthesis works by coordinating separate subagents to fetch official sources and community comparisons simultaneously, then merging their outputs into a synthesized summary to update the wiki navigation logs.

Can I persist automated research findings directly to a git repository?

Yes, you can persist automated research findings to a git repository; the workflow synthesizes the fetched data and updates the wiki navigation logs through git persistence to maintain a versioned history of daily changes.

Does automated wiki research synthesis work for on-demand requests as well as scheduled cron jobs?

Automated wiki research synthesis supports both scheduled cron jobs and on-demand requests, applying the same parallel delegation and aggregation logic to fetch sources and update wiki navigation logs whenever triggered.