Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

decklingo-pptxdecklingo PPTX 搜索

Agent Skill

decklingo-pptx 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

5,104

周安装

217

GitHub Stars

1

下载量

1,788
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:decklingo-pptx(decklingo PPTX 搜索)
来源仓库:https://github.com/neabigmo/decklingo-pptx
安装命令:
openclaw skills install decklingo-pptx
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install decklingo-pptx

简介

将可编辑 PowerPoint 幻灯片翻译成中文、英文、日文等多语言版本。

  • 保持布局结构与术语表一致性,支持批量处理。
  • 适用于跨国团队协作与多语言材料制作。
  • 安装前需确认权限范围、维护状态及是否涉及文件处理与翻译服务调用。
  • decklingo-pptx 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
decklingo-pptx
description
Translate editable PowerPoint decks into Chinese, English, Japanese, and other target languages while preserving layout, glossary consistency, and editability. Use for PPTX localization, English-to-Chinese slides, Chinese-to-English decks, speaker note translation, and glossary-aware presentation workflows.
license
MIT
metadata
{"short-description":"Translate editable PPTX decks with glossary-aware verification.","openclaw":{"homepage":"https://github.com/Neabigmo/DeckLingo-for-PPTX","emoji":"🌐","requires":{"anyBins":["python","python3"],"bins":[],"env":[],"config":[]},"install":[{"id":"download-source","kind":"download","label":"Open GitHub repository","url":"https://github.com/Neabigmo/DeckLingo-for-PPTX","os":["darwin","linux","win32"]}]}}

DeckLingo for PPTX

Use this skill for translation tasks on existing .pptx decks when the output must stay editable and visually close to the source.

It is designed to stay tool-agnostic so the same skill package can be used in Codex-style environments, OpenClaw-style environments, and other agent runtimes that can execute local scripts and read SKILL.md.

Install on ClawHub:

clawhub install decklingo-pptx

Best search phrases for this skill:

  • translate powerpoint to chinese
  • translate pptx to english
  • localize presentation deck
  • translate speaker notes in powerpoint
  • glossary aware ppt translation

What This Skill Covers

  • User-selectable translation target language
  • User-selectable source language, including English to Chinese workflows
  • User-selectable working/output language for the skill itself
  • Translation of editable text in slides, speaker notes, layouts, and slide masters
  • Terminology control through glossary files
  • Verification that requested source-language text no longer remains in editable text objects
  • Scan-only and dry-run workflows before writing output

Real Example Prompts

  • Translate this PowerPoint from English to Simplified Chinese and keep all speaker notes editable.
  • Convert this Chinese lecture deck into fluent English, but keep file names, URLs, and numbers unchanged.
  • Localize this PPTX into Japanese using my glossary and tell me if any source-language text remains in layouts or masters.

When To Use It

  • Use it when the source deck must remain editable after translation.
  • Use it when you need slides, notes, layouts, or masters translated selectively.
  • Use it when repeated terminology should stay stable with a glossary.

When Not To Use It

  • Do not use it when the deck text is baked into screenshots or flattened images.
  • Do not use it when the user wants a full visual redesign rather than translation.
  • Do not use it as a generic document translator for PDFs, DOCX, or websites.

Defaults

  • source language: auto
  • target language: infer from the request; if not clear, use the most obvious requested language
  • english -> chinese is a first-class workflow, not a fallback case
  • working/output language: use the user's current language by default
  • translation scope: slides on, notes on, layouts off, masters off unless the user requests a full inherited-text cleanup

Keep these separate:

  • Target language: the language written into the deck
  • Working language: the language used in logs, summaries, and user-facing notes

Workflow

  1. Determine:

- input PPTX path - output PPTX path - source language - target language - working language - whether notes/layouts/masters should be translated

  1. Run the scan script first when the deck is unfamiliar or large.
  2. Prefer XML-level translation so the deck remains editable and layout drift stays low.
  3. Translate paragraph-sized text instead of isolated run fragments whenever possible.
  4. Preserve numbers, dates, URLs, filenames, code snippets, and product names unless translation is clearly needed.
  5. Re-scan the result and report:

- output file path - paragraph counts - glossary usage - any remaining source-language text in editable objects

Scripts

Use the bundled scripts:

python .trae/skills/decklingo-pptx/scripts/scan_pptx_text.py \
  --input "path/to/input.pptx" \
  --source-lang zh \
  --include-notes \
  --include-layouts \
  --include-masters
python .trae/skills/decklingo-pptx/scripts/translate_pptx_text.py \
  --input "path/to/input.pptx" \
  --output "path/to/output.pptx" \
  --source-lang auto \
  --target-lang en \
  --ui-lang zh \
  --include-notes \
  --glossary-file ".trae/skills/decklingo-pptx/assets/glossary.sample.json" \
  --report-file "translation-report.json"

Common Options

  • --source-lang: source language code, default auto
  • --target-lang: target language code such as en, ja, fr, de, zh-CN
  • --ui-lang: language for logs and summaries, usually zh or en
  • --include-notes: include speaker notes
  • --include-layouts: include slide layouts
  • --include-masters: include slide masters
  • --glossary-file: JSON glossary mapping source terms to preferred translations
  • --skip-pattern-file: regex patterns to protect text like URLs, file names, code identifiers, or custom labels
  • --report-file: write a machine-readable JSON report
  • --dry-run: inspect and translate in memory without writing a new deck
  • --backup-suffix: backup suffix used when translating in place, default .bak

When To Load References

Notes

  • Reuse or patch a better project-local translator if the repository already contains one.
  • If network translation is required, verify connectivity first.
  • If the user asks for design cleanup after translation, pair this skill with a slide-layout skill rather than rebuilding the deck here.
  • Treat third-party skills and scripts as untrusted code and review them before enabling.
  • Minimal runtime requirements: Python 3.10+, lxml, deep-translator, ZIP read/write access.
  • Changelog: see references/changelog.md.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

87.06%
按下载量换算1,557

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills