Real Skill packageSource verifiedClawHub registry

interagent-queue

DEPRECATED — renamed to `miab-observer`. This is the final release under the name `interagent-queue`; install `miab-observer` to keep receiving updates. Observe the MIAB transaction ledger: render callback events to a human-readable log, and optionally post closed-bottle summaries to a chat target. Requires miab-broker.

Identity and source

Publisher attributionAlbertregistry owner unverified by skillvetai
Functional categoryAgent Engineering, Security & Governanceautomatically inferred · 55% rule confidence
Package forminstruction with code6 recorded files
Canonical sourceClawHub registryclawhub:albzhu:interagent-queue
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/29/2026.claude/skills/interagent-queue

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/29/2026.agents/skills/interagent-queue

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/29/2026skills/interagent-queue

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @albzhu/interagent-queue
clawhub inspect @albzhu/interagent-queue --version 1.3.0

Security evidence

SkillVetAI static result: no findings detected

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
6 / 6 inspected as text
Checked
8/29/2026, 7:04:56 AM
Scanner
0.1.3
Policy
1.0.3
5 inferred permission indicators
  • shell execution — automatically inferred
  • network access — automatically inferred
  • filesystem read — automatically inferred
  • filesystem write — automatically inferred
  • credential access — automatically inferred
1 dependency and API indicators
  • api: clawhub.ai
External clawhub result: clean

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
8/28/2026, 10:38:01 PM
Release binding
Matches this record
  • vt: clean
  • skillspector: suspicious
  • llm: clean

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:326b8ebb88e99c2acf7880acac61270d38c9aa559df42f4b808cbb0d3a85947f
Show up to 6 recorded paths
  • CHANGELOG.md
  • scripts/interagent_queue.py
  • scripts/notify_closed_bottles.py
  • scripts/notify_closed_dryrun.py
  • skill-card.md
  • SKILL.md

Source changelog

**interagent-queue 1.3.0 — Final release & deprecation notice** - The skill has been renamed to `miab-observer`, and 1.3.0 is the final release under the name `interagent-queue`. Users must install `miab-observer` to continue receiving updates. - Added a prominent deprecation notice and migration guide to SKILL.md, detailing how to upgrade and ensure state is carried over without event replay. - Fixed a cursor bug that caused full ledger reprocessing on a corrupt state file (present since 1.2.0). - Introduced two new scripts: `notify_closed_bottles.py` (delivers closed-bottle summaries) and `notify_closed_dryrun.py` (dry-run notification output). - Added permissions frontmatter for environment, file, and subprocess-based network access. - Removed obsolete or redundant documentation (`skill-card.md`).