service

Manage service deployments with GraphQL mutations for status, rebranding, linking, and creation.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/sidpalas/background-agent --skill service-sidpalas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: service
Source: https://github.com/sidpalas/background-agent/tree/main/.opencode/skill/service
Command: npx skills add https://github.com/sidpalas/background-agent --skill service-sidpalas

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams manage and configure services across deployment environments by enabling status checks, renaming, icon updates, linking, and creation from Docker images.

Core Features & Use Cases

  • Check service status, health, and deployment state across linked services.
  • Rename a service or update its icon to reflect branding.
  • Link or reassign a service to another service, or bootstrap a new one from a Docker image.

Quick Start

Instruct the system to manage a specific service by name to view its status and apply a change such as renaming it or updating its icon.

Frequently Asked Questions about service

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check the deployment status of a service?

You can check service status by instructing the system to manage a specific service by name, which retrieves its current health, deployment state, and linked service configuration. It uses GraphQL queries and parameter validation to ensure accurate reporting.

Can I bootstrap a new service from a Docker image?

Yes, you can bootstrap a new service directly from a Docker image. The skill automates this creation process using GraphQL mutations with parameter validation and error handling to ensure safe, auditable deployments.

What is the best way to rename a service or update its icon?

The best way to rename a service or update its icon is to instruct the system to manage the target service and apply the rebranding change. It executes these updates via validated GraphQL mutations with clear operation semantics.

How do I link disparate services across deployment environments?

To link disparate services, instruct the system to connect or reassign a specific service to another. The skill applies these connections via GraphQL mutations with parameter validation and error handling to ensure safe, auditable changes.

Does service management with GraphQL mutations support safe deployments?

Yes, managing services via GraphQL mutations ensures safe deployments by implementing parameter validation, error handling, and clear operation semantics. This guarantees that all status checks, rebranding, and linking operations are auditable and secure.