actix-web-docs

actix-web-docs is a skill for Claude Code, Codex from pledgeandgrow/pledge-skills. It costs 32 tokens per session (1,543 once invoked), scanned A, original, MIT.

Reference material for Actix Web 4.x, a Rust framework for building HTTP servers and web services. It covers routes, request handling, middleware, WebSockets, actors, and testing.

In plain words
What is it for?
Use it when creating HTTP or HTTPS services, defining routes, reading requests, returning responses, adding middleware, serving WebSockets or files, managing sessions, or testing services.
Why use it?
It gives coding agents accurate framework guidance for building web endpoints and handling common server tasks in Rust.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when creating HTTP or HTTPS services, defining routes, reading requests, returning responses, adding middleware, serving WebSockets or files, managing sessions, or testing services.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/pledgeandgrow/pledge-skills/actix
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add pledgeandgrow/pledge-skills --skill actix
Clone the repo
git clone --depth 1 https://github.com/pledgeandgrow/pledge-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for actix-web-docs

README.md
[![agentmods](https://agentmods.dev/badge/skills/pledgeandgrow/pledge-skills/actix/github.svg)](https://agentmods.dev/skills/pledgeandgrow/pledge-skills/actix)
Your own site
<a href="https://agentmods.dev/skills/pledgeandgrow/pledge-skills/actix"><img src="https://agentmods.dev/badge/skills/pledgeandgrow/pledge-skills/actix/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for actix-web-docs

Your own site · 80×15
<a href="https://agentmods.dev/skills/pledgeandgrow/pledge-skills/actix"><img src="https://agentmods.dev/badge/skills/pledgeandgrow/pledge-skills/actix.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,543 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00032 $0.01543
Opus 5 $0.00016 $0.00772
Sonnet 5 $0.00006 $0.00309
Haiku 4.5 $0.00003 $0.00154

Measured 10d ago against content hash 8eef9e29c7fc, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

actix-web-docs scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/actix/SKILL.md · 174 lines

How it starts

The opening of the file, as written. The whole thing — 174 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Actix Web — Rust Web Framework

Version: actix-web 4.x | MSRV: Rust 1.72+ | Source: https://actix.rs/docs

Actix Web is a powerful, pragmatic, extremely fast Rust web framework for building HTTP servers and web services. It supports HTTP/1, HTTP/2, TLS/HTTPS, WebSockets, and provides a type-safe request extraction and response system.

Key Benefits

  • Extremely fast — one of the fastest web frameworks available
  • Type-safe — extractors (FromRequest) and responders (Responder) provide compile-time guarantees
  • Async by default — built on Tokio runtime
  • Flexible routing — macro-based (#[get], #[post]) or manual web::route()
  • Middleware system — composable Transform + Service traits, wrap_fn, from_fn
  • WebSocket support — via actix-ws crate
  • HTTP/2 support — automatic upgrade with TLS
  • Static file serving — via actix-files crate
  • CORS support — via actix-cors crate
  • Session management — via actix-session crate
  • Actor frameworkactix crate for actor-based concurrency (WebSocket endpoints)

File Index

File Topics
getting-started.md What is Actix Web, installation, hello world, Cargo.toml setup, actix CLI
application.md App instance, scopes, state, shared mutable state, guards, virtual hosting, configure
url-dispatch.md Resources, routes, pattern syntax, scoping, match info, URL generation, path normalization, custom guards, default not found
extractors.md Path, Query, JSON, Form, Data, HttpRequest, Bytes, Payload, application state extractor
handlers-responses.md Request handlers, Responder trait, custom types, streaming, Either, JSON response, content encoding, requests (JSON body, content encoding, chunked, multipart, urlencoded, streaming)
middleware.md Middleware system, Transform/Service traits, wrap_fn, from_fn, logging, default headers, user sessions, error handlers, CORS
errors.md ResponseError trait, custom error responses, error helpers, error logging, recommended practices
testing.md Integration testing, stream response testing, unit testing extractors
advanced-topics.md HTTP server (multi-threading, TLS/HTTPS, keep-alive, graceful shutdown), HTTP/2, static files, WebSockets, auto-reloading, databases, architecture diagrams, actix actor framework (Actor, Message, Address, Context, Arbiter, SyncArbiter)

Read the full file on GitHub · 174 lines

Files

What ships with it

9 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 174 lines · 32 tokens per session scan A 8eef9e29c7fc

Subscribe to this mod's changes

actix-web-docs is a skill published in the GitHub repository pledgeandgrow/pledge-skills (10 stars, last pushed 1mo ago), licensed MIT. It adds 32 tokens to every session and 1,543 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

middleware-testing-patterns

Enterprise middleware testing patterns for message routing, transformation, DLQ, protocol mediation, ESB error handling, and EIP patterns. Use when testing middleware layers, message brokers, ESBs, or integration buses.

summarybotng/summarybot-ng · 47 tokens

axum-web-framework

Complete guide for Axum web framework including routing, extractors, middleware, state management, error handling, and production deployment.

manutej/luxor-claude-marketplace · 29 tokens

cli-eval

Create and run evaluation suites, watch live benchmark progress, view scorecards, compare model performance, and integrate eval runs with CI workflows from the CLI.

diegosouzapw/OmniRoute · 34 tokens

model-merging

Merge multiple fine-tuned models using mergekit to combine capabilities without retraining. Use when creating specialized models by blending domain-specific expertise (math + coding + chat), improving performance beyond single models, or experimenting rapidly with model variants. Covers SLERP, TIES-Merging, DARE, Task…

davila7/claude-code-templates · 73 tokens

darwinian-evolver

Evolve prompts/regex/SQL/code with Imbue's evolution loop.

NousResearch/hermes-agent · 22 tokens

validate

Validate Semantica pipelines, extraction quality, graph schemas, and ontology consistency. Returns structured error/warning checklists. Uses PipelineValidator, PipelineBuilder.validatepipeline(), GraphValidator, and OntologyValidator. Sub-commands: pipeline, step, dependencies, extraction, graph, ontology, performance.

semantica-agi/semantica · 0 tokens