cli-anything-seaclip

Manage SeaClip-Lite issues, pipelines, schedules, and activity via CLI.

Updated May 7, 2026
One-click install
npx skills add https://github.com/dawsonblock/JUDGE_ATLAS --skill cli-anything-seaclip-dawsonblock
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cli-anything-seaclip
Source: https://github.com/dawsonblock/JUDGE_ATLAS/tree/main/external/CLI-Anything-main/seaclip/agent-harness/cli_anything/seaclip/skills
Command: npx skills add https://github.com/dawsonblock/JUDGE_ATLAS --skill cli-anything-seaclip-dawsonblock

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of managing SeaClip-Lite issues, pipeline agents, pipelines, schedules, and activity without manual UI navigation by providing a single command-line workflow driven by a HTTP API and SQLite reads.

Core Features & Use Cases

  • Issue management: list, create, move between columns, update status, and delete issues for lightweight operations on a project board.
  • Agent & pipeline control: list pipeline agents and start/resume/stop pipelines associated with specific issue UUIDs.
  • Scheduler & activity: manage schedule configurations and review recent activity, plus a server health check for quick diagnostics.
  • AI-agent friendly output: supports machine-readable JSON via a --json flag with consistent error responses and non-zero return codes on failure.

Quick Start

Ask your AI assistant to show the SeaClip-Lite server health using this CLI in JSON mode by running: cli-anything-seaclip --json server health.

Frequently Asked Questions about cli-anything-seaclip

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

FAQPage Schema
How do I manage project issues and pipeline schedules from the command line?

You can manage project issues and pipeline schedules from the command line by using a CLI tool that communicates via an HTTP API and direct SQLite reads to list, create, and update workflow items without manual UI navigation.

Can I get JSON output for issue tracking and pipeline control in automation scripts?

Yes, you can get JSON output for issue tracking and pipeline control by using a --json flag that provides deterministic machine-readable parsing, consistent error responses, and reliable non-zero exit codes for script automation.

What is the best way to start and stop pipeline agents for specific issue UUIDs?

The best way to start and stop pipeline agents for specific issue UUIDs is using a terminal-based CLI workflow that drives HTTP API calls to execute pipeline control commands like start, resume, and stop operations.

Does this CLI tool require a separate database connection to read issue tracking data?

No, the CLI tool handles issue tracking data directly by performing direct SQLite reads alongside its HTTP API communication, consolidating operational control and data access within a single command-line interface.

How do I check server health and review recent activity for a project management board?

You can check server health and review recent activity for a project management board by running a diagnostic server health check command through the CLI, which queries the system's activity logs and operational status.

Are there limitations when using HTTP API commands for scheduling and pipeline control?

Limitations of using HTTP API commands for scheduling and pipeline control include relying on consistent network availability for the HTTP API and requiring direct SQLite database access for local reads to ensure accurate workflow execution.