fix(skills): support SSH git remotes for skills install (#1035)
This commit is contained in:
parent
f10bb998e0
commit
db2d9acd22
4 changed files with 92 additions and 7 deletions
|
|
@ -110,6 +110,8 @@ Channel runtime also watches `config.toml` and hot-applies updates to:
|
|||
- `zeroclaw skills install <source>`
|
||||
- `zeroclaw skills remove <name>`
|
||||
|
||||
`<source>` accepts git remotes (`https://...`, `http://...`, `ssh://...`, and `git@host:owner/repo.git`) or a local filesystem path.
|
||||
|
||||
Skill manifests (`SKILL.toml`) support `prompts` and `[[tools]]`; both are injected into the agent system prompt at runtime, so the model can follow skill instructions without manually reading skill files.
|
||||
|
||||
### `migrate`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue