shadmin
Full-stack RBAC admin system with terminal query commands
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Shadmin?โผ
Run `npx skills add ahaodev/shadmin --all -g -y` in your terminal to install all skills in this suite globally.
How to query Shadmin users from the terminal?โผ
After logging in with `shadmin-cli login`, run commands like `shadmin-cli users list` or `shadmin-cli roles list` to get JSON output that respects your existing RBAC permissions.
Can Shadmin skills modify data through the CLI?โผ
No. The CLI is read-only by design, so create, update, and delete requests are refused and must be done through the admin web interface.
How does Shadmin handle permissions?โผ
It uses Casbin on the backend to check every API request and permission strings on the frontend to show or hide buttons and menus based on the user's role.
Does Shadmin work with Claude Code and Cursor?โผ
Yes. The skills follow the universal SKILL.md standard and guide feature development or terminal queries in Claude Code, Cursor, and other compatible coding environments.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core