OpenSite AI技能库 是 AI Skill Hub 本期精选AI工具之一。综合评分 7.5 分,整体质量较高。我们推荐使用将其纳入你的 AI 工具库,帮助提升工作效率。
由OpenSite AI开发的开源AI工作流框架,提供Claude Agent技能库标准实现。集成AI代理技能、工作流编排和代码执行能力,适合构建智能自动化系统的开发者和AI工程师使用。
OpenSite AI技能库 是一款基于 Python 开发的开源工具,专注于 AI Agent、技能库、工作流 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
由OpenSite AI开发的开源AI工作流框架,提供Claude Agent技能库标准实现。集成AI代理技能、工作流编排和代码执行能力,适合构建智能自动化系统的开发者和AI工程师使用。
OpenSite AI技能库 是一款基于 Python 开发的开源工具,专注于 AI Agent、技能库、工作流 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 方式一:pip 安装(推荐)
pip install opensite-skills
# 方式二:虚拟环境安装(推荐生产环境)
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install opensite-skills
# 方式三:从源码安装(获取最新功能)
git clone https://github.com/opensite-ai/opensite-skills
cd opensite-skills
pip install -e .
# 验证安装
python -c "import opensite_skills; print('安装成功')"
# 命令行使用
opensite-skills --help
# 基本用法
opensite-skills input_file -o output_file
# Python 代码中调用
import opensite_skills
# 示例
result = opensite_skills.process("input")
print(result)
# opensite-skills 配置文件示例(config.yml) app: name: "opensite-skills" debug: false log_level: "INFO" # 运行时指定配置文件 opensite-skills --config config.yml # 或通过环境变量配置 export OPENSITE_SKILLS_API_KEY="your-key" export OPENSITE_SKILLS_OUTPUT_DIR="./output"
/Applications/Brave Browser.appFor local platforms: Claude Code, Codex, Cursor, Factory/Droid, GitHub Copilot, Mistral Vibe, and OpenCode. Dedicated scripts for cloud platforms (Perplexity, Claude Desktop) below.
```bash
./setup.sh ```
The setup script detects which platforms are installed and creates symlinks from each platform's skills directory to this repo — no file copying. This includes Mistral Vibe, which will automatically sync the skills from this repo.
If you see bash: ./setup.sh: Permission denied (or zsh: permission denied: ./setup.sh), the script isn't marked executable on your machine. Fix it with:
chmod +x setup.sh
./setup.sh
This flips the executable bit on the file so your shell is allowed to run it directly. You only need to do this once per clone. Alternatively, you can skip chmod entirely and just run it through bash:
bash setup.sh
---
./setup.sh ```
This skill works on all of these platforms. None of them have hook support, so the skill's explicit-invocation pattern is the only option for context virtualization. Run setup.sh and the SKILL.md routing rules take effect.
```bash
Claude Code / Codex — starting a refactor with the spec gate:
@large-scale-refactor js-to-ts-migration
Convert all .js files in src/components/ to TypeScript.
No logic changes. No style changes. Only type annotations
and updating import extensions. Approximately 180 files.
The agent writes the full spec and outputs:
⏸ SPEC GATE: Please review and reply 'approved' to begin execution,
or provide corrections.
No file is touched until you respond.
Claude Desktop — automatic activation from natural language:
"Migrate all our API route handlers from Express callbacks to
async/await. There are about 90 route files in src/routes/."
The skill loads automatically and begins with the spec gate.
Parallel agents — Factory Droid or Devin playbooks:
```
[mcp-servers.context-mode] command = "npx" args = ["context-mode", "--mcp"]
ln -sfn ~/opensite-skills/CLAUDE.md ~/.claude/CLAUDE.md ```
┌─────────────────────────────────────────────────────────────┐
│ SESSION START │
│ /memory-recall ← loads working memory + relevant context │
│ │
│ [... do your work ...] │
│ │
│ SESSION END │
│ /memory-write ← captures decisions, facts, next steps │
└─────────────────────────────────────────────────────────────┘
Weekly / Monthly:
/memory-consolidate ← decays stale entries, deduplicates, compresses
memory-recall loadsstore/working/active.md — always first; the hot state from last sessionmemory-write savesactive.md with the next-session handoff stateBefore writing, memory-write searches the store and scores similarity:
| Score | Action |
|---|---|
| > 0.80 | Update the existing entry |
| 0.40 – 0.80 | Create new entry with a related: note |
| < 0.40 | Create a fresh entry |
Context management handles the current session (keeping large outputs searchable without burning context). The memory system handles cross-session persistence (remembering decisions, facts, and workflows). They complement each other:
Session start:
1. /memory-recall <- load long-term context
2. ctx_checkpoint.py load --project . <- load session checkpoint (if resuming)
During session:
3. ctx_compress.py + ctx_index.py <- manage large outputs
4. ctx_search.py <- retrieve indexed snippets
Session end:
5. ctx_checkpoint.py save --project . <- save session state
6. /memory-write <- persist decisions and facts
---
新兴AI Agent框架,提供标准化技能库架构。代码执行能力强大但需重视安全隔离。社区活跃度待提升。
该工具未明确声明开源协议,商业使用前请联系原作者确认授权范围,避免侵权风险。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
经综合评估,OpenSite AI技能库 在AI工具赛道中表现稳健,质量良好。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | opensite-skills |
| 原始描述 | 开源AI工作流:AI agent skills library built by OpenSite AI. A single git repo that keeps Claud。⭐7 · Python |
| Topics | AI Agent技能库工作流Claude开源 |
| GitHub | https://github.com/opensite-ai/opensite-skills |
| 语言 | Python |
收录时间:2026-06-05 · 更新时间:2026-06-11 · License:未公布 · AI Skill Hub 不对第三方内容的准确性作法律背书。