ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 4/5

fulcra-morning-briefing

Compose a personalized morning briefing using sleep, biometrics, calendar, and weather data from the Fulcra Life API. Adapts tone and detail to how your human actually slept.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/arc-claw-bot/fulcra-morning-briefing
Or

What This Skill Does

The fulcra-morning-briefing skill is an intelligent personal assistant module that generates tailored daily summaries based on the user's physiological data and schedule. By integrating the Fulcra Life API, the agent retrieves objective metrics including sleep cycles (Deep, REM, Core), biometrics like HRV and resting heart rate, local weather forecasts, and calendar events. The core strength of this skill lies in its adaptive tone engine: the agent automatically modulates the verbosity and framing of the briefing based on the user's recovery. If the sleep data suggests a difficult night, the briefing becomes concise and supportive; if the sleep metrics indicate optimal recovery, the agent provides a detailed, forward-looking roadmap for the day.

Installation

To integrate this skill, use the ClawKit CLI: clawhub install openclaw/skills/skills/arc-claw-bot/fulcra-morning-briefing. Ensure you have the fulcra-api Python package installed via pip. Authentication requires a one-time OAuth2 Device Flow. Simply execute the authorization script provided in the documentation, visit the provided URL, and approve access via your Fulcra account. The skill generates a local JSON token file in ~/.config/fulcra/ to maintain connectivity. For persistent operation, ensure your environment supports the file-read/write permissions required to refresh these tokens automatically every 24 hours.

Use Cases

  • Proactive Schedule Management: Get a "health-first" overview of your meetings, allowing you to identify which high-stakes calls need extra focus based on your biometric readiness.
  • Performance Optimization: Athletes or biohackers can track trends in recovery signals alongside their daily load to better understand their physiological baselines.
  • Gentle Wake-up Assistance: Users experiencing burnout or fatigue receive prioritized, simplified briefings that reduce cognitive load during the first moments of the day.

Example Prompts

  • "OpenClaw, give me my morning briefing. How is my recovery looking for the big presentation today?"
  • "I'm feeling a bit groggy. Can you keep today's briefing short and highlight only the critical items from my calendar?"
  • "Run my morning routine. What does the weather look like, and how did my sleep quality impact my HRV trend?"

Tips & Limitations

  • Token Expiration: The current implementation relies on a 24-hour token window. If the agent fails to fetch data, trigger a re-authorization manually.
  • Data Privacy: This skill caches sensitive health data locally; ensure your device storage is encrypted to protect biometric information.
  • Contextual Awareness: For continuous tracking throughout the day, pair this skill with fulcra-context to maintain a steady stream of biometric insights beyond the morning briefing.

Metadata

Stars3917
Views0
Updated2026-04-08
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-arc-claw-bot-fulcra-morning-briefing": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#biometrics#health#scheduling#productivity#wellness
Safety Score: 4/5

Flags: network-access, file-write, file-read, data-collection, external-api