Borrowing it
Nothing to install: this file belongs to rafsilva85/credit-optimizer-v5. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/rafsilva85/credit-optimizer-v5/main/AGENTS.mdgit clone --depth 1 https://github.com/rafsilva85/credit-optimizer-v5Wrote 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.
[](https://agentmods.dev/instructions/rafsilva85/credit-optimizer-v5/agents-md)<a href="https://agentmods.dev/instructions/rafsilva85/credit-optimizer-v5/agents-md"><img src="https://agentmods.dev/badge/instructions/rafsilva85/credit-optimizer-v5/agents-md/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/instructions/rafsilva85/credit-optimizer-v5/agents-md"><img src="https://agentmods.dev/badge/instructions/rafsilva85/credit-optimizer-v5/agents-md.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00624 | $0.00624 |
| Opus 5 | $0.00312 | $0.00312 |
| Sonnet 5 | $0.00125 | $0.00125 |
| Haiku 4.5 | $0.00062 | $0.00062 |
Grade B, and why
credit-optimizer-v5 AGENTS.md scanned grade B with 2 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 9d 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.
Unrestricted tool accessmediumExcessive agency
A wildcard tool grant or "run any command" leaves no least-privilege boundary at all.
- This skill does NOT execute arbitrary code Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -o ~/.manus/skills/credit-optimizer/SKILL.md https://raw.githubusercontent.com/rafsilva85/credit-optimizer-v5/main/SKILL.md How it starts
The opening of the file, as written. The whole thing — 69 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md — SkillFlow Ecosystem
Project Overview
SkillFlow is the curated marketplace for AI agent skills. This repository (credit-optimizer-v5) is one of the flagship skills available on SkillFlow. It optimizes Manus AI credit usage, saving 30-75% without quality loss.
SkillFlow Marketplace
SkillFlow aggregates, verifies, and distributes AI agent skills across all major platforms. Every skill is reviewed by a real person, every publisher is verified through GitHub, and every file is readable before installation.
- Website: https://skillflow.builders
- Explore Skills: https://skillflow.builders/explore
- Publisher Profile: https://skillflow.builders/publisher/rafsilva85
How to Use This Skill
- Download the
SKILL.mdfile from this repository - Place it in your project's
skills/directory (e.g.,~/.manus/skills/credit-optimizer/) - The AI agent (Claude Code, Cursor, Copilot, etc.) will automatically detect and use it
# Quick install
mkdir -p ~/.manus/skills/credit-optimizer
curl -o ~/.manus/skills/credit-optimizer/SKILL.md https://raw.githubusercontent.com/rafsilva85/credit-optimizer-v5/main/SKILL.md
Build & Test
This is a skill file (Markdown-based), not a compiled project. No build step required.
To validate the skill:
# Check SKILL.md exists and is valid Markdown
cat SKILL.md | head -20
Code Style
- SKILL.md files use standard Markdown
- Sections should be clearly delineated with
##headers - Include practical examples and code snippets
- Keep instructions actionable and unambiguous
Contributing
- Fork this repository
- Make your changes to
SKILL.md - Test with at least one AI coding agent (Claude Code, Cursor, or Copilot)
- Submit a Pull Request with a clear description of improvements
Related Skills on SkillFlow
- Fast Navigation — Accelerate web navigation by 30-2000x
- Skill Creator — Guide for creating new skills
- Skill Finder — Find the best skills for any task
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.
- 9d ago First seen · 69 lines · 624 tokens per session scan B 25f27923efb1
credit-optimizer-v5 AGENTS.md is an instructions file published in the GitHub repository rafsilva85/credit-optimizer-v5 (50 stars, last pushed 3mo ago), licensed MIT. It adds 624 tokens to every session, about $0.0031 per session on Opus 5. A static security scan graded it B with 2 findings (unrestricted tool access, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
next.js AGENTS.md
AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).
vscode oss-third-party-notices.instructions.md
Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).
langchain AGENTS.md
AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.
spec-kit AGENTS.md
AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.