Skip to content
@actver-dev

actver-dev

ActVer

日本語

ActVer Buy Me a Coffee

ActVer is a free service that makes it easy to look up the latest GitHub Actions versions and commit SHAs — via REST API, MCP server, and web UI.

Stop digging through release pages. Get the version you need in one request.

What We Offer

actver.dev — Web UI & REST API for GitHub Actions version lookup

  • Get the latest version + full commit SHA with a single GET request
  • No rate-limit headaches — cached and fast
  • MCP server for AI coding agents (Claude Code, Cursor, Copilot, etc.)

actver-dev/skills — Plugin & skills for AI coding agents

  • Pin actions to SHA — secure your workflows against supply-chain attacks
  • Upgrade actions — bump to latest versions automatically
  • Audit workflows — detect security issues in your CI/CD pipelines

Quick Start

Use the Plugin (recommended)

# Claude Code
claude plugin marketplace add actver-dev/skills
claude plugin install actver

# Other agents (Cursor, Copilot, etc.)
npx skills add actver-dev/skills

Use the MCP Server

Add to your .mcp.json:

{
  "mcpServers": {
    "actver": {
      "type": "http",
      "url": "https://actver.dev/mcp"
    }
  }
}

Use the API

curl https://actver.dev/v1/actions/actions/checkout

Support

ActVer is a free service. If you find it useful:

Popular repositories Loading

  1. skills skills Public

    ActVer plugin & skills for AI coding agents such as Claude Code, Cursor, and Copilot — GitHub Actions version lookup, SHA pinning, and workflow security auditing

    Shell

  2. .github .github Public

    ActVer organization profile and shared community files

Repositories

Showing 2 of 2 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…