Borrowing it
Nothing to install: this file belongs to justinz12xd/HACKATON-TAWS. 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/justinz12xd/HACKATON-TAWS/main/.agents/skills/jelou-functions/SKILL.mdgit clone --depth 1 https://github.com/justinz12xd/HACKATON-TAWSWrote 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/justinz12xd/hackaton-taws/jelou-functions)<a href="https://agentmods.dev/skills/justinz12xd/hackaton-taws/jelou-functions"><img src="https://agentmods.dev/badge/skills/justinz12xd/hackaton-taws/jelou-functions/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/justinz12xd/hackaton-taws/jelou-functions"><img src="https://agentmods.dev/badge/skills/justinz12xd/hackaton-taws/jelou-functions.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.00243 | $0.11245 |
| Opus 5 | $0.00121 | $0.05622 |
| Sonnet 5 | $0.00049 | $0.02249 |
| Haiku 4.5 | $0.00024 | $0.01124 |
Grade A, and why
jelou-functions 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
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
19 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 347 B
- CHANGELOG.md 1.7 KB
- references/chatbot-pitfalls.md 2.6 KB
- references/context-object.md 5.2 KB
- references/control-plane-api.md 11 KB
- references/cron-and-mcp.md 2.4 KB
- references/defer-vs-cron.md 2.6 KB
- references/examples/appointment-reminder.md 1.9 KB
- references/examples/drip-campaign.md 1.9 KB
- references/examples/nps-survey.md 1.8 KB
- references/examples/snooze-pattern.md 1.7 KB
- references/killer-recipe.md 5.7 KB
- references/messaging.md 5.9 KB
- references/multi-tool.md 3.2 KB
- references/output-formatting.md 3.6 KB
- references/patterns-api.md 3.8 KB
- references/patterns.md 7.6 KB
- references/sdk-defer-and-guards.md 13 KB
- references/testing.md 2.3 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.
- 9d ago First seen · 941 lines · 243 tokens per session scan A 9777edace59d
jelou-functions is a skill published in the GitHub repository justinz12xd/HACKATON-TAWS (2 stars, last pushed 1mo ago), with no licence file. It adds 243 tokens to every session and 11,245 once invoked, about $0.0012 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-31.
Other skills, from other repositories
langgraph-docs
Fetches and references LangGraph Python documentation to build stateful agents, create multi-agent workflows, and implement human-in-the-loop patterns. Use when the user asks about LangGraph, graph agents, state machines, agent orchestration, LangGraph API, or needs LangGraph implementation guidance.
python-backend
Production Python async patterns including asyncio TaskGroup, FastAPI dependency injection and middleware, SQLAlchemy 2.0 async sessions, and database connection pool tuning. Python 3.11+ runtime concerns such as ExceptionGroup, cancellation semantics, and session rollback. Use when building async services, wiring…
dev-team-node
Coordinates Node.js/TypeScript development (Next.js, NestJS, Vite, Express) with a team of specialized agents and inline quality gates. Use for multi-step Node.js tasks that need decomposition and multi-agent coordination.
nest-best-practices
NestJS framework best practices and production patterns. Use whenever working with NestJS — creating modules, controllers, services, DTOs, guards, interceptors, pipes, middleware, or building REST/GraphQL/microservice APIs. Also use when setting up authentication, authorization, validation, queues, health checks…
node-backend
Node.js backend development patterns for Express, NestJS, Fastify, and Hono. Use when implementing APIs, authentication, middleware, services, and server-side logic with Node.js and TypeScript. Provides project structure, code patterns, and best practices.
api-errors
McpError constructor, JsonRpcErrorCode reference, and error handling patterns for @cyanheads/mcp-ts-core. Use when looking up error codes, understanding where errors should be thrown vs. caught, or using ErrorHandler.tryCatch in services.