app icon
AI Maly Skill Agent
0.1.0

A skill-based agent strategy that loads reusable task skills and guides the model to execute work with repeatable playbooks.

aimali/aimali_skill_agent129 installs

AI Maly Skill Agent

A Dify Agent Strategy plugin that loads reusable task skills and guides the model to execute work with repeatable playbooks.

Instead of relying solely on tool calls, the agent automatically matches the user's query to relevant skills and injects their methodology into the model context, so the model follows proven workflows.

Source repository: https://github.com/aiseall/aimali-skill-agent

Features

  • Built-in skills: , , , .
  • Custom skills: paste YAML in the agent config to add your own skills at runtime.
  • Skill filtering: restrict available skills via the parameter.
  • Tool integration: connect Dify external tools; the agent calls them in a multi-turn loop.
  • Debug mode: shows loaded skills, active skills, and matching details.

Setup

  1. Install this plugin package in the Dify admin panel.
  2. Create an Agent application.
  3. Select AI Maly Skill Agent as the Agent Strategy.
  4. Choose a model and optionally add external tools.
  5. Set to (default) or a comma-separated list like .
  6. Optionally paste custom skill YAML in Custom Skills YAML.

Parameters

ParameterRequiredDefaultDescription
ModelYesLLM for reasoning and tool calls
External ToolsNoOptional Dify tools
QueryYesUser question
Enabled SkillsNoComma-separated skill names, or
Custom Skills YAMLNoAdditional skills defined in YAML
Max Active SkillsNo3Max skills injected per query (1–8)
Maximum IterationsNo8Max tool-call loop iterations (1–30)
Debug ModeNofalseShow skill loading and matching info

Custom Skill Example

Skill Directory Format

Each skill is a directory under containing a file with YAML frontmatter:

Local Development

Requires the Dify Plugin CLI and Python 3.12+:

Packaging

Privacy

See PRIVACY.md [blocked]. This plugin does not collect, store, or transmit user data to any external service.

CATEGORY
Agent Strategy
VERSION
0.1.0
aimali·06/13/2026 11:23 AM
REQUIREMENTS
LLM invocation
Tool invocation
Maximum memory
256MB
Maximum storage
1MB