SmartCMP Resource
Browse SmartCMP cloud resources, inspect VM detail, and run confirmed power operations.
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 16, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 276c6c9
⚠ The author changed this skill after we tested it. The verdict below describes the version we ran on Jul 16, 2026; it's queued for a re-test.
A verbatim cp -r of just the resource/ folder crashes instantly with ModuleNotFoundError: No module named '_common' -- all 4 scripts import a sibling shared/scripts/_common.py that lives outside the skill folder, so it must be copied alongside by hand; once done, the tool fails closed cleanly ('access authentication is not configured') instead of crashing when no SmartCMP credentials are set.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 3/5
- Triggers reliably 5/5
- Output vs. baseline 8/10
- Docs & honesty 5/5
What SmartCMP Resource does
Provider skill for CloudChef's AtlasClaw platform that lists SmartCMP cloud resources/VMs, inspects one host's detail, lists the current user's executable no-parameter operations, and submits power actions (start/stop/restart/snapshot) only after explicit user confirmation. Triggers on resource/VM listing, detail, or day-2 operation requests, in English or Chinese; requires a live SmartCMP CMP instance and credentials to actually run.
How to install SmartCMP Resource
git clone https://github.com/CloudChef/atlasclaw-providers
mkdir -p ~/.claude/skills
cp -r atlasclaw-providers/providers/SmartCMP-Provider/skills/resource ~/.claude/skills/resource
cp -r atlasclaw-providers/providers/SmartCMP-Provider/skills/shared ~/.claude/skills/shared # REQUIRED sibling dependency, not optional
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger SmartCMP Resource
-
/resourceBrowse SmartCMP cloud resources, inspect VM detail, and run confirmed power operations.
It also activates on plain-language prompts like these:
-
Show me all our SmartCMP cloud VMs and their current status -
Can you restart vm-a for me after confirming it's actually running? -
List which power operations I'm allowed to run on our cloud instances
Frequently asked questions
- Is the SmartCMP Resource skill free?
- Yes. The skill itself is free from CloudChef/atlasclaw-providers. SkillProof publishes the install command and an independent test verdict at no cost.
- Does SmartCMP Resource work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 16, 2026. Verdict: Works with setup. A verbatim cp -r of just the resource/ folder crashes instantly with ModuleNotFoundError: No module named '_common' -- all 4 scripts import a sibling shared/scripts/_common.py that lives outside the skill folder, so it must be copied alongside by hand; once done, the tool fails closed cleanly ('access authentication is not configured') instead of crashing when no SmartCMP credentials are set.
- What is the SmartCMP Resource SkillProof Score?
- 8.4/10 — installs cleanly 3/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 5/5.
- How do I install SmartCMP Resource?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use SmartCMP Resource with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.