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.
npx skills add pledgeandgrow/pledge-skills --skill actixgit clone --depth 1 https://github.com/pledgeandgrow/pledge-skillsWrote 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.
[](https://agentmods.dev/skills/pledgeandgrow/pledge-skills/actix)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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 manualweb::route() - Middleware system — composable
Transform+Servicetraits,wrap_fn,from_fn - WebSocket support — via
actix-wscrate - HTTP/2 support — automatic upgrade with TLS
- Static file serving — via
actix-filescrate - CORS support — via
actix-corscrate - Session management — via
actix-sessioncrate - Actor framework —
actixcrate 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) |
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.
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.
- 10d ago First seen · 174 lines · 32 tokens per session scan A 8eef9e29c7fc
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.
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.
axum-web-framework
Complete guide for Axum web framework including routing, extractors, middleware, state management, error handling, and production deployment.
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.
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…
darwinian-evolver
Evolve prompts/regex/SQL/code with Imbue's evolution loop.
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.