mcpbeat

Openai Knowledge

foryourhealth111-pixel/openai-knowledge

Compatibility alias for OpenAI platform documentation guidance. Delegate to the canonical local `openai-docs` payload while preserving route compatibility.

295 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
2583
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/foryourhealth111-pixel/Vibe-Skills --skill openai-knowledge

The instruction itself

4 sections, as written by the author

openai-knowledge (Compatibility Alias)

Purpose

Provide a stable compatibility alias for callers that still request

openai-knowledge, while canonical OpenAI documentation guidance is maintained

under the sibling openai-docs skill directory.

This preserves:

  • existing route compatibility for openai-knowledge
  • skills-lock and catalog continuity for legacy callers
  • a thin alias surface instead of duplicated docs guidance payload

Resolution Order

  • Use the canonical local openai-docs skill payload first.
  • Reuse its canonical materials:
  • ../openai-docs/SKILL.md
  • ../openai-docs/references/**
  • ../openai-docs/scripts/**
  • Keep this alias directory thin and free of duplicated heavy payload.

Minimal Workflow

  • Read ../openai-docs/SKILL.md for the full OpenAI docs workflow.
  • Use canonical references and scripts from ../openai-docs/.
  • Report under openai-knowledge only when a caller explicitly requested this alias.

How to use it

Copy the folder

Take foryourhealth111-pixel/openai-knowledge from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.