request

request is a skill for Claude Code, Codex from CloudChef/atlasclaw-providers. It costs 68 tokens per session (14,895 once invoked), scanned C, original, Apache-2.0.

A workflow for requesting cloud resources, application environments, or service tickets through a service catalogue. It can handle one type of request with shared settings, including multiple identical resources.

In plain words
What is it for?
Use it to request virtual machines, databases, application environments, or other catalogue services with the required configuration.
Why use it?
It keeps the request process in one flow and helps select the required templates, images, and resource settings. Different resource types or configurations can be separated into distinct 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/request
Any agent
npx skills add CloudChef/atlasclaw-providers --skill request
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 request

README.md
[![agentmods](https://agentmods.dev/badge/skills/cloudchef/atlasclaw-providers/request.svg)](https://agentmods.dev/skills/cloudchef/atlasclaw-providers/request)
Your own site
<a href="https://agentmods.dev/skills/cloudchef/atlasclaw-providers/request"><img src="https://agentmods.dev/badge/skills/cloudchef/atlasclaw-providers/request.svg" alt="Measured on agentmods" height="20"></a>
Per session 68 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 14,895 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. 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.00068 $0.14895
Opus 5 $0.00034 $0.07447
Sonnet 5 $0.00014 $0.02979
Haiku 4.5 $0.00007 $0.01490

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

Security

Grade C, and why

request scanned grade C with 1 finding 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 3d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/_request_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.

Harvests environment variableshighData exfiltration

Enumerating or grepping the environment for keys collects credentials unrelated to what the mod says it does.

call submit. Collect the secret again, display a new masked preview, and ask
providers/SmartCMP-Provider/skills/request/SKILL.md · 1,233 lines

How it starts

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

request

Submit cloud resource, application environment, or ticket/work order requests through the service catalog.

Flow

The request workflow owns request-projected smartcmp_list_logical_templates and smartcmp_list_images tools. They reuse the same read-only scripts as the datasource global-query tools, but remain visible when AtlasClaw projects only the cmp.request capability.

Multi-resource routing boundary

This skill is for one CMP request flow at a time. That single flow may still represent one service catalog / one resource type / one shared parameter set with quantity N.

Keep the request in this skill when the user wants multiple instances of the same resource type with the same configuration, for example:

  • "several identical Linux VMs for one project"
  • "multiple instances of the same database service with shared parameters"
  • "quantity N of one resource type with one shared parameter set"

Route to request-decomposition-agent only when the request needs to be split into distinct sub-requests, especially when the user gives:

  • multiple resource types in one ask
  • per-instance differences such as "first ..., second ..., third ..."
  • different specs per instance
  • mixed roles/components that should become separate CMP requests

Quantity by itself is not a decomposition signal. The request workflow and submit tool should interpret same-type quantity from the user's original language without requiring AtlasClaw core to pre-structure resource_count.

When this boundary is hit, do not continue with the single-catalog parameter collection flow in this skill.

Single-instance vs shared-quantity contract

This skill supports two request shapes, and they are not interchangeable:

  • Single-instance request: one resource type, one instance, one resourceSpecs item, and no top-level count field unless the selected catalog explicitly requires one.
  • Same-type multi-instance request: one resource type, one shared parameter set, one explicit quantity value from the selected catalog schema or fallback quantity, with resourceSpecs following the selected catalog schema.

Read the full file on GitHub · 1,233 lines

Files

What ships with it

2 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. 3d ago First seen · 1,233 lines · 68 tokens per session scan C 60e0c79ac308

Subscribe to this mod's changes

request is a skill published in the GitHub repository CloudChef/atlasclaw-providers (15 stars, last pushed 7d ago), licensed Apache-2.0. It adds 68 tokens to every session and 14,895 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it C with 1 finding (harvests environment variables). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.