SkillAgentSearch skills...

Githabit

Use Github webhooks with HabitRPG!

Install / Use

/learn @Kerrick/Githabit
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

GitHabit

Use Github webhooks with HabitRPG!

Running the server

GITHABIT_PORT=4567 node ./index.js

Environment variables

  • GITHABIT_PORT (number), which port to listen to. Defaults to 4567.

Using the webhook

  1. Go to a github repository you control
  2. Click "Settings"
  3. Click "Webhooks & Services"
  4. Click "Add webhook"
  5. For the Payload URL use the following URL structure, customizing the protocol, domain, and port, for your server, and the API Key, and User GUID for your HabitRPG account:
    http://example.com:4567/githabit?api=abc123&user=xyz789
    
View on GitHub
GitHub Stars26
CategoryDevelopment
Updated5mo ago
Forks1

Languages

JavaScript

Security Score

87/100

Audited on Oct 19, 2025

No findings