Hellyeah

Connect Your Coding Agent

Install the Hellyeah skill so your agent knows how to use the CLI.

The CLI gives your agent commands. The skill teaches it when to run them, how to chain them, and where to pause for human approval.

Install the skill

hellyeah skills add hellyeah

This installs the Hellyeah skill into your local agent skill directory.

Target a specific agent when you want to be explicit:

hellyeah skills add hellyeah --agent claude-code
hellyeah skills add hellyeah --agent cursor

What the skill teaches

  • Research the website before drafting a business profile
  • Generate creatives from the confirmed profile
  • Create or link an X-Ray tracker before launch when conversion tracking matters
  • Ask before wallet top-ups and campaign launches
  • Use structured CLI output to recover from validation errors

Try it

After installing the skill, ask your coding agent:

launch ads for my landing page

For a step-by-step walkthrough, continue to Launch your first ad.

Prompt for your agent

If your agent hasn't picked up the skill yet, paste this instead. It forces a load of the Hellyeah skill before doing anything:

Use the Hellyeah skill to launch ads for my landing page.

Constraints:
- Read my website first and propose a business profile. Wait for me to approve it before saving.
- Generate creatives only after the profile is saved.
- Pause for explicit approval before `hellyeah wallet topup` and before `hellyeah campaign launch`.
- If any command fails validation, show me the structured error and propose a fix. Do not retry blindly.

On this page