Cleanor
C
Cleanor
/diff

Line diff between two texts

Compute a line-by-line diff between two texts, marking removed lines with "-", added with "+" and unchanged with two spaces, plus a change count. Use to see exa

liveverifiedunknown~5s typical
mcpprobedcleanor
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-app-cleanor-cleanor /diff for me.

Input

FieldTypeDescription
a*stringThe original ("before") text.
b*stringThe updated ("after") text.

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-app-cleanor-cleanor","endpoint":"/diff","input":{"a":"...","b":"..."}}'
cli
npx cracked-ai run -p mcp-app-cleanor-cleanor -e /diff -i '{"a":"...","b":"..."}'
mcp
run_tool({ provider: "mcp-app-cleanor-cleanor", endpoint: "/diff", input: {"a":"...","b":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.