skills/ops/generate-daily-exec-report/SKILL.md
# generate-daily-exec-report ## Purpose Generates the **Executive Daily Report** - a comprehensive daily briefing that synthesizes: - Raw conversations from ChatGPT, Claude, Gemini, Cursor - Extracted memories (CMA output) - Business insights (PAR output) - SEO recommendations (SEOS output) - Operational telemetry ## What It Does 1. **Reads** exported conversations for the date (`/cosmocrat/inbox/conversations/{date}.json`) 2. **Queries** ClickHouse for memories, insights, and telemetry 3. *
npx skillsauth add orionarchitekton/cosmocrat-core skills/ops/generate-daily-exec-reportInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Generates the Executive Daily Report - a comprehensive daily briefing that synthesizes:
/cosmocrat/inbox/conversations/{date}.json)/cosmocrat/reports/{date}/artifacts_daily, orion_daily_analyses)conversation_message (ops lane) - Source conversationsdaily_event (ops lane) - Operational events for contextepisodic_memory (ops lane) - Short-term agent memoriesartifact_daily (ops lane) - Report artifact with input/outputdaily_analysis (ops lane) - Structured analysis (decisions, actions, themes)All writes include:
run_id - Execution IDtrace_id - Langfuse trace IDsource_ref - Date identifier (e.g., "daily_report_2025-12-21")actor - "generate_daily_exec_report"Cron: 5 2 * * * (02:05 PT daily)
Triggered after: conversation-exporter (23:50 PT)
Script: app/services/mcp/jobs/daily/executive_daily_report_runner.py
Indexer: app/services/mcp/jobs/memory/index_exec_report.py
{
"date": "YYYY-MM-DD",
"decisions": [{"id": "d1", "title": "...", "status": "..."}],
"actions_due": [{"id": "a1", "title": "...", "owner": "...", "status": "..."}],
"themes": [{"name": "...", "stability_score": 0-100}],
"deltas": {
"new": ["..."],
"closed": ["..."],
"updated": ["..."]
},
"deltaComputed": true
}
**Executive Daily Report — {DATE}**
## Recommendations
...
## Decisions
...
## Actions Due
...
## Themes
...
executive-daily-report-{date}events_daily (agent_id: executive-daily-report)tools
# tiktok-overnight-pipeline **Lane:** tbm **Version:** 0.1.0 **Owner:** system **Schedule:** 0 1 * * * ## Purpose Complete overnight pipeline for 3-channel TikTok content generation. Generates 9 videos (3 per channel) with TikTok Shop affiliate products. Timeline: 01:00 - 06:10 PT with GPU management (Llama on/off cycles). ## Memory Contract ### Access Mode **`service_only`** - All writes go through MemoryClient. No direct ClickHouse access. ### Writes None - read-only skill ## Pr
tools
# tiktok-health-monitor **Lane:** tbm **Version:** 0.1.0 **Owner:** system **Schedule:** 24 * * * * ## Purpose Hourly health check for TikTok Auto-Gen pipeline. Monitors video generation, QC pass rates, upload success. Alerts to Slack #tiktok-autogen on issues. ## Memory Contract ### Access Mode **`service_only`** - All writes go through MemoryClient. No direct ClickHouse access. ### Writes None - read-only skill ## Provenance Every write includes: | Field | Source | |-------|--
tools
# tbm-supabase-sync **Lane:** tbm **Version:** 0.1.0 **Owner:** system **Schedule:** 12 * * * * ## Purpose Push the latest TikTok readings from ClickHouse into the Supabase tiktok_posts table so tarotbymarie.com shows new content. ## Memory Contract ### Access Mode **`service_only`** - All writes go through MemoryClient. No direct ClickHouse access. ### Writes None - read-only skill ## Provenance Every write includes: | Field | Source | |-------|--------| | `run_id` | Generated
tools
# tbm-reading-sync **Lane:** tbm **Version:** 0.1.0 **Owner:** system **Schedule:** 30 22 * * * ## Purpose Daily sync of tiktok_transcripts to tbm_readings. Uses rule-based extraction for cards, themes, and spread type. Runs after backfill has completed for the day. ## Memory Contract ### Access Mode **`service_only`** - All writes go through MemoryClient. No direct ClickHouse access. ### Writes None - read-only skill ## Provenance Every write includes: | Field | Source | |-----