cli-anything-seaclip

Manage SeaClip-Lite issues, pipelines, schedules, and agents via CLI with HTTP API and SQLite reads.

1|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/edwifiguy/era-agents-ops --skill cli-anything-seaclip
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cli-anything-seaclip
Source: https://github.com/edwifiguy/era-agents-ops/tree/main/skills/era-agents-op/cli-anything/seaclip/agent-harness/cli_anything/seaclip/skills
Command: npx skills add https://github.com/edwifiguy/era-agents-ops --skill cli-anything-seaclip

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

SeaClip-Lite's CLI enables stateless management of issues, pipelines, agents, schedules, and activity from the command line, enabling automation and headless operation without a GUI.

Core Features & Use Cases

  • Issue management: list, create, move, status, and delete issues.
  • Pipeline, Scheduler, and Activity control to orchestrate SeaClip-Lite projects from automation scripts.
  • Health checks and quick-recovery workflows for CI/CD integrations.

Quick Start

List current issues with the CLI to verify connectivity and data retrieval.

Frequently Asked Questions about cli-anything-seaclip

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate SeaClip-Lite project management from the command line?

You can automate SeaClip-Lite project management by using a CLI to create, list, move, and monitor issues, pipelines, and schedules via HTTP API and direct SQLite reads, enabling headless operation without a GUI.

Do I need Python to manage SeaClip-Lite issues from a terminal?

Yes, managing SeaClip-Lite issues from a terminal requires Python 3.10 or higher and a SeaClip-Lite backend running at localhost:5200 to execute commands and retrieve data.

Can I get JSON output for SeaClip-Lite issues to use in automation scripts?

Yes, the CLI supports both human-readable and JSON machine-readable outputs for SeaClip-Lite issues, allowing seamless integration with external automation tools and CI/CD pipelines.

What's the best way to run health checks for a SeaClip-Lite backend in CI/CD?

The best way to run health checks for a SeaClip-Lite backend in CI/CD is using the CLI's built-in health check and quick-recovery workflows, which verify connectivity and backend status directly from the terminal.

Does the SeaClip-Lite CLI support pipeline and scheduler orchestration?

Yes, the SeaClip-Lite CLI supports pipeline, scheduler, and activity control, allowing you to orchestrate projects, move issues, and monitor schedules entirely from automation scripts without GUI interaction.