Skip to content

actver-dev/skills

Repository files navigation

ActVer Skills

日本語

License: MIT ActVer Buy Me a Coffee

ActVer plugin & skills for AI coding agents — GitHub Actions version lookup, SHA pinning, and workflow security auditing.

Works with Claude Code, Cursor, Copilot, and 20+ other agents via skills.sh.

Install

A) Claude Code Plugin (recommended)

claude plugin marketplace add actver-dev/skills
claude plugin install actver

Includes MCP server, agent, and all skills.

B) Skills only (via skills.sh)

npx skills add actver-dev/skills

Works with Claude Code, Cursor, Copilot, and other supported agents.

C) MCP server only (manual)

Add to your .mcp.json:

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

No local process or API key required.

Skills

Skill Description Example prompts
pin-actions Pin actions to SHA "Pin my workflow actions to SHA"
upgrade-actions Upgrade to latest "Update my GitHub Actions"
audit-actions Security audit "Audit my CI workflows"

MCP Tools

Tool Description
get_action_version Get latest version, SHA, and prerelease info
list_action_versions List all major versions with SHAs

Example

> What's the latest version of actions/checkout?

actions/checkout v4.2.2 (sha: 11bd71901bbe5b1630ceea73d27597364c9af683)
Major: v4
Released: 2024-10-23T15:22:07Z

Support

ActVer is a free service. If you find it useful, consider supporting us:

License

MIT

About

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

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages