local-approvalsLocal approval system for managing agent permissions. Use CLI to approve/deny requests, view history, and manage auto-approved categories.
Install via ClawdBot CLI:
clawdbot install shaiss/local-approvalsGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated Mar 1, 2026
A financial institution uses this skill to manually approve AI agent requests for sensitive operations like fund transfers or report generation before execution. It ensures regulatory compliance by logging all approvals and denials in state.json for audit trails.
In a hospital setting, AI agents handling patient records must get approval for accessing or modifying data. This skill allows administrators to review requests based on category, such as medical history updates, and auto-approve trusted categories after initial vetting.
A tech company employs this skill to manage AI-driven infrastructure changes, like server deployments or configuration updates. Engineers approve requests via CLI, using the --learn option to auto-approve safe categories after validation, reducing manual oversight over time.
An e-commerce platform uses the skill to approve AI agent actions for order cancellations or refunds. Managers review pending requests to prevent errors, with history tracking helping identify patterns and optimize auto-approval lists for routine tasks.
An online learning platform integrates this skill to approve AI-generated content or user submissions. Moderators use the CLI to list and review requests, denying inappropriate categories and resetting auto-approvals if issues arise, ensuring safe educational environments.
Offer this skill as part of a subscription-based AI management platform, charging monthly fees for features like advanced analytics on approval history and priority support. Revenue scales with the number of agents or approval volume managed.
Sell perpetual licenses to large organizations for on-premises deployment, with customization options for integration into existing security systems. Revenue comes from one-time license fees plus annual maintenance and update charges.
Provide consulting services to help businesses implement and customize the skill, including training, workflow design, and integration with other tools. Revenue is generated through project-based fees and ongoing support contracts.
💬 Integration Tip
Integrate this skill by calling core functions like submit_request from other AI agents, and use the CLI for manual oversight; ensure state files are backed up regularly to prevent data loss.
Scored Apr 19, 2026
Use when reviewing code for security vulnerabilities, implementing authentication flows, auditing OWASP Top 10, configuring CORS/CSP headers, handling secrets, input validation, SQL injection prevention, XSS protection, or any security-related code review.
gws CLI: Shared patterns for authentication, global flags, and output formatting.
Set up Gmail API access via gog CLI with manual OAuth flow. Use when setting up Gmail integration, renewing expired OAuth tokens, or troubleshooting Gmail authentication on headless servers.
Automate OAuth login flows with user confirmation via Telegram. Supports 7 providers: Google, Apple, Microsoft, GitHub, Discord, WeChat, QQ. Features: - Auto-detect available OAuth options on login pages - Ask user to choose via Telegram when multiple options exist - Confirm before authorizing - Handle account selection and consent pages automatically
Self-hosted auth for TypeScript/Cloudflare Workers with social auth, 2FA, passkeys, organizations, RBAC, and 15+ plugins. Requires Drizzle ORM or Kysely for D1 (no direct adapter). Self-hosted alternative to Clerk/Auth.js. Use when: self-hosting auth on D1, building OAuth provider, multi-tenant SaaS, or troubleshooting D1 adapter errors, session caching, rate limits, Expo crashes, additionalFields bugs.
Build secure authentication with sessions, JWT, OAuth, passwordless, MFA, and SSO for web and mobile apps.