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/datasourcenpx skills add CloudChef/atlasclaw-providers --skill datasourcegit 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/datasource)<a href="https://agentmods.dev/skills/cloudchef/atlasclaw-providers/datasource"><img src="https://agentmods.dev/badge/skills/cloudchef/atlasclaw-providers/datasource.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.00068 | $0.02886 |
| Opus 5 | $0.00034 | $0.01443 |
| Sonnet 5 | $0.00014 | $0.00577 |
| Haiku 4.5 | $0.00007 | $0.00289 |
Grade A, and why
datasource 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 4d 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 — 337 lines — stays where its author put it; the contents beside it link to each section on GitHub.
datasource
Reference data discovery skill (read-only).
Purpose
Query and browse reference data as standalone read-only operations. Use when
user wants to explore available options without submitting a request. This
skill owns standalone business-group scope discovery. Dedicated
resource-pool and resource skills still handle standalone resource-pool
and resource browsing.
Terminology Mapping
Treat SmartCMP business group as a generic organizational scope. Users may
describe the same concept as:
- tenant
- 租户
- 部门
- BU
- Department
- 项目
- Project
Resolve these terms against SmartCMP business-group data unless the user is
clearly referring to some other system-level tenant concept. Mirror the user's
wording in replies when it helps readability, but keep the SmartCMP field names
businessGroupName and bgId when calling scripts or building request data.
Trigger Conditions
Activate this skill when user intent matches:
| Intent | Keywords |
|---|---|
| View business-group scopes | "show business groups", "show tenants", "查看租户", "查看部门", "查看项目" |
| List applications | "list applications", "show apps" |
| List OS templates | "list OS templates", "available OS" |
| List images | "list images", "available images" |
NOT for: Resource provisioning -> use request skill instead.
NOT for: Catalog discovery -> use request.
NOT for: Direct "查询资源池", "查看所有资源", "查看所有云主机", or
"查看某个云主机详情" requests -> use resource-pool or resource.
Handlers
All five datasource Tool commands are co-located in scripts/adapter.py:
| Handler | Tool | Purpose |
|---|---|---|
list_all_business_groups |
smartcmp_list_all_business_groups |
List standalone business-group scopes |
list_applications |
smartcmp_list_applications |
List applications in a business group |
list_components |
smartcmp_list_components |
List component metadata for a catalog source key |
list_logical_templates |
smartcmp_query_logical_templates |
Query logical templates |
list_images |
smartcmp_query_images |
Query cloud images |
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.
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.
- 4d ago First seen · 337 lines · 68 tokens per session scan A 6e8ed9b75a6a
datasource is a skill published in the GitHub repository CloudChef/atlasclaw-providers (15 stars, last pushed today), licensed Apache-2.0. It adds 68 tokens to every session and 2,886 once invoked, about $0.0003 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
aixyz
Build, run, and deploy an AI agent using the aixyz framework. Use this skill when creating a new agent, adding tools, wiring up A2A/MCP protocols, configuring x402 micropayments, or deploying to Vercel.
cli-for-agent
Design and build CLI tools optimized for AI agent consumption. Use this skill when creating a new CLI command, refactoring an existing CLI for agent compatibility, or reviewing whether a CLI follows agent-friendly design principles.
create-use-agently-cli
Create a new CLI command for the use-agently CLI. Use this skill when implementing a new command, subcommand, or protocol handler in the packages/use-agently package following the CLI design specification.
use-agently
Discover (by searching) to use thousands of AI agents, MCP, tools, data sources, and APIs on the use-agently.com AI Agent Marketplace/Directory. You can get more effective "Web Search", "Web Fetch" or "Social Search" with use-agently. Sending messages via the A2A protocol, calling MCP tools, making HTTP/Web requests…
grizzly_sms
SMS verification and virtual phone numbers via Grizzly SMS API.
quality-assurance
代码审查、质量验收、集成测试、性能测试、交付把关.