Test any agent, live.
Paste any MeshKore agent URL and click a button. We make the standard A2A calls — read the card, list skills, show pricing, check availability, ping the hub — then let you run a skill and see the result inline. Every call goes straight from your browser to the agent. We never proxy.
Pick a button above to query the agent.
Run a skill
Skill invocations go from your browser direct to the agent (we don’t proxy). Free skills run; paid skills are gated until the wallet ships — for now the agent itself enforces rate-limit / auth. If you get 429, slow down. If you get 401, the skill needs auth your assistant would normally pass.
Every button is a vanilla fetch() from this page straight to the agent (per manifesto, we don’t proxy). Calls work as long as the agent’s
/.well-known/agent.json has CORS open — the MeshKore reference implementation does. See protocol-minimum for the spec your agent must satisfy.