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 aiskillstore/marketplace --skill insforgegit clone --depth 1 https://github.com/aiskillstore/marketplaceWrote 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/aiskillstore/marketplace/insforge)<a href="https://agentmods.dev/skills/aiskillstore/marketplace/insforge"><img src="https://agentmods.dev/badge/skills/aiskillstore/marketplace/insforge.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.00121 | $0.03951 |
| Opus 5 | $0.00060 | $0.01975 |
| Sonnet 5 | $0.00024 | $0.00790 |
| Haiku 4.5 | $0.00012 | $0.00395 |
Grade A, and why
insforge 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.
The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
What ships with it
20 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- agents/openai.yaml 230 B
- ai/audio.md 3.7 KB
- ai/chat-completions.md 4.5 KB
- ai/embeddings-and-rag.md 5.0 KB
- ai/image-generation.md 4.0 KB
- ai/models-list.md 2.8 KB
- ai/overview.md 3.8 KB
- ai/video-generation.md 3.2 KB
- auth/sdk-integration.md 20 KB
- auth/ssr-integration.md 12 KB
- database/sdk-integration.md 13 KB
- email/sdk-integration.md 8.1 KB
- functions/sdk-integration.md 2.2 KB
- payments/razorpay.md 11 KB
- payments/stripe.md 12 KB
- realtime/sdk-integration.md 9.3 KB
- skill-report.json 312 KB
- storage/postgres-rls.md 15 KB
- storage/s3-gateway.md 9.6 KB
- storage/sdk-integration.md 4.2 KB
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 · 229 lines · 121 tokens per session scan A 67e9edf713bb
insforge is a skill published in the GitHub repository aiskillstore/marketplace (417 stars, last pushed today), with no licence file. It adds 121 tokens to every session and 3,951 once invoked, about $0.0006 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
backend-specialist
A guide for designing and building backend services, the parts of an application that handle data, business rules, and requests. It covers APIs, databases, authentication, and service performance.
powersync
Best practices for building and maintaining applications with PowerSync: Cloud and self-hosted setup, sync configuration, client SDK usage, backend integration (Supabase, custom Postgres, MongoDB, MySQL, MSSQL), schema changes, watch and reactive queries (useQuery), attachments, the upload queue, and debugging. Use…
web-backend-builder
Scaffold backend API, data models, ORM setup, and endpoint inventory with OpenAPI output.
django-master
Django web development including ORM mastery, Django REST Framework, signals, custom managers/querysets, migrations, and admin customization. Trigger when users work with Django projects, need ORM optimization, DRF serializers/viewsets, Django admin customization, or migration strategies.
yugabytedb-app-dev
Build production-grade applications that connect to YugabyteDB across any language runtime or framework. Covers JDBC/Spring Boot, Spring Boot Reactive (WebFlux + R2DBC), Quarkus (SmallRye Fault Tolerance + Agroal), Python, Node.js, Go, .NET, and more — with correct driver config, pool tuning (HikariCP/Agroal/Npgsql)…
phoenix-contexts
Phoenix context design — creating/splitting contexts, Scope (1.8+), Ecto.Multi, PubSub, routers, plugs, controllers. Use when editing contexts, routers, or designing boundaries.