extension-user-approval
Agent skill from caffeinelabs/skills.
What it does
- Check approval status (isCallerApproved)
- If not approved, show option to request approval (requestApproval)
- Block access to main features for non-approved users
- Admins have access to all features of the application
- Display approval status clearly in the UI
- List all users with their approval status (listApprovals)
- Approve or reject users (setApproval)
Requirements & configuration
- Prerequisite: You must follow extension-authorization first, as this integration depends on it.
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
Source
Repository: https://github.com/caffeinelabs/skills
extension-user-approval FAQ
What does the extension-user-approval skill do?
Approval-based user management. Check approval status (isCallerApproved) If not approved, show option to request approval (requestApproval)
What does extension-user-approval require?
Prerequisite: You must follow extension-authorization first, as this integration depends on it.
How do I install extension-user-approval?
Run: npx -y skills add https://github.com/caffeinelabs/skills --skill extension-user-approval --agent claude-code — the source lives at github.com/caffeinelabs/skills.
Maintain extension-user-approval?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[](https://getagentictools.com/skills/caffeinelabs-skills-extension-user-approval?ref=badge) npx agentictools info skills/caffeinelabs-skills-extension-user-approval The second line is the CLI lookup for this page — handy in READMEs and docs.