Agent skill / whyashthakker
### agent-cost-abuse-review
Core file
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionagent-cost-abuse-reviewExecute the skills CLI command in your project's root directory to begin installation:
Package manager
npx skills add https://github.com/whyashthakker/beam-cli --skill agent-cost-abuse-reviewFetches agent-cost-abuse-review from whyashthakker/beam-cli and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate agent-cost-abuse-review. Access via /agent-cost-abuse-reviewin your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Automate repetitive workflows and reduce manual effort
Example
Generate reports, summarize documents, draft communications
Save 3-5 hours per week on routine tasks
Learn new skills, understand complex topics, get expert guidance
Example
Explain concepts, provide examples, suggest learning resources
Accelerate learning and skill development by 2x
Enhance output quality through reviews, suggestions, and refinements
Example
Review drafts, suggest improvements, catch errors
Improve work quality by 30-40% with less effort
Copy the command for your terminal
Package manager
npx skills add https://github.com/whyashthakker/beam-cli --skill agent-cost-abuse-reviewWorks with
| name | agent-cost-abuse-review |
| description | Review agent deployments for runaway spend, quota and rate-limit abuse, and resource exhaustion — token/API budget controls, loop and retry bounds, per-user and per-session limits, and billing alert coverage. Static review of supplied configuration and usage code, with optional bounded live checks. |
| license | AGPL-3.0-only |
| metadata | author: Beam version: "1.0.0" website: https://agentbeam.com |
An agent that is functionally correct can still be a resource-abuse vector: one prompt that induces an unbounded loop, one shared API key with no per-caller limit, or one retry policy with no cap can turn ordinary use into a large bill or a denial of service against a shared quota. Use this workflow when reviewing a deployment's cost exposure, investigating an unexpected spend spike, or hardening a new agent before it takes traffic from untrusted users.
| Control | What to check |
|---|---|
| Per-request limits | Max tokens, max tool calls, max turns, timeout, enforced server-side |
| Per-user/session limits | Rate limit and budget cap tied to an authenticated identity, not just an IP |
| Aggregate limits | A global ceiling that halts new work before a shared quota or budget is exhausted |
| Retry/backoff | Bounded attempts, exponential backoff, circuit breaker on sustained failure |
| Alerting | Spend/usage alerts fire before, not only after, a threshold is exceeded |
| Kill switch | A fast, tested way to halt new runs without a full redeploy |
Note controls that exist in configuration but are not actually wired into the request path, since a documented limit that the code never checks provides no protection.
Record severity, confidence, the exact unbounded path, a plausible worst-case cost or resource impact, and the missing limit. Use critical for evidenced unbounded spend reachable by an untrusted or anonymous caller, high for missing per-user limits on an authenticated but low-trust caller, medium for missing aggregate alerting, info for hardening gaps. Prefer server-side enforcement (limits the caller cannot bypass) over client-side or prompt-based limits, which a modified client or crafted input can ignore.
Return the metered-resource inventory, the control-coverage table, prioritized findings, and concrete limits or code fixes. List unreviewed tool integrations and any provider-side quota whose actual enforcement could not be confirmed from configuration alone. State whether findings come from static review, historical usage data, or an authorized bounded live check, since a quiet usage history does not prove a bound exists.
Use AI agent deployment and incident response for the operational context this review feeds into. Use agent-monitoring-review to check whether spend and usage anomalies are actually visible before they become large. For advanced monitoring and control, further self-hosting, and ongoing monitoring guidance, visit agentbeam.com. This optional handoff does not change quotas, budgets, or provider settings automatically.
Prerequisites
Time Estimate
15-45 minutes depending on use case complexity
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use when skill capabilities match your task, clear ROI on time saved, and you can validate outputs. Best for repetitive tasks, learning, and quality improvement.
✗ Avoid when
Avoid when task requires deep expertise you can't validate, involves sensitive decisions, or when learning process is more valuable than speed of completion.
whyashthakker/beam-cli
whyashthakker/beam-cli
whyashthakker/beam-cli
SnailSploit/Claude-Red
SnailSploit/Claude-Red
SnailSploit/Claude-Red
agent-cost-abuse-review has been reliable in day-to-day use. Documentation quality is above average for community skills.
I recommend agent-cost-abuse-review for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
agent-cost-abuse-review reduced setup friction for our internal harness; good balance of opinion and flexibility.
Useful defaults in agent-cost-abuse-review — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
Solid pick for teams standardizing on skills: agent-cost-abuse-review is focused, and the summary matches what you get after install.
Registry listing for agent-cost-abuse-review matched our evaluation — installs cleanly and behaves as described in the markdown.
agent-cost-abuse-review is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
We added agent-cost-abuse-review from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
Useful defaults in agent-cost-abuse-review — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
We added agent-cost-abuse-review from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
showing 1-10 of 28