agentpmt-tool-complex-math-tool-d00c32

Perform percentage, ratio, rounding, random, and aggregate math via AgentPMT API.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/firef1ie/OpenClawSkills --skill agentpmt-tool-complex-math-tool-d00c32
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentpmt-tool-complex-math-tool-d00c32
Source: https://github.com/firef1ie/OpenClawSkills/tree/main/openclaw-agentpmt-tool-complex-math-tool-d00c32
Command: npx skills add https://github.com/firef1ie/OpenClawSkills --skill agentpmt-tool-complex-math-tool-d00c32

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates a wide range of mathematical calculations, from basic percentages and rounding to complex statistical operations and random number generation, eliminating the need for manual computation or separate tools.

Core Features & Use Cases

  • Percentage Operations: Calculate percentages, percent of total, percent increase/decrease.
  • Ratio and Rounding: Simplify ratios, round numbers to specified decimal places.
  • Random Number Generation: Generate random floats and integers within defined ranges.
  • Aggregate Functions: Calculate sum, average, minimum, and maximum for arrays of numbers.
  • GCD Calculation: Find the greatest common divisor for fractions and ratios.
  • Use Case: Automatically calculate the year-over-year revenue growth percentage for a financial report.

Quick Start

Use the agentpmt-tool-complex-math-tool-d00c32 skill to calculate 15% of 200.

Frequently Asked Questions about agentpmt-tool-complex-math-tool-d00c32

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I calculate percentage increase or decrease for financial reporting?

You can calculate percentage increase or decrease for financial reporting using the percentage operations feature, which handles percent of total and percent change computations directly through the API.

What's the best way to generate random numbers within a specific range for data analysis?

The best way to generate random numbers for data analysis is using the random number generation feature, which produces random floats and integers within defined ranges via the external API.

Can I calculate aggregate functions like sum and average on arrays of numbers?

Yes, you can calculate aggregate functions like sum, average, minimum, and maximum on arrays of numbers. The Skill processes these statistical operations through the public API endpoints.

Do I need wallet signatures and credits to run math calculations through the API?

Yes, you need wallet signatures and credits to run math calculations, because execution occurs via public endpoints on the AgentPMT external API that require these for processing.

How do I simplify ratios and find the greatest common divisor for fractions?

To simplify ratios and find the greatest common divisor for fractions, use the ratio and GCD calculation features, which process these mathematical operations automatically through the API.

Why does rounding numbers to specified decimal places require an external API call?

Rounding numbers to specified decimal places requires an external API call because the Skill routes all mathematical operations through the AgentPMT public endpoints, which handle the processing logic.