Active banner
2389-research 2389-research

Active

Development community

Description

--- name: active description: Check currently active drugs and remaining duration --- 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..."

Installation

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

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

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

Full documentation available on GitHub

View Source Repository