What this is
Meeseeks turns repeatable computer workflows into structured skills any agent can run. The same JSON drops into Claude (Agent Skills format), GPT (system prompt + tool calls), Gemini, or a local model β no translation layer, no per-agent rewrite.
The pipeline
- Author a skill in a small Zod-validated JSON shape with bbox / accessibility-tree / success-check grounding.
- Bundle it: derive
SKILL.md(Anthropic Agent Skills frontmatter),manifest.json(grounding metadata), andactions.toon(token-oriented action list). - Run through the Playwright executor β accessibility-first resolution, screenshots per step, JSON receipt.
Why it matters
Today, every agent platform reinvents skill capture: ChatGPT custom GPTs, Claude Skills, Operator macros β all incompatible. Meeseeks is the smallest spec that keeps a skill portable while preserving the grounding metadata that makes execution safe.
Try it
Click βοΈ Author to paste a skill JSON (or pick a sample), see the plan with placeholders substituted, then π¦ Bundle to see the three derived artifacts. π§Ύ Receipts shows real screenshots from the executor walking through these skills on a mock paralegal app.
Skill JSON β paste or pick a sample
Plan output
Pick a sample and click Export bundle.
Real screenshots from the Playwright executor running these skills against the local mock paralegal app. Each pair is the page state before and after the step's action. Resolved via accessibility role + name (the gold-standard grounding path) β no bbox or text fallback needed.