import-agent

Install AI agents and bundled skills from .akita-agent package files.

2.0k|267|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/openakita/openakita --skill import-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: import-agent
Source: https://github.com/openakita/openakita/tree/main/skills/system/import-agent
Command: npx skills add https://github.com/openakita/openakita --skill import-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of adding new AI agents and their associated functionalities to your OpenAkita system by importing them from a package file.

Core Features & Use Cases

  • Agent Installation: Installs agent profiles and any bundled skills from a .akita-agent package.
  • Conflict Resolution: Offers an option to force overwrite existing agents if there's an ID conflict.
  • Use Case: You've downloaded a community-created agent designed for market analysis. Use this skill to easily import it and its specialized tools into your OpenAkita environment.

Quick Start

Import the agent package located at /path/to/my-custom-agent.akita-agent.

Frequently Asked Questions about import-agent

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

FAQPage Schema
How do I install custom AI agents from a package file?

To install custom AI agents, you import them from a specified `.akita-agent` package file into your local system. This deploys the agent profile and any bundled skills to the `skills/custom/` directory.

What happens if there is an ID conflict during agent installation?

During agent installation, an ID conflict prevents standard deployment, but you can use an optional force overwrite parameter. This force option replaces the existing agent profile and bundled skills in the `skills/custom/` directory.

How does importing a custom agent package work with bundled skills?

Importing a custom agent package works by deploying both the agent profile and its associated bundled skills together. The process extracts and places these components directly into the local `skills/custom/` directory.

Can I use this method to add a community-created agent to my OpenAkita system?

Yes, you can use this method to add a community-created agent to your OpenAkita system. It installs the downloaded agent profile and its specialized tools from the package file into your environment.

What is the best way to deploy an agent profile and its associated skills locally?

The best way to deploy an agent profile and its associated skills locally is importing a `.akita-agent` package file. This handles agent profile creation and bundled skill deployment within the `skills/custom/` directory.

Where are imported custom agents and skills stored after installation?

Imported custom agents and skills are stored within the local `skills/custom/` directory after installation. This directory contains the deployed agent profiles and their bundled skill components from the package.