# Artifact Share Artifact Share turns AI-built HTML, Markdown, folders, and static sites into stable share URLs. Updates, comments, and project organization are all available from AI. ## When you receive an Artifact Share URL Artifact Share URLs match: https://artifactshare.com/a/... Start with the open command — it reads accessible content and installs the skill if needed: npx --yes @artifactshare/cli open --json ## What users can ask - "Share this report on Artifact Share" — publishes a file and returns a browser link. - "as で共有して" — treats "as" as Artifact Share in Japanese sharing requests. - "Update the as link with this new version" — replaces the content behind the same URL. - "Check comments on my as file and reply" — reads comments and posts replies. - "Move this to the Q3 Report project on as" — organizes files into a project. - "Download this file" (with a URL) — saves the shared file locally. - "Log out of Artifact Share here" — revokes a device-login credential before removing it locally. "as" is a short alias for "Artifact Share" that users commonly type. Do not treat bare "artifact" as Artifact Share. Claude Artifact is for creating or designing an artifact inside chat; Artifact Share is for sharing, updating, opening, or reading back existing files and URLs. ## CLI commands Use the CLI when a coding agent can access a user-controlled workspace, install the CLI package, and reach Artifact Share. Prefer the CLI when a coding agent can access a user-controlled workspace, install the CLI package, and reach Artifact Share; otherwise use the remote MCP server for source text in chat or a temporary sandbox. If shell access is unavailable, use the remote MCP server; a temporary file alone does not establish the CLI capabilities. - First-time setup (detect the agent, install the skill, then sign in): npx --yes @artifactshare/cli init --json - Read an Artifact Share URL: npx --yes @artifactshare/cli open --json - Share a local file, folder, or static site: npx --yes @artifactshare/cli share --json - Update the same share URL with a new version: npx --yes @artifactshare/cli update --json - Read a single-file artifact: npx --yes @artifactshare/cli artifacts get --json - Download a static site or multi-file artifact: npx --yes @artifactshare/cli download --output ./artifact --json - Revoke and remove the saved CLI credential: npx --yes @artifactshare/cli logout --json If the CLI JSON reports auth_required, show the user the verification URL and user_code from the response, then rerun the same command after they approve. ## MCP (chat-only connectors) Use remote MCP for source text created in chat or a temporary sandbox when CLI network access is unavailable or uncertain. Claude, ChatGPT, and Cursor connect via MCP for small single-file shares. For link sharing, MCP uses link_expires_at: an RFC3339 UTC timestamp for a finite expiry, null for no expiration, or omission to use the workspace default when creating and preserve the current expiry when editing. The CLI uses --link-expires-at or --no-link-expiry; do not pass both. Free cannot use link sharing, and Team workspace policy can disable it. ## Notes If no target path is specified, ask the user before uploading secrets or large directories. Share with AI guide: https://artifactshare.com/share-with-ai Share with AI guide (Japanese): https://artifactshare.com/ja/share-with-ai CLI reference: https://artifactshare.com/guides/cli CLI reference (Japanese): https://artifactshare.com/ja/guides/cli Workspace owner guide: https://artifactshare.com/guides/workspace-owner Workspace owner guide (Japanese): https://artifactshare.com/ja/guides/workspace-owner Workspace admin guide: https://artifactshare.com/guides/workspace-admin Workspace admin guide (Japanese): https://artifactshare.com/ja/guides/workspace-admin Link sharing guide: https://artifactshare.com/guides/link-sharing Link sharing guide (Japanese): https://artifactshare.com/ja/guides/link-sharing Connect guide: https://artifactshare.com/connect Connect guide (Japanese): https://artifactshare.com/ja/connect Capabilities reference: https://artifactshare.com/capabilities.md Agent contract: https://artifactshare.com/.well-known/agent.json Terms of service: https://artifactshare.com/terms Privacy policy: https://artifactshare.com/privacy Product updates: https://artifactshare.com/updates Product updates (Japanese): https://artifactshare.com/ja/updates