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 Lzy599775/agent-auto-sci-skills --skill kdense-ml-ai-selectedgit clone --depth 1 https://github.com/Lzy599775/agent-auto-sci-skillsWrote 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/lzy599775/agent-auto-sci-skills/kdense-ml-ai-selected)<a href="https://agentmods.dev/skills/lzy599775/agent-auto-sci-skills/kdense-ml-ai-selected"><img src="https://agentmods.dev/badge/skills/lzy599775/agent-auto-sci-skills/kdense-ml-ai-selected/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/lzy599775/agent-auto-sci-skills/kdense-ml-ai-selected"><img src="https://agentmods.dev/badge/skills/lzy599775/agent-auto-sci-skills/kdense-ml-ai-selected.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.00088 | $0.00380 |
| Opus 5 | $0.00044 | $0.00190 |
| Sonnet 5 | $0.00018 | $0.00076 |
| Haiku 4.5 | $0.00009 | $0.00038 |
Grade A, and why
kdense-ml-ai-selected 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.
What it actually says
K-Dense ML/AI Selected
This wrapper packages selected Machine Learning & AI skills from K-Dense-AI/scientific-agent-skills for Auto-sci-research.
Use it when a task needs technical playbooks for:
scikit-learnpytorch-lightningtransformersshaptimesfm-forecastingtorch-geometricumap-learn
Local Adaptation
Use these upstream skills with local research constraints:
- Define prediction target, population, spatial unit, temporal unit, and leakage risks before model choice.
- Prefer simple baselines before complex models.
- Separate predictive utility from causal interpretation.
- For exposure, accessibility, and spatial equity work, document spatial and temporal validation splits.
- Treat SHAP, feature importance, and embeddings as interpretation aids, not causal evidence.
For domain-specific guidance, also read:
../agent-auto-sci-ai-ml/references/k_dense_ml_ai_mapping.md../agent-auto-sci-ai-ml/references/ml_leakage_and_validation.md
Must Not Do
- Do not report only accuracy without calibration, uncertainty, and validation design.
- Do not mix training and test geographies or time periods without disclosure.
- Do not present model explanations as mechanisms unless the design supports that claim.
What ships with it
60 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 339 B
- LICENSE.upstream.md 1.0 KB
- NOTICE.md 492 B
- subskills/k-dense/aeon/references/anomaly_detection.md 4.8 KB
- subskills/k-dense/aeon/references/classification.md 5.3 KB
- subskills/k-dense/aeon/references/clustering.md 3.7 KB
- subskills/k-dense/aeon/references/datasets_benchmarking.md 9.0 KB
- subskills/k-dense/aeon/references/distances.md 6.3 KB
- subskills/k-dense/aeon/references/forecasting.md 3.9 KB
- subskills/k-dense/aeon/references/networks.md 7.7 KB
- subskills/k-dense/aeon/references/regression.md 3.9 KB
- subskills/k-dense/aeon/references/segmentation.md 4.8 KB
- subskills/k-dense/aeon/references/similarity_search.md 5.1 KB
- subskills/k-dense/aeon/references/transformations.md 7.5 KB
- subskills/k-dense/aeon/SKILL.md 13 KB
- subskills/k-dense/pytorch-lightning/references/best_practices.md 16 KB
- subskills/k-dense/pytorch-lightning/references/callbacks.md 15 KB
- subskills/k-dense/pytorch-lightning/references/data_module.md 14 KB
- subskills/k-dense/pytorch-lightning/references/distributed_training.md 14 KB
- subskills/k-dense/pytorch-lightning/references/lightning_module.md 13 KB
- subskills/k-dense/pytorch-lightning/references/logging.md 14 KB
- subskills/k-dense/pytorch-lightning/references/trainer.md 14 KB
- subskills/k-dense/pytorch-lightning/scripts/quick_trainer_setup.py 14 KB runs code
- subskills/k-dense/pytorch-lightning/scripts/template_datamodule.py 9.1 KB runs code
- subskills/k-dense/pytorch-lightning/scripts/template_lightning_module.py 5.9 KB runs code
- subskills/k-dense/pytorch-lightning/SKILL.md 8.2 KB
- subskills/k-dense/scikit-learn/references/common_workflows.md 2.6 KB
- subskills/k-dense/scikit-learn/references/core_capabilities.md 4.7 KB
- subskills/k-dense/scikit-learn/references/model_evaluation.md 15 KB
- subskills/k-dense/scikit-learn/references/pipelines_and_composition.md 14 KB
- subskills/k-dense/scikit-learn/references/preprocessing.md 15 KB
- subskills/k-dense/scikit-learn/references/quick_reference.md 11 KB
- subskills/k-dense/scikit-learn/references/supervised_learning.md 11 KB
- subskills/k-dense/scikit-learn/references/unsupervised_learning.md 15 KB
- subskills/k-dense/scikit-learn/scripts/classification_pipeline.py 7.9 KB runs code
- subskills/k-dense/scikit-learn/scripts/clustering_analysis.py 11 KB runs code
- subskills/k-dense/scikit-learn/SKILL.md 11 KB
- subskills/k-dense/shap/references/data-maskers.md 11 KB
- subskills/k-dense/shap/references/explainers.md 13 KB
- subskills/k-dense/shap/references/migration.md 9.0 KB
- subskills/k-dense/shap/references/modalities.md 10 KB
- subskills/k-dense/shap/references/plots.md 12 KB
- subskills/k-dense/shap/references/theory.md 12 KB
- subskills/k-dense/shap/references/troubleshooting.md 12 KB
- subskills/k-dense/shap/references/workflows.md 17 KB
- subskills/k-dense/shap/scripts/tabular_report.py 9.7 KB runs code
- subskills/k-dense/shap/SKILL.md 14 KB
- subskills/k-dense/timesfm-forecasting/examples/anomaly-detection/detect_anomalies.py 17 KB runs code
- subskills/k-dense/timesfm-forecasting/examples/anomaly-detection/output/anomaly_detection.json 8.8 KB
- subskills/k-dense/timesfm-forecasting/examples/anomaly-detection/output/anomaly_detection.png 212 KB
- subskills/k-dense/timesfm-forecasting/examples/covariates-forecasting/demo_covariates.py 19 KB runs code
- subskills/k-dense/timesfm-forecasting/examples/covariates-forecasting/output/covariates_data.png 448 KB
- subskills/k-dense/timesfm-forecasting/examples/covariates-forecasting/output/covariates_metadata.json 1.5 KB
- subskills/k-dense/timesfm-forecasting/examples/covariates-forecasting/output/sales_with_covariates.csv 7.2 KB
- subskills/k-dense/timesfm-forecasting/examples/global-temperature/generate_animation_data.py 4.9 KB runs code
- subskills/k-dense/timesfm-forecasting/examples/global-temperature/generate_gif.py 6.5 KB runs code
- subskills/k-dense/timesfm-forecasting/examples/global-temperature/generate_html.py 21 KB runs code
- subskills/k-dense/timesfm-forecasting/examples/global-temperature/output/animation_data.json 130 KB
- subskills/k-dense/timesfm-forecasting/examples/global-temperature/output/forecast_animation.gif 776 KB
- subskills/k-dense/timesfm-forecasting/examples/global-temperature/output/forecast_output.csv 1.5 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.
- 11d ago First seen · 40 lines · 88 tokens per session scan A 0563c35923e2
kdense-ml-ai-selected is a skill published in the GitHub repository Lzy599775/agent-auto-sci-skills (2 stars, last pushed 5d ago), licensed MIT. It adds 88 tokens to every session and 380 once invoked, about $0.0004 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
clean-data
Interactive data profiling and cleaning assistant for medical research. Three-stage workflow (profile, flag, code-generate) with user approval gates at each step. Handles missing values, outliers, duplicates, and type mismatches in CSV/Excel clinical data. Does NOT auto-clean — all decisions require researcher…
model-scaffold
Generate a reproducible, runnable PyTorch training repo for a medical-imaging task — segmentation, classification, detection, image-to-image synthesis, self-supervised pretraining, or fine-tuning a pretrained backbone (transfer learning) — the missing middle link between choosing an architecture and validating a…
model-sourcing
Vet the concrete third-party model a study will be built on — this repository, this revision, this checkpoint — not the architecture family. Records a model dossier (source and version pin, licence and the file it was read from, intended use, pretrained-weight provenance, model task vs study task, reported validation…
preprocess-imaging
Design or audit the data-preparation stage of a medical-imaging model — DICOM/NIfTI intake, resampling and intensity normalisation, and the augmentation plan — so the pipeline is leakage-safe before model-scaffold builds the training repo. Emits a declarative preprocessing manifest and a deterministic data-stage…
radiomics-ml
Produce or audit a radiomics / tabular clinical-ML study — imaging or clinical features → any classical learner (penalised logistic [LASSO / ridge / elastic-net], SVM, k-NN, naive Bayes, LDA/QDA, decision tree, random forest, gradient boosting [XGBoost / LightGBM / CatBoost], shallow MLP, stacked ensembles) → a…
uncertainty-imaging
Design or audit the uncertainty-quantification, out-of-distribution (OOD) detection, and selective-prediction layer of a medical-imaging model framed for deployment — so a clinical-use claim carries calibrated per-case uncertainty (MC-dropout / deep ensemble / conformal / Bayesian), an OOD guard validated on a…