plugins marketplace
← All plugins

api-request-logger

v1.24.0

Log API requests with structured logging and correlation IDs

Claude Code1 skill

by Jeremy LongshoreMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/api-development/api-request-logger/ inside the repository.

Layout

plugins/api-development/api-request-logger/
├── .claude-plugin/plugin.json
└── skills/logging-api-requests/SKILL.md

Skills1

logging-api-requestsskills/logging-api-requests/SKILL.md

Monitor and log API requests with correlation IDs, performance metrics, and security audit trails. Use when auditing API requests and responses. Trigger with phrases like "log API requests", "add API logging", or "track API calls".

Manifests1

plugins/api-development/api-request-logger/.claude-plugin/plugin.json
{
  "name": "api-request-logger",
  "version": "1.24.0",
  "description": "Log API requests with structured logging and correlation IDs",
  "author": {
    "name": "Jeremy Longshore",
    "email": "[email protected]"
  },
  "repository": "https://github.com/jeremylongshore/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "logging",
    "observability",
    "audit",
    "correlation"
  ]
}