Borrowing it
Nothing to install: this file belongs to speakeasy-api/gram. 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/speakeasy-api/gram/main/.agents/skills/gram-demo-seed/SKILL.mdgit clone --depth 1 https://github.com/speakeasy-api/gramWrote 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/speakeasy-api/gram/gram-demo-seed)<a href="https://agentmods.dev/skills/speakeasy-api/gram/gram-demo-seed"><img src="https://agentmods.dev/badge/skills/speakeasy-api/gram/gram-demo-seed/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/speakeasy-api/gram/gram-demo-seed"><img src="https://agentmods.dev/badge/skills/speakeasy-api/gram/gram-demo-seed.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.00173 | $0.02472 |
| Opus 5 | $0.00086 | $0.01236 |
| Sonnet 5 | $0.00035 | $0.00494 |
| Haiku 4.5 | $0.00017 | $0.00247 |
Grade A, and why
gram-demo-seed 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 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.
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
Licensed AGPL-3.0
The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.
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 · 169 lines · 173 tokens per session scan A a04a3f28cca9
gram-demo-seed is a skill published in the GitHub repository speakeasy-api/gram (266 stars, last pushed today), licensed AGPL-3.0. It adds 173 tokens to every session and 2,472 once invoked, about $0.0009 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
webiny-api-opensearch-catalog
Name: createOpenSearchClient Import: import { createOpenSearchClient } from "webiny/api/opensearch" Source: @webiny/api-opensearch/client.ts.
cis-aws-compute-12.3
Ensure AWS Secrets manager is configured and being used by Lambda for databases.
webiny-api-key-value-store-catalog
Name: GlobalKeyValueStore Import: import { GlobalKeyValueStore } from "webiny/api/key-value-store" Source: @webiny/api-core/features/keyValueStore/index.ts Description: Global (non-tenant-scoped) key-value store.
prisma
Skill "prisma" from ashish7802/awesome-api-skills, covering prisma skill, ecosystem graph preview, recommended next skills, quick start and production patterns.
schema-authority
Single source of truth authority — define once in Pydantic / SQLModel / OpenAPI / Protobuf, generate TypeScript types, validators, docs, mocks, and contract tests from that canonical definition; schema registry patterns, spec-first API design, consumer-driven contract testing, and database-model alignment.
pn-backend-architecture
Scalable system design, database schemas, API contracts, microservices patterns. Use when designing APIs, DBs, or infrastructure before or during backend implementation.