Overview
- Skill Key
- brandons7/vitavault
- Author
- brandons7
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/brandons7/vitavault
- Latest Commit SHA
- def01a6e7020a2aab14de75ee4a105d2502f06ec
VitaVault iOS app integration - sync Apple Health data directly to your AI agent. Auto-setup webhook, token generation, and HTTPS exposure. Works with any iPhone, no Mac required.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 vitavault 技能。 若已安装,则直接安装 vitavault 技能。
# VitaVault - Your Health, Decoded Sync Apple Health data from [VitaVault](https://vitavault.io) iOS app directly to your OpenClaw agent. No shared servers, no middleman - data flows phone to your agent only. > **No Mac required.** Install VitaVault from [TestFlight](https://testflight.apple.com/join/A4G27HBt) (beta) or the App Store. ## Agent Setup Guide (DO THIS WHEN USER SAYS "set up VitaVault") When your user asks to set up VitaVault sync, follow these steps automatically. Don't ask the user to do the technical parts - handle it yourself and hand them the URL + token at the end. ### Step 1: Generate a sync token ```bash # Generate a secure random token python3 -c "import secrets; print(secrets.token_hex(32))" > ~/.config/vitavault/sync-token mkdir -p ~/.config/vitavault TOKEN=$(cat ~/.config/vitavault/sync-token) echo "Token: $TOKEN" ``` ### Step 2: Start the webhook ```bash VITAVAULT_SYNC_TOKEN="$TOKEN" nohup python3 scripts/webhook.py --host 0.0.0.0 --port 8787 > /tmp/vitavault-webhook.log 2>&1 & ``` The webhook listens for health data POSTs and saves snapshots to `~/vitavault/data/`. ### Step 3: Expose it over HTTPS The VitaVault iOS app requires HTTPS (iOS App Transport Security). You MUST expose the webhook over HTTPS. Detect what's available and use the first option that works: **Option A: Tailscale Funnel (recommended if Tailscale is installed)** ```bash # Check if Tailscale is available tailscale status 2>/dev/null # If yes, expose via Funnel: sudo tailscale funnel --bg --set-path /vitavault http://127.0.0.1:8787 # Your URL will be: https://<your-tailscale-hostname>/vitavault tailscale funnel status # to see the URL ``` **Option B: Cloudflare Tunnel (if cloudflared is installed)** ```bash cloudflared tunnel --url http://localhost:8787 # Gives you a temporary https://*.trycloudflare.com URL # For permanent: set up a named tunnel with a custom domain ``` **Option C: VPS with a domain + reverse proxy (nginx/caddy)** If the host already has a...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.