Andromity loads skills from folders you trust. Install with andromity skill install openai-function-calling — autonomy and approval limits stay configurable per session.
Destination: Paste into any AI Agent (Cursor, Claude, Windsurf, AGY, Andromity)prompt mode
# Install the "OpenAI Function & Tool Calling" skill
You are installing an AgenticMarket skill into this workspace. Follow these steps exactly.
## 1. Detect your environment and choose the destination file
- Andromity: `.andromity/skills/openai-function-calling/SKILL.md` (or user scope `~/.andromity/skills/openai-function-calling/SKILL.md`)
- Antigravity / Gemini CLI: `.agent/skills/openai-function-calling/SKILL.md`
- Cursor: `.cursor/rules/openai-function-calling.mdc`
- Claude Code: append to `CLAUDE.md` (or `.claude/skills/openai-function-calling.md`)
- Windsurf: append to `.windsurfrules`
- Cline / Roo Code: `.clinerules/openai-function-calling.md`
- GitHub Copilot: append to `.github/copilot-instructions.md`
- ChatGPT / web only: paste the content into Custom Instructions
- Any other agent: save to `.agent/skills/openai-function-calling/SKILL.md`
## 2. Create the destination file
- Preserve every existing file and configuration entry.
- Create parent folders as needed.
- Never overwrite unrelated content.
## 3. Write exactly this content
```markdown
---
name: openai-function-calling
description: "Design structured outputs, JSON schema function calling, tool execution loops, and error recovery for OpenAI models."
author: openai
license: mit
version: 1.0.0
---
# OpenAI Tool Calling
Reliable LLM function execution:
- Define strict JSON schemas with `additionalProperties: false` and `required` fields.
- Parse tool arguments safely and return structured error objects to the model if execution fails.
- Stream assistant responses and tool call deltas for responsive user feedback.
```
## 4. Verify
- Confirm the file exists and is readable.
- Report the destination path and confirm the "OpenAI Function & Tool Calling" skill is installed and active.
Skill metadata:
- Slug: openai-function-calling
- Category: ai-agents
- License: mit
- Source: AgenticMarket