scientify 1.4.0 → 1.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "scientify",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.1",
|
|
4
4
|
"description": "Scientify - AI-powered research workflow automation for OpenClaw. Includes idea generation, literature review, research pipeline skills, and arxiv tool.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -59,21 +59,13 @@ metadata:
|
|
|
59
59
|
|
|
60
60
|
## Installation
|
|
61
61
|
|
|
62
|
-
Run:
|
|
63
|
-
|
|
64
62
|
```bash
|
|
65
|
-
|
|
63
|
+
openclaw plugins install scientify
|
|
66
64
|
```
|
|
67
65
|
|
|
68
66
|
Or let OpenClaw install it automatically when you use this skill.
|
|
69
67
|
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
```json
|
|
73
|
-
{
|
|
74
|
-
"plugins": ["scientify"]
|
|
75
|
-
}
|
|
76
|
-
```
|
|
68
|
+
> **Note:** Do NOT use `npm install scientify`. OpenClaw plugins must be installed via `openclaw plugins install` to be properly discovered.
|
|
77
69
|
|
|
78
70
|
## Usage Examples
|
|
79
71
|
|