Amplifier

PassAudited by ClawScan on May 1, 2026.

Overview

Amplifier is a coherent multi-agent delegation wrapper, with disclosed background execution and session features that users should understand before use.

This appears suitable if you want complex tasks delegated to Amplifier. Before installing, confirm you trust the referenced GitHub package and are comfortable with background multi-agent processing and persistent named sessions for the information you plan to provide.

Findings (4)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Complex tasks may be handed to a background process and may continue until completion, timeout, or cancellation.

Why it was flagged

The skill runs a local CLI in the background for delegated work. This is central to its purpose, but it means installing the skill allows the agent to start longer-running Amplifier tasks.

Skill content
exec command:"amplifier-openclaw run 'Research the top 3 Python web frameworks' --bundle foundation" background:true timeout:600
Recommendation

Use this skill for tasks you are comfortable delegating, and use stop/cancel if an active delegation should end.

What this means

Installing the skill will install and run code from the referenced external package.

Why it was flagged

The skill depends on an external package installed from GitHub via uv. The dependency is disclosed and pinned to a tag, but users still need to trust that package source.

Skill content
amplifier-app-openclaw @ git+https://github.com/microsoft/amplifier-app-openclaw@v1.0.5
Recommendation

Verify the repository and version are acceptable for your environment before installing.

What this means

Information from earlier session work may be reused in later runs under the same session name.

Why it was flagged

The skill documents persistent named sessions that can be resumed later, meaning prior task context may influence future delegated work.

Skill content
exec command:"amplifier-openclaw run --resume --session-name my-project 'Now add unit tests'" background:true
Recommendation

Use separate session names for unrelated work and avoid putting secrets or highly sensitive context into persistent sessions unless you understand the retention behavior.

What this means

Delegated prompts, code snippets, or research context may be shared within Amplifier's agent workflow.

Why it was flagged

The skill intentionally routes work through a multi-agent framework. That is its stated purpose, but users should recognize that prompts or task context may be processed by multiple agents.

Skill content
Amplifier is a multi-agent AI framework. Delegate tasks that benefit from specialist agents, structured workflows, or parallel investigation.
Recommendation

Delegate only content appropriate for the configured Amplifier environment, especially for private code or sensitive business information.