Agent Plugins Marketplace
All plugins

documents

v1.0.1

Runtime-free basic Word document workflows using Artemis's normalized Office document service.

Codex1 Skill

4 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Aug 30, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install documents for Codex

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add documents@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/EurekaRaider/Artemis

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is apps/desktop/resources/bundled-artifact-plugins/plugins/documents/.

Plugin files

apps/desktop/resources/bundled-artifact-plugins/plugins/documents/
├── .codex-plugin/plugin.json
└── skills/documents/SKILL.md

Included Skills1

documentsskills/documents/SKILL.md

Create, read, and make basic normalized edits to Word .docx files with Artemis's built-in office_document tool.

Plugin manifests1

apps/desktop/resources/bundled-artifact-plugins/plugins/documents/.codex-plugin/plugin.json
{
  "name": "documents",
  "version": "1.0.1",
  "description": "Runtime-free basic Word document workflows using Artemis's normalized Office document service.",
  "skills": "./skills/",
  "interface": {
    "displayName": "Documents",
    "shortDescription": "Basic normalized Word document reading and writing without Codex runtime.",
    "category": "Productivity",
    "brandColor": "#2563EB",
    "logo": "./assets/icon.png"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[documents on Agent Plugins Marketplace](https://pluginsmp.com/plugins/documents)