Council Builder
ReviewAudited by ClawScan on May 10, 2026.
Overview
The skill appears to build the promised agent council, but it creates persistent agent instructions with broad local/calendar access and automatic learning promotion that should be reviewed first.
Install only if you want a persistent local multi-agent setup. Review the generated AGENTS.md/SOUL.md files, restrict what agents may read or change, require approval for calendar and sensitive-file access, and manually approve any learning promoted into permanent memory or instruction files.
Findings (3)
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.
A generated agent council may treat private workspace files or calendar information as fair game unless the user tightens the rules.
This persistent template grants broad read, organization, web, and calendar activity as default behavior for generated councils, without narrowing it to specific approved agents or per-action confirmation.
**Do freely:** Read files, explore, organize, search web, check calendars, work in workspace.
Before using the generated AGENTS.md, narrow the allowed actions per agent and require confirmation before accessing calendars, sensitive folders, or making workspace changes.
Incorrect, sensitive, or poisoned notes could become durable instructions that affect later sessions and other agents.
The self-improvement system can promote logged learnings into persistent instruction files such as SOUL.md, AGENTS.md, TOOLS.md, or MEMORY.md, which can shape future agent behavior.
Same learning appears 3+ times → auto-promote
Require explicit user review before promoting learnings into permanent instruction or memory files, and periodically audit .learnings, MEMORY.md, AGENTS.md, and shared/learnings.
Using the wrong workspace path or unusual agent names could create files in unintended locations.
The included shell script is purpose-aligned and only creates local files/directories, but it writes under a user-supplied path and agent names are not validated.
WORKSPACE="${1:?Usage: init-council.sh <workspace-path> <agent-name> [agent-name...]}" ... mkdir -p "$WORKSPACE/shared/reports"Run the script only after approving the plan, use a dedicated workspace path, and keep agent names to simple alphanumeric or hyphenated names.
