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.
npx agentmods add skills/cloudchef/atlasclaw-providers/resourcenpx skills add CloudChef/atlasclaw-providers --skill resourcegit clone --depth 1 https://github.com/CloudChef/atlasclaw-providersWrote 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.
[](https://agentmods.dev/skills/cloudchef/atlasclaw-providers/resource)<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>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.
| Model | Per session | Once 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 |
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.
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.
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/searchfor 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}/viewfor 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-actionsto list enabled operations in the explicit Agent-supported set:refresh,start,stop,restart,suspend, andtear_down_in_resource - Use
POST /nodes/resource-operationsfor 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_resourcewhen the user asks for 云资源 or 云主机 lists. - Use
smartcmp_resource_detailwhen 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_detailwithresource_namedirectly. Do not callsmartcmp_list_all_resourcefirst just to resolve or display the name. - Use
smartcmp_list_resource_operationswhen the user asks what operations the current user can execute on a resource. - Use
smartcmp_operate_resourceonly for enabledrefresh,start,stop,restart,suspend, ortear_down_in_resourceoperations 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.
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.
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.
- 5d ago First seen · 709 lines · 97 tokens per session scan A 5d57ef964332
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.
Other skills, from other repositories
vercel-deploy
Deploy applications and websites to Vercel. Use this skill when the user requests deployment actions such as "Deploy my app", "Deploy this to production", "Create a preview deployment", "Deploy and give me the link", or "Push this live". No authentication required - returns preview URL and claimable deployment link.
flow-nexus-platform
Comprehensive Flow Nexus platform management - authentication, sandboxes, app deployment, payments, and challenges.
agent-resource-allocator
Agent skill for resource-allocator - invoke with $agent-resource-allocator.
flow-nexus-swarm
Cloud-based AI swarm deployment and event-driven workflow automation with Flow Nexus platform.
add-vercel
Add Vercel deployment capability to NanoClaw agents. Installs the Vercel CLI in agent containers and sets up OneCLI credential injection for api.vercel.com. Use when the user wants agents to deploy web applications to Vercel.
vercel-cli
Deploy apps to Vercel. Use when asked to deploy, ship, or publish a web application, or manage Vercel projects, domains, and environment variables.