hello_deeting

Installation
SKILL.md

Deeting Plugin Template

Overview

Use SKILL.md as behavior guidance for this plugin.

  • deeting.json stores metadata, runtime, permissions, and UI/backend entrypoints.
  • llm-tool.yaml defines the callable tool contract in the current tools: format.
  • main.py is a stdin-driven backend entrypoint that dispatches method/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, and main.py together.
  • Keep the backend entrypoint JSON-in / JSON-out contract intact.
  • Keep ui/index.html if the plugin renders frontend content.
Installs
1
GitHub Stars
47
First Seen
May 11, 2026
hello_deeting — marshalleriksen-neura/deeting