agent-admin

Manage Shipwright agent configuration through the admin API.

9|2|Updated Jun 6, 2026
One-click install
npx skills add https://github.com/app-vitals/shipwright --skill agent-admin-app-vitals
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-admin
Source: https://github.com/app-vitals/shipwright/tree/main/plugins/shipwright/skills/agent-admin
Command: npx skills add https://github.com/app-vitals/shipwright --skill agent-admin-app-vitals

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of manually managing Shipwright agents by giving you a guided way to inspect and update agent configuration, schedules, permissions, and integrations through the admin API.

Core Features & Use Cases

  • Agent Configuration: Inspect your own agent identity, environment variables, tool permissions, and installed plugins.
  • Cron Management: Create, update, enable, disable, reconcile, and safely manage system and custom crons for autonomous operation.
  • Tokens and Access: Create and revoke per-agent API tokens for service-to-service or CI workflows.
  • Use Case: A platform engineer can use this Skill to disable a risky cron, patch environment variables, and pin a plugin version without restarting the agent.

Quick Start

Use this skill to check the current Shipwright agent configuration and then safely update crons, env vars, tool permissions, tokens, or plugins through the admin API.

Frequently Asked Questions about agent-admin

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

FAQPage Schema
How do I manage Shipwright agent environment variables and plugins without restarting?

You can manage Shipwright agent environment variables and plugins without restarting by applying configuration updates through the admin API, which handles patches dynamically for live agents.

How do I safely create and disable custom cron schedules for autonomous agents?

You can safely create and disable custom cron schedules for autonomous agents by using the admin API to reconcile system and custom rules, ensuring destructive schedule changes are handled carefully.

What is the best way to issue and revoke per-agent API tokens for CI workflows?

Issuing and revoking per-agent API tokens for CI workflows is best handled through the admin API, which manages service-to-service access using Bearer-authenticated requests.

Can I adjust tool permissions and inspect agent identity through the Shipwright admin API?

Yes, you can adjust tool permissions and inspect agent identity through the Shipwright admin API, which provides a guided interface to review and update agent configuration securely.

Do I need Bearer authentication to install plugins and update agent configuration?

Yes, Bearer-authenticated requests are required to install plugins and update agent configuration, ensuring that destructive actions and access control modifications are properly secured.