← 返回 Skills 市场
yikailucas

Life Radar Repo

作者 Lucas · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
160
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install life-radar-repo
功能描述
Build a concise “what needs action now” daily brief by aggregating reminders from multiple channels (email, calendar, SMS/iMessage, weather, and task notes)...
使用说明 (SKILL.md)

Life Radar

Generate an action-first digest, not a raw data dump.

If the user asks from a specific role perspective (CEO / manager / employee), read references/modes.md and adapt prioritization/output accordingly.

Output format

Always output in this structure:

  1. Must-do (today) — max 3 items
  2. Should-do (soon) — max 5 items
  3. Nice-to-have — max 3 items
  4. Suggested next actions — 1-line commands the user can say next

Each item must include:

  • What happened
  • Why it matters
  • Deadline/time window (or “unspecified”)

Priority rules

Classify with this order:

  • P0 Must-do
    • Payment due / account risk / security alert
    • Meeting in \x3C2h
    • Time-sensitive message requiring response today
  • P1 Should-do
    • Meeting or task in 24-72h
    • Follow-up pending from important contact
    • Logistics prep (travel, weather-impact, documents)
  • P2 Nice-to-have
    • Low urgency updates
    • Optional optimization tasks

If uncertain, downgrade priority and mark uncertainty explicitly.

Source collection flow

Collect only what is available in current environment; skip unavailable sources without failing.

  1. Calendar events (today + tomorrow)
  2. Recent urgent messages (SMS/iMessage/email/DM)
  3. Billing or financial notifications
  4. Weather impact for planned outings
  5. Existing tasks/notes (if connected)

Time-window defaults

  • If user asks "today": prioritize 0-24h window
  • If user asks "this week": prioritize 7-day window, still keep Must-do today-centric
  • If user asks without a window: default to today + next 72h

Safety and quality

  • Redact secrets, tokens, and full account numbers.
  • Avoid hallucinating dates or amounts; mark as unknown when missing.
  • Prefer fewer high-confidence items over many noisy items.
  • If no meaningful items, return: “Today looks clear. No urgent actions detected.”

Trigger phrases

Treat these as strong triggers:

  • “今天有什么要处理”
  • “给我每日行动清单”
  • “帮我做个优先级摘要”
  • “扫一下我今天的事情”
  • “daily action digest”
安全使用建议
This skill is instruction-only and appears to do what it says, but it needs access to several personal data sources (calendar, email, SMS/iMessage, billing, tasks). Before enabling: (1) check which platform connectors or account permissions the agent will be granted and limit them to only the sources you want aggregated; (2) test the skill with non-sensitive data or a limited mailbox/calendar to confirm it redacts sensitive values as promised; (3) confirm retention/visibility rules (will summaries or raw data be stored or sent externally?) and revoke permissions if you see unexpected access.
功能分析
Type: OpenClaw Skill Name: life-radar-repo Version: 1.0.0 The skill bundle is a well-structured set of instructions for an AI agent to generate daily action digests by aggregating data from calendars, messages, and tasks. It contains no executable code, and the instructions in SKILL.md explicitly include safety guidelines to redact secrets and tokens, showing no evidence of malicious intent or data exfiltration.
能力评估
Purpose & Capability
The name/description match the SKILL.md: the skill's purpose is to aggregate reminders from calendar, email, SMS/iMessage, weather, and tasks and prioritize them. It does not declare any environment variables or binaries — this is plausible for an instruction-only skill that relies on the platform's existing connectors, but the skill implicitly expects access to multiple personal data sources (email, SMS, calendar) without documenting what connectors/permissions it will use.
Instruction Scope
Instructions are focused on producing an action-first digest and include clear output structure, priority rules, source collection order, and safety guidance (redact secrets, avoid hallucinated dates). However, the 'collect only what is available in current environment' phrasing grants broad discretion to read whatever connected sources exist (calendar, messages, billing notifications, tasks), which is expected for this purpose but worth noting as scope-broadening.
Install Mechanism
No install specification and no code files — lowest-risk delivery model (instruction-only). Nothing is written to disk and no external downloads or package installs are required.
Credentials
The skill requests no environment variables or credentials in metadata, which aligns with having no install. But its function requires access to potentially sensitive sources (email, SMS, calendar, billing). The metadata does not state which connectors or permissions it expects, so verify platform-level connector grants before enabling.
Persistence & Privilege
always is false and the skill is user-invocable; model invocation is allowed (default). This is normal. There is no indication the skill modifies other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install life-radar-repo
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /life-radar-repo 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of life-radar skill: - Aggregates reminders from email, calendar, SMS/iMessage, weather, and task notes into a prioritized daily brief. - Sorts actions into Must-do, Should-do, and Nice-to-have, with clear categorization rules. - Adapts prioritization based on user's role when specified. - Always structures output with concise, actionable items (what, why, deadline) and suggested next actions. - Handles missing data sources gracefully and marks uncertainty. - Responds strongly to daily planning and action summary trigger phrases.
元数据
Slug life-radar-repo
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Life Radar Repo 是什么?

Build a concise “what needs action now” daily brief by aggregating reminders from multiple channels (email, calendar, SMS/iMessage, weather, and task notes)... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 160 次。

如何安装 Life Radar Repo?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install life-radar-repo」即可一键安装,无需额外配置。

Life Radar Repo 是免费的吗?

是的,Life Radar Repo 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Life Radar Repo 支持哪些平台?

Life Radar Repo 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Life Radar Repo?

由 Lucas(@yikailucas)开发并维护,当前版本 v1.0.0。

💬 留言讨论