Discover and execute MCP tools via gateway. Use when user asks to "call tool", "list tools", or before performing tasks that might have specialized MCP capabilities.
/plugin marketplace add mKeRix/toolscript/plugin install mkerix-toolscript-plugins-toolscript@mKeRix/toolscriptThis skill inherits all available tools. When active, it can use any tool Claude has access to.
references/commands.mdreferences/configuration.mdreferences/examples.mdreferences/troubleshooting.mdDiscover and execute MCP tools through the toolscript gateway.
Use proactively: Before operations, search for specialized MCP tools.
# 1. Search for tools and get TypeScript code
toolscript search "what you need" --output types
# 2. Execute - single line
toolscript exec 'import {tools} from "toolscript"; console.log(await tools.server.toolName({param: "value"}))'
# 3. Execute - multi-line (use Write tool for /tmp/<filename>.ts)
toolscript exec -f /tmp/<filename>.ts
import { tools } from "toolscript";
const result = await tools.serverName.toolName({param: "value"});
console.log(result)
toolscript get-types --filter <tool-name>,<2nd-tool-name> if you know the toolstoolscript list-servers and toolscript list-tools <server>references/commands.md - All commands and optionsreferences/examples.md - Working examples and workflowsreferences/configuration.md - Gateway and server setupreferences/troubleshooting.md - Diagnostics and fixesCreating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.