upload-artifact

Upload files as versioned artifacts to the ClosedLoop platform.

102|10|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/closedloop-ai/claude-plugins --skill upload-artifact
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: upload-artifact
Source: https://github.com/closedloop-ai/claude-plugins/tree/main/plugins/platform/skills/upload-artifact
Command: npx skills add https://github.com/closedloop-ai/claude-plugins --skill upload-artifact

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires mcp, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of uploading files as artifacts to the ClosedLoop platform, streamlining project documentation and knowledge management.

Core Features & Use Cases

  • Artifact Upload: Uploads files (like PRDs, implementation plans, templates) as versioned artifacts.
  • Mode Flexibility: Supports direct API key authentication for efficient script-based uploads or falls back to using Claude Code's MCP for convenience.
  • Use Case: After completing an implementation plan document, use this Skill to upload it as a formal artifact associated with your project, ensuring it's easily discoverable and managed.

Quick Start

Upload the file '/path/to/my-plan.md' as an implementation plan artifact with the title 'My Detailed Plan'.

Frequently Asked Questions about upload-artifact

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I upload project documentation as a versioned artifact?

Uploading project documentation as a versioned artifact involves providing a file path, title, and artifact type. The skill automates credential resolution and project selection to store files like PRDs and templates directly on the ClosedLoop platform.

What is the best way to save implementation plans for team knowledge sharing?

The best way to save implementation plans for team knowledge sharing is by uploading them as formal project artifacts. This ensures files are correctly stored, version-managed, and easily discoverable within your team's ClosedLoop platform environment.

Can I use MCP to upload files instead of direct script execution?

Yes, you can use MCP to upload files instead of direct script execution. The skill supports mode flexibility by falling back to Claude Code's MCP for convenient file uploads when direct API key authentication for script-based uploads is unavailable or not preferred.

Does the artifact upload process support updating existing files?

Yes, the artifact upload process supports updating existing files through version updates. It resolves credentials, selects the appropriate project, and determines artifact typing to correctly manage and store new versions of previously uploaded documents.

Do I need an API key to upload files as ClosedLoop artifacts?

You do not strictly need an API key to upload files as ClosedLoop artifacts. While an API key enables efficient direct script-based uploads, the skill can automatically fall back to using Claude Code's MCP for authentication and file management.