Agent skill
localsetup-agentq-transport
Agent Q bidirectional transport client - file_drop ship/ingest, mail pull/ship (including strict gpg preencrypted), registry validation, queue-pending, archive-prune. Use when shipping or ingesting sealed PRD manifests between agents over shared folders or mail; when editing agent_trust_registry, manifest.schema.json, or agentq CLI.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/localsetup-agentq-transport
Metadata
Additional technical details for this skill
- version
- 1.0
SKILL.md
Agent Q transport
Purpose
Operate the agentq_transport_client CLI and related config so Agent A and Agent B exchange PRDs and artifacts via file_drop (shared directory + ready marker) or mail (policy-gated), with OpenPGP outer blobs and optional strict gpg sign-then-encrypt.
When to use
- User says "ship PRD to agent", "ingest agentq blob", "file-drop-poll", "mail-pull Agent Q", "strict gpg ship".
- Editing
agent_trust_registry.yaml,agent_queue.example.yaml, ormanifest.schema.json. - Setting up same-machine different-repos handoff (see AGENTIC_AGENT_Q_SCENARIOS.md).
Key paths
| Path | Role |
|---|---|
_localsetup/tools/agentq_transport_client/agentq_cli.py |
CLI entrypoint |
_localsetup/tools/agentq_transport_client/docs/USER_GUIDE.md |
Commands and examples |
_localsetup/tools/agentq_transport_client/docs/ADMIN_GUIDE.md |
Policy, rotation, mail automation |
_localsetup/config/agent_trust_registry.example.yaml |
Registry template |
_localsetup/config/manifest.schema.json |
Inner manifest schema |
Skills to load with this
- localsetup-mail-protocol-control – mail adapter backend;
preencrypted_openpgp_armoredfor ship-mail-strict. - localsetup-agentic-prd-batch – batch reads
in/only; version mismatch and structured queue.
Docs
- AGENTIC_AGENT_TO_AGENT_PROTOCOL.md
- AGENTIC_AGENT_Q_SCENARIOS.md
- AGENTIC_AGENT_Q_BIDIRECTIONAL_BUILD_SPEC.md
Smoke / verify
From repo root:
python _localsetup/tools/agentq_transport_client/agentq_cli.py --help
python3 -m pytest _localsetup/tools/agentq_transport_client/tests/ -q
Skill directory has no bundled scripts; CLI lives under tools/agentq_transport_client/.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?