awsclaw copilot-instructions.md

awsclaw copilot-instructions.md is an instructions file for GitHub Copilot from necatiarslan/awsclaw. It costs 155 tokens per session, scanned A, original, Apache-2.0.

Development instructions for adding AWS service tools to awsclaw, a VS Code extension that lets you manage AWS with natural-language requests.

In plain words
What is it for?
Use them when adding a new AWS service, updating the extension's documentation and settings, or connecting the service to its command and access systems.
Why use it?
They provide a consistent pattern for extending the extension instead of deciding separately how each new AWS service should be integrated.

Instructions file for GitHub Copilot

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 instructions/necatiarslan/awsclaw/copilot-instructions
Clone the repo
git clone --depth 1 https://github.com/necatiarslan/awsclaw

Made for: GitHub Copilot.

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 awsclaw copilot-instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/necatiarslan/awsclaw/copilot-instructions.svg)](https://agentmods.dev/instructions/necatiarslan/awsclaw/copilot-instructions)
Your own site
<a href="https://agentmods.dev/instructions/necatiarslan/awsclaw/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/necatiarslan/awsclaw/copilot-instructions.svg" alt="Measured on agentmods" height="20"></a>
Per session 155 This file is loaded in full into every session.
When invoked 155 The same file — it is already loaded in full.
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.00155 $0.00155
Opus 5 $0.00077 $0.00077
Sonnet 5 $0.00031 $0.00031
Haiku 4.5 $0.00015 $0.00015

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

Security

Grade A, and why

awsclaw copilot-instructions.md 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 3d 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.

.github/copilot-instructions.md · 12 lines

What it actually says

This is a vscode extension that provides AI-assisted AWS management capabilities. It allows users to interact with AWS services using natural language prompts directly within VS Code.

When you are asked to add a new language tool for an aws service

  • use the same architecture like src/s3/S3Tool.ts
  • create a new folder under src for the service (e.g., src/ec2)
  • create a new tool file (e.g., EC2Tool.ts) following the structure of S3Tool.ts
  • update the README.md and README_AWS_SERVICES.md
  • update package.json
  • update src/common/ServiceAccessView.ts
  • update src/extension.ts
  • update src/mcp/McpDispatcher.ts
  • update src/mcp/McpManager.ts
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 · 12 lines · 155 tokens per session scan A 9fab23f38784

Subscribe to this mod's changes

awsclaw copilot-instructions.md is an instructions file published in the GitHub repository necatiarslan/awsclaw (1 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 155 tokens to every session, about $0.0008 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-31.

Related

Other instructions, from other repositories

devopness CLAUDE.md

Instructions for devopness/devopness, a project described as: Devopness: AI DevOps on your cloud. Deploy apps, infra and CI/CD. Any cloud and any stack, one MCP. Deterministic API, opinionated and fully configurable. No cloud credentials in AI chats. Free plan.

devopness/devopness · 13 tokens

awsmux AGENTS.md

Instructions for 0hardik1/awsmux, covering agents.md, what awsmux is, build, test, verify, layout and the safety model — invariants you must not weaken.

0hardik1/awsmux · 2,647 tokens

gcnv-mcp-server AGENTS.md

Instructions for NetApp/gcnv-mcp-server, covering assistant briefing, non-negotiable code policy, session startup — ontap audit logging (must do), userintent parameter (when audit logging is enabled) and operating principles.

NetApp/gcnv-mcp-server · 11,759 tokens

cron-mcp CLAUDE.md

Claude Code instructions for Shreyas-Profile/cron-mcp, covering deploying cron-mcp to hetzner + regiq.in, server (shared with the rest of the globalion mcp fleet), deploy a new version, first-time subdomain wiring (cron.regiq.in) and env vars.

Shreyas-Profile/cron-mcp · 733 tokens

devex AGENTS.md

Instructions for ParthKapoor-dev/devex: Summary Devex is a cloud development IDE with sandboxed “repl” sessions. The system is split into services. The core service handles auth and session orchestration, while the runner provides the interactive sandbox (WebSocket + PTY). Session data is persisted to S3-compatible…

ParthKapoor-dev/devex · 835 tokens

equinix-fabric-mcp CLAUDE.md

Claude Code instructions for sliuuu/equinix-fabric-mcp, covering claude.md — equinix-fabric-mcp, canonical files, auth, add equinixclientid and equinixclientsecret and running.

sliuuu/equinix-fabric-mcp · 774 tokens