nm-leyline-git-platformGit platform detection and cross-platform command mapping for GitHub, GitLab, and Bitbucket
Install via ClawdBot CLI:
clawdbot install athola/nm-leyline-git-platformGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Sends data to undocumented external endpoint (potential exfiltration)
POST → https://api.bitbucket.org/2.0/repositories/OWNER/REPO/issuesCalls external URL not in known-safe list
https://github.com/athola/claude-night-market/tree/master/plugins/leylineAI Analysis
The skill provides legitimate git platform API integration for GitHub, GitLab, and Bitbucket as documented. The external API calls to bitbucket.org and github.com are consistent with the skill's stated purpose of cross-platform git operations. No evidence of credential harvesting, hidden instructions, or obfuscation was found in the provided content.
Audited Apr 16, 2026 · audit v1.0
Generated May 6, 2026
A DevOps team manages repositories across GitHub, GitLab, and Bitbucket. This skill automatically detects the hosting platform and maps CI/CD commands, so the team can create consistent pipelines and merge requests without remembering platform-specific CLI syntax.
An open-source maintainer uses the skill to create, view, and comment on issues and pull/merge requests across GitHub and GitLab. The skill ensures correct CLI usage and terminology, reducing errors and saving time when managing contributions.
A project management bot integrated with multiple git forges uses the skill to post comments, close issues, and create merge requests seamlessly. The bot adapts to the detected platform, ensuring compatibility and proper API calls.
A company migrating from Bitbucket to GitLab leverages the skill to map existing workflows. The skill provides command equivalents for common operations, easing the transition and minimizing training overhead.
A consultancy onboarding developers across client projects uses the skill to standardize git forge interactions. New hires can use a single set of instructions that automatically adapts to the client's platform, reducing ramp-up time.
Offer the skill for free in a base version, with a paid tier providing advanced hooks, custom command mappings, and priority support for enterprises managing multiple forges.
Integrate the skill into a broader DevOps or CI/CD platform offering. Revenue comes from platform subscriptions where this skill adds cross-platform compatibility value.
Provide paid consulting to help teams adopt the skill and migrate workflows. Revenue from hourly consulting and training workshops for enterprises standardizing on multiple git forges.
💬 Integration Tip
Declare dependency as '[leyline:git-platform]' in your skill manifest and always check the session context for 'git_platform' before issuing platform-specific commands.
Scored May 6, 2026
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Query and manage GitHub repositories - list repos, check CI status, create issues, search repos, and view recent activity.
Comprehensive GitHub CLI (gh) reference. Covers repos, issues, PRs, Actions, releases, gists, search, projects v2, API, secrets/variables, labels, codespaces...
Create and deploy single-page static websites to GitHub Pages with autonomous workflow. Use when building portfolio sites, CV pages, landing pages, or any static web project that needs GitHub Pages deployment. Handles complete workflow from project initialization to live deployment with GitHub Actions automation.
Essential Git commands and workflows for version control, branching, and collaboration.
Git commits, branches, rebases, merges, conflict resolution, history recovery, team workflows, and the commands needed for safe day-to-day version control. U...