Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

AOI Squad Orchestrator (Lite)

v0.1.1

Orchestrate teams with three role presets, stable pseudonyms, renaming options, and generate a fixed JSON report for each task.

0· 701·3 current·4 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for edmonddantesj/aoi-squad-orchestrator-lite.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "AOI Squad Orchestrator (Lite)" (edmonddantesj/aoi-squad-orchestrator-lite) from ClawHub.
Skill page: https://clawhub.ai/edmonddantesj/aoi-squad-orchestrator-lite
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Canonical install target

openclaw skills install edmonddantesj/aoi-squad-orchestrator-lite

ClawHub CLI

Package manager switcher

npx clawhub@latest install aoi-squad-orchestrator-lite
Security Scan
VirusTotalVirusTotal
Suspicious
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name, description, SKILL.md, and skill.js align: presets, stable pseudonyms, renaming, and producing a fixed JSON report are implemented and no unrelated capabilities (cloud, wallets, posting) are requested.
Instruction Scope
Runtime instructions and code stay within the declared scope: they read/write a single local config (~/.openclaw/aoi/squad_names.json), validate rename input, and generate a local JSON/markdown report. The instructions do not request additional system files, env vars, or external endpoints.
Install Mechanism
No install spec or external downloads are used. The skill is instruction-only with an included Node CLI script (skill.js). This means the code will run locally but nothing is fetched from remote URLs during install.
Credentials
The skill requires no environment variables, no credentials, and no unrelated config paths. All data access is limited to one file under the user's home directory as described in SKILL.md.
Persistence & Privilege
always is false, the skill does not request permanent platform-level privileges, and it only writes/reads its own config path (~/.openclaw/aoi/squad_names.json). It does not modify other skills or system-wide agent settings.
Assessment
This skill appears to do exactly what it says: create and persist local pseudonym mappings and emit a fixed JSON report. Before installing, consider: (1) it will create and write ~/.openclaw/aoi/squad_names.json in your home directory; (2) the code runs locally (skill.js) — review the file if you prefer to verify behavior yourself; (3) the SKILL.md links to a GitHub repo for issues, but the source author is not strongly identified in metadata — if provenance matters, verify the upstream repo/author; (4) the skill requests no secrets or network access, so risk is low. If you need stricter isolation, run it in an environment/user account where creating that ~/.openclaw path is acceptable.

Like a lobster shell, security has layers — review code before you run it.

latestvk973f9meyrcppzsjg53mh4qzc1817rhx
701downloads
0stars
1versions
Updated 11h ago
v0.1.1
MIT-0

AOI Squad Orchestrator (Lite)

S-DNA: AOI-2026-0215-SDNA-SQUAD01

What this is

A public-safe productized orchestration skill that:

  • provides 3 selectable presets (each 3 roles)
  • assigns each role a stable pseudonym (no AOI internal nicknames)
  • lets users rename team members
  • emits a single fixed JSON report schema for easy parsing & testing

What this is NOT

  • No external posting, no web crawling, no form submit.
  • No wallets/trading/purchases.
  • No automatic privilege escalation.

Presets

  • planner-builder-reviewer
  • researcher-writer-editor
  • builder-security-operator

Commands

List presets

aoi-squad preset list

Show current team names (stable per preset)

aoi-squad team show --preset planner-builder-reviewer

Rename a team member

aoi-squad team rename --preset planner-builder-reviewer --role reviewer --name "Sentinel Kestrel"

Run (MVP: structured report)

aoi-squad run --preset planner-builder-reviewer --task "Draft a launch checklist"

Data

  • Team name mapping is stored locally:
    • ~/.openclaw/aoi/squad_names.json

Support

License

MIT

Comments

Loading comments...