zeroclaw-labs/zeroclaw

[Feature]: Installing skills from `.well-known` URI

Open

#4853 opened on Mar 27, 2026

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Rust (31,341 stars) (4,614 forks)batch import
coreenhancementhelp wantedpriority:p2risk: mediumskillsstatus:acceptedstatus:no-stale

Description

Summary

Support installing skills from official .well-known URI

Problem statement

The Agent Skills group is planning to standardize a .well-known URI for skills: https://github.com/agentskills/agentskills/pull/254

So far, Cloudflare is using it internally, Vercel added support in npx skills add (as of v1.4.6), and VS Code has indicated intent to ship.

Would ZeroClaw be open to supporting it as well?

Proposed solution

Support zeroclaw skills install https://example.com to install skills from https://example.com/.well-known/agent-skills/index.json

Non-goals / out of scope

No response

Alternatives considered

No response

Acceptance criteria

No response

Architecture impact

No response

Risk and rollback

No response

Breaking change?

No

Data hygiene checks

  • I removed personal/sensitive data from examples, payloads, and logs.
  • I used neutral, project-focused wording and placeholders.

Contributor guide