Aria_moltbot _template

{{skill_name}}

install
source · Clone the upstream repo
git clone https://github.com/Najia-afk/Aria_moltbot
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/Najia-afk/Aria_moltbot "$T" && mkdir -p ~/.claude/skills && cp -r "$T/aria_skills/_template" ~/.claude/skills/najia-afk-aria-moltbot-template && rm -rf "$T"
manifest: aria_skills/_template/SKILL.md
source content

{{skill_name}}

TODO: One-line summary of what this skill does.

Purpose

TODO: 2-3 sentences explaining:

  • What problem this skill solves
  • Which external services it connects to (if any)
  • Which agent types benefit most (e.g. "primarily for data-focused agents")

Layer

Layer {{layer}} — {{layer_name}}

<!-- Layer reference: 0 = Kernel (read-only security), 1 = API Client (DB gateway), 2 = Core (runtime services), 3 = Domain (feature logic), 4 = Orchestration (planning/scheduling) -->

Tools

{{skill_name}}__{{tool_1}}

TODO: Describe what this tool does and when to use it.

ParameterTypeRequiredDescription
param
stringyesTODO: describe param

Returns: TODO: describe the return format.

Example:

Input:  {"param": "example_value"}
Output: {"result": "..."}

Dependencies

  • api_client
    (Layer 1) — for database access
<!-- List all skills this one depends on -->

Configuration

Env VariableRequiredDescription
TEMPLATE_API_KEY
yesAPI key for the service

Error Handling

ErrorCauseFix
"API key not set"
Missing env varSet
TEMPLATE_API_KEY
"Rate limited"
Too many requestsWait and retry

Notes

  • TODO: Any gotchas, limits, or important behavior to know about.