Install
openclaw skills install @coolhackboy/poyo-gpt-5-6GPT-5.6 Responses API integration on PoYo / poyo.ai via https://api.poyo.ai/v1/responses; use for gpt-5-6-sol, gpt-5-6-terra, gpt-5-6-luna, text and structured input, tools, reasoning settings, streaming, previous response continuation, and server-side agent workflows.
openclaw skills install @coolhackboy/poyo-gpt-5-6Use this skill for GPT-5.6 requests through PoYo's OpenAI-compatible Responses API. It helps agents select an exact GPT-5.6 model id, prepare text or structured input, configure tools and reasoning, handle complete or streaming responses, and keep API keys server-side.
gpt-5-6-sol, gpt-5-6-terra, gpt-5-6-luna, PoYo Responses API, tool use, reasoning controls, or streaming responses./v1/responses payload for PoYo.gpt-5-6-sol: use when the user explicitly selects the Sol variant.gpt-5-6-terra: use when the user explicitly selects the Terra variant.gpt-5-6-luna: use when the user explicitly selects the Luna variant.model is required and must be one of the documented GPT-5.6 ids above.input is required and can be plain text or documented structured input items.instructions can set high-level behavior when supported.tools and tool_choice configure tool use when the application can safely execute tool calls.reasoning, text, and max_output_tokens configure supported reasoning and output behavior.previous_response_id can continue a supported response chain.stream: true requests SSE output and requires streaming-aware client handling.POYO_API_KEY as a secret.references/api.md for endpoint details, request fields, examples, and response parsing notes.scripts/submit_gpt_5_6_responses.sh only when the user wants to submit a prepared JSON payload from a trusted shell.references/api.md.When helping with GPT-5.6, include: