Check Bun

🌐Community
by phrazzld · vlatest · Repository

Checks if a bun is present in an image, useful for identifying food items and analyzing visual data.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add check-bun npx -- -y @trustedskills/check-bun
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "check-bun": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/check-bun"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The check-bun skill verifies that Bun, a new JavaScript runtime, is installed on the system. It checks the Bun version and provides information about its availability. This allows for automated scripting and dependency management within AI agent workflows where Bun might be required.

When to use it

  • Automated Environment Setup: Use this skill when provisioning environments that need to run code using Bun, ensuring the runtime is present before proceeding with further steps.
  • CI/CD Pipelines: Integrate check-bun into CI/CD pipelines to validate Bun's presence and version as part of build processes.
  • Dependency Verification: Employ this skill to confirm that Bun is installed when a project or script explicitly requires it.
  • Runtime Health Checks: Include in health checks for systems running Bun applications, providing an early warning if the runtime is missing or outdated.

Key capabilities

  • Bun version detection
  • Installation verification
  • System dependency check

Example prompts

  • "Check if Bun is installed."
  • "What's the current Bun version?"
  • "Verify that Bun 1.0 or higher is available."

Tips & gotchas

The skill requires access to execute commands on the system where Bun is (or should be) installed. Ensure appropriate permissions are granted to the AI agent for accurate results.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
phrazzld
Installs
20

🌐 Community

Passed automated security scans.