Claude Skill

run-history

Inspect CCAM dashboard-run history and relate live run handles to persisted Claude Code or Codex sessions. Use when finding a prior launched task, checking whether a run is still attached, reviewing start/end status, or deciding whether to resume, view, or relaunch work.

LLM Mart · 0 points · 11 views 0 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download hoangsonww-claude-code-agent-monitor-plugins_ccam-runner_skills_run-history-83d4df5.zip · 0 KB
Part of hoangsonww/claude-code-agent-monitor — 86 skills

Install

skills CLI npx skills add https://github.com/hoangsonww/Claude-Code-Agent-Monitor/tree/master/plugins/ccam-runner/skills/run-history
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

Run History

  1. Run ccam run history --limit 100.
  2. Filter by provider, working directory, model, status, and session ID.
  3. For a live handle, run ccam run get <id> --envelopes.
  4. For the persisted agent session, use ccam session <session-id> and the session transcript tools.
  5. Distinguish:
    • process still live
    • process completed with usable output
    • process failed
    • history row exists but the in-memory handle was reaped
  6. Recommend resume only when the native session ID is present and the selected provider supports that session.

Return the exact run ID, provider, session ID, working directory, model, timestamps, lifecycle state, and the next safe action.

Files (claude-code-agent-monitor)
  • agents
    • openai.yaml 258 B
      interface:
        display_name: "Run History"
        short_description: "Inspect CCAM dashboard-run history and relate live run..."
        default_prompt: "Use $run-history to inspect CCAM data and complete this workflow safely."
      policy:
        allow_implicit_invocation: false
      
  • SKILL.md 1019 B
    ---
    name: run-history
    description: >
      Inspect CCAM dashboard-run history and relate live run handles to persisted
      Claude Code or Codex sessions. Use when finding a prior launched task,
      checking whether a run is still attached, reviewing start/end status, or
      deciding whether to resume, view, or relaunch work.
    ---
    
    # Run History
    
    1. Run `ccam run history --limit 100`.
    2. Filter by provider, working directory, model, status, and session ID.
    3. For a live handle, run `ccam run get <id> --envelopes`.
    4. For the persisted agent session, use `ccam session <session-id>` and the
       session transcript tools.
    5. Distinguish:
       - process still live
       - process completed with usable output
       - process failed
       - history row exists but the in-memory handle was reaped
    6. Recommend resume only when the native session ID is present and the selected
       provider supports that session.
    
    Return the exact run ID, provider, session ID, working directory, model,
    timestamps, lifecycle state, and the next safe action.
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related