Agent Plugins Marketplace
All plugins

artor

v0.20.1

Publish, version, and share prototypes via the artor CLI — init/publish/open/share, fork or restore, and sync org skills, env vars, mock datasets, and registries.

Claude Code1 Skill

By Alexandre SchrammelLicense: MIT0 GitHub starsUpdated 5 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 18, 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 artor for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install artor@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. 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/artorapp/skill

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

Plugin files

artor/
├── .claude-plugin/plugin.json
└── SKILL.md

Included Skills1

artorSKILL.md

Use when a user wants to publish, deploy, ship, or version a prototype, slide deck, or web app on Artor, or says "publish this", "deploy this prototype", "put this online", "ship a version", "ship a deck", "get me a preview/demo link"; when they want to share it publicly ("share this", "send this to my team", "public link"); when they want to fork or copy someone's prototype ("remix this", "fork this"); when they ask what reviewers said or want to act on review comments ("what did reviewers say", "address the feedback"); when they want to restore, rename, or organize a prototype or deck; or when they mention the artor CLI, .artor/project.json, or an Artor preview URL.

Plugin manifests1

artor/.claude-plugin/plugin.json
{
  "name": "artor",
  "description": "Publish, version, and share prototypes via the artor CLI — init/publish/open/share, fork or restore, and sync org skills, env vars, mock datasets, and registries.",
  "version": "0.20.1",
  "author": {
    "name": "Alexandre Schrammel",
    "email": "[email protected]"
  },
  "homepage": "https://github.com/artorapp/skill",
  "repository": "https://github.com/artorapp/skill",
  "license": "MIT",
  "keywords": [
    "artor",
    "publish",
    "deploy",
    "preview",
    "share",
    "prototype",
    "versioning",
    "nextjs",
    "cli"
  ]
}

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

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