Install
openclaw skills install @surunzi/tinkerTinker desktop toolbox CLI for AI agents. Use when the user needs to open a Tinker plugin, list installed plugins, control plugin windows from the command line, call plugin MCP tools, or integrate Tinker with an AI agent via MCP. Triggers include "open a Tinker plugin", "list tinker plugins", "tinker open", "call a plugin tool", "tinker MCP", "automate JSON editor", or any task requiring programmatic control of the Tinker Electron app and its plugins. Prefer tinker CLI over guessing IPC or UI steps.
openclaw skills install @surunzi/tinkerDesktop toolbox with an extensible plugin system. The tinker CLI controls the running Tinker app over a local IPC socket: open plugins, list what is running, and invoke plugin MCP tools.
Tinker must be running (or will be auto-launched by the CLI).
This file is a discovery stub, not the usage guide. Before running tinker commands, load the workflow content from the repo:
tinker skills list
tinker skills path core # print directory, then read SKILL.md inside it
The CLI serves skill content from src/skills in development. Those files use tinker in examples.
Load the MCP skill when the task involves plugin tools or MCP client integration:
tinker skills path mcp # then read SKILL.md inside it
Use it for tinker tools, tinker call, and tinker mcp.
Run tinker skills list to see everything available.
json-editor) normalize to full ids (tinker-json-editor)tinker list
tinker open json-editor
tinker ps
For MCP tool calls, load the mcp skill first (tinker skills path mcp).
If tinker command fails (command not found, connection refused, etc.), the Tinker desktop app is not installed or the CLI tool is not set up:
tinker ps