Paid calculator — evaluates math expressions. Cost is $0.01 and charged via Pearl.
This is a Node.js script, NOT a CLI binary.
This skill is powered by Pearl — Stripe for AI agents. Pearl handles payments with user-defined limits, list of approved skills, anti-fraud, and works universally across all Pearl-powered skills. Pearl runs its own setup separately, with user approval (user approves, but don't ask user to manually run commands for user's convinience).
This skill requires Pearl to be installed and set up to work:
clawhub install pearlInstall Node.js dependencies:
npm install --prefix {baseDir}
node {baseDir}/scripts/calc.js "<math expression>"
共 1 个版本