aditya-m-bharadwaj
- 2 skills
- 0 followers
- 1 day ago last updated
- ▌ API Skill Builder · aditya-m-bharadwajBootstrap a new "<vendor>-api-skill" project — a safe, cross-platform single-file Python CLI that mediates a third-party REST API, plus a matching Claude skill that drives it under explicit AI-safety constraints (token never enters AI context; every mutation passes through a six-tier safety classifier; every mutation is recorded in a local audit log). Trigger when the user asks to "build a CLI / skill for <some API>", "wrap the <X> API safely", or to mirror the linode-api-skill pattern for a new vendor.
- ▌ Linode API Skill · aditya-m-bharadwajDrive the entire Linode API safely through the local linode-api-skill CLI. Trigger when the user asks to inspect, create, modify, or delete any Linode-managed resource — instances, volumes, NodeBalancers, LKE clusters, Object Storage, Databases, Firewalls, Domains, VPCs, IPs, images, StackScripts, account/billing/users, or anything under api.linode.com/v4. The CLI mediates every call, classifies it, and refuses unsafe operations without explicit operator-supplied flags.