LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

Skills tagged: npm

Browse skills that share this tag.

  • bumblebee - Run Bumblebee supply-chain inventory and exposure scans.
    securitysupply-chainincident-responsenpm

    ★ 0 · Updated 2026-09-22

    Runs read-only inventory and exposure scans on macOS or Linux to detect compromised packages, extensions, and MCP host configurations.

    ⚙ Verify Go installation and version⚙ Install Bumblebee CLI binary⚙ Run Bumblebee scan profiles
  • package-skill-catalog - Serve SKILL.md files from node_modules over MCP
    mcpnpmnode_modulesskill-catalog

    ★ 0 · Updated 2026-09-21

    Reads SKILL.md files from installed node_modules dependencies and serves them dynamically via MCP tools.

    ⚙ List skill names and descriptions⚙ Search skills by intent sentence⚙ Read full skill body content
  • orbit-sec-supply-chain - Dependency supply-chain security audit for Composer and npm
    supply-chainsecurity-auditcomposernpm

    ★ 2 · Updated 2026-09-13

    Audits Composer and npm dependencies for CVEs, license compatibility, abandoned packages, typosquatting, install scripts, and lockfile integrity.

    ⚙ Audit dependency CVE vulnerabilities⚙ Verify GPL license compatibility⚙ Detect abandoned dependency packages
  • npm-publish - Publish npm packages following ecosystem standards
    npmpublishdeploymentdevops

    ★ 0 · Updated 2026-09-13

    Publishes @structure-projects scoped component packages to npmjs.com with verification and validation.

    ⚙ Check package.json configuration⚙ Upgrade semantic package version⚙ Build and test project
  • npm-publish - Publish npm packages according to ecosystem standards
    npmdeploymentpublishdevops

    ★ 0 · Updated 2026-09-13

    Publishes component library npm packages under @structure-projects scope to npmjs.com with verification and tagging.

    ⚙ Check package.json configuration⚙ Bump package version⚙ Build and test project
  • link-workspace-packages - Link workspace packages in monorepos
    monorepoworkspacepackage-managernpm

    ★ 0 · Updated 2026-09-12

    Link dependencies between packages in npm, yarn, pnpm, or bun monorepos.

    ⚙ Detect package manager⚙ Identify consumer and provider packages⚙ Add workspace dependencies
  • slopcheck - Validate npm package references against the npm registry
    npmpackage-validationhallucination-detectionsecurity-scanner

    ★ 10 · Updated 2026-09-12

    Scans markdown, YAML, and config files to validate npm package references against the live registry and report hallucinated or removed packages.

    ⚙ Scan files for npm install commands⚙ Validate package names against npm registry⚙ Report phantom and security-hold packages
  • payload-plugin-release - Automated release workflow for Payload Newsletter Plugin
    payloadpluginreleasenpm

    ★ 18 · Updated 2026-09-12

    Automates version bumping, changelog updates, and git commits to trigger npm publishing via GitHub Actions for Payload Newsletter Plugin.

    ⚙ Check TypeScript errors with typecheck⚙ Check current package version⚙ Bump package version number
  • update-version - Update vite-plus Version and Hashes
    nixflakenpmvite-plus

    ★ 2 · Updated 2026-09-12

    Fetches the latest published version of vite-plus from the npm registry and updates the version string and hash values in flake.nix.

    ⚙ Fetch latest version from npm⚙ Read current version from flake.nix⚙ Update version string in flake.nix
  • superpowers-streamer-cli - Install and run SuperPowers desktop streamer CLI
    superpowersclistreamernpm

    ★ 567 · Updated 2026-09-11

    Install, log into, run, and troubleshoot the published SuperPowers desktop streamer package using terminal commands.

    ⚙ Install superpowers-ai npm package⚙ Log in or create account⚙ Start local streamer process
  • typescript-library - TypeScript Library Development
    typescriptnpmlibraryesm

    ★ 1 · Updated 2026-09-11

    Use when developing TypeScript npm packages including tsconfig, package.json exports, dual CJS/ESM builds, and publishing.

    ⚙ Configure package.json exports⚙ Configure tsconfig compiler options⚙ Build dual CJS and ESM packages
  • setup-sap-btp-logging - Setup SAP BTP Cloud Logging
    sap-btploggingnodejstypescript

    ★ 0 · Updated 2026-09-10

    Automates the setup of sap-btp-cloud-logging-client in a project.

    ⚙ Install sap-btp-cloud-logging-client dependency⚙ Copy LogUtils class to project⚙ Add environment variables to .env
  • release - Prepare and publish a release for Tailwind Stash.
    releaseversioningchangeloggithub-release

    ★ 3 · Updated 2026-09-10

    Bumps the version, generates changelog entries, runs quality checks, and publishes via GitHub Release.

    ⚙ Verify git working tree status⚙ Read current version and changelog⚙ Calculate new version number
  • rad-release - End-to-End Local Release Flow for rad-orc
    releaseversioningnpmgit

    ★ 8 · Updated 2026-06-30

    Drives the full local release flow: gather context, version bump, build, validate, commit, publish to npm, sync satellite, tag, and post-release dev bump.

    ⚙ Gather release context (version, branch, tags)⚙ Ask operator release decisions⚙ Bump version across carrier files
  • npm-monorepo-publish - Publish monorepo packages to npm with Lerna
    npmLernamonorepoOTP

    ★ 602 · Updated 2026-05-28

    Orchestrate publishing monorepo packages to npm using Lerna with automated validation and OTP handling

    ⚙ validate environment⚙ preview changes⚙ collect OTP
  • release - ruax Automated Release Process
    releasenpmdeploymentautomation

    ★ 17 · Updated 2026-05-11

    Complete version update, source packaging, documentation updates, changelog, and npm publishing step by step

    ⚙ read version from package.json⚙ update version number⚙ package source code
  • release-publish - Publish AlphaClaw releases to npm and GitHub
    deploymentreleasegithubnpm

    ★ 1,472 · Updated 2026-05-11

    End-to-end workflow for publishing AlphaClaw releases including release notes drafting, npm publishing, and GitHub release creation

    ⚙ Gather git history⚙ Collect commits⚙ Identify contributors
  • reviewing-dependencies - Analyze npm dependencies and unused code
    npmdependenciescode reviewsecurity audit

    ★ 0 · Updated 2026-03-26

    Provides automated commands and patterns to detect npm dependency issues, unused packages, and dead code

    ⚙ detect unused dependencies⚙ detect unused code⚙ audit security vulnerabilities
  • reviewing-dependencies - Automated npm dependency analysis tool
    npmdependenciescode-reviewsecurity

    ★ 18 · Updated 2026-03-26

    Provides automated analysis commands and detection patterns for npm dependencies, unused packages, and dead code

    ⚙ read package.json⚙ detect unused dependencies⚙ detect unused code
  • reviewing-dependencies - Automated npm dependency analysis tool
    dependenciesnpmcode-analysissecurity

    ★ 602 · Updated 2026-03-26

    Provides automated analysis commands and detection patterns for npm dependencies, unused packages, and dead code

    ⚙ Run unused dependencies script⚙ Run unused code detection⚙ Run security audit

Scroll to load more