Skip to main content
Run any Skill in Manus
with one click
GitHub repository

ai-maestro-plugins

ai-maestro-plugins contains 8 collected skills from 23blocks-OS, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
8
Stars
8
updated
2026-05-20
Forks
2
Occupation coverage
3 occupation categories · 100% classified
repository explorer

Skills in this repository

agent-identity
information-security-analysts

Authenticate AI agents with auth servers using the Agent Identity (AID) protocol. Supports Ed25519 identity documents, proof of possession, OAuth 2.0 token exchange, and scoped JWT tokens. Self-contained — works independently without other protocols.

2026-05-20
ai-maestro-agents-management
software-developers

Creates, manages, and orchestrates AI agents using the AI Maestro CLI. Use when the user asks to "create agent", "list agents", "delete agent", "rename agent", "hibernate agent", "wake agent", "install plugin", "show agent", "export agent", "restart agent", "install marketplace", or any agent lifecycle management task.

2026-05-20
canvas-actions
web-developers

Create, manage, and interact with canvas HTML pages. Write visual UIs that users see in the AI Maestro dashboard, receive structured interactions when users click/submit/select, and update pages in response. Full lifecycle management for agent-rendered canvases.

2026-05-18
agent-messaging
information-security-analysts

Send and receive cryptographically signed messages between AI agents using the Agent Messaging Protocol (AMP). Supports local messaging, federation across providers, file attachments, and Ed25519 signatures. Works with any AI agent that can execute shell commands.

2026-03-23
docs-search
software-developers

Searches auto-generated codebase documentation for function signatures, API documentation, class definitions, and code comments. Use when the user asks to "search docs", "find function", "check API", or before implementing anything to understand existing patterns.

2026-03-09
graph-query
software-developers

Queries the code graph database to understand component relationships, dependencies, and the impact of changes. Use when the user asks to "find callers", "check dependencies", "what uses this", or when exploring codebase structure to avoid breaking changes.

2026-03-09
planning
software-developers

Creates and manages persistent markdown planning files (task_plan.md, findings.md, progress.md) for complex task execution. Use when starting multi-step tasks, research projects, or any task requiring >5 tool calls. Solves the EXECUTION problem - staying focused during long-running tasks.

2026-03-09
memory-search
software-developers

Searches conversation history and semantic memory to find previous discussions, decisions, and context. Use when the user asks to "search memory", "what did we discuss", "remember when", "find previous conversation", "check history", or before starting new work to recall prior decisions and avoid repeating past discussions.

2026-03-09