agntcy-status

Reports AGNTCY, SLIM, and CASA integration status for ruflo agent coordination.

70.1k|8.4k|Updated Jun 2, 2025
One-click install
npx skills add https://github.com/ruvnet/claude-flow --skill agntcy-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agntcy-status
Source: https://github.com/ruvnet/claude-flow/tree/main/plugins/ruflo-agntcy/skills/agntcy-status
Command: npx skills add https://github.com/ruvnet/claude-flow --skill agntcy-status

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Operators of ruflo-based agent swarms need a quick way to verify whether AGNTCY interoperability packages are installed, which transport (local or SLIM) is active, and whether CASA policy enforcement is enabled, without manually inspecting configuration.

Core Features & Use Cases

  • Package availability check: Reports whether the @claude-flow/agntcy TypeScript package or the ruflo-agntcy Rust crate is installed as an optional dependency.
  • Transport and enforcement status: Shows whether local in-process or SLIM transport is active per swarm, and whether CASA intent-envelope enforcement (allow/deny/budget/expiry) is enabled.
  • Honest fallback: Until upstream AGNTCY packages exist, the skill reports "not configured — see ADR-380" instead of fabricating a healthy status.
  • Use Case: After deploying a hive-mind swarm, ask for the AGNTCY status to confirm no SLIM transport or CASA enforcement is active before enabling coordination features.

Quick Start

Ask the assistant to show the current AGNTCY, SLIM, and CASA integration status for this project.

Frequently Asked Questions about agntcy-status

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

FAQPage Schema
How do I check if AGNTCY integration is configured in ruflo?

Invoke the agntcy-status skill, which reports whether the @claude-flow/agntcy package or ruflo-agntcy Rust crate is installed. If neither exists, it reports not configured and points to ADR-380.

How do I check whether SLIM transport is active for my swarm?

The status report indicates which transport is active per swarm or hive-mind session: local in-process (the default) or SLIM, which is opt-in per ADR-380 section 2.

What does the CASA enforcement status show?

It shows whether CASA enforcement is enabled or disabled, and for enabled tenants the compiled intent envelope's allow, deny, budget_usd, and expires_at values currently in force.

Why does the AGNTCY status say not configured?

No public upstream AGNTCY or SLIM packages exist yet, so absence is the expected default. The skill deliberately reports not configured per ADR-380 instead of fabricating a healthy status.

Does the status check make network calls to AGNTCY infrastructure?

No. The skill makes no network calls to AGNTCY Directory or SLIM brokers, since no real client library is available yet and such calls would not be safe.