Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub 2389-research/claude-plugins --plugin agent-drugsHow this command is triggered — by the user, by Claude, or both
Slash command
/agent-drugs:activeThe summary Claude sees in its command listing — used to decide when to auto-load this command
Try to use the `active_drugs` MCP tool to show all currently active drugs and their remaining time. Display the results clearly showing: - Drug name - Remaining duration - When the drug will expire If the `active_drugs` 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 `active_drugs` anyway - this will trigger Claude Code's OAuth flow automatically. If it still fails, guide the user to use `/mcp` to authenticate manually.
/drug-interactionAnalyzes a medication list for clinically significant drug interactions, providing severity ratings, mechanisms, and management recommendations.
/memsy-doctorChecks Memsy MCP connectivity, identity, and active profile, surfacing setup hints and error-specific remediation steps.
/versionDisplays the BetterCallClaude plugin version, lists all installed commands, agents, skills, and checks MCP server connectivity status.
/agentsLists registered agents with ID, model, last heartbeat as relative time, and status (online/offline/stale). Normal to show one agent in single-machine setups.
/agt-statusFetches and displays the current AGT governance policy status for this session, printing the raw JSON result without summarization.
/activeToggles active learning mode to automatically capture prompts and file edits for local pattern learning. Supports on, off, status arguments and shows stats on status.
Share bugs, ideas, or general feedback.
Try to use the active_drugs MCP tool to show all currently active drugs and their remaining time.
Display the results clearly showing:
If the active_drugs 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 active_drugs anyway - this will trigger Claude Code's OAuth flow automatically. If it still fails, guide the user to use /mcp to authenticate manually.