← Back to Skills Marketplace
edmonddantesj

AOI Council

by edmonddantesj · GitHub ↗ · v0.1.2
cross-platform ✓ Security Clean
854
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install aoi-council
Description
AOI Council — multi-perspective decision synthesis templates (public-safe).
README (SKILL.md)

AOI Council

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

What this is

A public-safe council workflow that helps you stress-test decisions using multiple perspectives.

Provenance / originality

  • AOI implementation is original code (no third-party code copied).
  • Conceptually inspired by the general “council / multi-perspective review” workflow patterns.

This skill is intentionally template-driven:

  • It does not post externally
  • It does not touch wallets
  • It does not modify system config

Council members (bundled)

The skill auto-loads any .md file in agents/.

Default set:

  • Devil's Advocate
  • Architect
  • Engineer
  • Security Reviewer
  • Operator (Ops)
  • Writer (Comms)

Usage (prompts)

Say any of:

  • "AOI council: \x3Ctopic>"
  • "Send to council: \x3Cplan>"

Output contract

  • Synthesis first (TL;DR)
  • Then each perspective: insights / concerns / recommendations
  • End with: open questions + next actions

Support

Governance snippet (public)

We publish AOI skills for free and keep improving them. Every release must pass our Security Gate and include an auditable changelog. We do not ship updates that weaken security or licensing clarity. Repeated violations trigger progressive restrictions (warnings → publish pause → archive).

Usage Guidance
This skill appears coherent and low-risk: it ships a set of Markdown templates and a tiny local script that enumerates them and prints a JSON template. Before installing, you may want to: 1) briefly inspect the bundled agents/*.md files (they're human-readable and included) to ensure no sensitive text is there; 2) confirm your platform's behavior for included code files (skill.js) — some runtimes may execute or import them; and 3) note that autonomous invocation is allowed by default on the platform (normal), so only enable the skill in agents you trust. Minor nit: SKILL.md lists version 0.1.0 while package/registry show 0.1.2 — this is likely a documentation mismatch rather than a security issue.
Capability Analysis
Type: OpenClaw Skill Name: aoi-council Version: 0.1.2 The OpenClaw skill 'aoi-council' is designed for multi-perspective decision analysis. The `skill.js` script uses `fs.readdirSync` and `path.join` to list and reference local markdown files within its `agents/` directory, which define the different analytical personas. This is a legitimate use of file system access for a skill to manage its internal resources. The `SKILL.md` explicitly states the skill 'does not post externally', 'does not touch wallets', and 'does not modify system config', which is consistent with the code's lack of network calls or system modification commands. There are no external dependencies, no obfuscation, and no evidence of prompt injection designed to subvert the agent for malicious purposes. The instructions in `SKILL.md` and the `agents/*.md` files are purely descriptive and instructional for the AI's role-playing, not for harmful actions.
Capability Assessment
Purpose & Capability
Name/description (decision synthesis) align with included files: prompt templates in agents/*.md and a small skill.js that enumerates those files and emits a JSON template. There are no unrelated environment variables, binaries, or external service requirements.
Instruction Scope
SKILL.md and the bundled agent files are limited to generating multi-perspective outputs. The runtime instructions and skill.js only read Markdown files from the packaged agents/ directory and produce a local template; there are no instructions to read other system files, access secrets, or transmit data externally.
Install Mechanism
No install spec is provided (lowest-risk pattern). There is a code file (skill.js) and package.json included, but the package does not declare external downloads or dependencies. Note: the presence of code without an install spec is acceptable but means the platform will use the included files directly — nothing is being fetched from network hosts.
Credentials
The skill requests no environment variables, no credentials, and no config paths. This is proportionate to a template-driven, read-local-files skill.
Persistence & Privilege
always is false and the skill does not request persistent system privileges or modify other skills. It does not write external configs or store credentials. Autonomous invocation is allowed (platform default) but is not combined with other concerning factors here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install aoi-council
  3. After installation, invoke the skill by name or use /aoi-council
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.2
Docs: add GitHub Issues support link (aoi-skills).
v0.1.1
Docs: add provenance/originality statement (no third-party code copied).
v0.1.0
Initial AOI-original council templates + bundled perspectives. MIT.
Metadata
Slug aoi-council
Version 0.1.2
License
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is AOI Council?

AOI Council — multi-perspective decision synthesis templates (public-safe). It is an AI Agent Skill for Claude Code / OpenClaw, with 854 downloads so far.

How do I install AOI Council?

Run "/install aoi-council" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is AOI Council free?

Yes, AOI Council is completely free (open-source). You can download, install and use it at no cost.

Which platforms does AOI Council support?

AOI Council is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created AOI Council?

It is built and maintained by edmonddantesj (@edmonddantesj); the current version is v0.1.2.

💬 Comments