OpenAgentSkill Registry Manifest Skill: hive.terminal-tools-job-control Slug: aden-hive-hive-terminal-tools-job-control Category: automation Description: Use when launching anything that runs longer than a minute, anything that streams logs, anything you want to keep running while doing other work — or when terminal_exec auto-backgrounded on you and returned a job_id. Teaches the start→poll→wait pattern with terminal_job_logs offset bookkeeping, the `wait_until_exit=True` blocking-poll idiom, the truncated_bytes_dropped resumption signal, the merge_stderr decision, the SIGINT→SIGTERM→SIGKILL escalation ladder via terminal_job_manage, and the hard rule that jobs die when the terminal-tools server restarts. Read before calling terminal_job_start, or right after terminal_exec auto-backgrounded. Agent fit: - Decision: 99/100 Production-ready - Primary fit: Local desktop - Role: Primary pick Supply profile: - Track: Coding and developer agents - Scenario: Testing and QA - Applicable agents: Claude Code, CLI, Codex, Cursor - Maintenance: 16d since push - Risk: Needs review Trust: - Trust score: 80/100 Strong shortlist - Audit: 86/100 Needs review Attribution: - Status: Registry indexed - Source: github candidate review - Creator: aden-hive - Claim URL: https://www.openagentskill.com/skills/aden-hive-hive-terminal-tools-job-control#claim-this-skill Install: npx skills add aden-hive/hive --skill hive.terminal-tools-job-control URLs: - Web: https://www.openagentskill.com/skills/aden-hive-hive-terminal-tools-job-control - API: https://www.openagentskill.com/api/agent/skills/aden-hive-hive-terminal-tools-job-control - Install API: https://www.openagentskill.com/api/skills/aden-hive-hive-terminal-tools-job-control/install - Repository: https://github.com/aden-hive/hive/tree/main/core/framework/skills/_preset_skills/terminal-tools-job-control