tinyagi-admin

Manage TinyAGI agents, teams, settings, tasks, and source code via REST API.

3.6k|505|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/TinyAGI/tinyagi --skill tinyagi-admin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tinyagi-admin
Source: https://github.com/TinyAGI/tinyagi/tree/main/.agents/skills/tinyagi-admin
Command: npx skills add https://github.com/TinyAGI/tinyagi --skill tinyagi-admin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the need for efficient administration and operation of the TinyAGI system, including managing agents, teams, settings, and source code.

Core Features & Use Cases

  • System Administration: Control agents, teams, and settings for the TinyAGI platform.
  • Source Code Management: Modify and manage TinyAGI's source code for customization and updates.
  • Task and Queue Management: Create, update, and manage tasks and monitor the queue status.
  • Use Case: For an admin who needs to add new agents, configure teams, or modify the system settings and source code.

Quick Start

Use the tinyagi-admin skill to start the TinyAGI daemon with the command 'tinyagi start'.

Frequently Asked Questions about tinyagi-admin

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

FAQPage Schema
How do I administer and manage agents in a multi-agent system?

To manage agents in a multi-agent system, you can use REST API endpoints to programmatically control agents, teams, and settings. This allows you to add new agents, configure teams, and modify system settings for runtime operations.

How do I start the TinyAGI daemon for system administration?

To start the TinyAGI daemon for system administration, execute the command 'tinyagi start'. This initializes the runtime environment, enabling you to manage agents, monitor the queue, and handle tasks.

Can I modify source code through runtime system administration?

Yes, you can modify source code through runtime system administration. It supports source code management, allowing you to modify and manage the system's source code directly for customization and updates.

Do I need a specific runtime environment to manage tasks and monitor queues?

Yes, you need the TinyAGI runtime environment and API access to manage tasks and monitor queues. This environment provides the necessary REST API infrastructure to create, update, and manage tasks.

What's the best way to monitor queue status and view system logs?

The best way to monitor queue status and view system logs is by querying the REST API. It provides dedicated endpoints for programmatic operations on queue monitoring, tasks, and logs.