arth

Restarts Arth AI services and registers missing projects in the dashboard and database.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/ArthTech-AI/Marketplace-extensions --skill arth
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arth
Source: https://github.com/ArthTech-AI/Marketplace-extensions/tree/main/skills/arth
Command: npx skills add https://github.com/ArthTech-AI/Marketplace-extensions --skill arth

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of operating the local Arth AI orchestrator by centralizing service control, project registration, and common recovery workflows.

Core Features & Use Cases

  • Service Recovery: Restart the dashboard, engine, and PostgreSQL stack while handling orphan processes and stale ports.
  • Project Management: Register current projects with Arth, sync toolkit links, and verify the project appears in the database and dashboard.
  • Diagnostics and Export: Check overall status, diagnose failures, and export recent logs, telemetry, and database data for troubleshooting.
  • Use Case: If the dashboard shows the wrong project count or a project is missing, this Skill can restore service health and re-register the project end to end.

Quick Start

Ask the assistant to use the arth skill to restart the services, register the current project, or diagnose and fix dashboard and database issues.

Frequently Asked Questions about arth

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

FAQPage Schema
How do I restart Docker services when the Arth dashboard is unresponsive?

To restart the Arth dashboard, engine, and PostgreSQL stack, this skill handles orphan processes and stale port cleanup automatically. It verifies Docker availability before attempting service recovery to ensure the stack returns to a healthy state.

Why does my dashboard show the wrong project count or a missing project?

A wrong project count or missing project on the dashboard often means the registration is stale. This skill re-registers the current project, syncs toolkit links idempotently, and verifies the project appears in both the database and the dashboard.

How do I export logs and telemetry data to troubleshoot Arth orchestrator failures?

You can export recent logs, telemetry, and database data for troubleshooting Arth orchestrator failures. This skill diagnoses operational issues and extracts the necessary diagnostic data to identify the root cause of service or project sync failures.

Do I need to manually clean up ports before restarting the Arth engine and PostgreSQL stack?

Manual port cleanup is not required before restarting the Arth engine and PostgreSQL stack. This skill performs port cleanup and Docker verification internally, resolving stale port conflicts that typically block the orchestrator services from starting correctly.

What is the best way to register a current project with Arth and verify it synced correctly?

The best way to register a current project with Arth is to use an idempotent toolkit synchronization process. This skill adds the project, syncs the required links, and verifies the project appears in the database and dashboard to confirm successful registration.