Skip to content

Commit b3f8061

Browse files
GiaoLeeclaude
andcommitted
refactor: move openclaw-install.sh to repo root scripts/
The script installs skills from the entire repo, not just scientific-skills, so scientific-skills/Scripts/ was a misleading location. Also fix the curl URL in the comment to use raw.githubusercontent.com, and remove /scripts/ from .gitignore so the directory is tracked. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 02a43be commit b3f8061

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ SECURITY_REVIEW.md
4444
/memory/
4545
/quality_reports/
4646
/reference-kdense-skills/
47-
/scripts/
4847

4948
# IDE 和系统文件
5049
.DS_Store

scientific-skills/Scripts/openclaw-install.sh renamed to scripts/openclaw-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
# Install skills into OpenClaw from a GitHub repo
33
# One-liner usage:
4-
# bash <(curl -s https://github.com/aipoch/medical-research-skills/main/scripts/openclaw-install.sh)
4+
# bash <(curl -s https://raw.githubusercontent.com/aipoch/medical-research-skills/main/scripts/openclaw-install.sh)
55

66
set -euo pipefail
77

0 commit comments

Comments
 (0)