agent0ai
- 34 skills
- 0 followers
- 19 hours ago last updated
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌ Development · agent0aiBuild new browser modules in the layered Space Agent runtime and use the extension, component, and Alpine store patterns correctly.
- ▌ File Download · agent0aiTrigger browser file downloads from app filesystem paths, runtime-generated in-memory content, or external URLs.
- ▌ PDF Report · agent0ai bundleCreate and download browser-generated PDFs from structured data or HTML
- ▌
- ▌
- ▌ User Management · agent0aiCreate, update, and remove users by editing the canonical L2 user files and related group membership files.
- ▌ Browser Control · agent0aiInspect, navigate, and interact with open browser surfaces through space.browser
- ▌
- ▌
- ▌
- ▌ App Files And Apis · agent0aiUse the frontend API surface correctly for app files, discovery, identity, and permission-aware browser data access.
- ▌ Modules And Routing · agent0ai bundlePlace first-party modules correctly, make them routable, and use router seams instead of hardwiring features into shells.
- ▌ Admin User Management · agent0aiAdmin-only router skill for users, groups, passwords, and account storage in the layered Space Agent runtime.
- ▌ Frontend Runtime · agent0aiEditable frontend runtime rules for framework pages, stores, shared runtime namespaces, and reusable visual patterns.
- ▌ Layers And Ownership · agent0aiUnderstand L0 or L1 or L2 placement, group and user structure, permissions, and layered override order before storing or overriding frontend assets.
- ▌ Backend Reference · agent0aiRead-only reference for the backend contracts that the frontend depends on, including routing, APIs, auth, layers, and module resolution.
- ▌ Extensions And Components · agent0aiUse HTML adapters, JS hook seams, and component loading correctly in the layered module system.
- ▌ Admin Users · agent0aiCreate, update, remove, and explain user accounts, password verifiers, sessions, and user-root storage as an admin.
- ▌ Admin Groups · agent0aiExplain and manage group membership, manager inheritance, special groups, and canonical group.yaml storage as an admin.
- ▌ A0 Create Agent · agent0ai bundleCreate a new Agent Zero agent profile (subordinate). Covers where profiles live (user / plugin-distributed / project-scoped), the agent.yaml schema, the prompt inheritance & override model, and optional profile-specific tools and extensions. Use for any "create/add/new agent profile" request.
- ▌ A0 Debug Plugin · agent0ai bundleDiagnose and fix Agent Zero plugin problems. Covers plugin not appearing, won't enable, API endpoints not responding, frontend store errors, extension point injection, settings resolution, hooks.py issues, and log inspection. Use when a plugin is not working, not loading, crashing, missing from the list, or behaving unexpectedly.
- ▌ Scheduled Tasks · agent0ai bundleUse for complex Agent Zero scheduler work, including creating, updating, deleting, running, waiting for, timezone-correcting, or auditing scheduled, planned, and adhoc tasks.
- ▌ A0 Development · agent0ai bundleDevelopment guide for extending Agent Zero from current source and DOX. Use for framework architecture, tools, extensions, API/WebUI handlers, agent profiles, prompts, skills, projects, runtime boundaries, and contribution workflow. Load the focused reference files before giving implementation guidance.
- ▌ A0 Contribute Plugin · agent0ai bundleGuide for publishing an Agent Zero plugin to the community Plugin Index (a0-plugins repo). Covers GitHub repo setup, index.yaml creation, CI validation rules, and PR submission. Use when the user wants to share, publish, submit, or contribute a plugin to the Plugin Hub so other Agent Zero users can find and install it.
- ▌ A0 Create Plugin · agent0ai bundleCreate, extend, or modify Agent Zero plugins. Follows strict full-stack conventions (usr/plugins, plugin.yaml, Store Gating, AgentContext, plugin settings). Use for UI hooks, API handlers, lifecycle extensions, or plugin settings UI.
- ▌ A0 Manage Plugin · agent0ai bundleManage Agent Zero plugins lifecycle: browse the Plugin Hub, scan for security, install from Git/ZIP/Plugin Hub, update, uninstall, enable, disable, debug, and troubleshoot. Use when asked to install, update, uninstall, remove, scan, find, search, enable, disable, debug, or troubleshoot a plugin.
- ▌ A0 Plugin Router · agent0ai bundleMain entry point for all Agent Zero plugin tasks. Routes to specialist skills for creating, reviewing, contributing, managing, or debugging plugins. Use when the user mentions plugins, asks how the plugin system works, wants to build/install/uninstall/publish/debug a plugin, or asks about the Plugin Hub.
- ▌ A0 Review Plugin · agent0ai bundleFull audit of Agent Zero plugins in usr/plugins/. Reviews manifest validity, directory structure, code patterns (Store Gating, notifications, imports), security, and duplicate detection against the community index. Use when asked to review, audit, validate, or check an existing plugin before using or contributing it.
- ▌ Build Skill · agent0ai bundleBuild or improve Agent Zero skills following the official SKILL.md standard. Use when the user asks to create, rename, move, audit, test, or refactor a skill, or when a workflow should be packaged as reusable skill instructions.