๐Ÿ”
DevOpsTypeScript

Harness Secrets

by ruvnet

Harness Secrets is a DevOps skill for Claude Code, published by ruvnet in metaharness.

609 stars72 forkson ruvnet/metaharnessAdded 2026/08/25+2% in starsRepository updated 2026/08/24
agent-harnessagent-harness-generatoragent-scaffoldingagentic-aiagentic-frameworkautonomous-agentsclaude-codecodexcreate-agent-harnesshermes-agentmcpmcp-servermulti-agentopenai-codexopenclawpi-devrvmsandboxingscaffoldscaffolding
Install in seconds
Install Harness Secrets
Copy Harness Secrets into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/ruvnet/metaharness/tree/main/.claude-plugin/skills/harness-secrets ~/.claude/skills/harness-secrets

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/ruvnet/metaharness.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
.claude-plugin/skills/harness-secrets/SKILL.md in ruvnet/metaharness
Installs to
~/.claude/skills/harness-secrets
Collection
One of 16 skills cataloged from this repository
Category
DevOps โ€” 798 skills

What Harness Secrets does

Harness Secrets checks GCP Secret Manager setup, fetches secret values, and validates an NPM token with npm whoami. Use it to rotate publish-time secrets without long-lived CI keys.

Harness Secrets is cataloged under DevOps on DirSkills. Harness Secrets comes from a repository tagged agent-harness, agent-harness-generator, agent-scaffolding, agentic-ai and agentic-framework.

Documentation

README

harness-secrets

Codex skill for GCP Secret Manager โ€” check / fetch / validate-token.

Modes

check

Validates the full GCP setup (gcloud on PATH, active project, auth principal, secret exists, WIF pool present). Use this when bootstrapping a new GCP project for publish.

/harness-secrets mode=check
/harness-secrets mode=check secret=NPM_TOKEN_DEV
/harness-secrets mode=check project=my-gcp-project secret=NPM_TOKEN

fetch

Fetches a secret value to stdout. Use in pipelines:

/harness-secrets mode=fetch secret=NPM_TOKEN
/harness-secrets mode=fetch secret=GH_TOKEN version=3

validate-token

Fetches NPM_TOKEN and runs npm whoami against the registry. No publish โ€” just confirms the token isn't revoked. Use this BEFORE you tag a release.

This is the opening of the README. Read the full README on GitHub.

Commands Harness Secrets provides

Slash commands named in this skillโ€™s SKILL.md, listed in the order they first appear.

  • /harness-secrets

Frequently asked about Harness Secrets

  • What else does ruvnet publish alongside Harness Secrets?

    Harness Secrets is one of 16 skills that DirSkills catalogs from ruvnet/metaharness, the repository it ships in. Its siblings there include Compare Harnesses, Create Harness and Darwin Mode. Each one is a separate skill with its own page in this directory, installs the same way Harness Secrets does, and is maintained by ruvnet in that same repository. The rest of the collection is listed on the ruvnet/metaharness page.

  • How does Harness Secrets compare to other DevOps skills?

    Harness Secrets ranks #647 by stars among the 798 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Harness Secrets against them. Open each page to compare what they document and how they install.

More from ruvnet/metaharness

Harness Secrets is one of 16 skills cataloged on DirSkills from ruvnet/metaharness.

See all 16 skills โ†’