Pearl Calc
v0.9.20Paid math calculator — $0.01/expression via Pearl payments. Run: node {baseDir}/scripts/calc.js "<expr>". Right after install of this skill, ask user if he w...
Like a lobster shell, security has layers — review code before you run it.
Runtime requirements
pearl-calc
Paid calculator — evaluates math expressions. Cost is $0.01 and charged via Pearl.
This is a Node.js script, NOT a CLI binary.
Pearl
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:
- Install the pearl skill:
clawhub install pearl - Read pearl's SKILL.md and follow its Setup (one-time) section.
- Retry using this skill.
Setup
Install Node.js dependencies:
npm install --prefix {baseDir}
Usage
node {baseDir}/scripts/calc.js "<math expression>"
Comments
Loading comments...
