# Cyber Strategy Institute AI Agent Skills

Cyber Strategy Institute publishes official AI agent skills for its tools, services, and developer workflows. Architects of the AI SAFE² Framework. Universal GRC Standard for Agentic AI, Non-Human Identities (NHI), & Cognitive Security. [Dual License: MIT + CC-BY-SA].

Browse 5 official AI agent skills across 1 Cyber Strategy Institute repository, with install commands and source links.

Official page: https://skillscout.sh/official/cyberstrategyinstitute/
Markdown page: https://skillscout.sh/official/cyberstrategyinstitute/cyberstrategyinstitute_skills_skillscout.md
Vendor website: https://cyberstrategyinstitute.com/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/cyberstrategyinstitute/cyberstrategyinstitute_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant Cyber Strategy Institute skills package or packages for my goal, explain which individual skills matter, and wait for my approval. After I approve, install with the npx command. If no project is open, install it as an agent skill I can use later.

## Skills packages

### cyberstrategyinstitute/ai-safe2-framework

Includes 5 official skills: ai-safe2, ai-safe2-framework, ai-safe2-secure-build-copilot, governance, skills.

Install:

```bash
npx skills add cyberstrategyinstitute/ai-safe2-framework -y
```

Source: https://github.com/CyberStrategyInstitute/ai-safe2-framework

## Individual skills

### ai-safe2

Official Cyber Strategy Institute skill from cyberstrategyinstitute/ai-safe2-framework.

Install:

```bash
npx skills add cyberstrategyinstitute/ai-safe2-framework@ai-safe2 -y
```

Package: cyberstrategyinstitute/ai-safe2-framework
Source: https://github.com/cyberstrategyinstitute/ai-safe2-framework/tree/HEAD/examples/xai-grok-sovereign-runtime/.grok/skills/ai-safe2

### ai-safe2-framework

Official Cyber Strategy Institute skill from cyberstrategyinstitute/ai-safe2-framework.

Install:

```bash
npx skills add cyberstrategyinstitute/ai-safe2-framework@ai-safe2-framework -y
```

Package: cyberstrategyinstitute/ai-safe2-framework
Source: https://github.com/cyberstrategyinstitute/ai-safe2-framework/tree/HEAD/ai-safe2-framework

### ai-safe2-secure-build-copilot

Official Cyber Strategy Institute skill from cyberstrategyinstitute/ai-safe2-framework.

Install:

```bash
npx skills add cyberstrategyinstitute/ai-safe2-framework@ai-safe2-secure-build-copilot -y
```

Package: cyberstrategyinstitute/ai-safe2-framework
Source: https://github.com/CyberStrategyInstitute/ai-safe2-framework/tree/main/skills/codex/ai-safe2-secure-build-copilot

### governance

Official Cyber Strategy Institute skill from cyberstrategyinstitute/ai-safe2-framework.

Install:

```bash
npx skills add cyberstrategyinstitute/ai-safe2-framework@governance -y
```

Package: cyberstrategyinstitute/ai-safe2-framework
Source: https://github.com/CyberStrategyInstitute/ai-safe2-framework/tree/main/examples/anti-gravity-sovereign-runtime/plugins/governance-enforcer/skills/governance

### skills

Official Cyber Strategy Institute skill from cyberstrategyinstitute/ai-safe2-framework.

Install:

```bash
npx skills add cyberstrategyinstitute/ai-safe2-framework@skills -y
```

Package: cyberstrategyinstitute/ai-safe2-framework
Source: https://github.com/CyberStrategyInstitute/ai-safe2-framework/tree/main/skills

## cyberstrategyinstitute/ai-safe2-framework package overview

Includes 5 official skills: ai-safe2, ai-safe2-framework, ai-safe2-secure-build-copilot, governance, skills.

### Top skills in this package

- ai-safe2: Official Cyber Strategy Institute skill from cyberstrategyinstitute/ai-safe2-framework.
- ai-safe2-framework: Official Cyber Strategy Institute skill from cyberstrategyinstitute/ai-safe2-framework.
- ai-safe2-secure-build-copilot: Official Cyber Strategy Institute skill from cyberstrategyinstitute/ai-safe2-framework.
- governance: Official Cyber Strategy Institute skill from cyberstrategyinstitute/ai-safe2-framework.
- skills: Official Cyber Strategy Institute skill from cyberstrategyinstitute/ai-safe2-framework.

### Install

Install the full package:

```bash
npx skills add cyberstrategyinstitute/ai-safe2-framework -y
```

Install a specific skill:

```bash
npx skills add cyberstrategyinstitute/ai-safe2-framework@ai-safe2 -y
```

Use the package when you want your agent to choose the relevant skill from this official repository.

Source: https://github.com/cyberstrategyinstitute/ai-safe2-framework#readme
