From one-horizon
Resolve One Horizon team and member IDs when the user explicitly asks who is on a team or needs exact IDs. Prefer task-management when team lookup is only one step in a larger operational request. Requires One Horizon MCP.
npx claudepluginhub onehorizonai/skills --plugin one-horizonThis skill uses the workspace's default tool permissions.
Resolve team structure and member IDs for subsequent calls.
Manages Microsoft Teams via Graph API: lists teams/channels/members/meetings, adds/removes members, checks usage, troubleshoots access for MSP support.
Automates ClickUp tasks, subtasks, spaces, folders, lists, comments, and team management via Composio Rube MCP tools. Use after connecting ClickUp OAuth for project workflows.
Finds employees, team members, org structure, and experts using Glean tools like employee_search for roles/teams and code_search for contributions. Applies skepticism tests for evidence, recency, and availability.
Share bugs, ideas, or general feedback.
Resolve team structure and member IDs for subsequent calls.
Call list-my-teams:
list-my-teams()
Optional workspace filter:
list-my-teams({ "workspaceId": "<workspaceId>" })
Call find-team-member:
find-team-member({ "query": "Jane" })
Use returned userId and teamId in list-work, work-recap, and other team-scoped tools.