Overview
- Skill Key
- hi-jiajun/openclaw-skills-github-sync-hiliang
- Author
- hi-jiajun
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/hi-jiajun/openclaw-skills-github-sync-hiliang
- Latest Commit SHA
- 4b79e5036161d1e286aa9e56139d150bc50c5ded
将 OpenClaw skills 同步到 GitHub(非实时,需手动确认)。 支持 Windows/Linux/Mac。 使用场景:skill 创建或修改完成后同步到 GitHub
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 openclaw-skills-github-sync 技能。 若已安装,则直接安装 openclaw-skills-github-sync 技能。
# OpenClaw Skills GitHub Sync Skill > 将你的 OpenClaw skills 同步到 GitHub ## 功能 - ✅ 交互式配置向导 - ✅ 支持私有仓库同步 - ✅ 支持公开仓库同步 - ✅ 手动确认同步(非实时,更安全) - ✅ 自动检测变更并提交推送 - ✅ 支持 Windows / Linux / Mac ## 支持平台 | 平台 | 脚本 | |------|------| | Windows | scripts/sync.ps1 | | Linux | scripts/sync.sh | | Mac | scripts/sync.sh | ## 安装方式 ### Windows ```powershell # 克隆到 OpenClaw skills 目录 cd $env:USERPROFILE\.openclaw\skills git clone https://github.com/Hi-Jiajun/openclaw-skills-github-sync.git ``` ### Linux / Mac ```bash # 克隆到你的 OpenClaw skills 目录 cd ~/.openclaw/skills git clone https://github.com/Hi-Jiajun/openclaw-skills-github-sync.git ``` ## 快速开始 ### Windows ```powershell # 首次配置(交互式向导) powershell -ExecutionPolicy Bypass -File "scripts/setup.ps1" # 执行同步 powershell -ExecutionPolicy Bypass -File "scripts/sync.ps1" ``` ### Linux / Mac ```bash # 首次配置(交互式向导) chmod +x scripts/setup.sh ./scripts/setup.sh # 执行同步 chmod +x scripts/sync.sh ./scripts/sync.sh ``` ## 安全说明 ### 重要:排除敏感目录 本工具会自动创建 .gitignore 文件,包含以下排除项: ``` credentials/ *.key *.pem .DS_Store *.log ``` **使用前请确保**: 1. 仓库中已包含 .gitignore 文件 2. 敏感目录(如 credentials/)已被排除 3. 推送前运行 `git status` 确认要推送的内容 ### 同步前确认 脚本会: 1. 检查 .gitignore 是否存在,如不存在则自动创建 2. 显示将要推送的文件列表 3. 询问确认后才执行推送 ## 注意事项 - 公开仓库建议设置为私有 - 同步前务必检查 .gitignore 配置 - credentials/ 目录请确保已排除
# OpenClaw Skills GitHub Sync > 将你的 OpenClaw skills 同步到 GitHub 一个 OpenClaw skill,提供交互式配置向导,将你的 skills 同步到 GitHub 仓库。 ## 安装 ### Windows ```powershell # 克隆到 OpenClaw skills 目录 cd $env:USERPROFILE\.openclaw\skills git clone https://github.com/Hi-Jiajun/openclaw-skills-github-sync.git ``` ### Linux / Mac ```bash # 克隆到 OpenClaw skills 目录 cd ~/.openclaw/skills git clone https://github.com/Hi-Jiajun/openclaw-skills-github-sync.git ``` 或从 ClawHub 直接安装:https://clawhub.ai/skills/openclaw-skills-github-sync-hiliang ## 特性 - 🎯 交互式配置向导 - 🔒 手动确认同步 - 🌐 私有/公开双仓库支持 - 🌍 支持 Windows / Linux / Mac ## 快速开始 ### Windows ```powershell # 首次配置(交互式向导) powershell -ExecutionPolicy Bypass -File "scripts/setup.ps1" # 执行同步 powershell -ExecutionPolicy Bypass -File "scripts/sync.ps1" ``` ### Linux / Mac ```bash # 首次配置(交互式向导) chmod +x scripts/setup.sh ./scripts/setup.sh # 执行同步 chmod +x scripts/sync.sh ./scripts/sync.sh ``` 详细说明请查看 [SKILL.md](SKILL.md) ## 感谢支持 如果这个项目对你有帮助,欢迎扫码捐赠支持!你的支持是我持续更新和维护的动力! 🙏 ### 支付宝 <img src="1772974731593.jpg" width="200" /> ### 微信 <img src="mm_facetoface_collect_qrcode_1772974720410.png" width="200" /> --- ## Star ⭐ 如果对你有帮助,欢迎 Star! https://github.com/Hi-Jiajun/openclaw-skills-github-sync
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
carlulsoe
Local speech-to-text with NVIDIA Parakeet TDT 0.6B v3 (ONNX on CPU). 30x faster than Whisper, 25 languages, auto-detection, OpenAI-compatible API. Use when transcribing audio files, converting speech to text, or processing voice recordings locally without cloud APIs.
carlzhao007
飞书消息自动处理与进度反馈技能。安装后后台运行,监听飞书任务消息并自动创建独立进程处理。 在处理前后发送实时进度反馈(任务确认、进度百分比、完成通知)。 支持任务类型识别、智能解析、错误重试、并发控制、状态持久化。 使用场景:飞书自动化工作流、任务进度追踪、批量任务处理、需要实时反馈的场景。
cartoonitunes
BottyFans agent skill for autonomous creator monetization. Lets AI agents register, build a profile, publish posts (public, subscriber-only, or pay-to-unlock), upload media, accept USDC subscriptions and tips on Base, send and receive DMs, track earnings, and appear on the creator leaderboard. Use this skill when an agent needs to monetize content, interact with fans, manage a creator profile, handle payments in USDC, or operate as an autonomous creator on the BottyFans platform.
camopel
Local arXiv paper manager with semantic search. Crawls arXiv categories, downloads PDFs, chunks content, and indexes with FAISS + Ollama embeddings. No cloud API keys required — everything runs locally.