daily-brief — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited daily-brief (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Generate an executive daily brief from Aicoo context, then derive top strategies and a matrix view.
AICOO_API_KEY must be sethttps://www.aicoo.io/api/v1POST /api/v1/briefingPOST /api/v1/briefing/strategiesPOST /api/v1/briefing/matrixGET /api/v1/briefingscurl -s -X POST "https://www.aicoo.io/api/v1/briefing" \
-H "Authorization: Bearer $AICOO_API_KEY" \
-H "Content-Type: application/json" \
-d '{"timeDuration":"last 24 hours"}' | jq .This returns:
statusQuoSummarytodoSummarycalendarSummarynotesSummaryemailAttentionSummarysuggestions[]curl -s -X POST "https://www.aicoo.io/api/v1/briefing/strategies" \
-H "Authorization: Bearer $AICOO_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"statusQuoSummary":"...",
"todoSummary":"...",
"calendarSummary":"...",
"notesSummary":"...",
"emailAttentionSummary":"..."
}' | jq .curl -s -X POST "https://www.aicoo.io/api/v1/briefing/matrix" \
-H "Authorization: Bearer $AICOO_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"statusQuoSummary":"...",
"todoSummary":"...",
"calendarSummary":"...",
"notesSummary":"...",
"emailAttentionSummary":"..."
}' | jq .curl -s "https://www.aicoo.io/api/v1/briefings?limit=10" \
-H "Authorization: Bearer $AICOO_API_KEY" | jq .Use /loop or /routine directly.
/loop example/loop 24h generate my daily brief from /v1/briefing, then generate /v1/briefing/strategies and /v1/briefing/matrix. Return a concise executive summary with top 3 actions./routine example/routine daily-brief every weekday at 08:30: run /v1/briefing + /v1/briefing/strategies + /v1/briefing/matrix and post concise output.Use the provided script:
# Every weekday at 08:30
30 8 * * 1-5 /path/to/aicoo-skills/scripts/daily-brief-cron.sh >> /tmp/aicoo-daily-brief.log 2>&1Optional envs:
PULSE_BRIEF_TIME_DURATION (default: last 24 hours)PULSE_BRIEF_SAVE_NOTE=1 (save output to /os/notes)PULSE_BRIEF_NOTE_TITLE_PREFIX (default: Daily Brief)When you report to user, include:
Keep concise and action-oriented.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.