Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add FoneClaw-AI/foneclaw-android --skill daily-device-briefgit clone --depth 1 https://github.com/FoneClaw-AI/foneclaw-androidWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/foneclaw-ai/foneclaw-android/daily-device-brief)<a href="https://agentmods.dev/skills/foneclaw-ai/foneclaw-android/daily-device-brief"><img src="https://agentmods.dev/badge/skills/foneclaw-ai/foneclaw-android/daily-device-brief/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/foneclaw-ai/foneclaw-android/daily-device-brief"><img src="https://agentmods.dev/badge/skills/foneclaw-ai/foneclaw-android/daily-device-brief.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00015 | $0.00607 |
| Opus 5 | $0.00008 | $0.00303 |
| Sonnet 5 | $0.00003 | $0.00121 |
| Haiku 4.5 | $0.00002 | $0.00061 |
Grade A, and why
daily-device-brief scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 62 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Daily Device Brief
Scope
Use this Skill when the user asks for a quick daily briefing, morning check, evening recap, or a compact status summary for their FoneClaw or ClawFone.
Do not use this Skill for long research tasks, account setup, or tasks that require sending messages, changing settings, or deleting data.
Available Tools
device_battery_status: Check battery level and power-save status.device_network_status: Check current network transport and connectivity.calendar_list_events: List upcoming calendar events in a requested time window.memo_list: List local memos when the user wants reminders included.sysinfo_query: Query already-captured local system information by source and time window.
Recommended Workflows
1. Morning brief
- Treat broad requests to catch up on important, pending, missed, or actionable phone information as this workflow even when the user does not say "brief".
- Resolve the requested time range; use today when no range is given.
- In one batch, call
sysinfo_query(sourceType=all), livesms_list(box=all), and livecalendar_list_events(calendarId=0)for the same range. - If SysInfo collection is disabled or partial, continue with the live SMS and calendar results and state the missing coverage.
- Call
device_battery_status,device_network_status, ormemo_listonly when relevant. - Deduplicate SMS and calendar items returned by both paths. Prefer the live provider row and display/count it once; use source reference/provider id first, then exact source, actor/title, occurrence time, and normalized preview.
- Reply with a short brief grouped by actionability, schedule, updates, and next step.
2. Low-distraction ClawFone recap
- Follow the same SysInfo plus live SMS/calendar workflow as the morning brief.
- Call
device_battery_statusto decide whether the user should charge soon. - Reply in a compact format suitable for a small screen.
- If permissions or services are missing, explain exactly which source could not be covered.
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 10d ago First seen · 62 lines · 15 tokens per session scan A ebca123f0c60
daily-device-brief is a skill published in the GitHub repository FoneClaw-AI/foneclaw-android (6 stars, last pushed 3d ago), licensed MIT. It adds 15 tokens to every session and 607 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
alarm
Call the unintent tool with the following exact parameters.
calendar
Call the unintent tool with the following exact parameters.
timer
Call the unintent tool with the following exact parameters.
read_calendar
Read upcoming calendar events.
browser-use
Direct browser control via CDP for web interaction: automation, scraping, testing, screenshots, and site/app work.
omh-morning-brief
This is a Hermes-native morning-brief workflow skill.