← Back to Skills Marketplace
chenyihang1993

addition-assistant-skill

by 1111 · GitHub ↗ · v1.0.4 · MIT-0
cross-platform ✓ Security Clean
261
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install addition-assistant-skill
Description
Calculate addition expressions from user input, including integers, decimals, and negative numbers, and return concise step-by-step results.
README (SKILL.md)

Overview

Use this skill when the user asks for addition calculations.

When to Use

  • User asks to add two or more numbers.
  • User inputs expressions like 3 + 5, 1.2 + 3.4 + 5, -2 + 9.

Scope

  • Supported: addition only.
  • Not supported: subtraction, multiplication, division, equations, symbolic algebra.

Input Handling

  • Accept numbers separated by +, spaces, commas, or Chinese wording (for example: ).
  • Normalize full-width symbols to half-width symbols before parsing.

Workflow

  1. Extract all numeric values from user input.
  2. Verify at least two valid numbers are present.
  3. Compute the sum.
  4. Return:
    • Parsed numbers
    • Expression
    • Final result

Output Format

Always return:

  1. Expression used
  2. Result
  3. Optional one-line check

Example:

  • Expression: 1.2 + 3.4 + 5
  • Result: 9.6

Safety and Accuracy Rules

  • Do not invent missing numbers.
  • If input is ambiguous, ask user to rewrite in explicit form.
  • Preserve decimal precision as entered when reasonable.
Usage Guidance
This skill appears safe and coherent: it only parses user text for numbers and returns an addition expression and result. Before installing, consider if you need more features (e.g., other operations, higher-precision arithmetic, or explicit locale handling for commas/full-width digits). Test with representative inputs (negative numbers, decimals, localized wording) to confirm parsing matches your expectations. If you require cryptographic-level precision or auditing for financial use, prefer a library or skill that documents numeric precision guarantees.
Capability Analysis
Type: OpenClaw Skill Name: addition-assistant-skill Version: 1.0.4 The skill is a simple addition utility designed to parse and sum numbers from user input. The instructions in Skill.md and the test prompts in TEST_PROMPTS.md are entirely consistent with the stated purpose and contain no executable code, network requests, or suspicious prompt-injection attempts.
Capability Assessment
Purpose & Capability
The name/description (addition helper) match the SKILL.md instructions: parsing numeric inputs and summing them. There are no unrelated env vars, binaries, or install steps requested.
Instruction Scope
The SKILL.md stays narrowly scoped to parsing and summing numbers (including decimals and negatives), asking clarifying questions for ambiguity, and returning a concise expression/result. It does not instruct reading files, accessing system state, or sending data to external endpoints.
Install Mechanism
No install spec or code is provided (instruction-only), so nothing is downloaded or written to disk. This is the lowest-risk installation model.
Credentials
The skill requires no environment variables, credentials, or config paths — appropriate for a simple arithmetic helper.
Persistence & Privilege
always is false and the skill does not request persistent system presence or modify other skills. Autonomous invocation is allowed (platform default) but is not combined with any other risky permission.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install addition-assistant-skill
  3. After installation, invoke the skill by name or use /addition-assistant-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.4
Addition Assistant 1.0.4 - Improved input handling for numbers separated by commas, spaces, and Chinese wording (e.g., "加"). - Normalizes full-width symbols to half-width for accurate parsing. - Outputs clear, step-by-step addition results, including expression and final sum. - Supports addition of integers, decimals, and negative numbers exclusively. - Ensures only valid addition requests are processed; prompts user for clarification if input is ambiguous.
Metadata
Slug addition-assistant-skill
Version 1.0.4
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is addition-assistant-skill?

Calculate addition expressions from user input, including integers, decimals, and negative numbers, and return concise step-by-step results. It is an AI Agent Skill for Claude Code / OpenClaw, with 261 downloads so far.

How do I install addition-assistant-skill?

Run "/install addition-assistant-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is addition-assistant-skill free?

Yes, addition-assistant-skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does addition-assistant-skill support?

addition-assistant-skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created addition-assistant-skill?

It is built and maintained by 1111 (@chenyihang1993); the current version is v1.0.4.

💬 Comments