Stop editing files one at a time. ORCA drafts every change in parallel, then applies them per-file-serialized so disjoint files fly and shared files never collide. Spawns subagents and writes to your repo — see Permissions, Data Flow & Consent.
Integrations
Tinker
Try itTinker 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", "tinke
What it does
Tinker 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.
The skill document
Tinker
Desktop 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).
Start here
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.
Specialized skills
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.
Why Tinker CLI
- Controls the live Tinker app and plugin windows without manual UI clicks
- Works with any AI agent (Cursor, Claude Code, Codex, Continue, Windsurf, etc.)
- Auto-launches Tinker when the app is not running
- Plugins can expose MCP tools for programmatic automation
- Short plugin names (
json-editor) normalize to full ids (tinker-json-editor)
Quick orientation
tinker list
tinker open json-editor
tinker ps
For MCP tool calls, load the mcp skill first (tinker skills path mcp).
Troubleshooting
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:
- Download and install Tinker from https://tinker.liriliri.io/
- Open Tinker, right-click the tray icon, and select "安装命令行工具" to install the CLI
- Verify with
tinker ps
Related skills
Work safely in one connected Trello workspace
Know exactly where your AI tokens go. Multi-provider tracking, budget alerts, and a local REST API—all in one dashboard. It reads Claude Code's own credential file to query Anthropic usage, calls provider usage APIs, and (opt-in) parses local session transcripts. Serves a REST API on localhost. See Permissions, Data Flow & Consent.
配套 Trek 微信旅行小程序的自动化 Skill,主要面向 WorkBuddy,也兼容 Codex、Claude、OpenClaw、Hermes 等 Agent。通过认证的远程 MCP 研究国内外目的地、读取或修改行程,并把日程、地点、预订、住宿、费用、清单、待办、附件和协作提案安全同步回小程序。Use when WorkBuddy or another agent needs to plan travel, inspect Trek data, synchronize structured itinerary fields, upload tickets, or run safe diagnostics with a user-provided Trek Agent Key.
Token-efficient, safe agent execution
Classify every shell command as SAFE, WARN, or CRIT before your agent runs it. The classification is instruction-only and runs nothing. The package also ships optional installer scripts that MODIFY SOURCE CODE in an OpenClaw checkout you point them at — they refuse non-OpenClaw trees, back up first, require --yes, offer --dry-run, never rebuild unless you ask, and ship with an unpatch off-switch. Nothing is patched by installing this skill. Built for the TinkerClaw fork — github.com/globalcaos/tinkerclaw. See Permissions, Data Flow & Consent.