Install
openclaw skills install istore-build-passwallClawHub Security found sensitive or high-impact capabilities. Review the scan results before using.
克隆 istoreos 仓库,创建 PassWall GitHub Actions 构建 workflow 并推送到指定 GitHub 仓库。触发词:构建 PassWall、istore-build-passwall、创建 PassWall workflow
openclaw skills install istore-build-passwall将 PassWall 构建 workflow 添加到用户的 istoreos fork 仓库。
.github/workflows/build-passwall.ymlistoreos/istoreosrepo 权限)Generate new token (classic)repo 权限当用户触发此 skill 时,要求提供:
https://github.com/YOUR_USER/istoreos.gitgit clone https://github.com/istoreos/istoreos.git <临时目录>
cd <临时目录>
git remote add origin https://github.com/<USER>/istoreos.git
# 或如果 origin 已存在则修改 URL
git remote set-url origin https://<TOKEN>@github.com/<USER>/istoreos.git
从 references/build-passwall.yml 复制到 .github/workflows/build-passwall.yml
git add .
git commit -m "Add PassWall build workflow"
git push -u origin main --force
# 设置 default_workflow_permissions 为 write
curl -s -X PUT \
-H "Authorization: token <TOKEN>" \
-H "Accept: application/vnd.github+json" \
https://api.github.com/repos/<USER>/istoreos/actions/permissions/workflow \
-d '{"default_workflow_permissions":"write","can_approve_pull_request_reviews":true}'
.run 文件到路由器执行即可