profile-readme-vp

profile-readme-vp is a skill for Codex from VectorPeak/vectorpeak-agent-skills. It costs 61 tokens per session (900 once invoked), scanned A, original, Apache-2.0.

An operator guide for running and checking a GitHub Actions workflow that regenerates VectorPeak's personal GitHub profile README. GitHub Actions is GitHub's built-in automation system.

In plain words
What is it for?
Checking access, confirming the workflow exists, manually triggering it, and validating the generated profile README update.
Why use it?
It provides the exact repository, workflow, branch, and expected pull-request details needed to verify the remote automation.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Checking access, confirming the workflow exists, manually triggering it, and validating the generated profile README update.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vectorpeak/vectorpeak-agent-skills/profile-readme-vp
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add VectorPeak/vectorpeak-agent-skills --skill profile-readme-vp
Clone the repo
git clone --depth 1 https://github.com/VectorPeak/vectorpeak-agent-skills

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for profile-readme-vp

README.md
[![agentmods](https://agentmods.dev/badge/skills/vectorpeak/vectorpeak-agent-skills/profile-readme-vp/github.svg)](https://agentmods.dev/skills/vectorpeak/vectorpeak-agent-skills/profile-readme-vp)
Your own site
<a href="https://agentmods.dev/skills/vectorpeak/vectorpeak-agent-skills/profile-readme-vp"><img src="https://agentmods.dev/badge/skills/vectorpeak/vectorpeak-agent-skills/profile-readme-vp/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for profile-readme-vp

Your own site · 80×15
<a href="https://agentmods.dev/skills/vectorpeak/vectorpeak-agent-skills/profile-readme-vp"><img src="https://agentmods.dev/badge/skills/vectorpeak/vectorpeak-agent-skills/profile-readme-vp.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 61 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 900 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00061 $0.00900
Opus 5 $0.00030 $0.00450
Sonnet 5 $0.00012 $0.00180
Haiku 4.5 $0.00006 $0.00090

Measured 9d ago against content hash 839063d4301c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

profile-readme-vp scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

dev-skills/profile-readme-vp/SKILL.md · 96 lines

How it starts

The opening of the file, as written. The whole thing — 96 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Profile README VP

Use this skill as a thin operator guide for the remote GitHub Actions workflow that regenerates VectorPeak's profile README. Do not generate the README locally from this skill.

Source of Truth

  • Skill repository: VectorPeak/vectorpeak-agent-skills
  • Target repository: VectorPeak/VectorPeak
  • Default branch: main
  • Workflow file: .github/workflows/update-profile.yml
  • Workflow name: Update profile README
  • Automation branch: automation/update-profile-readme
  • Expected PR title when README changes: chore: update profile README

The README generation, GitHub fact collection, translation, project classification, contribution classification, star formatting, PR override handling, and pull request reuse logic all live in VectorPeak/VectorPeak. Do not copy or recreate that logic in this skill.

Preflight

Confirm GitHub CLI access before triggering:

gh auth status
gh workflow list --repo VectorPeak/VectorPeak

If Update profile README or update-profile.yml is not listed, stop and report that the remote workflow name or file path may have changed.

Manual Trigger

Prefer GitHub CLI when available:

gh workflow run update-profile.yml --repo VectorPeak/VectorPeak --ref main

If using the GitHub web UI:

  1. Open VectorPeak/VectorPeak.
  2. Go to Actions.
  3. Select Update profile README.
  4. Choose Run workflow.
  5. Select branch main.
  6. Start the run.

Verification

After triggering, verify the run instead of assuming success:

gh run list --repo VectorPeak/VectorPeak --workflow update-profile.yml --event workflow_dispatch --limit 5

Watch the selected run:

gh run watch <run-id> --repo VectorPeak/VectorPeak
gh run view <run-id> --repo VectorPeak/VectorPeak --log

Success means:

  • The run finishes with completed / success.
  • If generated README content changed, the workflow pushes automation/update-profile-readme and creates or updates a PR titled chore: update profile README.
  • If generated content did not change, the workflow exits successfully without opening a noisy PR.

Read the full file on GitHub · 96 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 96 lines · 61 tokens per session scan A 839063d4301c

Subscribe to this mod's changes

profile-readme-vp is a skill published in the GitHub repository VectorPeak/vectorpeak-agent-skills (2 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 61 tokens to every session and 900 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

backfill

Reconstruct an OKF bundle by event-sourcing a repository's history (git log and Claude session transcripts). Use when creating an .okf/ bundle for an existing repository that predates this skill, or when resuming an interrupted backfill session. Triggers on: "reconstruct the OKF bundle", "backfill the knowledge…

scaccogatto/okf-skills · 80 tokens

hub-cc-pr-reviewer

Checks a submitted PR against the environment's baseline assets (CLAUDE.md, memory, naming, asset classification) and attaches a review comment with a merge recommendation. 5 steps — diff read, 8-area consistency check, self-catch, comment, merge recommendation.

chrono-meta/forge-harness · 62 tokens

audit-learnings

Automatically generates a weekly audit draft by finding recurring patterns in accumulated session records. Proposes promotion and deprecation candidates and guides through commit and PR creation. Use --dry-run flag to run only through scan and draft generation (no promotion/commit/PR gates; compatible with bg…

chrono-meta/forge-harness · 61 tokens

pr-review-watcher

Monitors for incoming PR reviews and summarizes their content. Determines approval/change-request/comment verdicts and extracts action items. Triggers on "did the PR review come in?", "when will the review arrive", "PR waiting" utterances.

chrono-meta/forge-harness · 53 tokens

pr-sweep

Use when you want to sweep all open pull requests across all repos, triage their status, run code reviews on unreviewed PRs, merge what's ready, fix quick blockers, and produce a full status report. Trigger when the user says "check my PRs", "close out open PRs", "what's the status of my PRs", "sweep my PRs", "PR…

harnessprotocol/harness-kit · 0 tokens

open-pr

Use when wrapping up a development task and getting a PR ready — runs local tests, creates a PR (if one doesn't exist) with a structured description template, conducts a code review via the review skill, and checks CI status with quick fixes. Trigger when the user says they're done with a feature, want to open a PR…

harnessprotocol/harness-kit · 111 tokens