hello-antigravity

Greet users and verify Oh My Antigravity installation.

12|4|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/TurnaboutHero/oh-my-antigravity --skill hello-antigravity
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hello-antigravity
Source: https://github.com/TurnaboutHero/oh-my-antigravity/tree/main/skills/hello-antigravity
Command: npx skills add https://github.com/TurnaboutHero/oh-my-antigravity --skill hello-antigravity

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a tiny, deterministic hello-world demonstration to verify that Oh My Antigravity (OMA) is properly installed, and to illustrate how a Skill unit is structured.

Core Features & Use Cases

  • Greet users with a friendly hello message.
  • Verify installation by showing that the skill loads and responds.
  • Demonstrate plugin scaffold for developers creating custom skills.

Quick Start

To test the integration, install the skill with oma install hello-antigravity and then trigger a greeting by asking the agent to say hello.

Frequently Asked Questions about hello-antigravity

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify that OMA is installed correctly?

Verifying OMA installation involves running the hello-antigravity skill to confirm the plugin loads and responds. Install with `oma install hello-antigravity`, then trigger a greeting to validate basic execution and proper skill loading.

What is a hello-world skill and why would I use one?

A hello-world skill is a minimal demonstration that shows how a skill unit is structured and functions. It serves as a testing ground for onboarding and confirms that your plugin scaffold is working before building more complex skills.

How do I install and run the hello-antigravity skill?

Install the skill using `oma install hello-antigravity`, then ask the agent to say hello. This executes the skill's greeting workflow and demonstrates that OMA can load and respond to skill requests.

Can I use this skill to test custom skill development?

Yes. The hello-antigravity skill demonstrates the basic plugin scaffold structure, making it a reference for developers creating custom skills. It shows frontmatter formatting, usage narratives, and minimal operational workflows.

What does it mean if the hello-antigravity skill doesn't load?

If the skill fails to load, OMA installation may be incomplete or misconfigured. The skill's deterministic greeting response helps isolate whether the issue lies in the plugin system itself or downstream skill logic.