@lukasmasuch, I saw your post: https://github.com/agentskills/agentskills/issues/81#issuecomment-4125186685 The Agent Skills group is planning to standardize a `.well-known` URI for skills (based on an RFC by Cloudflare): https://github.com/agentskills/agentskills/pull/254 So far, it is supported by Vercel's `npx skills add` (as of v1.4.6) and VS Code has indicated intent to ship. Would that be something that Streamlit is interested in supporting? That way, users could run something like: ```bash npx skills add https://streamlit.io ``` to install all the Streamlit skills from `https://streamlit.io/.well-known/agent-skills/index.json`.
@lukasmasuch, I saw your post: agentskills/agentskills#81 (comment)
The Agent Skills group is planning to standardize a
.well-knownURI for skills (based on an RFC by Cloudflare): agentskills/agentskills#254So far, it is supported by Vercel's
npx skills add(as of v1.4.6) and VS Code has indicated intent to ship.Would that be something that Streamlit is interested in supporting? That way, users could run something like:
to install all the Streamlit skills from
https://streamlit.io/.well-known/agent-skills/index.json.