Agent Plugins Marketplace
All plugins

artifact-publish

v4.0.0

Publish a self-contained HTML file as a shareable artifact on artifacts.nexaedge.com. Sign in with any Google Workspace account: the artifact belongs to that account's domain, and only that domain can open it. Also issues expiring links for people outside the domain.

CodexClaude CodeAgent Plugins1 Skill

By Jaison Erick1 GitHub starsUpdated last week

Directory evidence

Runtimes
Codex, Claude Code, and Agent Plugins
Parsed components
1 skill or MCP entry
Source updated
Sep 16, 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 artifact-publish for Codex and Claude Code

Installs for the current user
codex plugin marketplace add nexaedge/nexaedge-marketplace
codex plugin marketplace upgrade nexaedge-marketplace
codex plugin add artifact-publish@nexaedge-marketplace

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

Compatibility: the page URL and API slug “artifact-publish” remain stable.

  • Codex: artifact-publish@agent-plugin-marketplaceartifact-publish@nexaedge-marketplace

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/nexaedge/nexaedge-marketplace

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

Plugin files

plugins/artifact-publish/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── plugin.json
└── skills/artifact-publish/SKILL.md

Included Skills1

artifact-publishskills/artifact-publish/SKILL.md

Publish a self-contained HTML file as an artifact on artifacts.nexaedge.com and return the link. This is the default way to publish HTML from any folder: report, proposal, dashboard, comparison, document. Use whenever someone asks to publish, share, send a link to, deliver or upload an HTML file for another person to open.

Plugin manifests3

plugins/artifact-publish/.codex-plugin/plugin.json
{
  "name": "artifact-publish",
  "version": "4.0.0",
  "description": "Publish a self-contained HTML file as a shareable artifact on artifacts.nexaedge.com. Sign in with any Google Workspace account: the artifact belongs to that account's domain, and only that domain can open it. Also issues expiring links for people outside the domain.",
  "author": {
    "name": "Jaison Erick",
    "email": "[email protected]",
    "url": "https://github.com/jaisonerick"
  },
  "skills": "./skills/",
  "interface": {
    "displayName": "Artifact Publish",
    "shortDescription": "Publish a self-contained HTML file and get a shareable link",
    "longDescription": "Publish a self-contained HTML file as a shareable artifact on artifacts.nexaedge.com. Sign in with any Google Workspace account: the artifact belongs to that account's domain, and only that domain can open it. Also issues expiring links for people outside the domain.",
    "developerName": "Jaison Erick",
    "category": "Productivity",
    "capabilities": [
      "Interactive",
      "Write"
    ],
    "defaultPrompt": [
      "Publish this report and give me the link",
      "Share this dashboard with the team"
    ]
  },
  "homepage": "https://github.com/nexaedge/nexaedge-marketplace",
  "repository": "https://github.com/nexaedge/nexaedge-marketplace",
  "keywords": [
    "html",
    "publish",
    "share",
    "report",
    "artifact"
  ]
}
plugins/artifact-publish/.claude-plugin/plugin.json
{
  "name": "artifact-publish",
  "description": "Publish a self-contained HTML file as a shareable artifact on artifacts.nexaedge.com. Sign in with any Google Workspace account: the artifact belongs to that account's domain, and only that domain can open it. Also issues expiring links for people outside the domain.",
  "version": "v4",
  "author": {
    "name": "Jaison Erick",
    "url": "https://github.com/jaisonerick"
  }
}
plugins/artifact-publish/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "artifact-publish",
  "version": "v4",
  "description": "Publish a self-contained HTML file as a shareable artifact on artifacts.nexaedge.com. Sign in with any Google Workspace account: the artifact belongs to that account's domain, and only that domain can open it. Also issues expiring links for people outside the domain.",
  "author": {
    "name": "Jaison Erick",
    "email": "[email protected]",
    "url": "https://github.com/jaisonerick"
  },
  "homepage": "https://github.com/nexaedge/nexaedge-marketplace",
  "repository": "https://github.com/nexaedge/nexaedge-marketplace",
  "keywords": [
    "html",
    "publish",
    "share",
    "report",
    "artifact"
  ],
  "extensions": {
    "com.nexaedge.marketplace": {
      "displayName": "Artifact Publish",
      "tagline": "Publish a self-contained HTML file and get a shareable link",
      "category": "Productivity",
      "platforms": [
        "claude",
        "codex",
        "antigravity"
      ],
      "prompts": [
        "Publish this report and give me the link",
        "Share this dashboard with the team"
      ]
    }
  }
}

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

[artifact-publish on Agent Plugins Marketplace](https://pluginsmp.com/plugins/artifact-publish)