tl3-90/plugin-creator
v1.2.0
Create and maintain GitHub-hosted skills-only plugins for ChatGPT, including ChatGPT mobile.
What this package declares
The file a client reads when it loads this plugin, exactly as this revision carries it.
plugin.json
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "plugin-creator",
"version": "1.2.0",
"description": "Create and maintain GitHub-hosted skills-only plugins for ChatGPT, including ChatGPT mobile.",
"author": {
"name": "Tl3-90",
"url": "https://github.com/Tl3-90"
},
"homepage": "https://github.com/Tl3-90/skills/tree/main/plugins/plugin-creator",
"repository": "https://github.com/Tl3-90/skills",
"keywords": [
"skills",
"plugins",
"chatgpt",
"github",
"mobile"
],
"extensions": {
"com.openai": {
"interface": {
"displayName": "Plugin Creator",
"shortDescription": "Build mobile-ready ChatGPT skill plugins",
"longDescription": "Package reusable skills as portable GitHub-hosted plugins, validate marketplace metadata, and prepare them for ChatGPT web, desktop, and mobile distribution.",
"developerName": "Tl3-90",
"category": "Productivity",
"capabilities": [
"Create portable skills-only plugins.",
"Maintain GitHub marketplace metadata.",
"Prepare plugins for ChatGPT distribution."
],
"defaultPrompt": [
"Create a mobile-ready ChatGPT skill plugin in my GitHub repository.",
"Package this workflow as a skills-only plugin."
],
"brandColor": "#10A37F",
"composerIcon": "./assets/plugin-creator.svg",
"logo": "./assets/plugin-creator.svg"
}
}
}
}
What else this package ships
These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.
- create_basic_plugin.py
- openai.yaml
Client extensions
Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.
- com.openai