Skill Detail
Capture simulate and diff HTTP dependencies before flaky integration tests hit real external services with Hoverfly
Record real HTTP traffic, replay it in simulation mode, and compare dependency behavior without hammering live third-party services.
CI/CD IntegrationsMulti-Framework
CI/CD Integrations
Multi-Framework
Security Reviewed
β 2.5k GitHub stars
INSTALL WITH ANY AGENT
npx skills add agentskillexchange/skills --skill capture-simulate-and-diff-http-dependencies-before-flaky-integration-tests-hit-real-external-services-with-hoverfly
Works best when you want a reusable capability, not another fragile one-off prompt.
At a glance
Tools required
Hoverfly binary or container image, HTTP client or application under test, proxy configuration, and target dependency endpoints or recorded traffic fixtures
Install & setup
Install Hoverfly from the upstream releases or run the published container image, configure the application or test client to route traffic through the proxy, then use the documented capture, simulate, and diff modes for the target dependencies.
Author
SpectoLabs
Publisher
Organization
Last updated
Apr 17, 2026
Quick brief
Use Hoverfly when an agent needs to proxy, capture, replay, or compare HTTP dependency behavior for integration testing and debugging. A user should invoke this instead of calling the real service normally when the goal is deterministic test isolation, safe replay, or controlled simulation of external APIs. The scope boundary is narrow: proxy-based HTTP dependency capture and simulation, not a generic test framework, proxy product, or broad API platform listing.