Claude
Skill
remote-collection
Configure and troubleshoot CCAM Remote Data Sources that collect Claude Code and Codex history over SSH. Use when adding, editing, testing, syncing, or removing a remote machine, verifying provider paths, or deciding whether to retain or purge imported sessions.
Virus-scanned
Reviewed automatically before listing.
Download
hoangsonww-claude-code-agent-monitor-plugins_ccam-integrations_skills_remote-collection-83d4df5.zip · 0 KB
Install
skills CLI
npx skills add https://github.com/hoangsonww/Claude-Code-Agent-Monitor/tree/master/plugins/ccam-integrations/skills/remote-collection
Claude Code
claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install hoangsonww-claude-code-agent-monitor@llmmart
Git
git clone https://github.com/hoangsonww/Claude-Code-Agent-Monitor.git
The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole hoangsonww/claude-code-agent-monitor collection as a plugin from our marketplace. Git is the plain clone.
Skill manifest
Remote Collection
- List current sources with
ccam remote-sources. - Validate the host through the user's existing SSH configuration. CCAM stores no passwords or private keys.
- Add a source with
remote_homeandremote_codex_homeonly when they differ from the provider defaults. - Test before syncing:
ccam remote-sources test <id>. - Sync one source or all sources with
ccam remote-sources sync [id]. - Use
ccam remote-sources update <id> --file patch.json --yesfor edits. - Removal retains imported sessions by default. Purging them requires:
ccam remote-sources rm <id> --purge \
--confirm PURGE_REMOTE_SOURCE_DATA
Always state whether imported data will be kept or deleted before removal.
Files (claude-code-agent-monitor)
-
agents
-
openai.yaml 272 B
interface: display_name: "Remote Collection" short_description: "Configure and troubleshoot CCAM Remote Data Sources that..." default_prompt: "Use $remote-collection to inspect CCAM data and complete this workflow safely." policy: allow_implicit_invocation: false
-
-
SKILL.md 1 KB
--- name: remote-collection description: > Configure and troubleshoot CCAM Remote Data Sources that collect Claude Code and Codex history over SSH. Use when adding, editing, testing, syncing, or removing a remote machine, verifying provider paths, or deciding whether to retain or purge imported sessions. --- # Remote Collection 1. List current sources with `ccam remote-sources`. 2. Validate the host through the user's existing SSH configuration. CCAM stores no passwords or private keys. 3. Add a source with `remote_home` and `remote_codex_home` only when they differ from the provider defaults. 4. Test before syncing: `ccam remote-sources test <id>`. 5. Sync one source or all sources with `ccam remote-sources sync [id]`. 6. Use `ccam remote-sources update <id> --file patch.json --yes` for edits. 7. Removal retains imported sessions by default. Purging them requires: ```bash ccam remote-sources rm <id> --purge \ --confirm PURGE_REMOTE_SOURCE_DATA ``` Always state whether imported data will be kept or deleted before removal.
Comments (0)
Sign in to join the conversation.
Reviews (0)
No reviews yet.
No comments yet.