Quick Reference
Prerequisites
- TestDino account with at least one project. Sign up at app.testdino.com.
- OpenClaw setup already installed and running. See the OpenClaw docs if not.
Set up TestDino in OpenClaw
The TestDino skill bundles the prompts and tool routing that connect OpenClaw to your TestDino workspace. It runs on top of the Local MCP Server.Install OpenClaw
2026.5.26, upgrade:Generate a TestDino Personal Access Token
td_pat_) authorizes OpenClaw to read your TestDino project data.- Sign in to app.testdino.com
- Open your profile menu and go to User settings → Personal access tokens
- Click Generate new token, set a name (for example,
openclaw-bot) and an expiration - Grant read access to the projects you want to query from chat
- Copy the
td_pat_...token. It is shown once and cannot be retrieved later.
Install the TestDino skill
Install testdino-mcp
PATH:Create the mcporter config
Verify the MCP layer
Save the PAT in OpenClaw
- Go to Skills → TestDino
- Paste your PAT into the API key field
- Click Save key
blocked to eligible.
Or set it from the CLI:Connect a Chat Platform
OpenClaw works across multiple chat platforms, and the TestDino setup remains the same for all of them. Choose the platform where you want the TestDino bot to run and follow the corresponding OpenClaw channel setup guide.Supported channels
openclaw channels --help to see the full list available in your installed version.
Send a test message
In the chat, replace@YourBot with the bot’s handle:
Troubleshooting
The bot does not reply in chat
The bot does not reply in chat
mcporter call testdino.health returns 'Unknown MCP server'
mcporter call testdino.health returns 'Unknown MCP server'
mcporter.json is missing or in the wrong location. Recreate it at the path shown in Step 5 and run the verify step again.MCP error: connection was closed
MCP error: connection was closed
testdino-mcp binary is not installed or the PAT is invalid.where returns “not found”, reinstall with npm install -g testdino-mcp and confirm your global npm bin is on PATH.Dashboard shows 'blocked' status for the skill
Dashboard shows 'blocked' status for the skill
openclaw skills info testdino-playwright. Resolve whichever requirement is failing:bin:testdino-mcpfailed → runnpm install -g testdino-mcpenv:TESTDINO_PATfailed → save your PAT in the dashboard or viaopenclaw config set(see Step 7)
Gateway will not start
Gateway will not start
Config validation errors after upgrading OpenClaw
Config validation errors after upgrading OpenClaw
doctor --fix cannot repair a specific field, open ~/.openclaw/openclaw.json and align it with the schema shape the error message points to.