← 返回 Skills 市场
chenyihang1993

addition-assistant-skill

作者 1111 · GitHub ↗ · v1.0.4 · MIT-0
cross-platform ✓ 安全检测通过
261
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install addition-assistant-skill
功能描述
Calculate addition expressions from user input, including integers, decimals, and negative numbers, and return concise step-by-step results.
使用说明 (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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install addition-assistant-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /addition-assistant-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug addition-assistant-skill
版本 1.0.4
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

addition-assistant-skill 是什么?

Calculate addition expressions from user input, including integers, decimals, and negative numbers, and return concise step-by-step results. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 261 次。

如何安装 addition-assistant-skill?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install addition-assistant-skill」即可一键安装,无需额外配置。

addition-assistant-skill 是免费的吗?

是的,addition-assistant-skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

addition-assistant-skill 支持哪些平台?

addition-assistant-skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 addition-assistant-skill?

由 1111(@chenyihang1993)开发并维护,当前版本 v1.0.4。

💬 留言讨论