model-discovery
Discover Current AI Models and Tiers
Model identifiers change and quickly make configurations stale. This skill queries supported providers, caches results, detects additions, and recommends capability tiers.
Stop for confirmation before installing.
Review the plan and obtain explicit user consent before changing files.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "model-discovery" from https://skillstore.io/skills/consiliency-model-discovery.md and its manifest at https://skillstore.io/api/skills/consiliency-model-discovery/manifest. Verify the artifact. Stop and obtain explicit user consent before installing or changing files.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "model-discovery". Show current Anthropic model tiers from the local configuration.
Expected outcome:
- Fast: Claude Haiku 4.5.
- Default: Claude Sonnet 4.5.
- Heavy: Claude Opus 4.5.
Using "model-discovery". Check whether any fetched OpenAI models need classification.
Expected outcome:
Two new OpenAI models were detected. One matches the fast pattern, while one needs manual classification.
Using "model-discovery". Explain why Ollama discovery returned no models.
Expected outcome:
The configured Ollama host returned an empty model list. Confirm the service is running and that models have been pulled.
Security Audit
High RiskNo malicious intent or prompt injection was found, and most alerts are documentation or language-token false positives. Confirmed risks include broad parent .env loading, credentials in curl arguments or URLs, an unvalidated Ollama host, and a predictable temporary path.
Confirmed security concerns (2)
Capability review items (22)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Risk Factors
๐ Env variables (46)
๐ Network access (31)
๐ Filesystem access (3)
โ๏ธ External commands (33)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/consiliency-model-discovery/audits/9?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/consiliency-model-discovery?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/consiliency-model-discovery?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/consiliency-model-discovery/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/consiliency-model-discovery.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
Consiliency. (2026). model-discovery security audit report (audit version 9) [Author version unspecified]. Skillstore. https://skillstore.io/skills/consiliency-model-discovery/audits/9BibTeX citation
@techreport{consiliency-consiliency-model-discovery-2026,
author = {Consiliency},
title = {model-discovery security audit report (audit version 9)},
institution = {Skillstore},
year = {2026},
number = {9},
url = {https://skillstore.io/skills/consiliency-model-discovery/audits/9},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "model-discovery security audit report (audit version 9)"
version: "unspecified"
type: report
authors:
- name: "Consiliency"
date-released: "2026-07-13"
url: "https://skillstore.io/skills/consiliency-model-discovery/audits/9"
identifiers:
- type: other
value: "skillstore:consiliency-model-discovery:audit:9"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: MediumWhat You Can Build
Refresh application model identifiers
Check provider APIs before updating production model configuration or deployment settings.
Choose a task-appropriate model tier
Compare fast, default, and heavy recommendations for latency, cost, and capability needs.
Monitor newly available models
Detect unclassified provider models and review suggested tiers before adding them to the registry.
Try These Prompts
Show the cached models for each provider. Include the fetch timestamp and any provider errors.
Refresh models for [provider]. Summarize available identifiers and note any authentication or connection errors.
Review current models for [provider]. Recommend fast, default, and heavy options with concise reasons based on available metadata.
Refresh all enabled providers, detect unknown models, and propose tiers. Do not update the registry until I approve each uncertain classification.
Best Practices
- Review cached timestamps before making network requests.
- Inspect provider errors before using returned model identifiers.
- Approve uncertain tier assignments manually before updating the known-model registry.
Avoid
- Do not hardcode provider model versions without checking current availability.
- Do not place API credentials in prompts, logs, or shared output.
- Do not auto-classify unfamiliar models when no naming pattern matches.
Frequently Asked Questions
Which providers are supported?
Which credentials are required?
Does the skill cache provider responses?
How are models assigned to tiers?
Can it update classifications automatically?
Does it verify model quality or pricing?
Developer Details
Author
ConsiliencyLicense
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Repository
https://github.com/Consiliency/treesitter-chunker/tree/main/.ai-dev-kit/skills/model-discoveryRef
635f69fb8d2f4e6330ba47a4e5a0fb239c04d110
Maintenance freshness
7/18/2026
Usage
6 downloads ยท 178 views
File structure
๐ cache/
๐ .gitkeep
๐ models.json
๐ config/
๐ known_models.json
๐ model_tiers.json
๐ cookbook/
๐ anthropic-models.md
๐ gemini-models.md
๐ ollama-models.md
๐ openai-models.md
๐ scripts/
๐ check_new_models.py
๐ fetch_models.py
๐ SKILL.md