AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified Apache-2.0 Self-run

Profile Readme Vp

skill-vectorpeak-vectorpeak-agent-skills-profile-readme-vp · by VectorPeak

Trigger and verify VectorPeak's personal GitHub profile README automation. Use when the user asks to manually run, rerun, test, check, or validate the VectorPeak/VectorPeak profile README GitHub Actions workflow, especially the Update profile README workflow or update-profile.yml.

No reviews yet
0 installs
13 views
0.0% view→install

Install

$ agentstack add skill-vectorpeak-vectorpeak-agent-skills-profile-readme-vp

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-vectorpeak-vectorpeak-agent-skills-profile-readme-vp)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Profile Readme Vp? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

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  --repo VectorPeak/VectorPeak
gh run view  --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.

Required Remote Configuration

The remote workflow is expected to own these settings:

  • Permissions: contents: write and pull-requests: write
  • Secret: WORKFLOW_PUSH_PAT for checkout, GitHub fact collection, branch push, and PR create/update
  • Secret: DASHSCOPE_API_KEY for translation
  • Translation model: PROFILE_TRANSLATION_MODEL=qwen-plus
  • Schedule: 17 23 * * *, which is 07:17 Beijing time

If a run fails because one of these is missing, report the missing remote configuration and do not patch README generation logic inside this skill.

Failure Handling

  • If gh auth status fails, ask the user to authenticate or switch to an account with access to VectorPeak/VectorPeak.
  • If the workflow is missing, inspect VectorPeak/VectorPeak for a renamed workflow before changing this skill.
  • If the run fails in generation, translation, branch push, or PR creation, fix the workflow or scripts in VectorPeak/VectorPeak.
  • If the automation PR has conflicts, resolve the PR or automation branch in VectorPeak/VectorPeak; keep this skill unchanged unless the trigger procedure itself is outdated.
  • If profile content is wrong, update the source data or generation logic in VectorPeak/VectorPeak, then trigger the workflow again.

Boundaries

Do not add local README renderer scripts, sample profile data, GitHub fact collectors, or contribution taxonomy tables to this skill. Keep it as a durable trigger-and-verify guide so there is only one implementation of profile generation.

When the user asks to change profile content, first make the change in VectorPeak/VectorPeak, then use this skill to trigger and verify the remote workflow.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.