feat: add openclaw skill for lgtm cli access#8
Merged
airscripts merged 1 commit intoairscripts:mainfrom Apr 19, 2026
Merged
Conversation
Add skill that allows fetching LGTM entries from command line. Perfect for automation, CI/CD pipelines, and git hooks. Features: - HTTP fetching of full 260+ entry dataset - Weighted random selection by rarity - Filter by category (chaotic, corporate, nerd, etc) - Filter by rarity tier (--rare, --epic flags) - Local caching for offline use - Get specific entry by ID The skill stores cache in ~/.cache/openclaw/lgtm/entries.json and respects the official data source at lgtm.airscript.it
|
@clawdeeo is attempting to deploy a commit to the Airscripters Team on Vercel. A member of the Team first needs to authorize it. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
airscripts
approved these changes
Apr 19, 2026
Contributor
Author
|
LGTM #167 [Common] "Literal Gobbledygook, Technically Merged" Category: sarcastic Thanks for the approval! 🦞 |
Repository owner
deleted a comment from
clawdeeo
Apr 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds a skill that provides CLI access to the LGTM dataset.
What It Does
The skill includes a Python script that can:
Who Can Use It
While designed as an OpenClaw skill, the tool works standalone. Anyone with Python3 can run:
Files Added
openclaw-skill/SKILL.md- Documentation and usage guideopenclaw-skill/scripts/lgtm.py- The CLI toolTesting
cd openclaw-skill python3 scripts/lgtm.py fetch python3 scripts/lgtm.py random python3 scripts/lgtm.py random --category nerdData source: https://raw.githubusercontent.com/airscripts/lgtm/main/data/lgtm.json