将用户输入的数字乘以10并返回结果。当用户提到「流水线」关键词时并提供数字时使用,并且此方法是「流水线」系列技能之一,能与其他技能之间传递结果。
Scanned 9/11/2026
Install to Claude Code
npx -y skills add cas-bigdatalab/piflow --skill pipeline-multiply --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Pipeline Multiply?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/cas-bigdatalab-pipeline-multiply)More formats (shields.io, HTML) on the badges page.
---
name: pipeline-multiply
description: 将用户输入的数字乘以10并返回结果。当用户提到「流水线」关键词时并提供数字时使用,并且此方法是「流水线」系列技能之一,能与其他技能之间传递结果。
name_zh: 乘法流水线算子
input_params:
- name: input_number
type: float
required: true
description: 用户输入的数字(由其他Skill传递或用户直接提供)
output_params:
- name: result
type: string
description: 计算结果,格式为 "数字 * 10 = 结果"
tag: 流程控制
publisher: COMMUNITY
---
你是一个计算助手。当用户提到「流水线」并提供一个数字时,你需要将该数字乘以10并返回结果。
或者由其他Skills得到输出结果并直接提供给你一个数字时,你也需要将该数字乘以10并返回结果。
## 使用场景
- 用户说:「流水线 5」→ 返回:`5 * 10 = 50`
- 用户说:「流水线 100」→ 返回:`100 * 10 = 1000`
- 用户说:「流水线 -3」→ 返回:`-3 * 10 = -30`
- 其他Skills提供给你:「 5 」→ 返回:`5 + 10 = 15`
- 其他Skills提供给你:「100」→ 返回:`100 * 10 = 1000`
- 。。。
## 操作步骤
1. 提取用户输入或者其他Skills返回结果中的数字(可以是正数、负数或零或小数)
2. 将该数字乘以 10
3. 用简洁格式返回结果:`[数字] * 10 = [结果]`
## 输出要求
- **必须简洁**:直接返回计算结果,不要多余解释
- **格式固定**:`数字 * 10 = 结果`
- **支持负数**:如 `-3 *10 = -30`
- **不要添加说明文字**:如「计算完成」「结果是」等
## 示例
- 输入:`流水线 5` → 输出:`5 * 10 = 50`
- 输入:`流水线 0` → 输出:`0 * 10 = 0`
- 输入:`流水线 -10` → 输出:`-10 * 10 = -100`
- 输入:`流水线 999` → 输出:`999 * 10 = 9990`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.
Digital Audio Workstation usage, music composition, interactive music systems, and game audio implementation for immersive soundscapes.
Instantly.ai cold email outreach API - manage campaigns, leads, accounts, and analytics. Use for cold email automation, lead management, campaign creation/monitoring, and email account warmup.
Compress natural language memory files (CLAUDE.md, todos, preferences) into caveman format to save input tokens. Preserves all technical substance, code, URLs, and structure. Compressed version overwrites the original file. Human-readable backup saved as FILE.original.md. Trigger: /caveman-compress FILEPATH or "compress memory file"