skills$openclaw/install-scientify
springleave8.4k

by springleave

install-scientify – OpenClaw Skill

install-scientify is an OpenClaw Skills integration for research workflows. Install Scientify - AI-powered research workflow automation plugin. Adds skills for idea-generation, literature-review, research-pipeline, arxiv search, and workspace management commands.

8.4k stars3.7k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026research

Skill Snapshot

nameinstall-scientify
descriptionInstall Scientify - AI-powered research workflow automation plugin. Adds skills for idea-generation, literature-review, research-pipeline, arxiv search, and workspace management commands. OpenClaw Skills integration.
ownerspringleave
repositoryspringleave/install-scientify
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @springleave/install-scientify
last updatedFeb 7, 2026

Maintainer

springleave

springleave

Maintains install-scientify in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
346 B
SKILL.md
2.2 KB
SKILL.md

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)

SkillDescription
idea-generationGenerate innovative research ideas. Searches arXiv/GitHub, downloads papers, analyzes literature, outputs 5 ideas with citations.
research-pipelineEnd-to-end ML research workflow: idea → literature → survey → plan → implement → review → iterate.
literature-reviewGenerate structured notes and synthesis from collected papers.
arxivSearch arXiv.org for papers and download .tex sources.

Commands (Direct, no LLM)

CommandDescription
/research-statusShow workspace status
/papersList downloaded papers
/ideasList generated ideas
/projectsList 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:

npm install -g scientify

Or let OpenClaw install it automatically when you use this skill.

Then add to your OpenClaw config:

{
  "plugins": ["scientify"]
}

Usage Examples

Generate Research Ideas

帮我调研 "长文档摘要" 领域,生成一些创新的研究想法

Daily Literature Tracking

帮我设置一个定时任务,每天检查 arXiv 上关于 "transformer efficiency" 的新论文,发到飞书
/research-status
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install install-scientify?

Run openclaw add @springleave/install-scientify in your terminal. This installs install-scientify into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/springleave/install-scientify. Review commits and README documentation before installing.