Skip to content

Releases: google-deepmind/science-skills

GDM Science Skills v1.0.5

Choose a tag to compare

@artsobolev artsobolev released this 01 Jul 20:11

Added

  • Credentials Skill: Introduced a new credentials skill that defines a standard "Safe Credentials Protocol" for verifying and prompting for API keys/credentials safely.
  • Citations: Added references/citation.bib files 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 local LICENSE_NOTIFICATION.txt files inside each skill directory.
  • Credential Handling Refactoring: Updated skills requiring credentials (such as alphagenome_single_variant_analysis) to use the new credentials skill protocol, removing duplicated credential-handling instructions from individual skills.
  • Dependency Migration: Migrated HTTP-related scripts to use the polite-http package instead of the local scienceskillscommon package.

Removed

  • scienceskillscommon Skill: Removed the local scienceskillscommon skill as its HTTP client functionality has been replaced by the polite-http package.

Full Changelog: v1.0.4...v1.0.5

GDM Science Skills v1.0.4

Choose a tag to compare

@artsobolev artsobolev released this 08 Jun 18:00

Updates to skills

  • Workflow skill creator: explicitly instruct the agent on where to store the resulting skills.

Documentation

  • Added a note on custom skills.

Full Changelog: v1.0.2...v1.0.4

GDM Science Skills v1.0.2

Choose a tag to compare

@zoitsang zoitsang released this 28 May 11:10

Updates to skills:

  • Reactome: Correct MIME types for SVG and JPG in Reactome API requests.
  • Human Protein Atlas: Amend the http client url to unify search API and XML endpoints under www.proteinatlas.org which always serves the latest release.

Full Changelog: v1.0.1...v1.0.2

GDM Science Skills v1.0.1

Choose a tag to compare

@artsobolev artsobolev released this 20 May 11:13

Documentation

  • Corrected npx script command in the README.

Full Changelog: v1.0.0...v1.0.1

GDM Science Skills v1.0.0

Choose a tag to compare

@artsobolev artsobolev released this 19 May 14:46

Public release of GDM Science Skills to speed up agentic scientific workflows with better grounding and higher token efficiency. Integrate insights from AlphaGenome, AFDB, UniProt and 30+ other databases and tools.