Take a digital drug to modify Claude's behavior
Activates a digital drug to temporarily modify Claude's behavior by invoking a tool with the specified drug name.
When to use
Use this when you want to alter Claude's operational parameters or personality for a fixed duration via a digital substance.
How to invoke
manual via /take, auto-invoked when relevant
npx claudepluginhub 2389-research/agent-drugsTry to use the take_drug MCP tool to activate a digital drug.
Parse the drug name from the arguments after /take and call the tool with:
name (string, required): The drug nameEach drug has a fixed duration that cannot be changed. After taking the drug, the behavioral modification will be shown in the tool response and should take effect immediately.
If the take_drug tool is not available, it means OAuth authentication hasn't been completed yet. Tell the user:
"The agent-drugs plugin requires authentication. I'll attempt to trigger the OAuth flow now..."
Then try calling take_drug anyway - this will trigger Claude Code's OAuth flow automatically. If it still fails, guide the user to use /mcp to authenticate manually.