---
name: GAAI OSS Update
slug: gaai-oss-update
category: DevOps
description: GAAI OSS Update redeploys the local GAAI Framework OSS files and Codex adapter from the current checkout or another source path. Use it to update .gaai/core/ without touching GAAI Cloud settings.
github: "https://github.com/digipulse-engineering/GAAI-framework/tree/main/.gaai/core/compat/codex-skills/gaai-oss-update"
language: Shell
stars: 161
forks: 27
install: "npx degit https://github.com/digipulse-engineering/GAAI-framework/tree/main/.gaai/core/compat/codex-skills/gaai-oss-update ~/.claude/skills/gaai-oss-update"
installs_to: ~/.claude/skills/gaai-oss-update
source_path: .gaai/core/compat/codex-skills/gaai-oss-update/SKILL.md
collection_size: 25
category_size: 1075
collection_url: "https://dirskills.com/collections/Fr-e-d/GAAI-framework"
added: 2026-09-08T05:36:17.885Z
last_synced: 2026-09-08T05:36:17.885Z
canonical_url: "https://dirskills.com/skills/gaai-oss-update"
---

# GAAI OSS Update

GAAI OSS Update redeploys the local GAAI Framework OSS files and Codex adapter from the current checkout or another source path. Use it to update .gaai/core/ without touching GAAI Cloud settings.

**Install:**

```bash
npx degit https://github.com/digipulse-engineering/GAAI-framework/tree/main/.gaai/core/compat/codex-skills/gaai-oss-update ~/.claude/skills/gaai-oss-update
```

## README

# GAAI OSS Update

Use this skill when the user wants to update `.gaai/core/` from a local GAAI Framework OSS checkout or redeploy the Codex adapter in the current project.

## Procedure

1. Verify `.gaai/core/scripts/install.sh` exists in the current project.
2. Ask for a source GAAI Framework OSS repository path only if the user wants to update from a different checkout.
3. If a source path is provided, run:

```bash
bash <source-repo>/.gaai/core/scripts/install.sh --target . --tool codex --yes
```

4. If no source path is provided, redeploy from the local copy:

```bash
bash .gaai/core/scripts/install.sh --target . --tool codex --yes
```

5. Report installer and health-check output.

This is OSS-only. Do not install or update GAAI Cloud MCP configuration from this skill.
