Install
openclaw skills install @wenyonglim/habitify-mcpConnect Habitify to OpenClaw with OAuth; read habits and update progress through Habitify's hosted MCP server.
openclaw skills install @wenyonglim/habitify-mcpopenclaw mcp show habitify --json before adding a definition; preserve an existing user's configuration. If absent, register the hosted server:
openclaw mcp add habitify --url https://mcp.habitify.me/mcp --transport streamable-http --auth oauth
habitify-protected-access API helper; do not request a paid API key as an OAuth fallback.openclaw mcp login habitify when authorization is needed. Deliver the sign-in link privately. A loopback callback must reach the machine running login, not merely the user's phone or another computer. For unreachable callbacks use the fallback printed by the login command, documented as openclaw mcp login habitify --code <code>; treat the code as a credential and keep it out of shared artifacts. Keep OAuth tokens in OpenClaw's managed store.openclaw mcp doctor habitify --probe and discover live tool schemas. Verify end-to-end access with the read-only list_habits_by_date tool using a date in YYYY-MM-DD resolved from the user's timezone. Report a successful live read separately from configuration or authorization alone. If tools have not appeared after setup, check availability on a fresh turn before changing configuration or restarting services.