resource

resource is a skill for Claude Code, Codex from CloudChef/atlasclaw-providers. It costs 97 tokens per session (9,145 once invoked), scanned A, original, Apache-2.0.

A SmartCMP assistant for browsing cloud resources, inspecting hosts, reviewing security issues, managing recycled resources, and running supported resource operations.

In plain words
What is it for?
Use it to list resources, inspect a host, check security violations, coordinate a full resource analysis, view available actions, or refresh, start, stop, restart, suspend, and remove resources.
Why use it?
It brings resource details, security analysis, and common day-to-day controls into one workflow instead of separate searches and requests.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/cloudchef/atlasclaw-providers/resource
Any agent
npx skills add CloudChef/atlasclaw-providers --skill resource
Clone the repo
git clone --depth 1 https://github.com/CloudChef/atlasclaw-providers

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for resource

README.md
[![agentmods](https://agentmods.dev/badge/skills/cloudchef/atlasclaw-providers/resource.svg)](https://agentmods.dev/skills/cloudchef/atlasclaw-providers/resource)
Your own site
<a href="https://agentmods.dev/skills/cloudchef/atlasclaw-providers/resource"><img src="https://agentmods.dev/badge/skills/cloudchef/atlasclaw-providers/resource.svg" alt="Measured on agentmods" height="20"></a>
Per session 97 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 9,145 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00097 $0.09145
Opus 5 $0.00048 $0.04573
Sonnet 5 $0.00019 $0.01829
Haiku 4.5 $0.00010 $0.00915

Measured 5d ago against content hash 5d57ef964332, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

resource scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/_resource_object_actions.py, scripts/adapter.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

providers/SmartCMP-Provider/skills/resource/SKILL.md · 709 lines

How it starts

The opening of the file, as written. The whole thing — 709 lines — stays where its author put it; the contents beside it link to each section on GitHub.

resource

Browse SmartCMP resources, inspect cloud host details, coordinate comprehensive single-resource analysis, manage recycle-bin resources, list current-user executable operations, and execute the six explicitly supported resource operations.

Purpose

Provide one skill for resource browsing, per-host property inspection, comprehensive analysis coordination, and day2 resource operations.

  • Query /nodes/search for all-resource or virtual-machine lists
  • Show each listed item's current status so users can decide whether to start or stop it
  • Call PATCH /nodes/{id}/view for one cloud host detail snapshot until the CMP view API bug is fixed
  • Present cloud-host detail in a compact CMP-style layout instead of dumping raw metadata
  • Coordinate existing domain tools for comprehensive single-resource analysis without duplicating their evidence collection or LLM verdict rules
  • Use GET /nodes/{category}/{id}/resource-actions to list enabled operations in the explicit Agent-supported set: refresh, start, stop, restart, suspend, and tear_down_in_resource
  • Use POST /nodes/resource-operations for those six immediate resource operations
  • Manage deployment-oriented recycle-bin records through resource rows and a confirmed permanent-removal workflow.

Scope Rules

  • Use smartcmp_list_all_resource when the user asks for 云资源 or 云主机 lists.
  • Use smartcmp_resource_detail when the user asks for one cloud host detail or property analysis by exact visible resource name or resource ID.
  • Use the Comprehensive Resource Analysis workflow when the user asks for an overall resource review or invokes an Analyze object action.
  • Keep single-dimension questions in their owning workflows: Alarm for monitoring health, this Resource Skill for resource-first Security analysis, security-compliance for violation-object workflows, and cost-optimization for resource cost analysis.
  • If the user provides an exact visible cloud-host name for detail, call smartcmp_resource_detail with resource_name directly. Do not call smartcmp_list_all_resource first just to resolve or display the name.
  • Use smartcmp_list_resource_operations when the user asks what operations the current user can execute on a resource.
  • Use smartcmp_operate_resource only for enabled refresh, start, stop, restart, suspend, or tear_down_in_resource operations on an existing cloud resource.
  • Treat "我的" and "所有" the same for now because the provided UI URLs do not expose a separate owner-only filter; rely on SmartCMP access control and the current user's visible scope.

Read the full file on GitHub · 709 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 709 lines · 97 tokens per session scan A 5d57ef964332

Subscribe to this mod's changes

resource is a skill published in the GitHub repository CloudChef/atlasclaw-providers (15 stars, last pushed yesterday), licensed Apache-2.0. It adds 97 tokens to every session and 9,145 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.