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 komunite/tezgah --skill saas-storagegit clone --depth 1 https://github.com/komunite/tezgahWrote 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/komunite/tezgah/saas-storage)<a href="https://agentmods.dev/skills/komunite/tezgah/saas-storage"><img src="https://agentmods.dev/badge/skills/komunite/tezgah/saas-storage/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/skills/komunite/tezgah/saas-storage"><img src="https://agentmods.dev/badge/skills/komunite/tezgah/saas-storage.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.00115 | $0.02064 |
| Opus 5 | $0.00057 | $0.01032 |
| Sonnet 5 | $0.00023 | $0.00413 |
| Haiku 4.5 | $0.00012 | $0.00206 |
Grade A, and why
saas-storage 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 10d 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.
How it starts
The opening of the file, as written. The whole thing — 162 lines — stays where its author put it; the contents beside it link to each section on GitHub.
SaaS Storage — Supabase Storage ile Dosya Depolama
Bu skill, bir SaaS uygulamasının dosya depolama katmanını Supabase Storage ile kurar. Profil fotoğrafları, kullanıcı tarafından yüklenen dokümanlar, ürün görselleri veya dışa aktarılan raporlar — dosya depolama çoğu SaaS'ta gerekli bir katmandır.
Supabase Storage, zaten veritabanı için kullandığın Supabase projesinin parçasıdır — ek servis hesabı veya yapılandırma gerektirmez. RLS ile dosya seviyesinde güvenlik, dahili görsel dönüştürme ve Dashboard'da görsel dosya yönetimi sunar. Ücretsiz katman: 1 GB depolama, 2 GB bandwidth/ay.
Bağımlılık: Bu skill saas-launcher orkestratör skill'inin opsiyonel bir fazıdır. Bağımsız olarak da kullanılabilir. Her SaaS'ta gerekmez — yalnızca dosya yükleme ihtiyacı varsa uygula.
Bağlı skill'ler:
- saas-database — Dosya metadata'sı (isim, boyut, tür, URL) veritabanında saklanır. Supabase Storage aynı projenin parçasıdır.
- saas-auth — Dosya erişimi kullanıcı kimliğine bağlıdır.
- saas-api-security — Yükleme endpoint'leri input validation ve rate limiting gerektirir.
Supabase Storage Kurulumu
Bucket Oluşturma
Supabase Storage'da dosyalar bucket'larda organize edilir. Her bucket bir klasör gibidir.
Önerilen bucket yapısı:
avatars— Kullanıcı profil fotoğrafları (public)uploads— Kullanıcı dosyaları (private — RLS ile korunmalı)exports— Sistem tarafından üretilen dosyalar (private)
Public vs. Private bucket:
- Public: Dosya URL'si ile herkes erişebilir. Profil fotoğrafları, ürün görselleri için.
- Private: Erişim RLS politikalarına tabidir. Kullanıcı dokümanları, hassas dosyalar için.
RLS Politikaları
Storage bucket'ları da veritabanı tabloları gibi RLS ile korunur:
- Profil fotoğrafı yükleme: Kullanıcı sadece kendi klasörüne (
avatars/{user_id}/) yükleyebilsin - Dosya okuma: Kullanıcı sadece kendi dosyalarını görebilsin
- Dosya silme: Kullanıcı sadece kendi dosyalarını silebilsin
Klasör yapısı ile RLS'i birleştir: {bucket}/{user_id}/{dosya} — bu sayede auth.uid() ile yol kontrolü yapılabilir.
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.
- 10d ago First seen · 162 lines · 115 tokens per session scan A 5d8f556d34f1
saas-storage is a skill published in the GitHub repository komunite/tezgah (91 stars, last pushed 5mo ago), licensed MIT. It adds 115 tokens to every session and 2,064 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-08-30.
Other skills, from other repositories
saas-builder
Clone, verify, map, and build on top of ixartz/SaaS-Boilerplate for a user's SaaS idea. Use when a user wants to reuse SaaS Boilerplate, evaluate how their product fits it, or build product-specific pages, database schema, roles, permissions, MVP features, and launch scope on top of the boilerplate.
supabase
Use when doing ANY task involving Supabase. Triggers: Supabase products (Database, Auth, Edge Functions, Realtime, Storage, Vectors, Cron, Queues); client libraries and SSR integrations (supabase-js, @supabase/ssr) in Next.js, React, SvelteKit, Astro, Remix; auth issues (login, logout, sessions, JWT, cookies…
system-design-data-architecture
Choose and scale the data layer: SQL versus NoSQL per access pattern, single data ownership, replication and read scaling, partition key choice, hot partition and celebrity key mitigation. Use when selecting a store, planning sharding, or fixing a data-tier bottleneck.
nuxthub
Use when building NuxtHub v0.10.6 applications - provides database (Drizzle ORM with sqlite/postgresql/mysql), KV storage, blob storage, and cache APIs. Covers configuration, schema definition, migrations, multi-cloud deployment (Cloudflare, Vercel), and the new hub:db, hub:kv, hub:blob virtual module imports.
backend-multi-tenancy
Use this skill when the user says 'multi-tenancy', 'SaaS', 'tenant isolation', 'row-level security', 'DB per tenant', 'schema per tenant', 'tenant provisioning', 'tenant migration', 'multi-tenant database', 'tenant context'. This skill implements tenant isolation strategies: row-level, schema-per-tenant, and…
supabase
Use this skill when working with Supabase platform — PostgreSQL schema, Row Level Security, Realtime subscriptions, Auth, Storage, Edge Functions, pgvector. This skill enforces: RLS policies on every table, proper PostgreSQL schema design, real-time channel organization, storage bucket policies, edge function cold…