Common Room Integration (Community)
SkillAI & modelsLets your agent look up community member activity and engagement data from Common Room.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Common Room Integration (Community) skill
About this capability
Look up community member engagement and signals via Common Room. Use this skill when the user asks about community activity, member engagement, or community signals.
What this skill tells your AI
The instructions your AI receives, as published by builderio/agent-native in templates/analytics/.builder/skills/commonroom/SKILL.md and read by ahel’s review.
Use the shared provider API actions
Common Room has no provider-specific action, route, or server client in Analytics. Use the shared provider API substrate:
provider-api-catalogwithprovider: "commonroom"to inspect the registered base URL, authentication, official docs, and examples.provider-api-docsbefore relying on a remembered endpoint, filter, or pagination shape.provider-api-requestfor the authenticated request. The server injectsCOMMONROOM_API_TOKENas a bearer token; never pass it in action arguments.
For broad member or activity pulls, pass stageAs and the documented
pagination settings, then use query-staged-dataset to search or aggregate the
complete staged cohort.
Example workflow
pnpm action provider-api-catalog --provider=commonroom
pnpm action provider-api-docs --provider=commonroom
pnpm action provider-api-request --provider=commonroom --method=GET --path=/members
Key Patterns & Gotchas
- Verify member-search, activity, and segment endpoints in
provider-api-docs; do not rely on the removed bespoke client's assumptions. - Report the method, path, filters, returned row count, and pagination coverage.
- Use raw activity/member evidence for exhaustive or absence-sensitive claims.
Signals
- GitHub stars
- 5k
- Forks
- 440
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
commonroom- Source
- github.com/builderio/agent-native