← Back to Skills Marketplace
1471
Downloads
1
Stars
19
Active Installs
1
Versions
Install in OpenClaw
/install word
Description
Control Word app sessions, documents, selections, comments, export, and review state with osascript workflows.
Usage Guidance
This skill is coherent for live Microsoft Word automation on macOS: it will run osascript AppleScript commands and create a small ~/word/ directory to store non-sensitive metadata and safety defaults. Before installing, confirm you trust the agent to run AppleScript (AppleScript can control many apps and run shell commands if given permission). Ask whether you want the agent to have autonomous invocation; if not, keep it user-invocable only and require explicit confirmation for any destructive actions. Finally, review any AppleScript snippets the agent proposes before running them and avoid storing full document contents in the ~/word/ memory unless you explicitly request it.
Capability Analysis
Type: OpenClaw Skill
Name: word
Version: 1.0.0
The Word skill bundle provides a legitimate framework for automating Microsoft Word on macOS using osascript. It includes comprehensive safety guidelines, state management via local files in ~/word/, and clear instructions for the agent to verify document state before performing actions, with no evidence of malicious intent, data exfiltration, or unauthorized execution logic.
Capability Assessment
Purpose & Capability
Name/description (live control of Word via osascript) matches the declared requirements: macOS only, 'osascript' binary required, no external API keys or unrelated binaries. Declared config path (~/word/) aligns with the memory files described in SKILL.md.
Instruction Scope
SKILL.md instructs the agent to run AppleScript (osascript) commands that read and mutate the active Word session, create a ~/word/ folder, and store lightweight local memory files. Those actions are within the stated domain (live Word automation). The only caution: AppleScript is a general automation layer — if the agent were given arbitrary freedom it could run broader scripts (e.g., do shell script or control other apps). The skill's explicit rules (read-before-write, require confirmation for destructive ops) limit scope, but users should verify the agent follows them.
Install Mechanism
No install spec and no code files — instruction-only skill. That minimizes installation risk (nothing is downloaded or written beyond the explicit ~/word/ memory files the SKILL.md asks you to create).
Credentials
The skill requests no environment variables or credentials. The only filesystem access is to create and manage ~/word/ (declared in metadata and docs) which is proportionate to storing local safety defaults and incident notes. SKILL.md explicitly advises not to store document bodies unless the user asks.
Persistence & Privilege
The skill persists local state in ~/word/ (memory.md, incidents.md, document-notes.md) as described; this is reasonable for safety defaults and recovery notes. The skill is not marked 'always: true' and does not request elevated system privileges. Consider whether you want the agent to be allowed autonomous invocations (default) since AppleScript can perform broad automation if misused.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install word - After installation, invoke the skill by name or use
/word - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release with live Word automation patterns for sessions, selections, review actions, export, and recovery.
Metadata
Frequently Asked Questions
What is Word?
Control Word app sessions, documents, selections, comments, export, and review state with osascript workflows. It is an AI Agent Skill for Claude Code / OpenClaw, with 1471 downloads so far.
How do I install Word?
Run "/install word" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Word free?
Yes, Word is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Word support?
Word is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin).
Who created Word?
It is built and maintained by Iván (@ivangdavila); the current version is v1.0.0.
More Skills