Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions skills/gemini-api-dev/spec.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Gemini gemini-api-dev Skill
# Build applications with the Gemini API and google-genai SDKs.
# Source: https://github.com/google-gemini/gemini-skills
# Will publish as: ghcr.io/stacklok/dockyard/skills/gemini-api-dev:0.1.0

metadata:
name: gemini-api-dev
description: "Build applications with the Gemini API — generate content, multimodal (text/image/audio/video), function calling, structured output; current models (Gemini 3.x) and SDKs (google-genai for Python, @google/genai for JS/TS, google.golang.org/genai for Go, com.google.genai:google-genai for Java)"

spec:
repository: "https://github.com/google-gemini/gemini-skills"
ref: "5b655a47ac6d03a2d96d6e64ca051b6a7fe62296" # main as of 2026-03-27
path: "skills/gemini-api-dev"
version: "0.1.0"

provenance:
repository_uri: "https://github.com/google-gemini/gemini-skills"
repository_ref: "refs/heads/main"

security:
allowed_issues:
- rule_id: MANIFEST_MISSING_LICENSE
reason: "google-gemini/gemini-skills is licensed Apache-2.0 at the repository root; upstream does not embed an SPDX license identifier in per-skill SKILL.md frontmatter."
23 changes: 23 additions & 0 deletions skills/gemini-interactions-api/spec.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Gemini gemini-interactions-api Skill
# Use the Gemini Interactions API — unified interface for models and agents.
# Source: https://github.com/google-gemini/gemini-skills
# Will publish as: ghcr.io/stacklok/dockyard/skills/gemini-interactions-api:0.1.0

metadata:
name: gemini-interactions-api
description: "Use the Gemini Interactions API — unified interface for models and agents with server-side conversation state (previous_interaction_id), streaming, background execution (Deep Research agent), and tool orchestration; supersedes generateContent for agentic applications"

spec:
repository: "https://github.com/google-gemini/gemini-skills"
ref: "5b655a47ac6d03a2d96d6e64ca051b6a7fe62296" # main as of 2026-03-27
path: "skills/gemini-interactions-api"
version: "0.1.0"

provenance:
repository_uri: "https://github.com/google-gemini/gemini-skills"
repository_ref: "refs/heads/main"

security:
allowed_issues:
- rule_id: MANIFEST_MISSING_LICENSE
reason: "google-gemini/gemini-skills is licensed Apache-2.0 at the repository root; upstream does not embed an SPDX license identifier in per-skill SKILL.md frontmatter."
23 changes: 23 additions & 0 deletions skills/gemini-live-api-dev/spec.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Gemini gemini-live-api-dev Skill
# Build real-time bidirectional streaming applications with the Gemini Live API.
# Source: https://github.com/google-gemini/gemini-skills
# Will publish as: ghcr.io/stacklok/dockyard/skills/gemini-live-api-dev:0.1.0

metadata:
name: gemini-live-api-dev
description: "Build real-time, bidirectional streaming applications with the Gemini Live API — WebSocket-based audio/video/text streaming, voice activity detection, native audio, function calling, session management, ephemeral tokens for client-side auth"

spec:
repository: "https://github.com/google-gemini/gemini-skills"
ref: "5b655a47ac6d03a2d96d6e64ca051b6a7fe62296" # main as of 2026-03-27
path: "skills/gemini-live-api-dev"
version: "0.1.0"

provenance:
repository_uri: "https://github.com/google-gemini/gemini-skills"
repository_ref: "refs/heads/main"

security:
allowed_issues:
- rule_id: MANIFEST_MISSING_LICENSE
reason: "google-gemini/gemini-skills is licensed Apache-2.0 at the repository root; upstream does not embed an SPDX license identifier in per-skill SKILL.md frontmatter."
23 changes: 23 additions & 0 deletions skills/vertex-ai-api-dev/spec.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Gemini vertex-ai-api-dev Skill
# Use the Gemini API on Google Cloud Vertex AI for enterprise workloads.
# Source: https://github.com/google-gemini/gemini-skills
# Will publish as: ghcr.io/stacklok/dockyard/skills/vertex-ai-api-dev:0.1.0

metadata:
name: vertex-ai-api-dev
description: "Use the Gemini API on Google Cloud Vertex AI for enterprise workloads — unified Gen AI SDK (Python, JS/TS, Go, Java, C#/.NET), Live API, function calling, structured output, context caching, embeddings, batch prediction; ADC and Express Mode auth"

spec:
repository: "https://github.com/google-gemini/gemini-skills"
ref: "5b655a47ac6d03a2d96d6e64ca051b6a7fe62296" # main as of 2026-03-27
path: "skills/vertex-ai-api-dev"
version: "0.1.0"

provenance:
repository_uri: "https://github.com/google-gemini/gemini-skills"
repository_ref: "refs/heads/main"

security:
allowed_issues:
- rule_id: MANIFEST_MISSING_LICENSE
reason: "google-gemini/gemini-skills is licensed Apache-2.0 at the repository root; upstream does not embed an SPDX license identifier in per-skill SKILL.md frontmatter."
Loading