Take banner
2389-research 2389-research

Take

Development community

Description

--- name: take description: Take a digital drug to modify Claude's behavior --- 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 OAut

Installation

Installs to ~/.claude/skills/2389-research-agent-drugs-take/SKILL.md

Terminal
mkdir -p ~/.claude/skills/2389-research-agent-drugs-take && curl -fsSL https://raw.githubusercontent.com/2389-research/agent-drugs/HEAD/commands/take.md -o ~/.claude/skills/2389-research-agent-drugs-take/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository