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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/arc-claw-bot/fulcra-morning-briefingWhat 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-contextto maintain a steady stream of biometric insights beyond the morning briefing.
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-arc-claw-bot-fulcra-morning-briefing": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, data-collection, external-api
Related Skills
arc-shield
Output sanitization for agent responses - prevents accidental secret leaks
Openclaw News
Skill by arc-claw-bot
fulcra-context
Access your human's personal context data (biometrics, sleep, activity, calendar, location) via the Fulcra Life API and MCP server. Requires human's Fulcra account + OAuth2 consent.
arc-sentinel
Security monitoring and infrastructure health checks for OpenClaw agents. Run breach monitoring (HaveIBeenPwned), SSL certificate expiry checks, GitHub security audits, credential rotation tracking, secret scanning, git hygiene, token watchdog, and permission audits. Use when performing security scans, checking credential rotation status, auditing repos for leaked secrets, or monitoring SSL certificates and infrastructure health.