docx-footnote-reader

v1.0.0

Extract footnotes, endnotes, and body text from .docx files using Node.js. Use this skill when you need to read footnote/endnote content from Word documents,...

0· 99·0 current·0 all-time
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 match the implementation: index.js and SKILL.md implement a Node.js extractor using the 'word-extractor' library. One minor inconsistency: SKILL.md lists the license as 'Proprietary' while LICENSE.txt contains the Apache 2.0 text — clarify which license applies.
Instruction Scope
Runtime instructions and SKILL.md only describe reading the provided .docx file and returning body/footnotes/endnotes. The code only reads the file path given on the CLI or via the exported function and does not access other files, environment variables, or external endpoints.
Install Mechanism
This is an instruction+code skill with no install spec. It uses a normal npm dependency ('word-extractor' in package.json). npm install will fetch that package from the registry — expected for a Node.js skill.
Credentials
No environment variables, credentials, or config paths are requested. The skill's needs are minimal and proportionate to its task.
Persistence & Privilege
Skill is not always-enabled and does not request persistent/system-wide privileges or modify other skills/config. It exports a function and provides a CLI — normal behavior.
Assessment
This skill appears to do exactly what it says: parse a .docx and return body/footnotes/endnotes using the 'word-extractor' npm package. Before installing: (1) confirm the license (SKILL.md says 'Proprietary' but LICENSE.txt is Apache 2.0), (2) review the 'word-extractor' npm package (version ^1.0.0) for trustworthiness if you run it on sensitive documents, and (3) run npm install and use the tool in a controlled environment for untrusted documents since it will process whatever .docx you pass in. If you rely on strict licensing, ask the publisher to clarify the correct license.

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

latestvk974xhbhj4ep3e9n1w3kbzjrr5836kq9

License

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

Comments