Skip to content

Commit ea215f5

Browse files
committed
Release: quitar ruta personal del autor, install.sh legacy y generalizar paths de ejemplo
1 parent 9fecbc4 commit ea215f5

7 files changed

Lines changed: 8 additions & 401 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"name": "zenith-crea-ofertas",
1010
"source": ".",
1111
"description": "Sistema TOP 1% para crear OFERTAS COMPLETAS de alto valor percibido (Método Zenith). Orquestador (skill crea-ofertas-master) + 49 sub-agentes que se lanzan con la tool Agent: pre-fase spec/review/plan, avatar deep, research, ángulos, competidor, One Belief, mecanismo (problema/solución/nombre chicle/objeto brillante/mito de origen), promesa, garantía, módulos/clases, bonus, valor percibido (Bencivenga) y auditoría. Lee OBLIGATORIamente la Biblia del Copy + la Biblia del Mecanismo + la memoria/tono del usuario. 20 frameworks DR. Entrega por carpetas en HTML estético + PDF con branding Zenith. Joseph Moreno.",
12-
"version": "2.3.5"
12+
"version": "2.3.6"
1313
}
1414
]
1515
}

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "zenith-crea-ofertas",
33
"description": "Zenith Crea Ofertas™ · Mega-skill TOP 1% para crear ofertas de alto valor percibido bajo el Método Zenith. Arranca con una PRE-FASE guiada por especificación: spec-architect enmarca el proyecto → spec-reviewer lo audita y clasifica hallazgos por severidad (🔴 crítico · 🟠 alto · 🟡 moderado · 🟢 bajo) → VALIDACIÓN HUMANA obligatoria → plan-architect genera el plan.md de todo + research. Un orquestador padre (zenith-quick-discovery) coordina 49 sub-agentes especializados (Opus/Sonnet/Haiku optimizado) + 19 commands + 19 templates HTML print-to-PDF Drive-friendly + 29 knowledge files. Avatar deep (psicólogo + Reddit + YouTube) + Ángulos (Joseph Moreno) + Competencia (Meta Ad Library) + One Belief 4 variantes (Evaldo Albuquerque adaptado Joseph Moreno) + MECANISMO MAESTRO (bloque 03 liderado por mecanismo-maestro: pregunta 9 bloques primero y construye 6 piezas — causa raíz, problema, solución, nombre chicle, objeto brillante, mito de origen — cargando la BIBLIA DEL MECANISMO de 131 formaciones) + Valor percibido (Bencivenga) + 20 frameworks canónicos del Direct Response. Cada carpeta entrega MD + HTML estético imprimible a PDF con branding Zenith (cian + purple + Fraunces).",
4-
"version": "2.3.5",
4+
"version": "2.3.6",
55
"author": {
66
"name": "Josep · Método Zenith™"
77
},

EXTERNAL_SERVICES.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ open https://apify.com/sign-up
8383
# Apify Console → Settings → Integrations → API tokens → Create new
8484

8585
# 3. Guardar token en .env del plugin
86-
echo "APIFY_TOKEN=apify_api_xxxxxxxxxxxxx" >> ~/.claude/skills/zenith-crea-ofertas/.env
86+
echo "APIFY_TOKEN=apify_api_xxxxxxxxxxxxx" >> ${CLAUDE_PLUGIN_ROOT}/.env
8787

8888
# 4. Instalar SDK Python (opcional · si quieres scripts personalizados)
8989
pip3 install --user apify-client
@@ -126,7 +126,7 @@ open https://www.reddit.com/prefs/apps
126126
# 3. Copia client_id y client_secret
127127

128128
# 4. Guardar en .env
129-
cat >> ~/.claude/skills/zenith-crea-ofertas/.env << EOF
129+
cat >> ${CLAUDE_PLUGIN_ROOT}/.env << EOF
130130
REDDIT_CLIENT_ID=tu_client_id
131131
REDDIT_CLIENT_SECRET=tu_client_secret
132132
REDDIT_USER_AGENT=zenith-crea-ofertas/2.0.0
@@ -162,7 +162,7 @@ open https://console.cloud.google.com/
162162
# 4. Restringir API key a YouTube Data API v3 (recomendado)
163163

164164
# 5. Guardar en .env
165-
echo "YOUTUBE_API_KEY=tu_api_key" >> ~/.claude/skills/zenith-crea-ofertas/.env
165+
echo "YOUTUBE_API_KEY=tu_api_key" >> ${CLAUDE_PLUGIN_ROOT}/.env
166166
```
167167

168168
**Cuota gratis:** 10,000 unidades/día (≈100 búsquedas + 1,000 detalles vídeo).
@@ -191,7 +191,7 @@ open https://developers.facebook.com/
191191
# App Dashboard → Tools → Graph API Explorer → Generate Token
192192

193193
# 5. Guardar en .env
194-
echo "META_AD_LIBRARY_TOKEN=tu_token" >> ~/.claude/skills/zenith-crea-ofertas/.env
194+
echo "META_AD_LIBRARY_TOKEN=tu_token" >> ${CLAUDE_PLUGIN_ROOT}/.env
195195
```
196196

197197
**Nota:** la API tiene límites estrictos. Para uso casual, el scraping vía WebFetch es más simple.

agents/39-angulos-architect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Mi misión: entregar 5-10 ángulos completos al operador, con la estructura exac
4747

4848
### DEFINICIÓN EXACTA del usuario (del reel ImpactoDigital)
4949

50-
Está en `/Users/josep/HTML TOP/reels/01-que-es-un-angulo/reel.html` (clase `def-quote` + `def-expand`).
50+
Está en `(reel del Metodo)` (clase `def-quote` + `def-expand`).
5151

5252
> **"Un ángulo es una RAZÓN DISTINTA o un PORQUÉ DISTINTO de por qué me comprarían."**
5353
>

commands/setup-crea-ofertas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Claude: Detecto que estás en macOS. Lanzando install.sh...
9898
- ffmpeg 8.1
9999
- whisper 20231117
100100
- jq 1.6
101-
- Plugin enlazado en /Users/josep/.claude/skills/zenith-crea-ofertas
101+
- Plugin enlazado en ~/.claude/skills/zenith-crea-ofertas
102102
103103
🚀 Listo. Ya puedes lanzar:
104104
/crea-oferta-1pct

install.ps1

Lines changed: 0 additions & 155 deletions
This file was deleted.

0 commit comments

Comments
 (0)