Install
openclaw skills install xrowgmbh-gitlab-agent-profileMaintain the GitLab agent profile page and static contribution performance chart.
openclaw skills install xrowgmbh-gitlab-agent-profileUse this skill to keep the GitLab agent profile assets current with monthly contribution performance statistics.
Maintain static profile assets for the agent with:
main, and contribution score.Create or keep a daily cron that runs the bundled script:
{baseDir}/scripts/update-profile-stats.py
Recommended cron payload:
Read the gitlab-agent-profile skill, run its `{baseDir}/scripts/update-profile-stats.py` helper, and commit/push the generated image/proof assets if they changed.
The script accepts these environment variables:
GITLAB_AGENT_PROFILE_CHART_OUTPUT: Static SVG chart file to update. Defaults to assets/gitlab-agent-profile.svg.GITLAB_AGENT_PROFILE_WEBP_OUTPUT: Static WebP chart file to update. Defaults to assets/gitlab-agent-profile.webp.GITLAB_AGENT_PROFILE_RECORDS_OUTPUT: JSON proof file to update. Defaults to assets/gitlab-agent-profile-records.json.GITLAB_AGENT_PROFILE_WORKSPACE: Workspace root used for relative output paths. Defaults to the current directory.GITLAB_AGENT_PROFILE_ROOT_GROUP: Root group used to expand short project names. Defaults to xrow-public.GITLAB_AGENT_PROFILE_PROJECTS: Space, comma, or newline separated project paths or project names. Defaults to helm-openclaw ci-tools claw-support.GITLAB_AGENT_PROFILE_AGENT_USERNAME: Agent username. Defaults to the authenticated glab user.GITLAB_AGENT_PROFILE_OWNER_USERNAME: Owner username. Defaults to xrow.GITLAB_AGENT_PROFILE_MONTHS: Number of months to render. Defaults to 12.Relative output values are resolved from GITLAB_AGENT_PROFILE_WORKSPACE.
Project names without / are expanded with GITLAB_AGENT_PROFILE_ROOT_GROUP, so ci-tools becomes xrow-public/ci-tools.
For merged merge requests:
GITLAB_AGENT_PROFILE_OWNER_USERNAME.GITLAB_AGENT_PROFILE_AGENT_USERNAME and the owner is a reviewer or merge user.GITLAB_AGENT_PROFILE_AGENT_USERNAME and the owner is neither reviewer nor merge user.main authored or committed by the owner that are not known MR merge/squash commits and do not start with skip:, skip(...), chore:, chore(...), docs:, docs(...), or revert.type::fix or type::feature labels count toward MR totals and contribution score.fix:/fix(...) or feat:/feat(...) is used as a fallback type.skip:, skip(...), chore:, chore(...), docs:, or docs(...) are never counted, even if they have a counted type label.1 point and is multiplied by its size factor.size::small = 1, size::medium = 2, size::large = 3, size::xlarge = 5; missing size labels default to 1.0.2 point each.The script ignores merge requests authored by other users.