HACKATON-TAWS: Skill for Codex

.agents/skills/jelou-databases/SKILL.md

jelou-databases is a skill for Codex from justinz12xd/HACKATON-TAWS. It costs 114 tokens per session (6,914 once invoked), scanned A, original, no licence file.

A tool guide for managing Jelou Databases, including API keys and triggers, through the Jelou command-line tool or web API.

In plain words
What is it for?
Use it to create, list, update, or delete databases; manage database API keys; configure webhook triggers; and connect through MCP.
Why use it?
It provides instructions for connecting an AI agent to a managed Jelou database and handling its related settings.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: installed under .agents/ (shared by several agents).

This is justinz12xd/HACKATON-TAWS's own configuration. It tells Codex how to work on HACKATON-TAWS itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything HACKATON-TAWS configures →

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/justinz12xd/HACKATON-TAWS/main/.agents/skills/jelou-databases/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/justinz12xd/HACKATON-TAWS

Made for: Codex.

Wrote 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.

agentmods badge for jelou-databases

README.md
[![agentmods](https://agentmods.dev/badge/skills/justinz12xd/hackaton-taws/jelou-databases/github.svg)](https://agentmods.dev/skills/justinz12xd/hackaton-taws/jelou-databases)
Your own site
<a href="https://agentmods.dev/skills/justinz12xd/hackaton-taws/jelou-databases"><img src="https://agentmods.dev/badge/skills/justinz12xd/hackaton-taws/jelou-databases/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.

agentmods 80×15 button for jelou-databases

Your own site · 80×15
<a href="https://agentmods.dev/skills/justinz12xd/hackaton-taws/jelou-databases"><img src="https://agentmods.dev/badge/skills/justinz12xd/hackaton-taws/jelou-databases.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 114 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,914 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00114 $0.06914
Opus 5 $0.00057 $0.03457
Sonnet 5 $0.00023 $0.01383
Haiku 4.5 $0.00011 $0.00691

Measured 8d ago against content hash 87101eccb20b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

jelou-databases 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 8d 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.

.agents/skills/jelou-databases/SKILL.md · 536 lines

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.

Read it on GitHub

Files

What ships with it

4 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.

Changes

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.

  1. 8d ago First seen · 536 lines · 114 tokens per session scan A 87101eccb20b

Subscribe to this mod's changes

jelou-databases is a skill published in the GitHub repository justinz12xd/HACKATON-TAWS (2 stars, last pushed 1mo ago), with no licence file. It adds 114 tokens to every session and 6,914 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-31.

Related

Other skills, from other repositories

procurement-analysis

A procurement analysis workflow for breaking down purchasing needs, collecting data, analysing it, making charts, and writing a report. It covers supplier comparisons, price analysis, material selection, and procurement strategy reviews.

Running-hue/procureflow-agent · 62 tokens

supplier-price-urls

A lookup table that maps supplier names and spare-part names from an ERP system to supplier quotation-page URLs. An ERP system is software used to manage business data and operations.

Running-hue/procureflow-agent · 65 tokens

web-content-fetcher

A webpage-fetching tool that converts web pages to Markdown through alternative services when ordinary crawlers are blocked.

Running-hue/procureflow-agent · 83 tokens

web-scraper

A web-scraping tool that fetches web pages, reads their HTML, and saves the content as clean Markdown files. It can also use local demonstration URLs.

Running-hue/procureflow-agent · 75 tokens

schema-exploration

Lists tables, describes columns and data types, identifies foreign key relationships, and maps entity relationships in a database. Use when the user asks about database schema, table structure, column types, what tables exist, ERD, foreign keys, or how entities relate.

xiaoranchenwai/12345-hotline-agent · 57 tokens

query-writing

Writes and executes SQL queries from simple SELECTs to complex multi-table JOINs, aggregations, and subqueries. Use when the user asks to query a database, write SQL, run a SELECT statement, retrieve data, filter records, or generate reports from database tables.

xiaoranchenwai/12345-hotline-agent · 57 tokens