mnt/user-data/outputs/PaperClaw/skills/collaboration/lab-knowledge-handoff/SKILL.md
# Lab Knowledge Handoff ## Overview Packages a departing team member's knowledge — their reading history, annotations, notes, and expertise — into a structured handoff document that the lab retains permanently. Prevents institutional knowledge loss when students graduate, postdocs move on, or collaborators leave. ## When to Use - A lab member is graduating, leaving, or transitioning off a project - Lab wants to archive what a departing member knew before they go - New member is onboarding to a
npx skillsauth add 0xmerl99/paperclaw mnt/user-data/outputs/PaperClaw/skills/collaboration/lab-knowledge-handoffInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Packages a departing team member's knowledge — their reading history, annotations, notes, and expertise — into a structured handoff document that the lab retains permanently. Prevents institutional knowledge loss when students graduate, postdocs move on, or collaborators leave.
handoff = lab_knowledge_handoff.generate(
member="alice",
include_reading_history=True,
include_annotations=True,
include_unique_papers=True,
generate_successor_guide=True
)
lab_knowledge_handoff.single_reader_papers(
member="alice",
importance_filter="high" # only flag high-citation or team-tagged papers
)
lab_knowledge_handoff.onboarding_guide(
predecessor="alice",
successor="frank",
project="protein_fitness_prediction",
format="structured_markdown"
)
lab_knowledge_handoff.export_archive(
member="alice",
format="zip", # zip | json | pdf
output_path="./alice_knowledge_archive_2024.zip"
)
Handoff package includes: expertise summary, top 50 papers with annotations, unique contributions, open questions left unresolved, and a recommended reading list for their successor. Archive exports as ZIP (JSON + PDFs) or structured PDF.
development
# Contradiction Detection ## Overview Scans a corpus of papers for conflicting empirical claims, methodological disagreements, or opposing conclusions on the same topic. Surfaces genuine scientific contradictions that the team needs to be aware of — before they cite conflicting work or build on a shaky premise. ## When to Use - User asks "do any of our papers disagree with each other?" - User is writing a discussion section and needs to address conflicting findings - User wants to know if a cl
documentation
# Living Review ## Overview Maintains a continuously updated, structured literature review for a research team. Ingests papers from multiple sources, synthesizes findings across the team's collective reading, and produces a living document that evolves as new work is published. ## When to Use - User asks to "update our literature review" or "add this paper to the review" - User wants a summary of what their team has read on a topic - User asks "what do we know about X based on our papers?" - O
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
development
Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.