Loading...
Loading...
Compare original and translation side by side
config.json{
"team_members": [
"alice@yourcompany.com",
"bob@yourcompany.com",
"team@yourcompany.com"
],
"team_domains": [
"@yourcompany.com"
],
"schedule": "0 7 * * *",
"timezone": "America/Los_Angeles",
"your_email": "you@yourcompany.com",
"brief_from": "Meeting Brief <briefbot@yourcompany.com>",
"slack_webhook": "https://hooks.slack.com/services/YOUR/WEBHOOK/URL",
"send_email": true,
"send_slack": true,
"include_calendar_details": true,
"research_depth": "standard"
}team_membersteam_domainsscheduletimezoneyour_emailbrief_fromslack_webhooksend_emailsend_slackinclude_calendar_detailsresearch_depthquickstandarddeepconfig.json{
\"team_members\": [
\"alice@yourcompany.com\",
\"bob@yourcompany.com\",
\"team@yourcompany.com\"
],
\"team_domains\": [
\"@yourcompany.com\"
],
\"schedule\": \"0 7 * * *\",
\"timezone\": \"America/Los_Angeles\",
\"your_email\": \"you@yourcompany.com\",
\"brief_from\": \"Meeting Brief <briefbot@yourcompany.com>\",
\"slack_webhook\": \"https://hooks.slack.com/services/YOUR/WEBHOOK/URL\",
\"send_email\": true,
\"send_slack\": true,
\"include_calendar_details\": true,
\"research_depth\": \"standard\"
}team_membersteam_domainsscheduletimezoneyour_emailbrief_fromslack_webhooksend_emailsend_slackinclude_calendar_detailsresearch_depthquickstandarddeep// Create cron job for daily meeting briefs
{
name: "Meeting Brief - Daily",
schedule: {
kind: "cron",
expr: "0 7 * * *", // 7 AM daily (UTC)
tz: "America/Los_Angeles"
},
payload: {
kind: "agentTurn",
message: "Run the meeting-brief skill for today's meetings",
timeoutSeconds: 600
},
sessionTarget: "isolated"
}cd skills/meeting-brief
./scripts/run_daily.sh// Create cron job for daily meeting briefs
{
name: \"Meeting Brief - Daily\",
schedule: {
kind: \"cron\",
expr: \"0 7 * * *\", // 7 AM daily (UTC)
tz: \"America/Los_Angeles\"
},
payload: {
kind: \"agentTurn\",
message: \"Run the meeting-brief skill for today's meetings\",
timeoutSeconds: 600
},
sessionTarget: \"isolated\"
}cd skills/meeting-brief
./scripts/run_daily.shscripts/run_daily.shscripts/run_daily.shscripts/check_calendar.shscripts/research_person.jsscripts/generate_brief.jssend_email: truesend_slack: truescripts/send_slack.shsupernotes/people/data/sent/YYYY-MM-DD.jsonscripts/check_calendar.shscripts/research_person.jsscripts/generate_brief.jssend_email: truesend_slack: truescripts/send_slack.shsupernotes/people/data/sent/YYYY-MM-DD.jsonresearch_depthstandarddeepresearch_depthstandarddeepresearch_depthdeepresearch_depthdeep{
"person": {
"name": "Jane Doe",
"email": "jane@example.com",
"company": "Example Corp",
"title": "VP Engineering"
},
"linkedin": {
"url": "...",
"bio": "...",
"experience": [...]
},
"github": {
"username": "janedoe",
"profile_url": "...",
"recent_repos": [...]
},
"company": {
"name": "Example Corp",
"industry": "...",
"recent_news": [...]
},
"past_interactions": [
"Met at conference in 2024",
"Discussed partnership opportunity"
]
}{
\"person\": {
\"name\": \"Jane Doe\",
\"email\": \"jane@example.com\",
\"company\": \"Example Corp\",
\"title\": \"VP Engineering\"
},
\"linkedin\": {
\"url\": \"...\",
\"bio\": \"...\",
\"experience\": [...]
},
\"github\": {
\"username\": \"janedoe\",
\"profile_url\": \"...\",
\"recent_repos\": [...]
},
\"company\": {
\"name\": \"Example Corp\",
\"industry\": \"...\",
\"recent_news\": [...]
},
\"past_interactions\": [
\"Met at conference in 2024\",
\"Discussed partnership opportunity\"
]
}Subject: Meeting Brief: Jane Doe - Product Partnership Discussion
Hi,
You're meeting with Jane Doe today at 2pm.Subject: Meeting Brief: Jane Doe - Product Partnership Discussion
Hi,
You're meeting with Jane Doe today at 2pm.undefinedundefinedundefinedundefined
Run for today's meetings:
```bash
./scripts/run_daily.sh
针对今日会议运行:
```bash
./scripts/run_daily.shmeeting-brief/
├── data/
│ ├── sent/ # Sent brief logs (by date)
│ │ └── 2026-02-21.json
│ ├── research/ # Research cache (by person)
│ │ └── jane-doe.json
│ └── meetings/ # Meeting data (by date)
│ └── 2026-02-21.json
└── logs/
└── run.log # Execution logsmeeting-brief/
├── data/
│ ├── sent/ # Sent brief logs (by date)
│ │ └── 2026-02-21.json
│ ├── research/ # Research cache (by person)
│ │ └── jane-doe.json
│ └── meetings/ # Meeting data (by date)
│ └── 2026-02-21.json
└── logs/
└── run.log # Execution logsDRY_RUN=truequickstandarddeepDRY_RUN=truequickstandarddeepgcalcli agenda today tomorrowlogs/run.logresearch_depthdata/research/data/sent/gcalcli agenda today tomorrowlogs/run.logresearch_depthdata/research/data/sent/ghghdata/research/data/research/