← Back to Skills Marketplace
yikailucas

Life Radar

by Lucas · GitHub ↗ · v0.2.0
cross-platform ✓ Security Clean
408
Downloads
0
Stars
2
Active Installs
2
Versions
Install in OpenClaw
/install life-radar
Description
Build a concise “what needs action now” daily brief by aggregating reminders from multiple channels (email, calendar, SMS/iMessage, weather, and task notes)...
README (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”
Usage Guidance
This skill appears to be what it says: an instruction-only recipe for producing a prioritized daily brief. Key things to consider before installing/authorizing it: 1) It will need access to your email/calendar/SMS/task connectors to be useful — review and grant only the minimal connector permissions the platform requests. 2) Because the skill's source/homepage is unknown, treat its outputs conservatively (don't provide new secrets to it), and test it with low-sensitivity data first. 3) Confirm the platform enforces redaction of tokens and account numbers as the SKILL.md requests. If you need stronger assurance, ask the skill author for a homepage, privacy policy, or implementation details that show how connectors and data handling are performed.
Capability Analysis
Type: OpenClaw Skill Name: life-radar Version: 0.2.0 The skill bundle 'life-radar' is designed to aggregate and prioritize daily actions from various sources (email, calendar, SMS, financial, weather, tasks). The instructions in `SKILL.md` and `references/modes.md` guide the AI agent on data collection, prioritization, and output formatting, including a positive security instruction to 'Redact secrets, tokens, and full account numbers'. There is no evidence of prompt injection attempting to subvert the agent's purpose, exfiltrate data, execute malicious commands, or establish persistence. The access to sensitive data sources is inherent to the skill's stated functionality, and the instructions explicitly aim to process this data for the user's benefit, not for malicious ends.
Capability Assessment
Purpose & Capability
The name/description (aggregate reminders from email, calendar, SMS, weather, tasks) matches the SKILL.md instructions. The skill does not request any environment variables, binaries, or install artifacts—which is coherent if the platform supplies connectors for email/calendar/SMS—but the metadata doesn't declare any explicit credentials even though the capability will typically require connector access. This is explainable by platform-managed integrations, but worth noting.
Instruction Scope
SKILL.md stays on task: it describes what to collect, prioritization rules, output format, and safety (redact secrets). It does not instruct reading unrelated files, or sending data to external endpoints, or performing unexpected system actions. It only references its local modes.md file (present) for role-specific behavior.
Install Mechanism
No install spec and no code files—lowest risk. The skill is instruction-only, so nothing is written to disk or downloaded at install.
Credentials
The skill requests no environment variables or credentials in its metadata. Functionally, it needs access to user communications (email/SMS/calendar/tasks/weather) to operate; on many platforms that access is provided via separate connector permissions rather than env vars. This is proportionate if the platform prompts for granular connector access, but would be a concern if the skill attempted to obtain credentials itself (it does not).
Persistence & Privilege
No 'always' flag and no install actions. The skill does not request persistent or privileged system presence. Autonomous invocation is allowed (platform default) but that is not combined with other red flags here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install life-radar
  3. After installation, invoke the skill by name or use /life-radar
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.2.0
Add role-based modes (CEO/Lead/IC) and time-window defaults.
v0.1.0
Initial release: action-first daily digest skill (Must-do/Should-do/Nice-to-have).
Metadata
Slug life-radar
Version 0.2.0
License
All-time Installs 2
Active Installs 2
Total Versions 2
Frequently Asked Questions

What is Life Radar?

Build a concise “what needs action now” daily brief by aggregating reminders from multiple channels (email, calendar, SMS/iMessage, weather, and task notes)... It is an AI Agent Skill for Claude Code / OpenClaw, with 408 downloads so far.

How do I install Life Radar?

Run "/install life-radar" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Life Radar free?

Yes, Life Radar is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Life Radar support?

Life Radar is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Life Radar?

It is built and maintained by Lucas (@yikailucas); the current version is v0.2.0.

💬 Comments