← Back to Skills Marketplace
106
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install nola
Description
Nola — your AI engineering squad lead. Dispatches 14 specialist agents to build, test, review, and ship code. Use when the user needs software built, bugs fi...
Usage Guidance
This skill looks coherent for orchestrating multi-agent software work, but be aware of the real-world side effects when you run it: agents may read your repository, run build/test commands, start local dev servers, fetch external URLs, and Releaser will push branches and create PRs using whatever git credentials are available in the running environment. Before enabling or invoking it: 1) Inspect the included agent preambles (agents/*.md) so you understand their behaviors and constraints; 2) Run it first against a safe/test repository or branch to observe actions; 3) Ensure no sensitive files (like .env) are present in the target workspace and that your git credentials are what you expect; 4) If you require tighter control, restrict the agent's ability to push or spawn sub-agents or remove/modify the Releaser and Scraper behaviors. If you want further checking, provide the exact repo or intended workflow and I can point out any agent lines that would act on specific files or commands.
Capability Analysis
Type: OpenClaw Skill
Name: nola
Version: 1.0.0
The 'nola-squad' skill is a comprehensive multi-agent orchestration framework for software development, delegating tasks to 14 specialized agents. The instructions in SKILL.md and the agents/ directory focus on standard engineering workflows like building, testing, and security auditing. Notably, the Releaser agent (agents/releaser.md) includes explicit safeguards against committing secrets or credentials, and the Sentinel agent (agents/sentinel.md) is dedicated to identifying security vulnerabilities. The skill exhibits no signs of malicious intent or unauthorized data exfiltration.
Capability Assessment
Purpose & Capability
Name/description (multi-agent engineering lead) aligns with what the skill asks for and includes: an instruction-only SKILL.md and 14 agent role documents. The only required binary is git, which is expected given the Releaser agent's git/push responsibilities. No unexpected credentials, config paths, or unrelated binaries are requested.
Instruction Scope
Runtime instructions direct the lead agent to read the codebase, plan work, and spawn specialist agents which read files, run tests, start dev servers, fetch external data (Scraper), and push commits/PRs (Releaser). These actions are coherent with building/testing/shipping code, but they entail normal local/remote side effects (running commands, network access, and pushing to git remotes). The skill does not instruct the agent to exfiltrate secrets or to contact unknown endpoints outside normal development workflows.
Install Mechanism
No install spec or code files that would be written/executed at install time. The skill is instruction-only (SKILL.md + role docs), which minimizes install-time risk.
Credentials
The skill declares no required environment variables or credentials. That is proportional to an instruction-only orchestration skill. Note: pushing commits or starting dev servers uses the agent environment's existing git config, credentials, and network access — those are not requested by the skill but will be used if the agents run git push or start services.
Persistence & Privilege
always:false and default autonomous invocation settings are used. The skill does not request permanent system presence or modify other skills' configs in its instructions. Autonomous spawning of sub-agents is the intended function and is consistent with platform behavior.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install nola - After installation, invoke the skill by name or use
/nola - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of "nola" — an AI engineering squad lead skill.
- Introduces Nola, an AI squad lead coordinating 14 specialist engineering agents for software development tasks.
- Dispatches agents for feature builds, bug fixes, code review, testing, deployment, documentation, and more.
- Includes explicit agent selection rules and dispatch patterns for efficient collaboration.
- Provides detailed instructions for agent task construction, communication style, and result handling.
- Ensures clear, concise user updates and actionable next steps throughout the development workflow.
Metadata
Frequently Asked Questions
What is Nola Squad?
Nola — your AI engineering squad lead. Dispatches 14 specialist agents to build, test, review, and ship code. Use when the user needs software built, bugs fi... It is an AI Agent Skill for Claude Code / OpenClaw, with 106 downloads so far.
How do I install Nola Squad?
Run "/install nola" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Nola Squad free?
Yes, Nola Squad is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Nola Squad support?
Nola Squad is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Nola Squad?
It is built and maintained by flikQ (@flikq); the current version is v1.0.0.
More Skills