aidevops 2.82.0 → 2.83.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -450,7 +450,7 @@ See `.agent/tools/terminal/terminal-title.md` for customization options.
450
450
 
451
451
  ## **Imported Skills**
452
452
 
453
- aidevops includes curated skills imported from external repositories. Skills from GitHub repos support automatic update tracking:
453
+ aidevops includes curated skills imported from external sources. Skills support automatic update tracking:
454
454
 
455
455
  | Skill | Source | Description |
456
456
  |-------|--------|-------------|
@@ -459,24 +459,28 @@ aidevops includes curated skills imported from external repositories. Skills fro
459
459
  | **remotion** | [remotion-dev/skills](https://github.com/remotion-dev/skills) | Programmatic video creation with React, animations, rendering |
460
460
  | **video-prompt-design** | [snubroot/Veo-3-Meta-Framework](https://github.com/snubroot/Veo-3-Meta-Framework) | AI video prompt engineering - 7-component meta prompt framework for Veo 3 |
461
461
  | **animejs** | [animejs.com](https://animejs.com) | JavaScript animation library patterns and API (via Context7) |
462
+ | **caldav-calendar** | [ClawdHub](https://clawdhub.com/Asleep123/caldav-calendar) | CalDAV calendar sync via vdirsyncer + khal (iCloud, Google, Fastmail, Nextcloud) |
463
+ | **proxmox-full** | [ClawdHub](https://clawdhub.com/mSarheed/proxmox-full) | Complete Proxmox VE hypervisor management via REST API |
462
464
 
463
465
  **CLI Commands:**
464
466
 
465
467
  ```bash
466
468
  aidevops skill add <owner/repo> # Import a skill from GitHub
469
+ aidevops skill add clawdhub:<slug> # Import a skill from ClawdHub
467
470
  aidevops skill list # List imported skills
468
471
  aidevops skill check # Check for upstream updates
469
472
  aidevops skill update [name] # Update specific or all skills
470
473
  aidevops skill remove <name> # Remove an imported skill
471
474
  ```
472
475
 
473
- Skills are registered in `~/.aidevops/agents/configs/skill-sources.json` with upstream commit tracking for update detection. Telemetry is disabled - no data is sent to third parties.
476
+ Skills are registered in `~/.aidevops/agents/configs/skill-sources.json` with upstream tracking for update detection. Telemetry is disabled - no data is sent to third parties.
474
477
 
475
- **Browse community skills:** [skills.sh](https://skills.sh) | **Specification:** [agentskills.io](https://agentskills.io)
478
+ **Browse community skills:** [skills.sh](https://skills.sh) | [ClawdHub](https://clawdhub.com) | **Specification:** [agentskills.io](https://agentskills.io)
476
479
 
477
480
  **Reference:**
478
481
  - [Agent Skills Specification](https://agentskills.io/specification) - The open format for SKILL.md files
479
482
  - [skills.sh Leaderboard](https://skills.sh) - Discover popular community skills
483
+ - [ClawdHub](https://clawdhub.com) - Skill registry with vector search (Clawdbot ecosystem)
480
484
  - [vercel-labs/add-skill](https://github.com/vercel-labs/add-skill) - The upstream CLI tool (aidevops uses its own implementation)
481
485
  - [anthropics/skills](https://github.com/anthropics/skills) - Official Anthropic example skills
482
486
  - [agentskills/agentskills](https://github.com/agentskills/agentskills) - Specification source and reference library
@@ -1140,19 +1144,27 @@ This installs the complete framework: 18 primary agents, 536+ subagents, and 141
1140
1144
 
1141
1145
  ### Importing External Skills
1142
1146
 
1143
- Import skills from any GitHub repository using the `aidevops skill` CLI:
1147
+ Import skills from GitHub or ClawdHub using the `aidevops skill` CLI:
1144
1148
 
1145
1149
  ```bash
1146
1150
  # Import from GitHub (auto-detects format)
1147
1151
  aidevops skill add owner/repo
1148
1152
 
1149
- # Examples
1153
+ # Import from ClawdHub (skill registry with vector search)
1154
+ aidevops skill add clawdhub:caldav-calendar
1155
+ aidevops skill add https://clawdhub.com/owner/slug
1156
+
1157
+ # More examples
1150
1158
  aidevops skill add anthropics/skills/pdf # Specific skill from multi-skill repo
1151
1159
  aidevops skill add vercel-labs/agent-skills # All skills from a repo
1152
1160
  aidevops skill add expo/skills --name expo-dev # Custom name
1153
1161
  aidevops skill add owner/repo --dry-run # Preview without changes
1154
1162
  ```
1155
1163
 
1164
+ **Supported sources:**
1165
+ - GitHub repos (`owner/repo` or full URL) — fetched via `git clone`
1166
+ - [ClawdHub](https://clawdhub.com) (`clawdhub:slug` or full URL) — fetched via Playwright browser automation
1167
+
1156
1168
  **Supported formats:**
1157
1169
  - `SKILL.md` - [Agent Skills standard](https://agentskills.io/specification) (preferred)
1158
1170
  - `AGENTS.md` - Claude Code agents format
package/VERSION CHANGED
@@ -1 +1 @@
1
- 2.82.0
1
+ 2.83.1
package/aidevops.sh CHANGED
@@ -3,7 +3,7 @@
3
3
  # AI DevOps Framework CLI
4
4
  # Usage: aidevops <command> [options]
5
5
  #
6
- # Version: 2.82.0
6
+ # Version: 2.83.1
7
7
 
8
8
  set -euo pipefail
9
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aidevops",
3
- "version": "2.82.0",
3
+ "version": "2.83.1",
4
4
  "description": "AI DevOps Framework - AI-assisted development workflows, code quality, and deployment automation",
5
5
  "type": "module",
6
6
  "main": "index.js",
package/setup.sh CHANGED
@@ -3,7 +3,7 @@
3
3
  # AI Assistant Server Access Framework Setup Script
4
4
  # Helps developers set up the framework for their infrastructure
5
5
  #
6
- # Version: 2.82.0
6
+ # Version: 2.83.1
7
7
  #
8
8
  # Quick Install (one-liner):
9
9
  # bash <(curl -fsSL https://aidevops.dev/install)
@@ -229,22 +229,33 @@ cleanup_deprecated_mcps() {
229
229
  fi
230
230
 
231
231
  # Migrate npx/pipx commands to full binary paths (faster startup, PATH-independent)
232
- # Maps: package-name -> binary-name
233
- local -A mcp_migrations=(
234
- ["chrome-devtools-mcp"]="chrome-devtools-mcp"
235
- ["mcp-server-gsc"]="mcp-server-gsc"
236
- ["repomix"]="repomix"
237
- ["playwriter"]="playwriter"
238
- ["@steipete/macos-automator-mcp"]="macos-automator-mcp"
239
- ["@steipete/claude-code-mcp"]="claude-code-mcp"
240
- ["analytics-mcp"]="analytics-mcp"
232
+ # Parallel arrays avoid bash associative array issues with @ in package names
233
+ local -a mcp_pkgs=(
234
+ "chrome-devtools-mcp"
235
+ "mcp-server-gsc"
236
+ "repomix"
237
+ "playwriter"
238
+ "@steipete/macos-automator-mcp"
239
+ "@steipete/claude-code-mcp"
240
+ "analytics-mcp"
241
+ )
242
+ local -a mcp_bins=(
243
+ "chrome-devtools-mcp"
244
+ "mcp-server-gsc"
245
+ "repomix"
246
+ "playwriter"
247
+ "macos-automator-mcp"
248
+ "claude-code-mcp"
249
+ "analytics-mcp"
241
250
  )
242
251
 
243
- for pkg in "${!mcp_migrations[@]}"; do
244
- local bin_name="${mcp_migrations[$pkg]}"
252
+ local i
253
+ for i in "${!mcp_pkgs[@]}"; do
254
+ local pkg="${mcp_pkgs[$i]}"
255
+ local bin_name="${mcp_bins[$i]}"
245
256
  # Find MCP key using npx/bunx/pipx for this package (single query)
246
257
  local mcp_key
247
- mcp_key=$(jq -r ".mcp | to_entries[] | select(.value.command != null) | select(.value.command | join(\" \") | test(\"npx.*${pkg}|bunx.*${pkg}|pipx.*run.*${pkg}\")) | .key" "$tmp_config" 2>/dev/null | head -1)
258
+ mcp_key=$(jq -r --arg pkg "$pkg" '.mcp | to_entries[] | select(.value.command != null) | select(.value.command | join(" ") | test("npx.*" + $pkg + "|bunx.*" + $pkg + "|pipx.*run.*" + $pkg)) | .key' "$tmp_config" 2>/dev/null | head -1)
248
259
 
249
260
  if [[ -n "$mcp_key" ]]; then
250
261
  # Resolve full path for the binary
@@ -2142,14 +2153,14 @@ setup_nodejs_env() {
2142
2153
  install_mcp_packages() {
2143
2154
  print_info "Installing MCP server packages globally (eliminates npx startup delay)..."
2144
2155
 
2145
- # Node.js MCP packages: package-name -> binary-name
2146
- local -A node_mcps=(
2147
- ["chrome-devtools-mcp"]="chrome-devtools-mcp"
2148
- ["mcp-server-gsc"]="mcp-server-gsc"
2149
- ["repomix"]="repomix"
2150
- ["playwriter"]="playwriter"
2151
- ["@steipete/macos-automator-mcp"]="macos-automator-mcp"
2152
- ["@steipete/claude-code-mcp"]="claude-code-mcp"
2156
+ # Node.js MCP packages to install globally
2157
+ local -a node_mcps=(
2158
+ "chrome-devtools-mcp"
2159
+ "mcp-server-gsc"
2160
+ "repomix"
2161
+ "playwriter"
2162
+ "@steipete/macos-automator-mcp"
2163
+ "@steipete/claude-code-mcp"
2153
2164
  )
2154
2165
 
2155
2166
  local installer=""
@@ -2172,7 +2183,8 @@ install_mcp_packages() {
2172
2183
  # Always install latest (bun install -g is fast and idempotent)
2173
2184
  local updated=0
2174
2185
  local failed=0
2175
- for pkg in "${!node_mcps[@]}"; do
2186
+ local pkg
2187
+ for pkg in "${node_mcps[@]}"; do
2176
2188
  if $install_cmd "${pkg}@latest" > /dev/null 2>&1; then
2177
2189
  ((updated++))
2178
2190
  else