Use when admin requests adding a human user to the system, changing human permissions, removing human access, or managing human accounts.
70
86%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Medium
Suggest reviewing before use
Import real human accounts into AgentTeams with configurable permission levels. Humans use their own Matrix client (Element) to communicate with agents.
| Level | Can talk to | Use case |
|---|---|---|
| 1 | Manager + all Team Leaders + all Workers (= Admin equivalent) | CTO, tech lead |
| 2 | Specified Team Leaders + their Workers + specified standalone Workers | Team member, PM |
| 3 | Specified Workers only | External collaborator |
bash /opt/agentteams/agent/skills/human-management/scripts/create-human.sh \
--matrix-id "@john:domain" --name "John Doe" \
--level 2 --teams alpha-team --workers standalone-dev \
--email john@example.comFull workflow: read
references/create-human.md
--matrix-id, random password generated--teams and --workers are ignored--teams — only --workers matterscreate-human.sh with --update flag| Admin wants to... | Read | Key script |
|---|---|---|
| Add a human user | references/create-human.md | scripts/create-human.sh |
| List/query humans | — | agt get humans |
| Remove human access | — | agt delete human <name> |
785c2db
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.