LogoClawIndex
CasesSkillsAbout
LogoClawIndex

skrift-forms - Pydantic form system with CSRF and rendering

Provides Pydantic-backed form validation, single-use CSRF token verification, HTML template rendering, and filter hook integration.

Tags

Updated: 2026-09-18

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Validate form inputs with Pydantic
  • Verify single-use CSRF tokens
  • Render form HTML templates
  • Register form models dynamically
  • Trigger post-validation filter hooks

Inputs

  • HTTP requests
  • Pydantic form models
  • Form submission data

Outputs

  • Validated form data instances
  • Rendered HTML form markup
  • Form error messages
  • Rotated session CSRF tokens

Requirements

  • Python
  • Pydantic
  • Litestar
  • Jinja2

Source

  • Spec: SKILL.md

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.
forms
pydantic
csrf
templates
validation
Validate form inputs with Pydantic
Verify single-use CSRF tokens
Render form HTML templates
Register form models dynamically
HTTP requests
Pydantic form models
Form submission data
Validated form data instances
Rendered HTML form markup
Form error messages