workspace-share

Create, list, and revoke public share links for workspace files.

520|175|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/evolution-foundation/evo-nexus --skill workspace-share
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workspace-share
Source: https://github.com/evolution-foundation/evo-nexus/tree/main/.claude/skills/workspace-share
Command: npx skills add https://github.com/evolution-foundation/evo-nexus --skill workspace-share

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Workspace users need an easy, controlled way to share dashboard outputs or reports with people outside the workspace without repeatedly copying files or managing recipients manually.

Core Features & Use Cases

  • Create share links for workspace files: Generate a public URL for a specific file under workspace/, with an optional expiration (e.g., 7 days).
  • List and review active shares: View existing public links and their metadata (file path, creator, timestamps, expiration, and view counts).
  • Revoke share access: Immediately invalidate a public link so it can no longer be accessed.

Quick Start

Create a public share link for today's dashboard by saying: "Share today's dashboard as a public link that expires in 7 days."

Frequently Asked Questions about workspace-share

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

FAQPage Schema
How do I share workspace files with a public link?

To share workspace files, generate a public URL for a specific file under the workspace directory. You can create a path-restricted share link with an optional expiration, such as 7 days, for external reports or dashboards.

Can I set an expiration date for public share links?

Yes, public share links support token-based expiration management. When creating a link for a workspace file, you can specify an expiration period like 7 days to ensure external access is automatically time-limited.

How do I view active public links and their access metadata?

You can list and review active shares to view existing public links and their metadata. This includes file paths, creator information, timestamps, expiration details, and view counts for your generated workspace documents.

What is the best way to revoke access to a shared dashboard report?

The best way to revoke access is to invalidate the public share link immediately. Revoking share access ensures the URL can no longer be accessed, providing immediate control over external dashboard and report distribution.

Does workspace sharing require path-restricted access control?

Yes, workspace sharing requires path-restricted sharing for deterministic URL generation and access control. This ensures public links only expose specific files under the workspace directory, managed via dashboard backend SDK endpoints.