← Back to Skills Marketplace
150
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install systematic-review-screener
Description
Automated abstract screening tool for systematic literature reviews with PRISMA workflow support.
Usage Guidance
This skill appears coherent and self-contained for screening abstracts, but treat it like any third-party code: 1) Inspect scripts/main.py fully before running (it’s included) and run python -m py_compile scripts/main.py as suggested to detect syntax errors. 2) Execute first on a small sample dataset in an isolated environment (VM or container) to verify behavior and outputs. 3) The requirements include PyYAML (install from a trusted source); dataclasses is built into modern Python and is likely unnecessary. 4) Do not feed sensitive/private data (PHI) until you have validated that outputs are correct and no unexpected logging/telemetry occurs. 5) Expect there may be minor bugs (I noticed an apparent variable typo in the CSV parser in the provided truncated code); be prepared to patch or contact the author. If you want, I can (a) run a more detailed static review of the full main.py for logic errors, or (b) suggest minimal fixes for the CSV parsing/runtime issues.
Capability Analysis
Type: OpenClaw Skill
Name: systematic-review-screener
Version: 1.0.0
The systematic-review-screener bundle is a legitimate tool for processing academic abstracts. The core logic in scripts/main.py uses standard libraries to parse CSV, XML, and MEDLINE formats and implements a keyword-based matching engine for screening. It follows security best practices by using yaml.safe_load for configuration and pathlib for file handling, with no evidence of network activity, shell execution, or data exfiltration.
Capability Assessment
Purpose & Capability
Name/description, SKILL.md, sample references, criteria template, and scripts/main.py align: all artifacts are consistent with an abstract screening / PRISMA export tool. No unrelated binaries, env vars, or services are requested.
Instruction Scope
SKILL.md instructs running the packaged script with local inputs and to verify inputs/paths first. It does not ask the agent to read unrelated system files or secrets. Note: SKILL.md and the script emphasize manual verification and reproducible outputs — appropriate for this domain.
Install Mechanism
Instruction-only with no install spec; code is included in-repo (no downloads). Dependencies are limited (PyYAML) and requirements.txt only lists dataclasses and yaml. No installer or external download URLs observed.
Credentials
The skill requires no environment variables, credentials, or config paths. The declared requirements match the task (local file inputs and YAML criteria). No secret-exfiltration indicators in the provided files.
Persistence & Privilege
always:false and no code attempts to modify agent/system settings or other skills. The script reads/writes local input/output files as expected for a screening tool.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install systematic-review-screener - After installation, invoke the skill by name or use
/systematic-review-screener - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of systematic-review-screener: Automated abstract screening tool for systematic literature reviews with PRISMA workflow support.
- Screens academic abstracts using configurable inclusion/exclusion criteria (YAML format)
- Supports multiple input formats: PubMed MEDLINE, EndNote XML, CSV/TSV
- Generates PRISMA-compliant outputs, including flow diagram data and screening logs
- Provides confidence scores and flags low-confidence/conflict cases for human review
- Handles batch processing and large reference sets efficiently
- Outputs structured results: included/excluded lists, conflict logs, and audit-ready records
Metadata
Frequently Asked Questions
What is Systematic Review Screener?
Automated abstract screening tool for systematic literature reviews with PRISMA workflow support. It is an AI Agent Skill for Claude Code / OpenClaw, with 150 downloads so far.
How do I install Systematic Review Screener?
Run "/install systematic-review-screener" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Systematic Review Screener free?
Yes, Systematic Review Screener is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Systematic Review Screener support?
Systematic Review Screener is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Systematic Review Screener?
It is built and maintained by AIpoch (@aipoch-ai); the current version is v1.0.0.
More Skills