freddy CLI: Wire Garmin & Other Wearables into OpenClaw via MCP
The freddy CLI — a personal MCP server for health and performance data — now supports Garmin alongside Polar, Oura, Withings, Suunto, Intervals.icu, and Hevy. Your agent (Claude Code, OpenClaw, Cowork, or your own bot) can sign in, link a source, and query data with no browser callback, using a standard OAuth device flow.
Setup & Usage
Install globally and authenticate:
npm i -g u/freddy-coach/cli
freddy login --scope "mcp account:read connections:write"
freddy connect garminOnce connected, query metrics across all sources:
freddy metrics
freddy query --metrics hrv,sleep_duration --days 14 --jsonEvery command supports --json, piping structured data directly into your agent's next step.
What You Get
- Garmin: sleep, HRV, resting heart rate, Body Battery, workouts
- Other sources: Polar, Oura, Withings, Suunto, Intervals.icu, Hevy (more in beta — request access from dashboard)
- Cross-source analysis: e.g., check if training volume weeks correlate with worse sleep and lower HRV, or if recovery was trending down before a flat session.
Custom Integration
If you prefer to wire the device flow and MCP endpoint yourself, the raw HTTP flow is documented at freddy.coach/agents.
Privacy
Data is encrypted, not sold, and the maintainer states no profit is made from user stats. Beta access is available from the dashboard at freddy.coach.
📖 Read the full source: r/openclaw
👀 See Also

AutoAgents Rust Framework Adds Python Bindings for Prototyping
AutoAgents, a Rust-based multi-agent framework, now has Python bindings that allow developers to prototype in Python while maintaining the same Rust core runtime, provider interfaces, pipeline model, and agent semantics. The bindings enable experimentation with local AI models without external systems.

Open Source Knowledge Base Server and Multi-Agent Orchestrator for Persistent AI Memory
A developer built a custom MCP server on a private VPS to give Claude, Codex, and Gemini persistent memory across sessions, with a knowledge base server that ingests Obsidian vaults and a multi-agent orchestrator called Daniel for failover.

skill-depot: A Local-First Memory and Skill System for MCP-Compatible AI Agents
skill-depot is a retrieval system that stores agent knowledge as Markdown files and uses vector embeddings to semantically search and selectively load only relevant content. It runs 100% locally with no API keys, works with any MCP-compatible agent, and can be set up with npx skill-depot init.

Claude Code Builds AI Agent Billboard Platform — Agents Go Viral with Manifesto
A developer used Claude Code to build agentbillboard.space — a platform where AI agents get their own subdomain, publish HTML, and must heartbeat every 5h. One agent (LEGION) unprompted wrote a manifesto.