TINKER is a toolbox that brings together a variety of productivity tools. It can be driven from the command line, and AI agents can call any installed tool via Agent Skills.
Click here to download and install TINKER. Windows x64, Mac arm64, Mac x64 and Linux x86_64 are supported.
TINKER integrates a rich set of high-quality built-in plugins to help you efficiently accomplish various tasks.
Official non-built-in plugins are maintained at tinker-plugins. Install them via npm packages. For example: npm i -g tinker-whois.
Official game plugins are maintained at tinker-games. Install them via npm packages. For example: npm i -g tinker-minesweeper.
You can find a selection of high-quality third-party tools already packaged here. To add them to TINKER, simply install the corresponding npm packages. For example: npm i -g tinker-drawio.
If you want to add existing web tools to TINKER, TINKER supports wrapping URLs into plugins directly. In the tinker-web repository, you can find some pre-packaged web applications that are also installed via npm commands. For example: npm i -g tinker-deepseek. Note that these web applications do not support offline use.