add

Compute the sum of two numeric inputs and return plain-text results.

70|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/gaearon/woodshed --skill add
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add
Source: https://github.com/gaearon/woodshed/tree/main/test/root/skills/add/correct
Command: npx skills add https://github.com/gaearon/woodshed --skill add

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manual addition of numbers in prompts can lead to errors and slow down tasks. This Skill provides correct, instant sums to keep conversations flowing smoothly.

Core Features & Use Cases

  • Accurate two-number addition: computes the sum of given numeric inputs (integers or decimals).
  • Plain-text results: returns the sum in a simple, copy-friendly format suitable for logs or chat.
  • Use Case: In a tutoring session, ask the skill to add 12.5 and 7.25 to obtain 19.75 without manual calculation.

Quick Start

add 4 and 7

Frequently Asked Questions about add

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

FAQPage Schema
How do I add numbers accurately in a chat prompt without manual calculation?

To add numbers accurately in a chat prompt, you can use an arithmetic skill to compute the sum of two numeric inputs instantly. It parses integers or decimals and returns the correct result as plain text.

Can I calculate the sum of decimal numbers during a tutoring session?

Yes, you can calculate the sum of decimal numbers during a tutoring session by providing two numeric inputs. The skill processes decimals like 12.5 and 7.25 to return accurate sums such as 19.75.

What is the best way to get a plain-text result for quick arithmetic?

The best way to get a plain-text result for quick arithmetic is using a calculation skill that outputs simple, copy-friendly sums. This format is suitable for logs or chat without requiring manual formatting.

Does this arithmetic skill support adding more than two numbers at once?

No, this arithmetic skill does not support adding more than two numbers at once. It is designed specifically to compute the sum of exactly two numeric inputs for simple arithmetic tasks.

Do I need any dependencies to perform simple addition in my prompts?

No, you do not need any dependencies to perform simple addition in your prompts. The skill operates independently to parse numbers and return precise addition results directly in your chat.