Back to the catalog

testing-extension-example2

extension for testing various gemini CLI extensions functionality

Open source Open in the app JSON README (API)

About

extension for testing various gemini CLI extensions functionality

Details

Kind
Plugins
Topic
Developer tools
Publisher
chrstnb
Origin
gemini
Category
ferramentas
Version
1.0.3
Last push
2026-03-09T14:56:39Z
Repository state
ativo
Language
JavaScript
Added
2026-08-30 14:13:39
Updated
2026-08-30 14:13:39
Origin id
chrstnb/testing-extension2

README

# Testing extension

Extension for testing extensions functionality.

## Custom commands

- This exposes the custom command "fs:grep-code". 
- This should echo back the API key provided in settings.

## Hooks

- Hoos will be invoked before model calls.
- Should echo a sentence followed by the API key provided by settings.

## Skills

- Invoke by saying "hello"
- Should respond with a greeting and the API key.

## MCP server

- Exposes a prompt "/poem-writer"
- Exposes a tool "get-key"
- Should add to the system instructions-- confirm by saying 'foo', which should get back 'bar', and then 'soda' should get back 'pop'

## Custom context

- 'new' should get back 'york city'
- 'raindrops' should get back 'on roses'

More