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 wangke19/gemini-ai-helpers --skill payload-autodl-jsongit clone --depth 1 https://github.com/wangke19/gemini-ai-helpersWrote 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/wangke19/gemini-ai-helpers/payload-autodl-json)<a href="https://agentmods.dev/skills/wangke19/gemini-ai-helpers/payload-autodl-json"><img src="https://agentmods.dev/badge/skills/wangke19/gemini-ai-helpers/payload-autodl-json/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/wangke19/gemini-ai-helpers/payload-autodl-json"><img src="https://agentmods.dev/badge/skills/wangke19/gemini-ai-helpers/payload-autodl-json.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.00035 | $0.02389 |
| Opus 5 | $0.00017 | $0.01195 |
| Sonnet 5 | $0.00007 | $0.00478 |
| Haiku 4.5 | $0.00003 | $0.00239 |
Grade A, and why
Payload Autodl JSON 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 11d 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.
This is a copy
88% identical to payload-autodl-json — 39 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 205 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Payload Autodl JSON
This skill defines the schema for the payload-analysis-{tag}-autodl.json file. The file is a flat denormalized table designed for database ingestion, with one row per (failed blocking job, candidate PR) pair.
When to Use This Skill
Use this skill when you need to generate the autodl JSON file during analyze-payload (Step 8).
File Location
The file is written to the current working directory:
payload-analysis-<sanitized_tag>-autodl.json
The filename must end with -autodl.json. Sanitize the tag for filename safety (replace colons and slashes with hyphens).
Schema
{
"table_name": "payload_triage",
"schema": {
"payload_tag": "string",
"version": "string",
"stream": "string",
"architecture": "string",
"phase": "string",
"release_controller_url": "string",
"analyzed_at": "string",
"rejection_streak": "int64",
"total_blocking_jobs": "int64",
"failed_blocking_jobs": "int64",
"job_name": "string",
"prow_url": "string",
"failure_type": "string",
"root_cause_summary": "string",
"streak_length": "int64",
"is_new_failure": "int64",
"originating_payload_tag": "string",
"candidate_pr_url": "string",
"candidate_title": "string",
"candidate_repo": "string",
"candidate_confidence_score": "int64",
"candidate_rationale": "string",
"revert_pr_url": "string",
"revert_pr_status": "string"
},
"schema_mapping": null,
"rows": [
{
"payload_tag": "4.22.0-0.nightly-2026-02-25-152806",
"version": "4.22",
"stream": "nightly",
"architecture": "amd64",
"phase": "Rejected",
"release_controller_url": "https://amd64.ocp.releases.ci.openshift.org/...",
"analyzed_at": "2026-02-26T10:30:00Z",
"rejection_streak": "5",
"total_blocking_jobs": "42",
"failed_blocking_jobs": "4",
"job_name": "periodic-ci-openshift-release-main-ci-4.22-e2e-aws-ovn",
"prow_url": "https://prow.ci.openshift.org/view/gs/...",
"failure_type": "test",
"root_cause_summary": "OVN gateway mode selection regression",
"streak_length": "5",
"is_new_failure": "0",
"originating_payload_tag": "4.22.0-0.nightly-2026-02-20-150000",
"candidate_pr_url": "https://github.com/openshift/cno/pull/2037",
"candidate_title": "Fix OVN gateway mode selection",
"candidate_repo": "openshift/cluster-network-operator",
"candidate_confidence_score": "95",
"candidate_rationale": "Error references code changed by this PR",
"revert_pr_url": "https://github.com/openshift/cno/pull/2038",
"revert_pr_status": "open"
},
{
"payload_tag": "4.22.0-0.nightly-2026-02-25-152806",
"version": "4.22",
"stream": "nightly",
"architecture": "amd64",
"phase": "Rejected",
"release_controller_url": "https://amd64.ocp.releases.ci.openshift.org/...",
"analyzed_at": "2026-02-26T10:30:00Z",
"rejection_streak": "5",
"total_blocking_jobs": "42",
"failed_blocking_jobs": "4",
"job_name": "periodic-ci-openshift-release-main-ci-4.22-e2e-gcp-ovn",
"prow_url": "https://prow.ci.openshift.org/view/gs/...",
"failure_type": "install",
"root_cause_summary": "Install timeout waiting for etcd quorum",
"streak_length": "2",
"is_new_failure": "0",
"originating_payload_tag": "4.22.0-0.nightly-2026-02-23-080000",
"candidate_pr_url": "",
"candidate_title": "",
"candidate_repo": "",
"candidate_confidence_score": "0",
"candidate_rationale": "",
"revert_pr_url": "",
"revert_pr_status": ""
}
],
"chunk_size": 0,
"expiration_days": 0,
"partition_column": ""
}
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.
- 11d ago First seen · 205 lines · 35 tokens per session scan A 4fac87213d91
Payload Autodl JSON is a skill published in the GitHub repository wangke19/gemini-ai-helpers (2 stars, last pushed 5mo ago), licensed Apache-2.0. It adds 35 tokens to every session and 2,389 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 88% identical to payload-autodl-json, differing in 39 lines, and is treated as a copy.
Other skills, from other repositories
mongodb-natural-language-querying
Generate read-only MongoDB queries (find) or aggregation pipelines using natural language, with collection schema context and sample documents. Use this skill whenever the user asks to write, create, or generate MongoDB queries, wants to filter/query/aggregate data in MongoDB, asks "how do I query...", needs help with…
neo4j-agent-memory-skill
Authoritative reference for the neo4j-agent-memory Python package — a graph-native memory system for AI agents built on Neo4j — and for the hosted service (NAMS) at memory.neo4jlabs.com. Use this skill whenever the user mentions neo4j-agent-memory, agent memory with Neo4j, context graphs, the POLE+O model…
neo4j-cypher-skill
Generates, optimizes, and validates Cypher 25 queries for Neo4j 2025.x and 2026.x. Use when writing new Cypher queries, optimizing slow queries, graph pattern matching, vector or fulltext search, subqueries, or batch writes. Covers MATCH, MERGE, CREATE, WITH, RETURN, CALL, UNWIND, FOREACH, LOAD CSV, SEARCH…
neo4j-snowflake-graph-analytics-skill
Run Neo4j Graph Analytics algorithms (PageRank, Louvain, WCC, Dijkstra, KNN, Node2Vec, FastRP, GraphSAGE) directly inside Snowflake without moving data. Use when running graph algorithms against Snowflake tables via the Neo4j Snowflake Native App ("GDS Snowflake", "graph algorithms in Snowflake", "Neo4j Graph…
neo4j-vector-index-skill
Create and manage Neo4j vector indexes, run vector similarity search (ANN/kNN), store embeddings on nodes or relationships, use SEARCH clause (Neo4j 2026.01+, preferred) or db.index.vector.queryNodes() procedure (deprecated 2026.04, still works on 2025.x), configure HNSW and quantization options, pick similarity…
neo4j-graphrag-skill
Build GraphRAG retrieval pipelines on Neo4j using the neo4j-graphrag Python package (v1.16.0+). Covers retriever selection (VectorRetriever, HybridRetriever, VectorCypherRetriever, HybridCypherRetriever, Text2CypherRetriever, ToolsRetriever), external vector DB retrievers (Weaviate, Pinecone, Qdrant), retrievalquery…