chatgpt-app-builder
⚠Review·Scanned 2/18/2026
This skill guides developers through building ChatGPT apps with Skybridge, covering discovery, implementation, OAuth, CSP, local dev, and deployment. It includes shell commands like npm run dev and ngrok http 3000, reads auth tokens (authorization header / token), uses MCP_SERVER_URL, and references endpoints such as https://your-oauth-provider.com and https://platform.openai.com.
Scanned from main at f4799cc · Transparency log ↗
$ vett add alpic-ai/skybridge/chatgpt-app-builderReview findings below
Evals
Manual evaluations for the creating-chatgpt-app skill.
Format
Each eval file is a JSON array:
[
{
"query": "User input to test",
"expected_behavior": "OUTCOME. What the response should do."
}
]
Running Evals
In Claude Code:
Run the evals in evals/<reference>.json. For each query, spawn a Sonnet agent with the relevant skill context and compare the response against expected_behavior. Report pass/fail for each.