Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Admin-only router skill for users, groups, passwords, and account storage in the layered Space Agent runtime.
Use this skill when the user asks to create or remove users, reset passwords, revoke sessions, manage groups, explain admin membership, or describe where account data is stored.
This skill is shipped from L0/_admin/..., so if you can see it you are already in an admin-readable scope. Still confirm with await space.api.userSelfInfo() before making changes and make sure groups.includes("_admin") is true.
admin-user-management/users
Load for user roots, user.yaml, password.json, logins.json, password resets, session revocation, and guest-account notes.admin-user-management/groups
Load for group.yaml, special groups, membership inheritance, manager inheritance, and how _admin access is granted.await space.skills.load("admin-user-management/users")await space.skills.load("admin-user-management/groups") if the task also changes group membership or admin accessawait space.skills.load("admin-user-management/groups")await space.skills.load("admin-user-management/users") if the task also creates or removes concrete usersnpx skills add agent0ai/space-agent --skill admin-user-managementHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Very clear and well structured, with almost no room for misunderstanding.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Highly actionable with clear, concrete steps that an agent can follow directly.