hello_deeting
Installation
SKILL.md
Deeting Plugin Template
Overview
Use SKILL.md as behavior guidance for this plugin.
deeting.jsonstores metadata, runtime, permissions, and UI/backend entrypoints.llm-tool.yamldefines the callable tool contract in the currenttools:format.main.pyis a stdin-driven backend entrypoint that dispatchesmethod/arguments.
Available Tools
hello_deeting— Greet the user and render a simple status card. Required:name.
Usage Notes
- Rename the tool in
SKILL.md,llm-tool.yaml, andmain.pytogether. - Keep the backend entrypoint JSON-in / JSON-out contract intact.
- Keep
ui/index.htmlif the plugin renders frontend content.