Install
openclaw skills install @18816478335q-pixel/ecc-bundle-2026-07-08ECC essentials bundle - install 23 core skills (agentic-engineering, security-review, deployment-patterns, docker-patterns, git-workflow, search-first, safety-guard) in one shot. Use when user asks to install ECC essentials, bootstrap OpenClaw with extended capabilities, or set up a full ECC workflow bundle.
openclaw skills install @18816478335q-pixel/ecc-bundle-2026-07-08One-click installer for 23 hand-picked ECC skills from affaan-m/everything-claude-code v1.9.0 (2026-03-20).
context-budgettoken-budget-advisorprompt-optimizerrules-distillproduct-lensblueprintagentic-engineeringagent-evalai-first-engineeringautonomous-loopscontinuous-agent-loopdeployment-patternscodebase-onboardingarchitecture-decision-recordsdeep-researchcost-aware-llm-pipelinedocker-patternsgit-workflowsearch-firstsafety-guardsecurity-reviewsecurity-scanskill-complyTotal: 23 skills.
After installing this skill, the bundled Python installer can extract the 23 SKILL.md files into your local agents skills directory.
# Run the bundled installer (default target: ~/.agents/skills)
python scripts/install-ecc-bundle.py
# Or specify a custom target
python scripts/install-ecc-bundle.py --target /path/to/skills
# Preview mode
python scripts/install-ecc-bundle.py --dry-run
# Force overwrite existing skills
python scripts/install-ecc-bundle.py --force
python scripts/install-ecc-bundle.py --uninstall
ecc-bundle-2026-07-08/
├── SKILL.md <- this file (entry point)
├── bundle/
│ ├── agentic-engineering.md
│ ├── agent-eval.md
│ ├── ai-first-engineering.md
│ ├── autonomous-loops.md
│ ├── architecture-decision-records.md
│ ├── codebase-onboarding.md
│ ├── context-budget.md
│ ├── continuous-agent-loop.md
│ ├── cost-aware-llm-pipeline.md
│ ├── deployment-patterns.md
│ ├── deep-research.md
│ ├── docker-patterns.md
│ ├── git-workflow.md
│ ├── prompt-optimizer.md
│ ├── safety-guard.md
│ ├── search-first.md
│ ├── security-review.md
│ ├── security-scan.md
│ ├── skill-comply.md
│ ├── token-budget-advisor.md
│ ├── rules-distill.md
│ ├── product-lens.md
│ ├── blueprint.md
└── scripts/
└── install-ecc-bundle.py
All 23 SKILL.md files in bundle/ are upstream copies from affaan-m/everything-claude-code v1.9.0 (2026-03-20).
Original repository: https://github.com/affaan-m/everything-claude-code
License: MIT-0 (per ClawHub platform license)
context-budget, token-budget-advisor, prompt-optimizer, rules-distill, product-lens, blueprintagentic-engineering, agent-eval, ai-first-engineering, autonomous-loops, continuous-agent-loopdeployment-patterns, codebase-onboarding, architecture-decision-records, deep-research, cost-aware-llm-pipeline, docker-patterns, git-workflowsearch-first, safety-guard, security-review, security-scan, skill-comply1.0.0v1.9.0 (2026-03-20)scripts/install-ecc-bundle.py