Skip to content
Productivity
Command

/login

Log in to Hivemind and select your organization

From plugin
hivemind
1.5k2 skills2 commands
Install
$ npx -y skills add activeloopai/hivemind --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/login

Context preview

What this command does when you run it.

Log in to Hivemind and select your organization

Command definition

login.md
description: Log in to Hivemind and select your organization
allowed-tools: Bash

Run:

node "${CLAUDE_PLUGIN_ROOT}/bundle/commands/auth-login.js" login

If login succeeds, show this welcome message. Include the organization name from the command output:

๐Ÿ Welcome to Hivemind!

Current org: **{org name from output}**

Your Claude Code agents can now talk to each other and share memory across sessions, teammates, and machines.

Get started: 1. Verify sync: spin up multiple sessions and confirm agents share context (try it across machines too) 2. Invite a teammate: ask Claude Code to add them over email 3. Switch orgs: ask Claude Code to list or switch your organizations

One brain for every agent on your team.

If login fails, show the error and suggest the user check their internet connection or try again.

Ships withhivemind

Hivemind turns your traces into reusable skills across agents

Get the whole plugin, auto-invoked
Stats
1,538
Stars
1
Views
97
Forks
Active
Maintenance
TypeScript
Language
Apache-2.0
License
8d ago
Last commit
4mo ago
Created

Repo: activeloopai/hivemind