Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,15 @@ If argument starts with "remote disconnect":
2. Run: `bash ~/.agents/skills/agmsg/scripts/remote.sh disconnect <team>`
3. Show the output to the user.

If argument starts with "remote forget":
1. Parse the required `<team>`. This permanently deletes that team's local
roster, history, keys, trust, and sync state, but never changes the server.
2. Do not add `--yes` yourself. Run:
`bash ~/.agents/skills/agmsg/scripts/remote.sh forget <team>`
3. The command requires the user to confirm in their terminal. If this agent
has no interactive terminal, show the deletion summary and tell the user to
rerun the displayed command directly; never bypass confirmation for them.

### End-to-end encryption

If argument starts with "key generate" followed by an optional team name:
Expand Down
5 changes: 5 additions & 0 deletions scripts/drivers/types/antigravity/template.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,11 @@ If argument starts with "remote disconnect":
2. Run: `bash ~/.agents/skills/__SKILL_NAME__/scripts/remote.sh disconnect <team>`
3. Show the output to the user.

If argument starts with "remote forget":
1. Parse the required `<team>`. This permanently deletes that team's local roster, history, keys, trust, and sync state, but never changes the server.
2. Do not add `--yes` yourself. Run: `bash ~/.agents/skills/__SKILL_NAME__/scripts/remote.sh forget <team>`
3. The command requires the user to confirm in their terminal. If this agent has no interactive terminal, show the deletion summary and tell the user to rerun the displayed command directly; never bypass confirmation for them.

If argument starts with "key generate" followed by an optional team name:
1. Run: `~/.agents/skills/__SKILL_NAME__/scripts/key.sh generate [<team>]`
2. Show the full output to the user, including the mandatory key-backup notice — do not summarize it away.
Expand Down
5 changes: 5 additions & 0 deletions scripts/drivers/types/claude-code/template.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,11 @@ If argument starts with "remote disconnect":
2. Run: `bash ~/.agents/skills/__SKILL_NAME__/scripts/remote.sh disconnect <team>`
3. Show the output to the user.

If argument starts with "remote forget":
1. Parse the required `<team>`. This permanently deletes that team's local roster, history, keys, trust, and sync state, but never changes the server.
2. Do not add `--yes` yourself. Run: `bash ~/.agents/skills/__SKILL_NAME__/scripts/remote.sh forget <team>`
3. The command requires the user to confirm in their terminal. If this agent has no interactive terminal, show the deletion summary and tell the user to rerun the displayed command directly; never bypass confirmation for them.

If argument starts with "key generate" followed by an optional team name:
1. Run: `~/.agents/skills/__SKILL_NAME__/scripts/key.sh generate [<team>]`
2. Show the full output to the user, including the mandatory key-backup notice — do not summarize it away.
Expand Down
5 changes: 5 additions & 0 deletions scripts/drivers/types/codex/template.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,11 @@ If argument starts with "remote disconnect":
2. Run: `bash ~/.agents/skills/__SKILL_NAME__/scripts/remote.sh disconnect <team>`
3. Show the output to the user.

If argument starts with "remote forget":
1. Parse the required `<team>`. This permanently deletes that team's local roster, history, keys, trust, and sync state, but never changes the server.
2. Do not add `--yes` yourself. Run: `bash ~/.agents/skills/__SKILL_NAME__/scripts/remote.sh forget <team>`
3. The command requires the user to confirm in their terminal. If this agent has no interactive terminal, show the deletion summary and tell the user to rerun the displayed command directly; never bypass confirmation for them.

If argument starts with "key generate" followed by an optional team name:
1. Run: `~/.agents/skills/__SKILL_NAME__/scripts/key.sh generate [<team>]`
2. Show the full output to the user, including the mandatory key-backup notice — do not summarize it away.
Expand Down
5 changes: 5 additions & 0 deletions scripts/drivers/types/copilot/template.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,11 @@ If argument starts with "remote disconnect":
2. Run: `bash ~/.agents/skills/__SKILL_NAME__/scripts/remote.sh disconnect <team>`
3. Show the output to the user.

If argument starts with "remote forget":
1. Parse the required `<team>`. This permanently deletes that team's local roster, history, keys, trust, and sync state, but never changes the server.
2. Do not add `--yes` yourself. Run: `bash ~/.agents/skills/__SKILL_NAME__/scripts/remote.sh forget <team>`
3. The command requires the user to confirm in their terminal. If this agent has no interactive terminal, show the deletion summary and tell the user to rerun the displayed command directly; never bypass confirmation for them.

If argument starts with "key generate" followed by an optional team name:
1. Run: `~/.agents/skills/__SKILL_NAME__/scripts/key.sh generate [<team>]`
2. Show the full output to the user, including the mandatory key-backup notice — do not summarize it away.
Expand Down
5 changes: 5 additions & 0 deletions scripts/drivers/types/cursor/template.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,11 @@ If argument starts with "remote disconnect":
2. Run: `bash ~/.agents/skills/__SKILL_NAME__/scripts/remote.sh disconnect <team>`
3. Show the output to the user.

If argument starts with "remote forget":
1. Parse the required `<team>`. This permanently deletes that team's local roster, history, keys, trust, and sync state, but never changes the server.
2. Do not add `--yes` yourself. Run: `bash ~/.agents/skills/__SKILL_NAME__/scripts/remote.sh forget <team>`
3. The command requires the user to confirm in their terminal. If this agent has no interactive terminal, show the deletion summary and tell the user to rerun the displayed command directly; never bypass confirmation for them.

If argument starts with "key generate" followed by an optional team name:
1. Run: `~/.agents/skills/__SKILL_NAME__/scripts/key.sh generate [<team>]`
2. Show the full output to the user, including the mandatory key-backup notice — do not summarize it away.
Expand Down
5 changes: 5 additions & 0 deletions scripts/drivers/types/gemini/template.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,11 @@ If argument starts with "remote disconnect":
2. Run: `bash ~/.agents/skills/__SKILL_NAME__/scripts/remote.sh disconnect <team>`
3. Show the output to the user.

If argument starts with "remote forget":
1. Parse the required `<team>`. This permanently deletes that team's local roster, history, keys, trust, and sync state, but never changes the server.
2. Do not add `--yes` yourself. Run: `bash ~/.agents/skills/__SKILL_NAME__/scripts/remote.sh forget <team>`
3. The command requires the user to confirm in their terminal. If this agent has no interactive terminal, show the deletion summary and tell the user to rerun the displayed command directly; never bypass confirmation for them.

If argument starts with "key generate" followed by an optional team name:
1. Run: `~/.agents/skills/__SKILL_NAME__/scripts/key.sh generate [<team>]`
2. Show the full output to the user, including the mandatory key-backup notice — do not summarize it away.
Expand Down
5 changes: 5 additions & 0 deletions scripts/drivers/types/grok-build/template.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,11 @@ If argument starts with "remote disconnect":
2. Run: `bash ~/.agents/skills/__SKILL_NAME__/scripts/remote.sh disconnect <team>`
3. Show the output to the user.

If argument starts with "remote forget":
1. Parse the required `<team>`. This permanently deletes that team's local roster, history, keys, trust, and sync state, but never changes the server.
2. Do not add `--yes` yourself. Run: `bash ~/.agents/skills/__SKILL_NAME__/scripts/remote.sh forget <team>`
3. The command requires the user to confirm in their terminal. If this agent has no interactive terminal, show the deletion summary and tell the user to rerun the displayed command directly; never bypass confirmation for them.

If argument starts with "key generate" followed by an optional team name:
1. Run: `~/.agents/skills/__SKILL_NAME__/scripts/key.sh generate [<team>]`
2. Show the full output to the user, including the mandatory key-backup notice — do not summarize it away.
Expand Down
5 changes: 5 additions & 0 deletions scripts/drivers/types/hermes/template.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,11 @@ If argument starts with "remote disconnect":
2. Run: `bash ~/.agents/skills/__SKILL_NAME__/scripts/remote.sh disconnect <team>`
3. Show the output to the user.

If argument starts with "remote forget":
1. Parse the required `<team>`. This permanently deletes that team's local roster, history, keys, trust, and sync state, but never changes the server.
2. Do not add `--yes` yourself. Run: `bash ~/.agents/skills/__SKILL_NAME__/scripts/remote.sh forget <team>`
3. The command requires the user to confirm in their terminal. If this agent has no interactive terminal, show the deletion summary and tell the user to rerun the displayed command directly; never bypass confirmation for them.

If argument starts with "key generate" followed by an optional team name:
1. Run: `~/.agents/skills/__SKILL_NAME__/scripts/key.sh generate [<team>]`
2. Show the full output to the user, including the mandatory key-backup notice — do not summarize it away.
Expand Down
5 changes: 5 additions & 0 deletions scripts/drivers/types/opencode/template.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,11 @@ If argument starts with "remote disconnect":
2. Run: `bash ~/.agents/skills/__SKILL_NAME__/scripts/remote.sh disconnect <team>`
3. Show the output to the user.

If argument starts with "remote forget":
1. Parse the required `<team>`. This permanently deletes that team's local roster, history, keys, trust, and sync state, but never changes the server.
2. Do not add `--yes` yourself. Run: `bash ~/.agents/skills/__SKILL_NAME__/scripts/remote.sh forget <team>`
3. The command requires the user to confirm in their terminal. If this agent has no interactive terminal, show the deletion summary and tell the user to rerun the displayed command directly; never bypass confirmation for them.

If argument starts with "key generate" followed by an optional team name:
1. Run: `~/.agents/skills/__SKILL_NAME__/scripts/key.sh generate [<team>]`
2. Show the full output to the user, including the mandatory key-backup notice — do not summarize it away.
Expand Down
Loading
Loading