acr-agent-registry

Register agent compositions and log external interactions in ACR.

1|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/Tethral-Inc/AgentRegistry --skill acr-agent-registry
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: acr-agent-registry
Source: https://github.com/Tethral-Inc/AgentRegistry/tree/main/public
Command: npx skills add https://github.com/Tethral-Inc/AgentRegistry --skill acr-agent-registry

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Registering and monitoring agent compositions within ACR to surface anomalies and notify agents.

Core Features & Use Cases

  • Registers an agent's composition and logs all external interactions to build a longitudinal behavioral profile.
  • Notifies agents when anomaly signals are observed, enabling proactive remediation.
  • Supports lifecycle management through composition updates and version checks.

Quick Start

Configure ACR_API_URL, generate or load your keypair, then register your agent to start logging interactions.

Frequently Asked Questions about acr-agent-registry

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

FAQPage Schema
How do I monitor agent interactions and detect anomalies in API compositions?

You monitor agent interactions by registering an agent's composition and logging external API calls to build a persistent behavioral profile. The system observes these longitudinal logs to detect anomaly signals and sends notifications when issues arise.

How do I register an agent's composition using an API?

To register an agent's composition via API, configure your ACR API URL, generate or load a cryptographic keypair, and submit the registration request. This implements environment setup and proof-of-possession signing to authenticate the agent's identity.

When do I need cryptographic signing for agent registry onboarding?

Cryptographic signing is required during agent onboarding to establish proof-of-possession and verify the agent's identity. It ensures that composition updates and interaction logs submitted to the registry are securely authenticated.

Can I update an agent's composition and check versions during ongoing operation?

Yes, the registry supports lifecycle management by allowing you to apply composition updates and perform version checks during ongoing operation. This ensures the registered behavioral profile remains current as the agent evolves.

What is a persistent behavioral profile for registered agents?

A persistent behavioral profile is a longitudinal record built by logging an agent's external interactions after registration. It serves as the baseline for anomaly detection, enabling the system to identify deviations and notify the agent for proactive remediation.

Does agent registry logging work without external dependencies?

Yes, agent registry logging operates without external dependencies, relying instead on environment setup, cryptographic keypair generation, and API-based communication to register compositions and record interactions.