cloud-setting

A setup workflow for turning an Azure cloud virtual machine into a host for an always-available coding agent. It installs the needed tools, retrieves a project, and runs the agent in a named terminal session.

In plain words
What is it for?
Use it to create and connect to an Azure VM, install Node.js, tmux, and Claude Code, clone a project, and expose the agent through Cloudflare.
Why use it?
It organizes the many setup steps needed to run a coding agent on a remote machine instead of configuring each part manually.

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/tykimos/agent-native-agent/cloud-setting
Any agent
npx skills add tykimos/agent-native-agent --skill cloud-setting
Clone the repo
git clone --depth 1 https://github.com/tykimos/agent-native-agent

Made for: Claude Code, Codex.

Per session 185 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,743 The whole file, excluding the scripts and references it only reads on demand.
Security scan D 3 findings. Scan, not verified.
Origin unknown 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.00185 $0.01743
Opus 5 $0.00093 $0.00872
Sonnet 5 $0.00037 $0.00349
Haiku 4.5 $0.00018 $0.00174

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

Security

Grade D, and why

cloud-setting scanned grade D with 3 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 2d ago.

The scan reads SKILL.md. This mod also ships 4 executable files (scripts/azure-create-vm.sh, scripts/install-cloudflared.sh, scripts/install-services.sh, …), 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.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

| Server logs / restart | `sudo journalctl -u ana-<PROJECT> -f` / `sudo systemctl restart ana-<PROJECT>` |

Downloads and executes remote codehighSupply chain

curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.

1. installs `tmux git curl` (apt), Node 22 (NodeSource), Claude Code (`curl -fsSL https://claude.ai/install.sh | bash`) and adds `~/.local/bin` to `PATH`;

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

1. installs `tmux git curl` (apt), Node 22 (NodeSource), Claude Code (`curl -fsSL https://claude.ai/install.sh | bash`) and adds `~/.local/bin` to `PATH`;
skills/cloud-setting/SKILL.md · 81 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Files

What ships with it

7 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. 2d ago First seen · 81 lines · 185 tokens per session scan D e68639c4761d

Subscribe to this mod's changes

cloud-setting is a skill published in the GitHub repository tykimos/agent-native-agent (41 stars, last pushed 3d ago), licensed AGPL-3.0. It adds 185 tokens to every session and 1,743 once invoked, about $0.0009 per session on Opus 5. A static security scan graded it D with 3 findings (asks for root, downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

google-agents-cli-deploy

This skill should be used when the user wants to "deploy an agent", "deploy my ADK agent", "set up CI/CD", "configure secrets", "troubleshoot a deployment", or needs guidance on Agent Runtime, Cloud Run, or GKE deployment targets, or binding an agent to an Agent Gateway. Covers deployment workflows, service accounts…

google/agents-cli · 153 tokens

cloudflare-bundler-apps

Author Cloudflare Worker Bundler-compatible apps that build and preview correctly inside a space. Use this skill whenever you scaffold, modify, or deploy a project that will be built with @cloudflare/worker-bundler (i.e. anything served from /space/:name/preview/:branch/). Covers wrangler config, project layout…

cloudflare/vibesdk · 105 tokens

architecture-diagram

Create professional, dark-themed architecture diagrams as standalone HTML files with SVG graphics. Use when the user asks for system architecture diagrams, infrastructure diagrams, cloud architecture visualizations, security diagrams, network topology diagrams, or any technical diagram showing system components and…

smallnest/pigo · 55 tokens

provision

Ship a local or Mantle landing-generated project to Cloudflare and finish production auth. Use when a Mantle project is ready for GitHub, Cloudflare deployment, self-hosted GitHub OAuth, paid Mantle hosted auth verification, production smoke testing, or operator handoff.

aotter/mantle · 59 tokens

building-ai-agent-on-cloudflare

Builds AI agents on Cloudflare using the Agents SDK with state management, real-time WebSockets, scheduled tasks, tool integration, and chat capabilities.

GrayCodeAI/starling · 37 tokens

media-gc

Audit and safely remove stale, uncommitted public media uploads from a Mantle Cloudflare R2 bucket. Use when a Mantle operator asks to inspect or clean orphan media objects left after createmediaupload without commitmediaupload.

aotter/mantle · 50 tokens