Install any skill in seconds. Free to start, no credit card required.
Get Started Free →**Description:** Create, list, or revoke public share links for workspace files. Use when the user says "share this file", "create a public link", "share the dashboard", "compartilha esse arquivo", "list my share links", "revoke share link", or wants to share a report/HTML with someone external.
.claude/skills/evolution-foundation-workspace-share/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-02 | ✗→✓ | ▲ Improved | -18% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -11% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -49% | 0% |
| case-09 | ✗→✓ | ▲ Improved | -13% | 0% |
| case-12 | ✗→✓ | ▲ Improved | -58% | 0% |
Description: Create, list, or revoke public share links for workspace files. Use when the user says "share this file", "create a public link", "share the dashboard", "compartilha esse arquivo", "list my share links", "revoke share link", or wants to share a report/HTML with someone external.
Use this skill when the user wants to:
Use from dashboard.backend.sdk_client import evo — auto-handles URL + auth.
Accepts a file path (explicit or resolved from context, e.g., "today's dashboard").
Smart resolution: If the user says "share the financial pulse" or "share today's report", search workspace/ for the most recent matching file (e.g., workspace/finance/*pulse*.html) and confirm with the user before sharing.
pythonfrom dashboard.backend.sdk_client import evo share = evo.post("/api/shares", { "path": "<repo-relative-path>", "expires_in": "7d", })
expires_in options: "1h", "24h", "7d", "30d", or null (no expiration).
Returns { token, url, expires_at }. Present the url to the user — this is the public link.
pythonfrom dashboard.backend.sdk_client import evo result = evo.get("/api/shares")
Returns { shares: [...] }. Format as a readable table showing: file path, created by, created at, expires at, views, status.
Accepts a token or identifies the share from context (e.g., file path).
pythonfrom dashboard.backend.sdk_client import evo evo.delete(f"/api/shares/{token}")
Confirm with the user before revoking (the link becomes immediately inaccessible).
workspace/ can be shared (no admin paths)| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→fail | 5,516 | 6,214 | +13% | 1 | 1 | 0% | 838 | 937 | +12% | 0 | 0 | — |
case-07 | fail→fail | 5,531 | 6,872 | +24% | 1 | 1 | 0% | 765 | 820 | +7% | 0 | 0 | — |
case-02 | fail→pass | 5,195 | 3,599 | -31% | 1 | 1 | 0% | 909 | 746 | -18% | 0 | 0 | — |
case-03 | fail→fail | 4,152 | 13,519 | +226% | 1 | 1 | 0% | 624 | 1,929 | +209% | 0 | 0 | — |
case-04 | fail→pass | 8,126 | 3,688 | -55% | 1 | 1 | 0% | 1,348 | 1,196 | -11% | 0 | 0 | — |
case-05 | fail→fail | 8,275 | 5,172 | -37% | 1 | 1 | 0% | 1,414 | 803 | -43% | 0 | 0 | — |
case-06 | fail→pass | 10,784 | 2,453 | -77% | 1 | 1 | 0% | 1,777 | 909 | -49% | 0 | 0 | — |
case-08 | pass→fail | 10,476 | 6,222 | -41% | 1 | 1 | 0% | 1,780 | 988 | -44% | 0 | 0 | — |
case-09 | fail→pass | 7,273 | 3,435 | -53% | 1 | 1 | 0% | 1,175 | 1,028 | -13% | 0 | 0 | — |
case-10 | pass→pass | 6,043 | 2,022 | -67% | 1 | 1 | 0% | 952 | 807 | -15% | 0 | 0 | — |
case-11 | pass→pass | 13,786 | 4,471 | -68% | 1 | 1 | 0% | 2,012 | 1,226 | -39% | 0 | 0 | — |
case-12 | fail→pass | 13,848 | 2,616 | -81% | 1 | 1 | 0% | 2,052 | 870 | -58% | 0 | 0 | — |
case-13 | fail→fail | 16,688 | 3,651 | -78% | 1 | 1 | 0% | 2,677 | 1,047 | -61% | 0 | 0 | — |
case-14 | fail→pass | 4,485 | 1,633 | -64% | 1 | 1 | 0% | 788 | 760 | -4% | 0 | 0 | — |
case-15 | pass→fail | 8,485 | 10,322 | +22% | 1 | 1 | 0% | 1,343 | 1,515 | +13% | 0 | 0 | — |
case-16 | pass→pass | 6,286 | 5,281 | -16% | 1 | 1 | 0% | 1,128 | 758 | -33% | 0 | 0 | — |
case-17 | fail→pass | 3,983 | 1,731 | -57% | 1 | 1 | 0% | 690 | 763 | +11% | 0 | 0 | — |
case-18 | fail→fail | 9,843 | 1,628 | -83% | 1 | 1 | 0% | 1,596 | 732 | -54% | 0 | 0 | — |
case-19 | fail→fail | 9,309 | 1,323 | -86% | 1 | 1 | 0% | 1,522 | 676 | -56% | 0 | 0 | — |
case-20 | pass→pass | 7,338 | 5,518 | -25% | 1 | 1 | 0% | 1,332 | 1,423 | +7% | 0 | 0 | — |
case-21 | pass→pass | 9,491 | 3,722 | -61% | 1 | 1 | 0% | 1,709 | 1,166 | -32% | 0 | 0 | — |
case-22 | pass→pass | 16,036 | 8,631 | -46% | 1 | 1 | 0% | 2,998 | 2,195 | -27% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 22 cases were attempted, and 16 counted toward the lift figure. The other 6 produced results that are not comparable between the two arms, so they are excluded from the headline rather than averaged into it. The headline lift of +23 percentage points is the difference between those two pass rates over the 16 comparable cases. 3 cases got worse with the skill loaded, and they are included in that figure.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.