agentsclimarketplace

Web auth integrator

Skill 0x-Professor/Agent-Skills-Hub/skills/web-auth-integrator

Public skill pack for AI coding/automation/penetration-testing agents.

Install
npx -y skills add 0x-Professor/Agent-Skills-Hub --skill web-auth-integrator

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 10 stars10 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Integrate authentication and authorization flows with provider-specific setup and RBAC safeguards.

The file declares its own license as Apache-2.0. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

1.5 KB, as published. Nobody here has run it

Web Auth Integrator

Objective

Implement authentication and authorization end-to-end based on project-config.json.

Required Workflow

  1. Read project-config.json and determine auth provider.
  2. For Clerk:
    • install @clerk/nextjs or @clerk/clerk-react
    • wrap app with ClerkProvider
    • protect routes with auth middleware
    • configure Clerk webhooks
  3. For Auth.js / NextAuth:
    • configure providers (Google, GitHub, credentials)
    • choose JWT or DB sessions
    • protect API routes and pages
  4. For Supabase Auth:
    • use supabase.auth
    • configure OAuth providers
    • configure magic links
  5. For custom JWT:
    • scaffold /auth/register, /auth/login, /auth/refresh
    • hash passwords with bcrypt
    • sign/verify JWTs (jose or jsonwebtoken)
    • implement refresh-token rotation
  6. Implement RBAC middleware.
  7. Add CSRF protection and secure cookie flags (HttpOnly, SameSite=Strict, Secure).
  8. Output auth integration artifacts and auth-report.json.

Execution

python skills/web-auth-integrator/scripts/auth_integrator.py --input <workspace> --output <out.json> --format json

References

  • references/tools.md

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.