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.mdsource 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.
| Parameter | Type | Required | Description |
|---|---|---|---|
| string | yes | TODO: describe param |
Returns: TODO: describe the return format.
Example:
Input: {"param": "example_value"} Output: {"result": "..."}
Dependencies
(Layer 1) — for database accessapi_client
Configuration
| Env Variable | Required | Description |
|---|---|---|
| yes | API key for the service |
Error Handling
| Error | Cause | Fix |
|---|---|---|
| Missing env var | Set |
| Too many requests | Wait and retry |
Notes
- TODO: Any gotchas, limits, or important behavior to know about.