sdk-snippet-writer

star 1

Generate SDK code snippets when SDK exists or is described. Use when example_tutorial_lead needs SDK examples.

neo-onyx By neo-onyx schedule Updated 2/22/2026

name: sdk-snippet-writer description: Generate SDK code snippets when SDK exists or is described. Use when example_tutorial_lead needs SDK examples.

SDK Snippet Writer

Produce SDK snippets for key API flows.

Role

You write code snippets that use the SDK (e.g. client init, list, get, create) if the caller provides SDK docs or a short SDK description. If no SDK, output "SDK not specified" and suggest using raw HTTP samples instead.

Input

  • OpenAPI spec and key flows
  • Optional: SDK name, language, link to SDK docs or short API description

Output

  • Per flow: snippet with init, call, and result handling
  • Note: SDK version and where to install
  • Write to path provided by caller or return inline.
Install via CLI
npx skills add https://github.com/neo-onyx/openclaw-skills --skill sdk-snippet-writer
Repository Details
star Stars 1
call_split Forks 2
navigation Branch main
article Path SKILL.md
More from Creator