ai4scholar 0.6.1 → 0.6.3
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/README.md +8 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -19,7 +19,7 @@ AI4Scholar gives your OpenClaw agent direct access to **6 academic platforms** t
|
|
|
19
19
|
| **bioRxiv** | Biology preprints |
|
|
20
20
|
| **medRxiv** | Health sciences preprints |
|
|
21
21
|
|
|
22
|
-
### Tools (
|
|
22
|
+
### Tools (36)
|
|
23
23
|
|
|
24
24
|
**Search (9)**
|
|
25
25
|
|
|
@@ -116,7 +116,13 @@ openclaw plugins install ai4scholar
|
|
|
116
116
|
After installation, **restart the gateway**:
|
|
117
117
|
|
|
118
118
|
```bash
|
|
119
|
-
openclaw gateway
|
|
119
|
+
openclaw gateway stop && openclaw gateway start
|
|
120
|
+
```
|
|
121
|
+
|
|
122
|
+
### Update
|
|
123
|
+
|
|
124
|
+
```bash
|
|
125
|
+
openclaw plugins update ai4scholar
|
|
120
126
|
```
|
|
121
127
|
|
|
122
128
|
### Verify
|
|
@@ -190,8 +196,6 @@ ai4scholar/
|
|
|
190
196
|
│ ├── hooks/
|
|
191
197
|
│ │ └── scholar-mode.ts # Scholar mode system prompt
|
|
192
198
|
│ └── commands.ts # Slash commands
|
|
193
|
-
├── docs/
|
|
194
|
-
│ └── tutorial.md # Installation & usage tutorial
|
|
195
199
|
├── openclaw.plugin.json
|
|
196
200
|
└── index.ts
|
|
197
201
|
```
|
package/package.json
CHANGED