·vcr-http-recording
</>

vcr-http-recording

yonatangross/skillforge-claude-plugin

VCR.py HTTP recording for Python tests. Use when testing Python code making HTTP requests, recording API responses for replay, or creating deterministic tests for external services.

4Installs·0Trend·@yonatangross

Installation

$npx skills add https://github.com/yonatangross/skillforge-claude-plugin --skill vcr-http-recording

SKILL.md

| once | Record if missing, then replay | | newepisodes | Record new, replay existing | | none | Never record (CI) | | all | Always record (refresh) |

| Record mode | once for dev, none for CI | | Cassette format | YAML (readable) | | Sensitive data | Always filter headers/body | | Custom matchers | Use for LLM APIs |

http-recording Keywords: record HTTP, vcr.usecassette, record mode, capture HTTP Solves:

VCR.py HTTP recording for Python tests. Use when testing Python code making HTTP requests, recording API responses for replay, or creating deterministic tests for external services. Source: yonatangross/skillforge-claude-plugin.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/yonatangross/skillforge-claude-plugin --skill vcr-http-recording
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is vcr-http-recording?

VCR.py HTTP recording for Python tests. Use when testing Python code making HTTP requests, recording API responses for replay, or creating deterministic tests for external services. Source: yonatangross/skillforge-claude-plugin.

How do I install vcr-http-recording?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/yonatangross/skillforge-claude-plugin --skill vcr-http-recording Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/yonatangross/skillforge-claude-plugin