Word

v1.0.0

Control Word app sessions, documents, selections, comments, export, and review state with osascript workflows.

1· 1.1k·17 current·18 all-time
byIván@ivangdavila
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk974fa99h50wkthphn6a04z8dh82t4ch

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

📝 Clawdis
OSmacOS
Binsosascript

Comments