feat(cli): link every remote Skill to its exact source - #130
Merged
Conversation
Every surface that shows a remote Skill now names the GitHub owner and Repository, the commit, and the exact SKILL.md URL at that commit. - `skilld run`: headline `name · owner/repository @ commit`, then `Read it first: <SKILL.md URL>` after the source status caution. JSON origin gains owner, repository, skillPath, commit, sourceUrl. - `skilld install`: the same block plus the source status and its meaning for verified, local, and unverified. Replaces the bare "Review the unverified Skill before use." hint. - `skilld search`: `owner/repository` before the star count in human, plain, and JSON rows. - `skilld view`: the Source link points at the exact SKILL.md. `Host::install` and `Host::install_request` return `InstalledSkill` (name, locked source, source status) instead of names. Claude-Session: https://claude.ai/code/session_018T67Ndp8FAjnHWthXABbJW
Contributor
🤖 MERGED
GitHub merged this pull request. No further automated Review will run. |
…output # Conflicts: # crates/skilld-command/src/lib.rs
The merge with main brought in the openclaw target test from #129, which compared the install result with plain names. The result now carries author and source per Skill. Claude-Session: https://claude.ai/code/session_018T67Ndp8FAjnHWthXABbJW
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
❓ Type of change
📚 Description
A remote Skill should show its exact source before an Agent follows it.
searchnow names the owner and repository.run,install,add, andviewuse the recorded commit and Skill path to link the exactSKILL.md. Multi-skill installs keep the same provenance output for every result.The Artifact contract still has no licence or source update time, so this PR leaves them out.
skilld installstill has no JSON mode.https://claude.ai/code/session_018T67Ndp8FAjnHWthXABbJW