发现优质的 AI Agent 技能
聚合 Claude Skills、LangChain、AutoGPT 等优质资源,助力开发者快速构建智能应用
Supabase RLS Generator
Row Level Security is powerful but the policy syntax is tricky. This reads your schema and generates proper RLS policies.
Supabase Gen
Row-level security is a pain to write. This tool reads your Prisma schema and generates proper RLS policies for Supabase. You get secure defaults that actually make sense for your data model.
Solaudit
Security scanner for Solidity smart contracts. Find vulnerabilities before deployment.
CSP Generator
Content Security Policy headers are one of the best defenses against XSS attacks. But writing them is confusing. This tool analyzes your site and generates the right CSP headers automatically. No more guessing which directives you need or accidentally blocking your own scripts.
Code Reviewer
AI-powered code review for staged git changes. Catches bugs, security issues, and code smells before you push.
Clawdbot Security Audit
Comprehensive security scanner and hardening guide for Clawdbot/Moltbot installations.
Auth Auditor
You implemented auth. But did you do it right? This tool audits your authentication code for common security mistakes. Missing CSRF tokens, weak password hashing, insecure session management, JWT misuse. It checks all of it and tells you what needs fixing.
SQL Checker
Paste your SQL, get performance tips and security warnings. Catches N+1s and injection risks.
Dockerfile Generator
Scan your project, get a production-ready Dockerfile. Multi-stage builds, proper caching, security best practices.
CSP Generator
Scan your app and generate a proper Content Security Policy. Stop breaking your site with overly strict rules.
Code Reviewer
AI-powered code review for staged git changes. Catches bugs, security issues, and code smells before you push.
Auth Checker
Scan your auth implementation for security holes. Catches the stuff that gets you hacked.