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

wordword 文档

Agent Skill

word 用于整理文档、README、Markdown 和说明材料,适合在 OpenClaw 中需要把零散信息整理成结构清晰的文档时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

47,001

周安装

1,939

GitHub Stars

1

下载量

15,357
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install word

简介

使用 osascript 工作流程控制 Word 应用程序会话、文档、选择、注释、导出和审阅状态。

SKILL.md

name
Word
slug
word
version
1.0.0
homepage
https://clawic.com/skills/word
description
Control Word app sessions, documents, selections, comments, export, and review state with osascript workflows.
changelog
Initial release with live Word automation patterns for sessions, selections, review actions, export, and recovery.
metadata
{"clawdbot":{"emoji":"📝","requires":{"bins":["osascript"]},"os":["darwin"],"configPaths":["~/word/"]}}

When to Use

User needs Microsoft Word controlled as a live application, not treated as a .docx file format. Agent handles app attach, active document state, selection-aware edits, comments, track changes, export, and clean shutdown through the official osascript CLI. If the main artifact is offline DOCX creation or structural file editing, use word-docx instead.

Architecture

Memory lives in ~/word/. If ~/word/ does not exist, run setup.md. See memory-template.md for structure.

~/word/
├── memory.md             # Environment facts, safe defaults, and last working control path
├── incidents.md          # Reusable failures and proven recovery steps
└── document-notes.md     # Non-sensitive notes about trusted documents, views, and export targets

Quick Reference

Load only the smallest file that matches the current Word task and risk level.

TopicFile
Setup guidesetup.md
Memory templatememory-template.md
Interface selectionexecution-matrix.md
Live control patternslive-control-patterns.md
Destructive action guardrailssafety-checklist.md
Debug and recoverytroubleshooting.md

Requirements

  • Microsoft Word installed locally.
  • macOS with osascript available.
  • Explicit confirmation before destructive document actions.

Core Rules

1. Choose the app-control path by document state

  • Use osascript for live Word document control through the app's scripting dictionary.
  • Keep automation inside the live Word session instead of falling back to file-only DOCX tooling.
  • Do not switch to offline document libraries when the requested job depends on the current live Word app state.

2. Identify the exact document and view before acting

  • Confirm whether the target is the active document, a named open document, or a path to open now.
  • Read the current view, selection, and review mode before making edits tied to cursor position or markup state.
  • Never assume the frontmost Word window is the intended document.

3. Read before write, then verify the final state

  • Pre-read document name, current selection, target paragraph, comment count, or export target before mutation.
  • After edits, comments, accept/reject actions, or exports, re-read the affected state and report what changed.
  • If Word does not reach the requested state, stop and diagnose instead of layering more edits.

4. Treat selection-driven actions as high-risk

  • Selection-based commands can land in the wrong paragraph, story range, header, or comment balloon.
  • When possible, anchor the action to a specific document object instead of only the current insertion point.
  • If the selection context is ambiguous, clarify first.

5. Separate reversible review actions from destructive cleanup

  • Adding comments, changing view, and exporting are usually reversible.
  • Accept all changes, reject all changes, remove comments, close without save, and overwrite exports require explicit confirmation.
  • If review state matters, preserve track changes and display settings unless the user explicitly asks to change them.

6. Keep provenance explicit

  • State whether the target was already open or opened just for this task.
  • Report what document was changed, which review mode was active, and where exports were written.
  • Preserve user-owned open documents that were outside the task scope.

7. Recover cleanly and avoid orphaned app sessions

  • If you opened Word just for this task, keep ownership clear and close only what you created.
  • If you attached to an existing session, do not close unrelated documents or quit Word without explicit approval.
  • On failure, record the exact blocker: protected document, modal dialog, compatibility mode, track changes mismatch, or missing permissions.

Word Traps

  • Treating a live document like a static .docx file -> review state, comments, fields, and view context drift apart.
  • Writing relative to the current cursor without verifying selection -> text lands in the wrong story range.
  • Accepting or rejecting changes globally when only one section was intended -> irreversible editorial loss.
  • Exporting before fields, references, or TOC are updated -> stale output delivered as final.
  • Closing an attached user session after automation -> unrelated writing work is interrupted.
  • Ignoring protected view or tracked-change mode -> edits silently fail or create the wrong markup history.

Security & Privacy

Data that stays local:

  • Document paths, environment notes, and reusable fixes in ~/word/.
  • Document contents accessed through local Word automation.

Data that may leave your machine:

  • Nothing by default from this skill itself.
  • A document's own links, add-ins, macros, or cloud-backed autosave behavior may contact external systems.

This skill does NOT:

  • Use Microsoft Graph, cloud document APIs, or OAuth flows.
  • Disable review warnings silently.
  • Accept destructive document-wide changes without explicit confirmation.
  • Bypass Word protection prompts.

Related Skills

Install with clawhub install <slug> if user confirms:

  • word-docx — Offline DOCX generation and editing when Word does not need to stay open.
  • office — Broader Office task routing across documents, spreadsheets, and presentations.
  • applescript — macOS app automation patterns when Word dictionary work needs deeper script design.

Feedback

  • If useful: clawhub star word
  • Stay updated: clawhub sync

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

83.32%
按下载量换算12,795

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills