http skills

82 tagged http, measured the same way as everything else here.

Browse within: api 28rest 15golang 13guide 13cybersecurity 12go 12hacking 12actions 10convex 10graphql 10fastapi 9grpc 7hcl 7document-signing 6

httpstat

01

reorx/httpstat

Skill Claude CodeCodex

Diagnose website and API performance using httpstat — a curl wrapper that visualizes HTTP timing breakdowns (DNS, TCP, TLS, server processing, content transfer). Use this skill whenever the user wants to debug slow websites, analyze HTTP/HTTPS latency, profile API response times, understand curl timing output, find…

6.2k 4mo ago A 163 tokens original MIT

convex-http-actions

02

waynesutton/convexskills

Skill Claude CodeCodex

External API integration and webhook handling including HTTP endpoint routing, request/response handling, authentication, CORS configuration, and webhook signature validation.

405 6mo ago A 31 tokens original Apache-2.0

rfc-st/humble

Skill Claude CodeCodex

Expert-level parsing and remediation of 'humble' HTTP security header reports. Use this skill whenever the user provides a report generated by 'humble' (https://github.com/rfc-st/humble), mentions analyzing HTTP response headers, security header grades (A-E), or asks for remediation of findings such as missing…

372 2d ago A 84 tokens original MIT

kui-framework

04

abersheeran/kui

Skill Claude CodeCodex

Guide for building web applications with the Kui framework. Use when writing Kui ASGI/WSGI handlers, defining routes, binding parameters, configuring OpenAPI docs, or working with middleware/dependency injection.

297 5mo ago A 44 tokens original Apache-2.0

noodle-dev

05

wilfredinni/noodle

Skill Claude CodeCodex

Use when developing features for the noodle terminal REST client — adding panes, keybindings, hooks, overlays, auth types, body types, I/O operations, environment features, importers, CLI flags, or any feature work in this codebase.

293 yesterday A 52 tokens original Apache-2.0

noodle-release

06

wilfredinni/noodle

Skill Claude CodeCodex

Prepare a versioned Noodle release by updating package.json, inspecting changes since the latest tag, auditing every repository-maintained skill, synchronizing affected README, AGENTS.md, tests, CHANGELOG.md, noodle-site documentation, and a release blog post, then running the release validation. Use for release…

293 yesterday A 93 tokens original Apache-2.0

noodle-use

07

wilfredinni/noodle

Skill Claude CodeCodex

Teach agents to create, organize, maintain, evaluate, import, convert, and automate noodle terminal REST client collections using supported CLI commands plus YAML and dotenv files.

293 yesterday A 36 tokens original Apache-2.0

frontmcp-config

08

agentfront/frontmcp

Skill Claude CodeCodex

Use when configuring a FrontMCP server through frontmcp.config or the @FrontMcp options. Covers auth modes (public, transparent, local, remote), OAuth plus credential vault and secureStore, CORS, HTTP port / entry-path prefix / unix socket, security headers (CSP, HSTS, X-Frame-Options, X-Content-Type-Options), rate…

147 25d ago A 187 tokens original Apache-2.0

npgsqlrest

09

NpgsqlRest/NpgsqlRest

Skill Claude CodeCodex

Build and modify REST APIs with NpgsqlRest — exposing PostgreSQL as HTTP endpoints from two sources (database functions/procedures/tables/views, and plain .sql files), driven by SQL comment annotations (no C# needed). Use when working in an NpgsqlRest project: writing or changing endpoint SQL (functions or .sql…

127 10d ago A 147 tokens original MIT

Goldziher/spikard

Skill Claude CodeCodex

Skill "common-task-commands" from Goldziher/spikard, covering priority: critical and common task commands.

117 19d ago A 3 tokens original MIT

release-workflow

11

Goldziher/spikard

Skill Claude CodeCodex

Release/publish the spikard Rust core crate and CLI end-to-end. Load when releasing or publishing spikard — cutting a new version, tagging, running gh release create, and installing the released build locally. Covers version set via Taskfile, CHANGELOG roll, the clean-tree precondition, GitHub release, local install…

117 19d ago C 77 tokens original MIT

spikard

12

Goldziher/spikard

Skill Claude CodeCodex

Scaffold Spikard projects and generate code from OpenAPI, AsyncAPI, OpenRPC, GraphQL, and Protobuf schemas using the Spikard CLI or its MCP server. Use when building or updating Spikard-based apps, fixtures, test apps, or agent workflows that should prefer code generation over handwritten boilerplate.

117 19d ago A 70 tokens original MIT

recall_ai

13

mathematic-inc/earl

Skill Claude CodeCodex

Use recall.ai to record video meetings, retrieve transcripts, and access recordings. Use when the user wants to record a meeting, get a transcript, summarize a call, or access meeting audio/video.

113 5d ago A 43 tokens original Apache-2.0

create-template

14

mathematic-inc/earl

Skill Claude CodeCodex

Creates a new Earl HCL template for a specific API, database, or shell command. Use when adding a new service to Earl's template library, or when a pre-built template doesn't cover a needed command.

113 5d ago A 45 tokens original Apache-2.0

secure-agent

15

mathematic-inc/earl

Skill Claude CodeCodex

Locks down an AI agent by configuring platform-level tool restrictions (deniedTools) and Earl network egress rules. Use after Earl is working and templates are created, to make Earl's security guarantee enforceable rather than advisory.

113 5d ago A 48 tokens original Apache-2.0

mdx-pdf-format

16

sazardev/networking-with-go

Skill Claude CodeCodex

Use whenever creating, renaming, or editing any file under docs/ in this repo, or when asked to compile/build the book PDF. Enforces the exact .mdx frontmatter, ID scheme, and heading-depth rules required by the go-pretty-pdf tool (https://github.com/sazardev/go-pretty-pdf) so the whole book keeps compiling.

53 24d ago A 81 tokens

analyze-code

17

sazardev/networking-with-go

Skill Claude CodeCodex

Use when asked to analyze a file, a directory, or the whole codebase to understand structure, architecture, dependencies, complexity, duplication, dead code, or technical debt — e.g. "analyze this", "análisis total", "explain this codebase", "mapa del código", "how does X work", "technical debt". Produces a complete…

53 24d ago A 106 tokens

audit-security

18

sazardev/networking-with-go

Skill Claude CodeCodex

Use when asked to audit or harden security in this repo — e.g. "security audit", "auditoría de seguridad", "revisa la seguridad", "is this secure", "hardening", "vulnerabilities". Audits code, config, workflows, and secrets exposure. Covers injection, secrets, TLS, untrusted input, dependency risk, and CI supply-chain…

53 24d ago A 96 tokens

api-testing

19

laragentic/agents

Skill Claude CodeCodex

Comprehensive API testing, validation, and test suite generation.

13 5mo ago A 14 tokens

sn-architecture

20

signnow/sn-mcp-server

Skill Claude CodeCodex

SignNow MCP Server architecture rules, layer constraints, and design philosophy. Use when working on any source code in this project — implementing features, reviewing code, writing specs, planning, or testing. Covers the Thin Translator philosophy, stateless design, layer access matrix, dependency rules, and known…

8 1mo ago A 76 tokens original MIT

sn-implementation

21

signnow/sn-mcp-server

Skill Claude CodeCodex

Coding standards and implementation patterns for SignNow MCP Server. Use when writing or modifying Python source code in this project — implementing features, fixing bugs, refactoring. Covers layer-specific coding rules, error handling patterns, typing standards, the bug fix protocol, and verification steps. Do NOT…

8 1mo ago A 77 tokens original MIT

sn-testing

22

signnow/sn-mcp-server

Skill Claude CodeCodex

Testing strategy and conventions for SignNow MCP Server. Use when writing, reviewing, or modifying unit tests in this project. Covers per-layer testing patterns, mocking conventions (MagicMock for SignNowAPIClient, AsyncMock for Context), async test handling, parametrize usage, the analyze protocol (3 YES criteria)…

8 1mo ago A 81 tokens original MIT

convex-http-actions

23

JStaRFilms/deprecated-Takomi_Code

Skill Claude CodeCodex

External API integration and webhook handling including HTTP endpoint routing, request/response handling, authentication, CORS configuration, and webhook signature validation.

3 5mo ago A 31 tokens

api

24

LuuOW/meridian-mcp

Skill Claude CodeCodex

FastAPI + async/sync HTTP client patterns, JWT auth, multi-provider routing, Pydantic request/response models, CORS, background tasks, and typed frontend API clients — synthesized from lead-gen-engine and seo-geo-aeo-engine.

0 3d ago A 51 tokens original MIT