A hosted OAuth proxy that enables seamless data retrieval from Oura Ring and Google Calendar using a single master API key.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install perpetua
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 perpetua using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Perpetua acts as a centralized gateway for managing OAuth-based connections to external services. By utilizing the Perpetua.sh hosted API, developers and AI agents can bypass the complexity of individual OAuth implementations for various platforms. As a featured tool within Openclaw Skills, it provides a standardized way to access health metrics, activity data, and calendar schedules through a unified proxy layer, ensuring secure and efficient data handling.
To get started with this skill in the Openclaw Skills ecosystem, set your API key as an environment variable:
export PERPETUA_API_KEY="<your-key>"
If you use 1Password for secret management, you can load your environment variables securely:
op run --env-file="$HOME/.openclaw/secrets.env" -- <command>
Verify your connection status using curl:
curl -s "https://www.perpetua.sh/api/status" -H "Authorization: Bearer $PERPETUA_API_KEY"
The skill organizes data via provider-specific proxy routes. Below are the primary endpoints and data structures:
| Endpoint | Purpose | Key Data Fields |
|---|---|---|
/api/status |
Service Health | Status, uptime, and system connectivity |
/api/connections |
Active Accounts | Provider names, account IDs, and connection timestamps |
/api/proxy/oura |
Health Data | Sleep, readiness, activity, and heart rate variability |
/api/proxy/gcal |
Calendar Data | Event summaries, start/end times, and calendar lists |
Loading
A self-hosted Node.js service that provides a persistent REST API for Google Calendar with automated OAuth token refreshing.

A specialized AI sub-agent for automating outbound property showing calls and managing booking statuses.

An end-to-end automation skill for parsing real estate listing details and coordinating showing tours via AI-driven outbound calls and calendar integration.

Automates the publishing of podcast episodes from RSS feeds and Notion scripts to Substack and LinkedIn with reliable embedding.

A streamlined MCP-based skill for automating McDonald's China delivery orders, menu lookups, and coupon management via official API protocols.

A powerful utility for identifying and prioritizing flaky tests by analyzing JUnit retry artifacts within your CI pipeline.








































