aria_skills/_template/SKILL.md
# {{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/sche
npx skillsauth add najia-afk/aria_moltbot aria_skills/_templateInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
TODO: One-line summary of what this skill does.
TODO: 2-3 sentences explaining:
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) -->TODO: Describe what this tool does and when to use it.
| Parameter | Type | Required | Description |
|-----------|--------|----------|----------------------|
| param | string | yes | TODO: describe param |
Returns: TODO: describe the return format.
Example:
Input: {"param": "example_value"}
Output: {"result": "..."}
api_client (Layer 1) — for database access| Env Variable | Required | Description |
|--------------------|----------|------------------------|
| TEMPLATE_API_KEY | yes | API key for the service |
| Error | Cause | Fix |
|--------------------------|------------------------------|----------------------------|
| "API key not set" | Missing env var | Set TEMPLATE_API_KEY |
| "Rate limited" | Too many requests | Wait and retry |
tools
# aria-working-memory Persistent short-term memory operations for Aria runtime context. ## Purpose - Store, retrieve, rank, checkpoint, and prune working memory. - Provide high-relevance context for decision and response flows. ## Main Tools - `remember` - `recall` - `get_context` - `checkpoint` - `restore_checkpoint` - `forget` - `update` - `reflect` - `sync_to_files`
development
```skill --- name: aria-unified-search description: "🔎 RRF-merged search across semantic + graph + memory backends" metadata: {"aria": {"emoji": "🔎"}} --- # aria-unified-search Unified search engine that queries semantic memories (pgvector cosine), knowledge graph (ILIKE), and traditional memories (text match), then merges results via Reciprocal Rank Fusion (RRF) with content-hash deduplication. ## Architecture ``` Query ↓ (parallel to 3 backends) ├── SemanticBackend (pgvector cosi
tools
# aria-telegram Telegram Bot API integration skill. ## Purpose - Send and reply to messages through bot credentials. - Fetch updates and basic bot metadata. ## Main Tools - `send_message` - `reply_to_message` - `get_updates` - `get_me`
tools
# aria-sprint-manager Sprint planning and board flow management skill. ## Purpose - Operate goal board as Product Owner. - Move, prioritize, and report sprint progress. ## Main Tools - `sprint_status` - `sprint_plan` - `sprint_move_goal` - `sprint_report` - `sprint_prioritize`