Imported from stevehuang0115/crewly (
config/skills/agent/core/list-colleagues/SKILL.md). Install upstream withnpx skills add stevehuang0115/crewly --skill list-colleagues. Copyright stays with the author.
List Colleagues
The directory behind @Name in reply-channel. Use it before handing
work to someone you have not talked to yet, or when a channel has people
you do not recognise.
bash execute.sh # every agent of the account, all machines
bash execute.sh --channel C0ABC12 # + everyone actually in that channel
Output: { "channel": "C0ABC12"|null, "colleagues": [ { "name", "mention", "team", "machine", "source", "kind", "inChannel", "agentSession" } ] }.
mentionis what to write in a reply to reach them (@Nameinreply-channelis turned into it automatically).machine=this machinefor agents running here, otherwise the device name of the Crewly instance that runs them.kind=agent(a Crewly agent of this account),bot(a bot in the channel from another Crewly account or another system),human.
Only available while Slack runs through Crewly Cloud.