skills/smithery.ai/add-example

add-example

Installation
SKILL.md

Add an Example File

Creates a standalone runnable example in examples/.

Before Starting

Ask the user:

  • Topic / use case (e.g. "medical record extraction", "product review analysis")
  • Extraction methodextract_with_model, stepwise_extract_with_model, extract_and_jsonify, extract_from_data, or render_output
  • Provider/model — e.g. openai/gpt-4o, moonshot/kimi-k2-0905-preview, ollama/llama3.1:8b

Two Example Styles

Provider example (e.g. moonshot_example.py, grok_example.py)

Shows extract_and_jsonify with a specific provider. Two sections:

  1. Default instruction with the provider's primary model
  2. Custom instruction with the same or a different model
Installs
2
First Seen
Mar 30, 2026
add-example from smithery.ai