AIBAST Agents Library is a collection of industry-focused AI agent templates accompanied by a local server that connects agents to GitHub Copilot for language-model inference. It helps developers create and run tool-using agents and isolated project environments, with an optional cloud-backed path for persistent memory. The catalogue entries provide the repository's agents, skills, commands, hooks, and instructions.
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.
npx skills add microsoft/aibast-agents-library --skill aibast_carbon-offset-analysisgit clone --depth 1 https://github.com/microsoft/aibast-agents-libraryWrote 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/skills/microsoft/aibast-agents-library/aibast_carbon-offset-analysis)<a href="https://agentmods.dev/skills/microsoft/aibast-agents-library/aibast_carbon-offset-analysis"><img src="https://agentmods.dev/badge/skills/microsoft/aibast-agents-library/aibast_carbon-offset-analysis.svg" alt="Measured on agentmods" 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.00024 | $0.00180 |
| Opus 5 | $0.00012 | $0.00090 |
| Sonnet 5 | $0.00005 | $0.00036 |
| Haiku 4.5 | $0.00002 | $0.00018 |
Grade A, and why
emission-tracking-carbon-offset-analysis 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 4d 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.
What it actually says
Emissions Tracking Agent: Carbon Offset Analysis
Route
Use the carbon_offset_analysis operation. The canonical persona prompt is:
Show offset candidates for the Ridgeline gap, but do not buy or claim credits.
Procedure
- Read the synthetic knowledge records and controls.
- Call or reproduce only the
carbon_offset_analysisoperation behavior. - Lead with source-backed identifiers and evidence.
- State uncertainty and the required authorized review.
- End with the operation's no-write boundary.
Required evidence
- Appalachian Reforestation
- No credit purchase
- offset claim
Never imply that a live system, filing, account, crew, supplier, shipment, emissions claim, or inventory position was changed.
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.
- 4d ago First seen · 28 lines · 24 tokens per session scan A 58560e847644
emission-tracking-carbon-offset-analysis is a skill published in the GitHub repository microsoft/aibast-agents-library (7 stars, last pushed yesterday), licensed MIT. It adds 24 tokens to every session and 180 once invoked, about $0.0001 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-09-03.
Other skills, from other repositories
monte-carlo
Use when the user wants Monte Carlo simulation of a PlanExe model — sampling from bounds to produce output distributions (mean/std/percentiles), threshold pass probabilities, and Pearson-correlation sensitivity rankings — given an extract-parameters-from-full JSON, a generate-bounds JSON, a generate-calculations…
cointegration-analysis
Cointegration testing for pairs trading using Engle-Granger, Johansen, and rolling stability analysis.
quant-experiment-runtime
Quant research experiment executor: discover an offline source database under the workdir's code-repo, build a panel, run a Research Artifact's entry point to compute research-object values, and evaluate IC/ICIR/RANKIC/coverage metrics. Runtime = Experiment Executor; it runs a Research Artifact via a Python-native…
fin-paper-figure
Generate academic-quality figures (>=300 DPI) for economics and finance papers.
neqsim-utility-design
Screening-level utility-system DESIGN with NeqSim Java classes and the MCP designUtilities tool — fired steam Boiler, Deaerator, vapour-compression RefrigerationCycle, on-site NitrogenSystem generator, and multi-pressure SteamNetwork header cascade, plus the UtilitySystemDesigner aggregator that harvests demands from…
fin-paper-writing
A workflow for turning a research outline and study design into a complete economics or finance paper. It coordinates drafting, figure creation, consistency checks, review rounds, LaTeX compilation, and submission checks.