Release Har

🌐Community
by chachamaru127 Β· vlatest Β· Repository

Releases a HAR (Host Agent Request) file to deploy applications across your infrastructure, streamlining deployment workflows and reducing manual effort.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add release-har npx -- -y @trustedskills/release-har
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "release-har": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/release-har"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The release-har skill allows you to generate HTTP Archive (HAR) files from a given URL. HAR files are structured documents that record all of the network activity during a browsing session, including requests and responses. This is useful for debugging web performance issues or reproducing user behavior.

When to use it

  • Debugging Web Performance: Analyze slow loading times by inspecting request headers, response sizes, and timings.
  • Reproducing User Behavior: Create a HAR file of a specific user interaction to share with developers or testers.
  • Testing Network Conditions: Simulate different network speeds and conditions using the captured data.
  • Documenting API Interactions: Generate records of API calls for documentation purposes.

Key capabilities

  • Generates HAR files from URLs.
  • Captures request and response headers.
  • Records timings for each HTTP transaction.
  • Provides a structured, machine-readable format for network activity.

Example prompts

  • "Create a HAR file for https://www.example.com."
  • "Generate a HAR of my interaction with the login page at https://mywebsite.com/login."
  • β€œCan you get me a HAR from this URL: https://api.example.org/data?”

Tips & gotchas

The skill requires internet access to fetch the specified URLs and generate the HAR file. Be aware that complex web pages with dynamic content may produce very large HAR files.

Tags

πŸ›‘οΈ

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates β€” what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
chachamaru127
Installs
10

🌐 Community

Passed automated security scans.