coderClaw

coderclaw directory

Directory lookups for channels that support it (contacts/peers, groups, and β€œme”).

Common flags

Notes

Using results with message send

coderclaw directory peers list --channel slack --query "U0"
coderclaw message send --channel slack --target user:U012ABCDEF --message "hello"

ID formats (by channel)

Self (β€œme”)

coderclaw directory self --channel zalouser

Peers (contacts/users)

coderclaw directory peers list --channel zalouser
coderclaw directory peers list --channel zalouser --query "name"
coderclaw directory peers list --channel zalouser --limit 50

Groups

coderclaw directory groups list --channel zalouser
coderclaw directory groups list --channel zalouser --query "work"
coderclaw directory groups members --channel zalouser --group-id <id>