Remove image-analyze, image-edit, image-generation skills

This commit is contained in:
Kunthawat Greethong
2026-03-22 11:08:12 +07:00
parent 12515acd5d
commit 1d2a5514d4
15 changed files with 3 additions and 749 deletions

View File

@@ -60,11 +60,6 @@ opencode-skill/
├── easypanel-deploy/ # Full Python implementation
└── website-creator/ # Astro builder with auto-deploy
# Image Skills
├── image-analyze/ # Vision AI analysis
├── image-edit/ # AI image editing
└── image-generation/ # Text-to-image generation
# SEO Multi-Channel Marketing (NEW)
├── seo-multi-channel/ # Generate content for Facebook, Ads, Blog, X
├── seo-analyzers/ # Thai keyword density, readability, quality scoring
@@ -87,9 +82,6 @@ opencode-skill/
| **Website Templates** | `skills/website-creator/scripts/templates/` | ✅ Thai legal templates, cookie consent |
| Sync to Gitea (standalone) | `skills/gitea-sync/scripts/sync.py` | Create/update repos, push code |
| Deploy to Easypanel (standalone) | `skills/easypanel-deploy/scripts/deploy.py` | Uses username/password auth (Dockerfile) |
| Image generation | `skills/image-generation/scripts/image_gen.py` | Chutes AI wrapper |
| Image editing | `skills/image-edit/scripts/image_edit.py` | Chutes AI wrapper |
| Image analysis | `skills/image-analyze/scripts/analyze_image.py` | Vision AI |
| **SEO Multi-Channel** | `skills/seo-multi-channel/scripts/generate_content.py` | ✅ Facebook, Ads, Blog, X |
| **SEO Analytics** | `skills/seo-data/scripts/data_aggregator.py` | ✅ Umami, GA4, GSC, DataForSEO |
| **SEO Analysis** | `skills/seo-analyzers/scripts/` | ✅ Thai keyword, readability, quality |
@@ -281,15 +273,6 @@ python3 skills/easypanel-deploy/scripts/deploy.py \
--project my-project \
--service my-service \
--git-url https://git.moreminimore.com/user/repo.git
# Generate image
python3 skills/image-generation/scripts/image_gen.py "prompt here"
# Edit image
python3 skills/image-edit/scripts/image_edit.py "edit prompt" image.jpg
# Analyze image
python3 skills/image-analyze/scripts/analyze_image.py image.jpg "Describe this"
```
## NOTES