Added
- Credentials Skill: Introduced a new
credentialsskill that defines a standard "Safe Credentials Protocol" for verifying and prompting for API keys/credentials safely. - Citations: Added
references/citation.bibfiles to almost all skills, providing academic citations for the databases and tools used.
Changed
- License Notification Standardization: Standardized license notification storage. Notification files are now stored in a centralized
.licenses/directory in the workspace root (e.g.,.licenses/<skill_name>_LICENSE.txt) instead of localLICENSE_NOTIFICATION.txtfiles inside each skill directory. - Credential Handling Refactoring: Updated skills requiring credentials (such as
alphagenome_single_variant_analysis) to use the newcredentialsskill protocol, removing duplicated credential-handling instructions from individual skills. - Dependency Migration: Migrated HTTP-related scripts to use the
polite-httppackage instead of the localscienceskillscommonpackage.
Removed
scienceskillscommonSkill: Removed the localscienceskillscommonskill as its HTTP client functionality has been replaced by thepolite-httppackage.
Full Changelog: v1.0.4...v1.0.5