Aws
Universal Agent Skill Router — Route agent skills before LLM inference. Zero-config skill fingerprinting, conflict-aware routing, and self-learning feedback loop. Supports OpenClaw, Claude Code, LangChain, and more.
npx -y skills add RealTapeL/SkillPilot --skill awsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
AWS cloud operations - EC2, S3, Lambda, CloudFormation
SKILL.md
0.6 KB, 65 tokens by cl100k_base, as published. Nobody here has run it
AWS Skill
Manage AWS cloud resources.
Examples
- "deploy to production" → AWS deploy
- "create an S3 bucket" → aws s3 mb
- "list running instances" → aws ec2 describe-instances
- "upload file to S3" → aws s3 cp
Gives 0 of the 12 instructions most containers cloud skills give in 65 tokens
Counted across 607 of the 657 authors here whose files we hold, read 2026-08-06
- run containers as a non-root userin 69 of 607, across 49 files
- use multi-stage buildsin 52 of 607, across 41 files
- use Promise.all for independent operationsin 47 of 607, across 13 files
- import directly instead of barrel filesin 46 of 607, across 12 files
- use ternary instead of AND for conditionalsin 45 of 607, across 12 files
- use Set or Map for O(1) lookupsin 42 of 607, across 10 files
- create a .dockerignore filein 41 of 607, across 31 files
- Read individual rule files for detailsin 39 of 607, across 9 files
- authenticate server actions like API routesin 35 of 607, across 7 files
- use next/dynamic for heavy componentsin 34 of 607, across 9 files
- use React.cache for per-request deduplicationin 34 of 607, across 10 files
- copy dependency files before source codein 34 of 607, across 21 files
Said here and by no other author read
- manage aws cloud resources
- list running instances when requested
- upload files to s3 when requested
Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.