oski — open source
Function Calling Pattern (OpenAI Cookbook)
engineeringMIT
What it solves
Trigger when a developer wants to let a chat model call external tools, define a JSON schema for a function the model should invoke, parse tool_calls back from the response, or build a tool-using agent loop.
Attribution
Originally published by OpenAI. Licensed under MIT. View original: https://github.com/openai/openai-cookbook/blob/main/examples/How_to_call_functions_with_chat_models.ipynb
Anthropic and OpenAI are registered trademarks of their respective owners. skill.ski is not affiliated with or endorsed by Anthropic or OpenAI.
MCP Endpoint
mcp://skill.ski/free#oski-openai-function-callingCopy linkInstall in Claude Code / Cursor / Codex
Add the free skill.ski MCP server to your .mcp.json or equivalent config file:
{
"mcpServers": {
"skill-ski-free": {
"url": "https://mcp.skill.ski/free",
"type": "http"
}
}
}Once connected, this Oski is available as a callable tool at your runtime. No paywall. No sign-in required for free-tier Oskis.