← Back to Skills Marketplace
shaopanguo

Research Pipeline

by Chopin · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
127
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install research-pipeline
Description
Automated literature research pipeline for Chopin's academic work. Combines arXiv search, paper summarization, and Obsidian note-taking into a single workflo...
README (SKILL.md)

Research Pipeline

Automated end-to-end research workflow: search → summarize → save to Obsidian.

Workflow

Step 1: Search arXiv

Use the arxiv skill to search for papers on the target topic.

Search arXiv for: \x3Cquery>
Limit: 5-10 most relevant papers

Key research topics for Chopin:

  • Multi-vehicle formation control
  • Event-triggered communication
  • Collision avoidance in multi-agent systems
  • Reinforcement learning for formation control
  • Learning-based control with event-triggered communication

Step 2: Summarize Papers

For each promising paper, use paper-summarize-academic to get:

  • Paper title, authors, date
  • Core contribution
  • Key methodology
  • Relevance to Chopin's research

Step 3: Save to Obsidian

Use the obsidian skill to create literature notes:

  • One note per paper in References/ folder
  • Tag with: #paper #formation-control #event-triggered etc.
  • Include: title, authors, year, arXiv link, summary, key takeaways

Step 4: Report to Chopin

Send a brief digest via Feishu with:

  • Number of papers found
  • Top 3 most relevant papers with 1-line summary each
  • Link to full notes in Obsidian

Research Topics Tracker

Maintain a research-topics.md in workspace tracking:

  • Active topics of interest
  • Last searched date
  • Papers found count

See references/research-topics.md for Chopin's current research profile.

Cron Integration

When triggered by daily cron (research update):

  1. Check research-topics.md for active topics
  2. Search arXiv for each topic (new papers since last check)
  3. Summarize and save new findings
  4. Report only genuinely new/interesting papers (avoid spam)
Usage Guidance
This skill appears coherent and does what it says: it automates arXiv searches, summarizes papers, writes Obsidian notes, and posts a digest to Feishu. Before installing, verify: (1) which implementations of the referenced skills (obsidian, Feishu, arxiv, paper-summarize-academic) your agent will call and what credentials they require; (2) that Feishu posting is acceptable for sending research content externally; (3) that the Obsidian integration only writes to the intended vault/path; and (4) whether you want the pipeline to run automatically on a cron (automated posting can leak content if misconfigured). If you need higher assurance, inspect the actual implementations of the delegated skills (their env requirements and network endpoints) before enabling automated triggers.
Capability Analysis
Type: OpenClaw Skill Name: research-pipeline Version: 1.0.0 The skill bundle defines a legitimate academic research workflow for searching arXiv, summarizing papers, and managing notes in Obsidian. The instructions in SKILL.md and the data in references/research-topics.md are consistent with the stated purpose of automating literature reviews, and no indicators of data exfiltration, malicious execution, or harmful prompt injection were found.
Capability Assessment
Purpose & Capability
Name and description (arXiv search → summarize → save to Obsidian → report) match the SKILL.md workflow and the included research-topics file. Nothing in the skill requests unrelated binaries, installs, or surprising capabilities.
Instruction Scope
Instructions are narrowly scoped to: read the included research-topics.md, call the arxiv and paper-summarize-academic skills for results, create notes with the obsidian skill, and send a digest via Feishu. The skill does instruct sending data to an external messaging endpoint (Feishu) and creating notes in Obsidian — expected for its purpose, but these are external actions that will transmit research content outside the agent unless the environment/other skills restrict them.
Install Mechanism
No install spec and no code files — lowest-risk model for on-disk behavior. The skill only contains instructions and a small local reference file.
Credentials
The skill itself declares no required credentials or env vars; however it depends on other runtime skills (obsidian, Feishu, arxiv, summarizer) that typically require credentials or network access. The lack of declared credentials is not necessarily incorrect for an instruction-only delegating skill, but you should confirm the specific integrations that will be used have appropriate, minimal permissions.
Persistence & Privilege
Does not request always:true or any system-wide persistence. It references a workspace file included in the bundle and asks to be triggered by cron, which is an external scheduling detail rather than a privilege escalation.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install research-pipeline
  3. After installation, invoke the skill by name or use /research-pipeline
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of automated literature research pipeline for Chopin's academic work. - Integrates arXiv paper search, academic summarization, and Obsidian note creation in one workflow. - Supports key research topics: formation control, event-triggered communication, multi-agent systems, etc. - Daily cron job triggers automatic research topic updates, new paper search, and reporting. - Sends concise daily summaries and maintains a research topics tracker for ongoing interests.
Metadata
Slug research-pipeline
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Research Pipeline?

Automated literature research pipeline for Chopin's academic work. Combines arXiv search, paper summarization, and Obsidian note-taking into a single workflo... It is an AI Agent Skill for Claude Code / OpenClaw, with 127 downloads so far.

How do I install Research Pipeline?

Run "/install research-pipeline" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Research Pipeline free?

Yes, Research Pipeline is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Research Pipeline support?

Research Pipeline is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Research Pipeline?

It is built and maintained by Chopin (@shaopanguo); the current version is v1.0.0.

💬 Comments