Use when you have a written implementation plan to execute in a separate session with review checkpoints
npx skills add millord237/10x-outreach-skill --skill "access-manager"
Install specific skill from multi-skill repository
# Description
|
# SKILL.md
name: access-manager
description: |
User access control, roles, permissions, and multi-tenant management. Use this skill when
the user wants to manage users, roles, permissions, tenants, or credentials.
allowed-tools:
- Bash
- Read
- Write
- AskUserQuestion
Access Manager Skill
Manages users, roles, permissions, multi-tenant configs, and credential vault.
When to Use
- User wants to create or manage user accounts
- User needs to assign or change roles
- User wants to set up multi-tenant isolation
- User needs to manage credentials securely
Core Operations
Users & Roles
python .claude/scripts/rbac.py users
python .claude/scripts/rbac.py create john --role agent
python .claude/scripts/rbac.py role john --role admin
python .claude/scripts/rbac.py grant john --permission platform.linkedin
Multi-Tenant
python .claude/scripts/multi_tenant.py list
python .claude/scripts/multi_tenant.py create "Acme Corp"
python .claude/scripts/multi_tenant.py config TENANT_ID --feature email_campaigns true
Credentials
python .claude/scripts/secure_credentials.py list
python .claude/scripts/secure_credentials.py set EXA_API_KEY "key-value"
python .claude/scripts/secure_credentials.py get EXA_API_KEY
Audit
python .claude/scripts/audit_logger.py query --type auth --days 7
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.