export-agent

Export a local Agent profile into a portable .akita-agent package.

9|2|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/AllBeingsFuture/AllBeingsFuture --skill export-agent-allbeingsfuture
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: export-agent
Source: https://github.com/AllBeingsFuture/AllBeingsFuture/tree/main/electron/embedded-assets/skills/system/export-agent
Command: npx skills add https://github.com/AllBeingsFuture/AllBeingsFuture --skill export-agent-allbeingsfuture

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Exporting and transferring a configured local Agent with its prompts, skills, and metadata is manual and error-prone; this Skill creates a single portable package to reliably share, backup, or distribute an Agent profile.

Core Features & Use Cases

  • Portable Packaging: Bundle Agent configuration, prompts, and selected local skills into a single .akita-agent file for easy transfer.
  • Selective Inclusion: Choose which skills to include or default to the Agent's local skills to control package contents and size.
  • Use Case: Share a tested Agent with team members or upload a backup to an Agent Store so others can import and reproduce the Agent environment.

Quick Start

Use the export-agent flow to create a .akita-agent package for the specified profile including chosen skills, author name, and version.

Frequently Asked Questions about export-agent

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

FAQPage Schema
How do I package and share an Agent configuration as a portable file?

To package and share an Agent, use the export flow to bundle Agent configuration, prompts, and selected local skills into a single .akita-agent file. This portable package captures metadata such as author and version, enabling reliable transfer across machines or team members.

What is an .akita-agent file used for?

An .akita-agent file is a portable package used for sharing, backing up, or distributing an Agent profile. It consolidates Agent configuration, prompts, and bundled local skills so others can import and reproduce the exact Agent environment on a different machine.

Can I choose which local skills to include when exporting an Agent profile?

Yes, you can selectively choose which local skills to include when exporting an Agent profile. This selective inclusion allows you to control package contents and file size, or you can default to including all of the Agent's local skills.

How do I back up my local Agent prompts and configurations for distribution?

Back up local Agent prompts and configurations by running the export flow to generate a single importable .akita-agent file. Specify the profile, chosen skills, author name, and version to create a reliable backup for distribution or upload to an Agent Store.

What is the best way to move an Agent environment to another machine?

The best way to move an Agent environment is to export the local profile into a portable .akita-agent package. This ensures all configurations, prompts, and selected skills are bundled together, avoiding manual and error-prone transfers across machines.