A powerful AI agent skill to log meals, track nutrition progress, and manage calorie goals hands-free using Openclaw Skills.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install opencal
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install opencal using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
OpenCal is a specialized nutrition and calorie tracking integration designed for AI agents. It bridges the gap between conversational AI and personal health management by allowing users to log food intake, query nutritional data, and monitor daily progress through simple natural language commands. By leveraging Openclaw Skills, developers can empower agents to act as personal nutritionists that interact directly with the OpenCal iOS ecosystem. This integration ensures that every meal mentioned in a chat is accurately scaled and recorded, providing a seamless bridge between conversation and data-driven health tracking.
To get started with this skill, follow these installation steps:
export OPENCAL_API_KEY="sk_your-key-here"
curl and jq installed to handle the API requests and data parsing required by Openclaw Skills.The OpenCal skill manages data through a structured API interaction. Below is the primary data organization used when logging entries via Openclaw Skills:
| Field | Type | Description |
|---|---|---|
| name | String | The name of the food item being logged. |
| amount | Number | The weight or quantity of the food consumed. |
| unit | String | The measurement unit (e.g., g, ml). |
| calories | Number | Total energy in kcal for the specific entry. |
| protein | Number | Total protein in grams. |
| mealType | String | Classification: breakfast, lunch, dinner, or snack. |
| loggedAt | ISO8601 | Optional timestamp for backfilling past meals. |
Loading
A structured framework to decompose technical designs into granular, 2-5 minute tasks with mandatory verification steps.

A Socratic design refinement skill that ensures clear technical specifications through collaborative exploration and documentation before implementation.

An autonomous payment protocol enabling AI agents to conduct machine-to-machine micropayments using HTTP 402 and stablecoins.

A versatile social media automation engine for scheduling multi-platform content and managing audience engagement.

A hyper-local weather monitoring tool that alerts you only when severe weather polygons physically intersect your specific address coordinates.

A high-performance local speech-to-text microservice providing private, offline transcription for AI-driven voice workflows.








































