Skip to main content

Zaya Agent

Skills Hub

Discover, search, and install from 57 skills across 1 registries

57Built-in
0Optional
0Community
19Categories
๏…น

apple-notes

โœ“ Built-in

Manage Apple Notes via the memo CLI on macOS (create, view, search, edit).

๏ฃฟ macOS
๏…น

apple-reminders

โœ“ Built-in

Manage Apple Reminders via remindctl CLI (list, add, complete, delete).

๏ฃฟ macOS
๏…น

findmy

โœ“ Built-in

Track Apple devices and AirTags via FindMy.app on macOS using AppleScript and screen capture.

๏ฃฟ macOS
๏…น

imessage

โœ“ Built-in

Send and receive iMessages/SMS via the imsg CLI on macOS.

๏ฃฟ macOS
๐Ÿค–

claude-code

โœ“ Built-in

Delegate coding tasks to Claude Code (Anthropic's CLI agent). Use for building features, refactoring, PR reviews, and iterative coding. Requires the claude CLI installed.

๐Ÿค–

codex

โœ“ Built-in

Delegate coding tasks to OpenAI Codex CLI agent. Use for building features, refactoring, PR reviews, and batch issue fixing. Requires the codex CLI and a git repository.

๐Ÿค–

opencode

โœ“ Built-in

Delegate coding tasks to OpenCode CLI agent for feature implementation, refactoring, PR review, and long-running autonomous sessions. Requires the opencode CLI installed and authenticated.

๐Ÿค–

zaya-agent

โœ“ Built-in

Complete guide to using and extending Zaya Agent โ€” CLI usage, setup, configuration, spawning additional agents, gateway platforms, skills, voice, tools, profiles, and a concise contributor reference. Load this skill when helping users configure Zaya, troubleshoot issues, spawn agent instances, or make code contributions.

๐ŸŽจ

architecture-diagram

โœ“ Built-in

Generate professional dark-themed system architecture diagrams as standalone HTML/SVG files. Self-contained output with no external dependencies. Based on Cocoon AI's architecture-diagram-generator (MIT).

๐ŸŽจ

ascii-art

โœ“ Built-in

Generate ASCII art using pyfiglet (571 fonts), cowsay, boxes, toilet, image-to-ascii, remote APIs (asciified, ascii.co.uk), and LLM fallback. No API keys required.

๐ŸŽจ

ascii-video

โœ“ Built-in

Production pipeline for ASCII art video โ€” any format. Converts video/audio/images/generative input into colored ASCII character video output (MP4, GIF, image sequence). Covers: video-to-ASCII conversion, audio-reactive music visualizers, generative ASCII art animations, hybrid video+audio reactive, text/lyrics overlays, real-time terminal rendering. Use when users request: ASCII video, text art video, terminal-style video, character art animation, retro text visualization, audio visualizer in ASCII, converting video to ASCII art, matrix-style effects, or any animated ASCII output.

๐ŸŽจ

creative-ideation

โœ“ Built-in

Generate project ideas through creative constraints. Use when the user says 'I want to build something', 'give me a project idea', 'I'm bored', 'what should I make', 'inspire me', or any variant of 'I have tools but no direction'. Works for code, art, hardware, writing, tools, and anything that can be made.

๐ŸŽจ

excalidraw

โœ“ Built-in

Create hand-drawn style diagrams using Excalidraw JSON format. Generate .excalidraw files for architecture diagrams, flowcharts, sequence diagrams, concept maps, and more. Files can be opened at excalidraw.com or uploaded for shareable links.

๐ŸŽจ

manim-video

โœ“ Built-in

Production pipeline for mathematical and technical animations using Manim Community Edition. Creates 3Blue1Brown-style explainer videos, algorithm visualizations, equation derivations, architecture diagrams, and data stories. Use when users request: animated explanations, math animations, concept visualizations, algorithm walkthroughs, technical explainers, 3Blue1Brown style videos, or any programmatic animation with geometric/mathematical content.

๐ŸŽจ

p5js

โœ“ Built-in

Production pipeline for interactive and generative visual art using p5.js. Creates browser-based sketches, generative art, data visualizations, interactive experiences, 3D scenes, audio-reactive visuals, and motion graphics โ€” exported as HTML, PNG, GIF, MP4, or SVG. Covers: 2D/3D rendering, noise and particle systems, flow fields, shaders (GLSL), pixel manipulation, kinetic typography, WebGL scenes, audio analysis, mouse/keyboard interaction, and headless high-res export. Use when users request: p5.js sketches, creative coding, generative art, interactive visualizations, canvas animations, browser-based visual art, data viz, shader effects, or any p5.js project.

๐ŸŽจ

popular-web-designs

โœ“ Built-in

54 production-quality design systems extracted from real websites. Load a template to generate HTML/CSS that matches the visual identity of sites like Stripe, Linear, Vercel, Notion, Airbnb, and more. Each template includes colors, typography, components, layout rules, and ready-to-use CSS values.

๐ŸŽจ

songwriting-and-ai-music

โœ“ Built-in

Songwriting craft, AI music generation prompts (Suno focus), parody/adaptation techniques, phonetic tricks, and lessons learned. These are tools and ideas, not rules. Break any of them when the art calls for it.

๐Ÿ“Š

jupyter-live-kernel

โœ“ Built-in

Use a live Jupyter kernel for stateful, iterative Python execution via hamelnb. Load this skill when the task involves exploration, iteration, or inspecting intermediate results โ€” data science, ML experimentation, API exploration, or building up complex code step-by-step. Uses terminal to run CLI commands against a live Jupyter kernel. No new tools required.

โš™

webhook-subscriptions

โœ“ Built-in

Create and manage webhook subscriptions for event-driven agent activation. Use when the user wants external services to trigger agent runs automatically.

โœ‰

himalaya

โœ“ Built-in

CLI to manage emails via IMAP/SMTP. Use himalaya to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).

๐ŸŽฎ

minecraft-modpack-server

โœ“ Built-in

Set up a modded Minecraft server from a CurseForge/Modrinth server pack zip. Covers NeoForge/Forge install, Java version, JVM tuning, firewall, LAN config, backups, and launch scripts.

๐ŸŽฎ

pokemon-player

โœ“ Built-in

Play Pokemon games autonomously via headless emulation. Starts a game server, reads structured game state from RAM, makes strategic decisions, and sends button inputs โ€” all from the terminal.

๐Ÿ’ป

codebase-inspection

โœ“ Built-in

Inspect and analyze codebases using pygount for LOC counting, language breakdown, and code-vs-comment ratios. Use when asked to check lines of code, repo size, language composition, or codebase stats.

๐Ÿ’ป

github-auth

โœ“ Built-in

Set up GitHub authentication for the agent using git (universally available) or the gh CLI. Covers HTTPS tokens, SSH keys, credential helpers, and gh auth โ€” with a detection flow to pick the right method automatically.

๐Ÿ’ป

github-code-review

โœ“ Built-in

Review code changes by analyzing git diffs, leaving inline comments on PRs, and performing thorough pre-push review. Works with gh CLI or falls back to git + GitHub REST API via curl.

๐Ÿ’ป

github-issues

โœ“ Built-in

Create, manage, triage, and close GitHub issues. Search existing issues, add labels, assign people, and link to PRs. Works with gh CLI or falls back to git + GitHub REST API via curl.

๐Ÿ’ป

github-pr-workflow

โœ“ Built-in

Full pull request lifecycle โ€” create branches, commit changes, open PRs, monitor CI status, auto-fix failures, and merge. Works with gh CLI or falls back to git + GitHub REST API via curl.

๐Ÿ’ป

github-repo-management

โœ“ Built-in

Clone, create, fork, configure, and manage GitHub repositories. Manage remotes, secrets, releases, and workflows. Works with gh CLI or falls back to git + GitHub REST API via curl.

โ˜•

find-nearby

โœ“ Built-in

Find nearby places (restaurants, cafes, bars, pharmacies, etc.) using OpenStreetMap. Works with coordinates, addresses, cities, zip codes, or Telegram location pins. No API keys needed.

๐Ÿ”Œ

mcporter

โœ“ Built-in

Use the mcporter CLI to list, configure, auth, and call MCP servers/tools directly (HTTP or stdio), including ad-hoc servers, config edits, and CLI/type generation.

๐Ÿ”Œ

native-mcp

โœ“ Built-in

Built-in MCP (Model Context Protocol) client that connects to external MCP servers, discovers their tools, and registers them as native Zaya Agent tools. Supports stdio and HTTP transports with automatic reconnection, security filtering, and zero-config tool injection.

๐ŸŽต

gif-search

โœ“ Built-in

Search and download GIFs from Tenor using curl. No dependencies beyond curl and jq. Useful for finding reaction GIFs, creating visual content, and sending GIFs in chat.

๐ŸŽต

heartmula

โœ“ Built-in

Set up and run HeartMuLa, the open-source music generation model family (Suno-like). Generates full songs from lyrics + tags with multilingual support.

๐ŸŽต

songsee

โœ“ Built-in

Generate spectrograms and audio feature visualizations (mel, chroma, MFCC, tempogram, etc.) from audio files via CLI. Useful for audio analysis, music production debugging, and visual documentation.

๐ŸŽต

youtube-content

โœ“ Built-in

Fetch YouTube video transcripts and transform them into structured content (chapters, summaries, threads, blog posts). Use when the user shares a YouTube URL or video link, asks to summarize a video, requests a transcript, or wants to extract and reformat content from any YouTube video.

๐Ÿงช

huggingface-hub

โœ“ Built-in

Hugging Face Hub CLI (hf) โ€” search, download, and upload models and datasets, manage repos, query datasets with SQL, deploy inference endpoints, manage Spaces and buckets.

๐Ÿ“

obsidian

โœ“ Built-in

Read, search, and create notes in the Obsidian vault.

โœ…

google-workspace

โœ“ Built-in

Gmail, Calendar, Drive, Contacts, Sheets, and Docs integration for Zaya. Uses Zaya-managed OAuth2 setup, prefers the Google Workspace CLI (`gws`) when available for broader API coverage, and falls back to the Python client libraries otherwise.

โœ…

linear

โœ“ Built-in

Manage Linear issues, projects, and teams via the GraphQL API. Create, update, search, and organize issues. Uses API key auth (no OAuth needed). All operations via curl โ€” no dependencies.

โœ…

nano-pdf

โœ“ Built-in

Edit PDFs with natural-language instructions using the nano-pdf CLI. Modify text, fix typos, update titles, and make content changes to specific pages without manual editing.

โœ…

notion

โœ“ Built-in

Notion API for creating and managing pages, databases, and blocks via curl. Search, create, update, and query Notion workspaces directly from the terminal.

โœ…

ocr-and-documents

โœ“ Built-in

Extract text from PDFs and scanned documents. Use web_extract for remote URLs, pymupdf for local text-based PDFs, marker-pdf for OCR/scanned docs. For DOCX use python-docx, for PPTX see the powerpoint skill.

โœ…

powerpoint

โœ“ Built-in

Use this skill any time a .pptx file is involved in any way โ€” as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx file (even if the extracted content will be used elsewhere, like in an email or summary); editing, modifying, or updating existing presentations; combining or splitting slide files; working with templates, layouts, speaker notes, or comments. Trigger whenever the user mentions "deck," "slides," "presentation," or references a .pptx filename, regardless of what they plan to do with the content afterward. If a .pptx file needs to be opened, created, or touched, use this skill.

๐Ÿ›ก

godmode

โœ“ Built-in

Jailbreak API-served LLMs using G0DM0D3 techniques โ€” Parseltongue input obfuscation (33 techniques), GODMODE CLASSIC system prompt templates, ULTRAPLINIAN multi-model racing, encoding escalation, and Zaya-native prefill/system prompt integration. Use when a user wants to bypass safety filters, jailbreak a model, or red-team model robustness.

๐Ÿ”

arxiv

โœ“ Built-in

Search and retrieve academic papers from arXiv using their free REST API. No API key needed. Search by keyword, author, category, or ID. Combine with web_extract or the ocr-and-documents skill to read full paper content.

๐Ÿ”

blogwatcher

โœ“ Built-in

Monitor blogs and RSS/Atom feeds for updates using the blogwatcher-cli tool. Add blogs, scan for new articles, track read status, and filter by category.

๐Ÿ”

llm-wiki

โœ“ Built-in

Karpathy's LLM Wiki โ€” build and maintain a persistent, interlinked markdown knowledge base. Ingest sources, query compiled knowledge, and lint for consistency.

๐Ÿ”

polymarket

โœ“ Built-in

Query Polymarket prediction market data โ€” search markets, get prices, orderbooks, and price history. Read-only via public REST APIs, no API key needed.

๐Ÿ”

research-paper-writing

โœ“ Built-in

End-to-end pipeline for writing ML/AI research papers โ€” from experiment design through analysis, drafting, revision, and submission. Covers NeurIPS, ICML, ICLR, ACL, AAAI, COLM. Integrates automated experiment monitoring, statistical analysis, iterative writing, and citation verification.

๐Ÿง Linux๏ฃฟ macOS
๐Ÿ 

openhue

โœ“ Built-in

Control Philips Hue lights, rooms, and scenes via the OpenHue CLI. Turn lights on/off, adjust brightness, color, color temperature, and activate scenes.

๐Ÿ“ฑ

xitter

โœ“ Built-in

Interact with X/Twitter via the x-cli terminal client using official X API credentials. Use for posting, reading timelines, searching tweets, liking, retweeting, bookmarks, mentions, and user lookups.

๐Ÿง Linux๏ฃฟ macOS
๐Ÿ’ป

plan

โœ“ Built-in

Plan mode for Zaya โ€” inspect context, write a markdown plan into the active workspace's `.zaya/plans/` directory, and do not execute the work.

๐Ÿ’ป

requesting-code-review

โœ“ Built-in

Pre-commit verification pipeline โ€” static security scan, baseline-aware quality gates, independent reviewer subagent, and auto-fix loop. Use after code changes and before committing, pushing, or opening a PR.

๐Ÿ’ป

subagent-driven-development

โœ“ Built-in

Use when executing implementation plans with independent tasks. Dispatches fresh delegate_task per task with two-stage review (spec compliance then code quality).

๐Ÿ’ป

systematic-debugging

โœ“ Built-in

Use when encountering any bug, test failure, or unexpected behavior. 4-phase root cause investigation โ€” NO fixes without understanding the problem first.

๐Ÿ’ป

test-driven-development

โœ“ Built-in

Use when implementing any feature or bugfix, before writing implementation code. Enforces RED-GREEN-REFACTOR cycle with test-first approach.

๐Ÿ’ป

writing-plans

โœ“ Built-in

Use when you have a spec or requirements for a multi-step task. Creates comprehensive implementation plans with bite-sized tasks, exact file paths, and complete code examples.