Dbus

🌐Community
by martinholovsky · vlatest · Repository

This skill enables interaction with system services via D-Bus, offering a powerful way to control and monitor applications and hardware.

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 dbus npx -- -y @trustedskills/dbus
2

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

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

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

About This Skill

What it does

This skill enables an AI agent to interact with system services via D-Bus, a message bus system. It allows for control and monitoring of applications and hardware by facilitating method calls, signals, and property access on various services. The skill has deep expertise in the D-Bus protocol, security policies, and understanding of both session (user) and system (privileged) buses.

When to use it

  • Controlling a notification service to display messages.
  • Querying hardware status via a monitoring service.
  • Interacting with a user interface element exposed through D-Bus.
  • Automating tasks that require communication between system services.

Key capabilities

  • D-Bus Protocol Expertise: Deep understanding of message bus systems, object paths, and interfaces.
  • Bus Type Management: Ability to utilize both session (user) and system (privileged) buses.
  • Service Interaction: Facilitates method calls, signals, and property access.
  • Security Policy Enforcement: Adheres to D-Bus security policies and access control mechanisms.

Example prompts

  • "Can you send a notification saying 'Task completed'?"
  • "What is the current battery level of my laptop?"
  • "List all running services on the system bus."
  • "Invoke the method org.freedesktop.Notifications.Notify with these parameters..."

Tips & gotchas

  • Security: This skill requires careful handling due to its access to privileged operations. Always validate service targets and prefer using the session bus whenever possible.
  • Privilege Restrictions: Accessing system services (System Bus) typically requires elevated permissions.
  • Service Blocking: The agent will block calls to certain privileged services like PolicyKit and systemd for security reasons.

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
martinholovsky
Installs
43

🌐 Community

Passed automated security scans.