
Parkerhancock Wahoolib
- Updated January 6, 2026
- parkerhancock/wahoolib
parkerhancock-wahoolib is a Claude Code plugin that provides a typed Python Wahoo Fitness Cloud API client and an agent skill for OAuth2 and workout integrations.
About
parkerhancock-wahoolib is a Claude Code plugin that pairs a typed Python client for the Wahoo Fitness Cloud API with an in-repo skill so developers can add cycling and workout integrations without reverse-engineering OAuth2 and endpoint shapes from scattered docs. Developers building fitness dashboards, training apps, or automation around Wahoo hardware get concrete models, authentication patterns, and agent-ready guidance in one install. Use it when you are in the build phase and need to pull athlete workouts, sync plans, or prototype integrations against Wahoo’s cloud—not when you are only ideating a fitness concept without code. The plugin assumes you are comfortable with Python and external API credentials; it accelerates the integration subphase by giving Claude Code domain vocabulary (wahoolib, oauth, workout) so implementation sessions stay on the Wahoo contract instead of generic REST guesses. It is niche by design: high leverage for Wahoo users, irrelevant if your product has no fitness cloud dependency.
- Python client library for the Wahoo Fitness Cloud API
- Bundled Claude Code skill with API usage and authentication guidance
- Typed models for workouts, cycling data, and cloud resources
- OAuth2 client flows documented for Wahoo cloud access
- Single-plugin bundle (pluginCount: 1) combining wahoolib and agent skill
Parkerhancock Wahoolib by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin install parkerhancock-wahoolib@parkerhancock/wahoolibAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| Last updated | January 6, 2026 |
|---|---|
| Repository | parkerhancock/wahoolib ↗ |
What it does
Integrate Wahoo Fitness Cloud workouts and athlete data into Python apps and Claude Code sessions with typed models and OAuth2 guidance.
Who is it for?
Best when you're shipping Python or agent-assisted features that read or write Wahoo Fitness Cloud workouts and cyclist data.
Skip if: Projects with no Wahoo integration need or teams standardizing on a different fitness platform exclusively.
What you get
After install, you can call Wahoo cloud APIs from Python and steer Claude Code with fitness-specific models and auth steps instead of generic REST prompts.
- Working Python calls against Wahoo Fitness Cloud endpoints
- Agent-guided OAuth2 and workout integration patterns
- Typed data models for fitness and cycling resources in your codebase
By the numbers
- pluginCount: 1
- Repository: parkerhancock/wahoolib
- Categories: community
Recommended Plugins
How it compares
Domain-specific API client plus skill, not a general development workflow or plugin marketplace.
FAQ
Who is Parkerhancock Wahoolib for?
Python developers and Claude Code users building fitness, cycling, or training products that must integrate with the Wahoo Fitness Cloud API.
When should I use Parkerhancock Wahoolib?
Use it during Build when you are implementing OAuth2, fetching workouts, or modeling Wahoo cloud resources in your application or scripts.
How do I add Parkerhancock Wahoolib to my agent?
Add the plugin from parkerhancock/wahoolib to Claude Code, configure Wahoo OAuth2 credentials per Wahoo developer docs, and invoke the bundled skill when working on API calls.