Skip to main content

Skill Reference Overview

This section provides detailed reference documentation for all available skills in MosBot OS. Skills are organized by type (Shared vs Agent-Specific) and include usage instructions, examples, and implementation details.

Recommended for MosBot OS Integration The skills documented here are highly recommended

for OpenClaw agents to work effectively with MosBot OS. They enable essential capabilities like task creation and orchestration, context management, and multi-modal input processing (e.g., voice transcription). See the Skills Overview for more details on why these skills matter. :::

All skills in this reference are currently under development and may change significantly.

Shared Skills

Shared skills are available to all agents and are stored in the global /skills/ directory.

memory_flush

Type: Shared Skill
Scope: All agents
Location: /skills/memory_flush/SKILL.md

Clears the agent's working memory and context, providing a clean slate for the next task or conversation.


reminder_create

Type: Shared Skill
Scope: All agents
Location: /skills/reminder_create/SKILL.md

Creates a scheduled reminder for the agent to perform a task at a specific time or interval.


audio_transcribe

Type: Shared Skill
Scope: All agents
Location: /skills/audio_transcribe/SKILL.md

Transcribes audio files (voice messages, recordings) into text for processing by the agent.


Agent-Specific Skills

Agent-specific skills are available only to particular agent types and are stored in their respective workspace directories.

create_prd

Type: Agent-Specific Skill
Scope: Product Manager agent
Location: /workspace-pm/skills/create_prd/SKILL.md

Creates a comprehensive Product Requirements Document (PRD) based on a feature description, user needs, and business goals.


task_writing

Type: Agent-Specific Skill
Scope: Project Manager agent
Location: /workspace-pm/skills/task_writing/SKILL.md

Creates well-structured, actionable tasks from vague descriptions, meetings, or PRD requirements.


task_pickup

Type: Agent-Specific Skill
Scope: All specialized agents (Developer, Designer, QA, etc.)
Location: /workspace-<agent-id>/skills/task_pickup/SKILL.md

Helps agents select the next task to work on based on priority, dependencies, their skills, and current workload.


Quick Reference Table

SkillTypeScopeUsage
memory_flushSharedAll agents/memory_flush
reminder_createSharedAll agents/reminder_create [description] [time]
audio_transcribeSharedAll agents/audio_transcribe [audio_url_or_attachment]
create_prdAgent-SpecificProduct Manager/create_prd [feature-name]
task_writingAgent-SpecificProject Manager/task_writing [description or context]
task_pickupAgent-SpecificAll specialized agents/task_pickup