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.
Resources
1Install
npx skillscat add hoangsonww/claude-code-agent-monitor/remote-collection Install via the SkillsCat registry.
About this skill
This skill configures and troubleshoots CCAM remote data sources that collect Claude Code and Codex history via SSH, enabling agents to add, edit, test, sync, or remove remote machines and verify provider paths. It helps determine whether imported sessions should be retained or purged during source removal.
SKILL.md
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_DATAAlways state whether imported data will be kept or deleted before removal.