Install the ToolUniverse Claude Code plugin in one step — provides MCP server with 1000+ scientific tools, 120+ research skills, slash commands, hooks, and the research agent. Use for first-time plugin install, troubleshooting plugin not loading, verifying MCP server connection, listing API key requirements, or configuring auto-update.
74
92%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Low
Low-risk findings.
1 low severity finding. Worth noting, but not necessarily harmful.
The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.
I flagged these URLs because the skill includes commands that fetch and execute remote code at runtime (e.g., curl -LsSf https://astral.sh/uv/install.sh | sh), and it instructs cloning/downloading plugin code (git clone https://github.com/mims-harvard/ToolUniverse.git and https://github.com/mims-harvard/ToolUniverse/releases) and automatically downloads/executes the `tooluniverse` package from PyPI (https://pypi.org/project/tooluniverse/) which all meet the criteria for remote code/control during install/runtime.
089eb8e
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.