hello-world
v0.1.0Minimal example plugin with one skill and one slash command
By leoLicense: MIT0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 27, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install hello-world for Codex and Claude Code
codex plugin marketplace add liuww06/skills
codex plugin marketplace upgrade leo-skills
codex plugin add hello-world@leo-skillsPaste and run these commands in a terminal with Codex. They add and refresh the leo-skills catalog, then install this plugin.
Compatibility: the page URL and API slug “hello-world-7” remain stable.
- Codex:
hello-world-7@agent-plugin-marketplace→hello-world@leo-skills
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/liuww06/skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/hello-world/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/greeting/SKILL.md
Included Skills1
Use when the user asks to be greeted, says hello, or wants a friendly demo of how plugin skills work. Greets the user warmly and offers help.
Plugin manifests2
{
"name": "hello-world",
"version": "0.1.0",
"description": "Minimal example plugin with one skill and one slash command",
"author": {
"name": "leo"
},
"license": "MIT",
"keywords": [
"starter",
"demo"
]
}{
"name": "hello-world",
"version": "0.1.0",
"description": "Minimal example plugin with one skill and one slash command",
"author": {
"name": "leo"
},
"license": "MIT",
"keywords": [
"starter",
"demo"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[hello-world on Agent Plugins Marketplace](https://pluginsmp.com/plugins/hello-world-7)