Install Scientify - AI-powered research workflow automation plugin. Adds skills for idea-generation, literature-review, research-pipeline, arxiv search, and workspace management commands.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add Demerzels-lab/elsamultiskillagent --skill install-scientify --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Install Scientify?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/demerzels-lab-install-scientify)More formats (shields.io, HTML) on the badges page.
---
name: install-scientify
description: "Install Scientify - AI-powered research workflow automation plugin. Adds skills for idea-generation, literature-review, research-pipeline, arxiv search, and workspace management commands."
metadata:
{
"openclaw":
{
"emoji": "🔬",
"install":
[
{
"id": "scientify",
"kind": "node",
"package": "scientify",
"label": "Install Scientify plugin (npm)",
},
],
},
}
---
# Install Scientify
**Scientify** is an AI-powered research workflow automation plugin for OpenClaw.
## What You Get
### Skills (LLM-powered)
| Skill | Description |
|-------|-------------|
| **idea-generation** | Generate innovative research ideas. Searches arXiv/GitHub, downloads papers, analyzes literature, outputs 5 ideas with citations. |
| **research-pipeline** | End-to-end ML research workflow: idea → literature → survey → plan → implement → review → iterate. |
| **literature-review** | Generate structured notes and synthesis from collected papers. |
| **arxiv** | Search arXiv.org for papers and download .tex sources. |
### Commands (Direct, no LLM)
| Command | Description |
|---------|-------------|
| `/research-status` | Show workspace status |
| `/papers` | List downloaded papers |
| `/ideas` | List generated ideas |
| `/projects` | List all projects |
| `/project-switch <id>` | Switch project |
| `/project-delete <id>` | Delete project |
### Tool
- **arxiv** - Search arXiv.org API with keyword search, date filtering, automatic .tex download
## Installation
Run:
```bash
npm install -g scientify
```
Or let OpenClaw install it automatically when you use this skill.
Then add to your OpenClaw config:
```json
{
"plugins": ["scientify"]
}
```
## Usage Examples
### Generate Research Ideas
```
帮我调研 "长文档摘要" 领域,生成一些创新的研究想法
```
### Daily Literature Tracking
```
帮我设置一个定时任务,每天检查 arXiv 上关于 "transformer efficiency" 的新论文,发到飞书
```
### Check Workspace
```
/research-status
```
## Links
- npm: https://www.npmjs.com/package/scientify
- GitHub: https://github.com/tsingyuai/scientific
- Author: tsingyuai
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!