aris-register

Register and update ARIS runs on the web dashboard.

174|17|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/CurryTang/Amadeus --skill aris-register
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aris-register
Source: https://github.com/CurryTang/Amadeus/tree/main/resource/integrations/aris/overlay/skills/aris-register
Command: npx skills add https://github.com/CurryTang/Amadeus --skill aris-register

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This internal utility automatically registers or updates ARIS runs on the web dashboard, ensuring ARIS workflow tracking stays in sync with local CLAUDE activities and dashboards.

Core Features & Use Cases

  • Registers a new ARIS run at skill start and updates its status at skill end to maintain alignment between local prompts and ARIS dashboards.
  • Designed as an internal utility used by other skills; when ~/.claude/aris-api.json is absent, it performs a zero-impact no-op.
  • Provides a safe, fire-and-forget integration pattern that never blocks workflows if registration fails.

Quick Start

Call this skill at the start of an ARIS workflow to register a new run, and call again at the end to report completion.

Frequently Asked Questions about aris-register

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

FAQPage Schema
How do I automate ARIS workflow registration to a web dashboard?

To automate ARIS workflow registration, this utility registers a new run at workflow start and updates completion status at the end. It relies on the ~/.claude/aris-api.json file for API URL and token configuration to sync tracking.

What happens if my ARIS API configuration file is missing?

If the ARIS API configuration file (~/.claude/aris-api.json) is missing, the utility performs a zero-impact no-op. This fire-and-forget integration pattern ensures local workflows never block if registration fails.

Do I need an API token to sync local Claude activities with ARIS dashboards?

Yes, you need an API token to sync local Claude activities with ARIS dashboards. The token and API URL are stored in the ~/.claude/aris-api.json file, which the utility relies on to register and update run statuses.

When should I call ARIS run registration within my automation workflow?

You should call ARIS run registration at the start of a workflow to register a new run, and call it again at the end to report completion. This maintains alignment between local prompts and the ARIS web dashboard.

Can I use this skill as a standalone ARIS tracking tool or does it require a parent workflow?

This utility is designed as an internal tool used by other skills within ARIS workflows, not as a standalone tracking tool. It provides a safe integration pattern for maintaining dashboard sync without blocking parent processes.