Real Skill packageSource verifiedClawHub registry

forge

Forge-agnostic git-host driver contract. Lets code-workflow / github-flow / harness pipelines run independent of the underlying git forge (GitHub, GitLab, Gitea) through a normalized driver interface + a `--forge=<github|gitlab|gitea>` dispatch idiom with git-remote auto-detection (github fallback). Use when: designing or reasoning about forge-portable PR/MR/issue/merge operations, adding a new forge adapter, deciding how a pipeline should degrade when a forge lacks a capability (PR↔PR dependency, sub-issues, Copi…

Identity and source

Publisher attributiones6krregistry owner unverified by skillvetai
Functional categorySoftware Developmentautomatically inferred · 63% rule confidence
Package forminstruction with code10 recorded files
Canonical sourceClawHub registryclawhub:drumrobot:forge
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/18/2026.claude/skills/forge

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/18/2026.agents/skills/forge

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/18/2026skills/forge

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @drumrobot/forge
clawhub inspect @drumrobot/forge --version 0.1.2

Security evidence

SkillVetAI static result: high signal

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
10 / 10 inspected as text
Checked
8/18/2026, 7:09:24 AM
Scanner
0.1.3
Policy
1.0.3
1 automated finding
highInstructions or code access sensitive credential locationsresources/forge-driver.test.sh:100 · confidence 85%keyring)\n - Token scopes: \'repo\', \'read
1 High/Critical review queue entry
STATIC_SENSITIVE_CREDENTIAL_ACCESSpending
Open human review queue →
3 inferred permission indicators
  • network access — automatically inferred
  • filesystem write — automatically inferred
  • credential access — automatically inferred
4 dependency and API indicators
  • api: clawhub.ai
  • api: gitea.example.com
  • api: github.com
  • api: unknown.example
External clawhub result: clean

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
8/18/2026, 5:47:58 AM
Release binding
Matches this record
  • vt: clean
  • skillspector: clean
  • llm: clean

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:f83a1d15fe7fb8560e2ebe7f10625597a263245625509b638409545055883ac0
Show up to 10 recorded paths
  • adapters.md
  • capability-matrix.md
  • CHANGELOG.md
  • dispatch.md
  • driver-interface.md
  • LICENSE
  • resources/forge-driver.sh
  • resources/forge-driver.test.sh
  • skill-card.md
  • SKILL.md

Source changelog

- Initial interface definition for a forge-agnostic git-host driver contract. - Establishes a normalized driver method set for PR, issue, merge, auth, visibility, and dependency operations across GitHub, GitLab, and Gitea. - Documents capability-matrix and contract for how pipelines should degrade on missing forge features. - Introduces explicit `--forge=<github|gitlab|gitea>` driver selection and auto-detection from git remote, with fallback to GitHub. - Marks GitLab and Gitea support as adapter boundaries for future development (Phase 2). - Declares dependency on `github-flow` as the reference GitHub implementation.