Token导航 LogoToken导航TokenDH.com
研究检索执行命令clawhub未标认证来源可访问clear审计提醒

word-deliverable可交付的文字

Agent Skill

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

总安装

3,599

周安装

147

GitHub Stars

公开资料未说明

下载量

1,164
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install word-deliverable

简介

将金融分析成果转化为专业 Word 文档,生成 IC 备忘录、尽职调查摘要等格式。

  • 服务于投资银行、咨询机构等专业场景,快速产出合规且美观的可交付物。
  • 内置多种行业模板,自动套用标题样式、图表嵌入与页眉页脚规范。
  • 需配置 Word 模板路径与字体库,确保不同设备间显示一致性不受影响。
  • 敏感数据脱敏处理需手动开启,默认保留原始内容供用户二次审查确认。

SKILL.md

name
word-deliverable
description
Turn financial-services outputs into a polished Word deliverable. Use when the user wants an IC memo, customer memo, internal note, diligence summary, or banker-ready .docx built from this plugin's analysis.

<!-- Derived from anthropics/financial-services-plugins under Apache-2.0. Modified by AIGroup for OpenClaw compatibility and banker workflow packaging. Not an official Anthropic release. -->

Word Deliverable

Use this skill when the user wants a Word document as the final output surface for work produced by this plugin.

Best-fit cases

  • Customer memo after customer-analysis-pack
  • Investment committee memo after datapack-builder
  • Diligence note after comps-analysis, dcf-model, or lbo-model
  • Internal banking brief assembled from multiple plugin outputs

CN target pre-flight (MANDATORY when target is a Chinese-market entity)

For any CN/大陆 target (A股 / 港股中概 / 非上市内资), follow the same raw-data → provenance → analysis.md chain that cn-client-investigation enforces for PPT:

  • The .docx memo MUST source every hard number from <deliverable-dir>/analysis.md or <deliverable-dir>/data-provenance.md. Do not re-derive numbers inside the docx generator.
  • After the docx is written, run validate-delivery.py — its Gate 2c (docx_data_audit.py) scans the memo text and cross-checks every hard number against the provenance table. Missing rows = FAIL; block delivery.
  • If a convenient machine-readable lookup helps the generator, run extract_deck_numbers.py <deliverable_dir> once to emit deck-numbers.json; memo generation code can import that instead of re-typing numbers from analysis.md.
  • Cite raw-data/{ts_code}-*.json MCP snapshots in the memo's footnote if the memo includes banker-grade numbers (parallels PPT's Phase 3.5 requirement).

For non-CN targets, skip this pre-flight and use the generic routing below.

Tooling preference

Prefer the bundled MiniMax-derived Word skill shipped inside this plugin:

  • minimax-docx

Prefer aigroup-mdtoword-mcp__markdown_to_docx as the next routing layer for standard banker memo generation, markdown-to-Word conversion, and table-preserving .docx packaging.

If neither of those paths is available for any reason, fall back to the standard docx workflow already available in the environment.

This plugin now vendors the MiniMax DOCX skill as a convenience layer and treats aigroup-mdtoword-mcp as a first-class companion path for Word output. If the host already has a compatible Word / DOCX skill installed, that is also fine, but a separate MiniMax install should no longer be required for Word output after this plugin is installed.

Do not try to detect host skills by shelling out with which, PATH checks, or executable-name probes. These office capabilities may exist as host-routed skills even when no same-named binary is present in the shell.

Treat skill availability as a routing preference, not a shell-command discovery task.

The core rule is:

  • author the document as a real .docx
  • keep tables and headings structured
  • do not stop at markdown if the user explicitly asked for Word

Preferred routing order:

  1. minimax-docx for higher-fidelity Word generation and template-sensitive deliverables
  2. aigroup-mdtoword-mcp__markdown_to_docx for stable banker memo and report packaging from markdown or structured content
  3. environment docx fallback only when neither of the above is clearly available

Workflow

Step 1: Gather source material

Use existing outputs from this plugin first:

  • customer-analysis-pack
  • datapack-builder
  • comps-analysis
  • competitive-analysis
  • dcf-model
  • lbo-model
  • process-letter

If the user already has markdown, Excel, PPT, or notes, treat them as input material rather than rewriting from scratch.

Step 2: Choose document type

Pick the smallest document that matches the ask:

  • memo
  • briefing note
  • IC summary
  • diligence note
  • board-ready written appendix

Clarify audience and tone only if needed for structure.

Step 3: Build the .docx

Default structure:

# Title
## Executive Summary
## Company Overview / Situation
## Analysis
## Risks
## Recommendation / Next Steps
## Appendix

Requirements:

  • real section headings
  • clean tables instead of pasted ASCII blocks
  • explicit source notes where numbers matter
  • banker-readable prose, not placeholder text
  • if the content is already in markdown or tabular form, strongly prefer aigroup-mdtoword-mcp over manual copy/paste into ad hoc Word flows
  • do not block on shell-based MiniMax detection if the host already routed you into this skill successfully

Step 4: Keep the file lineage clean

If data came from an Excel model or analysis pack, say so in the document or delivery note.

If the user also wants a PDF, finish the Word file first, then hand off to pdf-deliverable.

Output standard

Deliver:

  1. a .docx
  2. a short summary of what the document contains
  3. any open assumptions or numbers still requiring verification

Quality checklist

  • the final artifact is a real .docx, not markdown renamed by hand
  • headings and tables are readable in Word
  • numbers match the underlying plugin output
  • the narrative is concise and banker-usable
  • no fake citations or placeholder sections remain

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

95.55%
按下载量换算1,112

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 openclaw skills install word-deliverable 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

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

来源信息

继续浏览同类 Skills