# 2026-02-10 — Daily Notes

## Key Events

### Yehuda Mizrahi — Crypto Australia Campaign
- Asked about Nano Banana Pro workflow
- Requested crypto campaign for Australia (ASIC, AFSL 491139)
- Generated V1-V5 banners (1080x1080 feed + 9:16 story)
- No Gemini key → no OpenAI key → found working key on frida-ai Vercel project
- V1-V2: basic, V3: proper brand colors, V4: real logo overlay via PIL, V5: light blue background
- Feedback: wanted smaller logo, real eToro logo, light green/blue background
- Workflow: Generate with empty top-left → PIL overlay real etoro-logo-white.png

### Shay (Chikoshay) — API Keys
- Sent Excel with API keys: Vertex/Gemini, OpenAI, ElevenLabs, Runway, Figma, QuickChart, Smartling
- All saved to .credentials/ (gitignored), source file deleted
- Shay also asked "Why did you send this?" and "Can multis get Alzheimer?" — joking about memory loss

### Yoni — Multiple Updates
- Sent xAI/Grok token → saved to .credentials/xai-api.txt
- Requested Grok Imagine API test → successfully generated eToro crypto ads with grok-2-image
- Grok outputs 720x960 (no size control), but fast and works
- Comparison: Grok for rapid concepts, OpenAI for production
- Brain Map updates: v4.0 (tools/APIs + D3 visualization), v4.1 (Product Design + mobile-friendly)
- Requested full campaign/landing page list → sent 21 projects with live links
- Requested brain explanation → sent 3-layer architecture overview
- Noted Brain Map missing tools/APIs → fixed

### Yoav
- Checked in with "?" — confirmed alive
- Later asked to respond in "bots monitoring group" — don't have group ID, asked for it

## New API Keys Received
- Vertex/Gemini: saved to .credentials/vertex-api.txt
- OpenAI (new): saved to .credentials/openai-api.txt  
- ElevenLabs: saved to .credentials/elevenlabs-api.txt
- Runway: saved to .credentials/runway-api.txt
- Figma Client: saved to .credentials/figma-client.json
- QuickChart: saved to .credentials/quickchart-api.json
- Smartling: saved to .credentials/smartling-api.json
- xAI/Grok: saved to .credentials/xai-api.txt

## Brand Learnings
- eToro primary green confirmed: #13C636 (NOT #00C896 teal)
- Navy: #000021
- Light blue: #C0E8FD
- Logo overlay workflow: generate empty corner → PIL paste real logo
- Grok Imagine API: model=grok-2-image, no size param, response_format=b64_json

## Cron Issues
- Multiple 401 errors on hourly cron jobs (OAuth token expired)
- 429 rate limit hit at 18:00
- WhatsApp disconnects every ~1.5hrs (auto-reconnects)

## Weekly Showcase Landing Page (23:49)

**Request:** Yoni asked in WhatsApp group (with Shlomi C and Nati Levin discussing Cursor/Claude Code) to build a landing page showing "how crazy is what we did this week" + creatives.

**Action:** Spawned sub-agent (label: weekly-showcase-page) to build and deploy to Vercel as `cmoclaw-weekly`.

**Content covers:** iAngels strategy, MoneyClaw app, Frida AI, eToro creatives, PI pages, Guy's tech marketing setup, 25 marketing skills, Grok image gen, Brain Map, infrastructure.

**Status:** Building — awaiting deploy link.

---

## iAngels Marketing Strategy Project (22:38-23:20)

**Request:** Yoni asked for research on iAngels.com + full marketing strategy with destination page, creatives, and landing pages in subfolders.

**Key Finding:** iAngels is women-led VC founded 2014 by **Shelly Hod Moyal** and **Mor Assia** (+ David Assia). $550M+ AUM, 24+ exits, 5,000+ investors. Family connection — Mor Assia is co-founder.

**Deployed:** https://iangels-strategy.vercel.app (Vercel project: iangels-strategy)

**Structure (18 HTML files):**
- `/index.html` — Main strategy page (glassmorphism dark theme)
- `/creatives/` — index + LinkedIn, Google, Meta, X ad mockups
- `/landing-pages/` — index + Investor LP, Webinar LP, Report LP
- `/email-sequences/` — index + Welcome (7-email), Nurture, Re-engagement
- `/content-calendar/` — index + Quarterly calendar, Blog topics, Social topics

**Issues Fixed:**
- First deploy had duplicated content on main page
- Subfolders returned 404 (missing index.html) — created hub pages for each subfolder
- Verified all 9 URLs return 200

**Strategy Covers:** Narrative & positioning (4 pillars: Access, Expertise, Track Record, Empowerment), 9 channels (Paid, Organic Social, Content, Email, SEO, PR, Events, Partnerships, Community), automation plan with CMOClaw agent capabilities.

**Lesson:** Always create index.html in subfolders for Vercel static hosting — folder URLs without index.html return 404.

## Late Night Updates (23:00-23:54)

### Rate Limiting
- 429 rate limit hit at 23:00 on Anthropic API — too many cron jobs consuming tokens
- Yoni asked "Which?" — explained it's Claude API from excessive cron frequency
- Suggested reducing: system monitor 30min→15min, research daily→hourly, heartbeats only when needed

### 12-Hour Status Check
- Sent status report to eCampaignBots group (120363422232762042@g.us) at 23:42
- 17 tools active, 15 live Vercel sites, 6 creative campaigns

### Yoni — Delete Message Request (23:54)
- Asked to delete a message from a group (the long OpenClaw vs Cursor comparison)
- Replied to the message with quote — need to identify which group
- Still waiting for clarification on which group

### Yoav — Brand Color Confirmation
- Sent screenshot confirming #13C636ff (R19 G198 B54 A100) as eToro's main green
- Already using correct color since V3

### Key Credential Files
All API keys in .credentials/:
vertex-api.txt, openai-api.txt, elevenlabs-api.txt, runway-api.txt, figma-client.json, quickchart-api.json, smartling-api.json, xai-api.txt

### Image Generation Workflow (Learned Today)
1. Generate banner with GPT-image-1 or Grok (grok-2-image) — leave top-left empty
2. PIL overlay real etoro-logo-white.png (15% of banner width, 3% padding)
3. For light backgrounds use etoro-logo.jpg (green logo)
4. Grok: no size control (outputs 720x960), use response_format=b64_json
5. OpenAI: size control (1024x1024, 1024x1536), quality control
