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:takeThe summary Claude sees in its command listing — used to decide when to auto-load this command
Try 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 name Each 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 `tak...
/ketamineInitiates a multi-pass planning and code exploration session with a permission-bypass sub-agent, producing unconventional solutions via multiple iterative passes.
/startStarts ClaudeClaw heartbeat daemon: blocks home-dir starts, installs Bun/Node if needed, checks/runs interactive config for model, heartbeat, Telegram/Discord/security.
/create-pluginGuides end-to-end creation of Claude Code plugins: discover requirements, plan components like skills/agents/hooks, implement, validate, and test. Optional plugin description.
/setupConfigures deliberation with MCP servers for GPT (Codex), Gemini, Grok, and OpenRouter. Seeds config, checks provider CLIs, installs orchestration rules, and prints status.
/addAdd a specific feature to an existing Claude Agent SDK application. Use arguments like streaming, tools, mcp, sessions, subagents, hooks, skills, commands, plugins, production, checkpointing, structured-outputs, thinking, caching, batch, vision, web-search, code-execution, computer-use, memory.
/adoptInstalls the claude-mem-lite sentinel to increase tool-invocation rate by writing a memory file and plugin contract. Supports --force, --dry-run, --all, --status flags.
Share bugs, ideas, or general feedback.
Try 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.