# OpenClaw Skills Installation Log — 2026-05-06

## Skills Installed Today

| # | Skill | Purpose | Location | Status |
|---|-------|---------|----------|--------|
| 1 | **frontend-design** | ASCII wireframing, UI/UX design | `skills/frontend-design/` | ✅ Done |
| 2 | **skills-index** | Master skills catalog | `skills/skills-index/` | ✅ Done |
| 3 | **desktop-control-win** | Windows desktop automation | `skills/desktop-control-win/` | ✅ Done |
| 4 | **antigravity-image-gen** | Google Antigravity AI images | `skills/antigravity-image-gen/` | ✅ Done |
| 5 | **seo-competitor-analysis** | SEO intelligence | `skills/seo-competitor-analysis/` | ✅ Done |
| 6 | **ai-agents-architect** | Design autonomous AI agents | `skills/ai-agents-architect/` | ✅ Done |
| 7 | **ssh-essentials** | SSH remote access | `skills/ssh-essentials/` | ✅ Done |
| 8 | **ai-image-generation** | 50+ AI image models | `skills/ai-image-generation/` | ✅ Done |
| 9 | **windows-ui-automation** | Windows GUI automation | `skills/windows-ui-automation/` | ✅ Done |
| 10 | **google-analytics** | Google Analytics API | `skills/google-analytics/` | ✅ Done |
| 11 | **gmail-oauth** | Gmail OAuth setup | `skills/gmail-oauth/` | ✅ Done |
| 12 | **claude-code** | Claude Code integration | `skills/claude-code/` | ✅ Done |
| 13 | **opencode-acp-control** | OpenCode ACP protocol | `skills/opencode-acp-control/` | ✅ Done |
| 14 | **linkedin-automation** | LinkedIn content/engagement | `skills/linkedin-automation/` | ✅ Done |
| 15 | **facebook-ad-library** | Facebook/Meta Ad Library | `skills/facebook-ad-library/` | ✅ Done |

## Notable Details

### Windows Skills (PowerShell)
- `desktop-control-win` — 5 scripts: app-control, input-sim, vscode-control, process-manager, screen-info
- `windows-ui-automation` — 4 scripts: mouse, keyboard, window, screenshot
- **Note:** These require Windows host with PowerShell

### Google Skills
- `google-analytics` — Dual API (Admin + Data), requires `MATON_API_KEY`
- `gmail-oauth` — OAuth flow via gog CLI for headless servers
- `antigravity-image-gen` — Node.js script for AI image generation

### Coding Skills
- `claude-code` — Documentation wrapper for Claude Code workflows
- `opencode-acp-control` — JSON-RPC 2.0 ACP protocol for OpenCode
- `ai-agents-architect` — Pure documentation, no scripts
- `ai-image-generation` — inference.sh CLI for 50+ models

### Marketing/SEO Skills
- `seo-competitor-analysis` — Python script with SEO metrics guide
- `linkedin-automation` — Browser automation for LinkedIn posting
- `facebook-ad-library` — PPSPY API for Meta ad analysis

### Utility Skills
- `frontend-design` — Design system documentation
- `ssh-essentials` — Comprehensive SSH reference
- `skills-index` — Master catalog updated after each install

## Codex Plugin
- **Status:** ⚠️ Requires restart (pending)
- **Action:** `openclaw plugins install clawhub:@openclaw/codex`
- **Blocker:** Gateway restart needed to load

## Pending: Obsidian + OMI Sync
- **Obsidian:** ❌ `obsidian-cli` not installed, no vault found
- **OMI:** ❌ No CLI or integration available
- **Workaround:** Saved to `/root/.openclaw/workspace/memory/` directory
- **Next Step:** Need to install `obsidian-cli` and/or set up OMI API endpoint

## How to Sync to Obsidian (When Ready)

```bash
# 1. Install obsidian-cli
brew install yakitrak/yakitrak/obsidian-cli

# 2. Set default vault
obsidian-cli set-default "My Vault"

# 3. Create skill notes
obsidian-cli create "Skills/facebook-ad-library" \
  --content "$(cat /root/.openclaw/workspace/memory/facebook-ad-library-skill.md)"
```

## How to Sync to OMI (When Ready)
- Need OMI API endpoint or desktop app
- OMI is a wearable AI device — requires specific integration
- Check https://docs.omi.me/ for integration options

---
*Generated by OpenClaw on 2026-05-06*
