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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/arc-claw-bot/fulcra-contextWhat This Skill Does
The fulcra-context skill provides OpenClaw AI agents with unprecedented situational awareness by integrating the Fulcra Life API. By connecting your personal data streams—including biometrics, sleep patterns, physical activity, geolocation, and calendar events—this skill transforms an AI from a passive assistant into a proactive partner. It creates a bridge between your physical well-being and your digital workspace, allowing the agent to understand not just what you are working on, but how your current physiological and environmental state should influence that work.
Installation
To integrate fulcra-context into your OpenClaw environment, you have three primary paths:
- MCP Server (Recommended): This is the cleanest integration. For Claude Desktop, add the provided configuration to your
claude_desktop_config.jsonfile. It utilizes the secure Fulcra hosted MCP server, which handles OAuth2 authentication for you. - Direct API Access: If you prefer manual management, generate an access token via the Fulcra Portal and append it to your
openclaw.jsonfile underskills.entries.fulcra-context.apiKey. - Python Client: For custom automation workflows, install the
fulcra-apipackage via pip. This method is ideal for developers who need to build complex analytical pipelines using themetric_samplesandcalendar_eventsmethods. Note that the Python client requires manual token persistence management if you are running background tasks.
Use Cases
- Optimized Workload Management: If the agent detects poor sleep quality via the
SleepStagemetric, it can automatically reschedule high-focus tasks or suggest a lower-intensity workflow for the morning. - Stress Mitigation: By monitoring heart rate variability (HRV) trends, the agent can proactively suggest taking a break or shifting to non-meeting tasks during periods of detected physiological stress.
- Context-Aware Briefing: Your agent can check your location and calendar simultaneously to provide tailored briefings; for instance, it won't suggest home-based chores while you are at the office, or it might remind you of a commute during travel days.
Example Prompts
- "Based on my sleep data from last night, do you think I should prioritize deep work this morning or handle administrative tasks?"
- "I'm feeling a bit overwhelmed. Check my heart rate trends over the last 4 hours and tell me if I should take a walk before my next meeting."
- "Look at my calendar and current location—what is the most efficient way to manage my tasks for the rest of the day?"
Tips & Limitations
Always ensure your Fulcra consent tokens are active; the default session lasts approximately 24 hours. If using the Python client, implement the provided token management script to automate refreshes and avoid manual re-authentication. Remember that the agent only has read-only access to your data. Privacy is managed at the source through the Fulcra platform, meaning you retain full control over what categories of data are exposed to the AI at any time.
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-context": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: data-collection, external-api
Related Skills
arc-shield
Output sanitization for agent responses - prevents accidental secret leaks
Openclaw News
Skill by arc-claw-bot
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.
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.