speakly

Processes voice input into structured, intent-classified commands for ACHEEVY execution.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/BoomerAng9/foai --skill speakly
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speakly
Source: https://github.com/BoomerAng9/foai/tree/main/cti-hub/src/lib/skills/speakly
Command: npx skills add https://github.com/BoomerAng9/foai --skill speakly

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Voice input is often messy and slow to translate into concrete platform actions. Speakly pre-processes raw transcription, cleans noise, and yields structured, intent-classified commands so ACHEEVY can execute with accuracy and speed.

Core Features & Use Cases

  • Transcription cleanup: remove filler words and normalize phrasing for reliable parsing.
  • Intent classification: map spoken input to actionable intents (research, create content, execute workflows).
  • Parameter extraction & mapping: identify required parameters and prepare a precise execution plan.
  • Execution or planning: execute when clear or propose a concrete plan for complex requests.

Quick Start

Use a spoken command like "schedule a meeting with Alex tomorrow" and Speakly will translate it into a structured action for ACHEEVY.

Frequently Asked Questions about speakly

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert voice input into executable platform commands?

Voice input is converted into executable platform commands by cleaning raw transcription, classifying intent, and mapping spoken parameters to precise workflows. This process removes filler words and normalizes phrasing to ensure accurate, automated execution.

What is intent classification for natural language processing in workflow execution?

Intent classification for natural language processing identifies the specific actionable goal within spoken input, such as researching or creating content. It maps the spoken request to a structured workflow command, enabling the platform to execute the desired action accurately.

How do I map complex spoken requests to multi-step workflow orchestration?

Complex spoken requests are mapped to multi-step workflow orchestration by extracting required parameters and proposing a concrete execution plan. When a single intent is clear, the system executes directly, but multi-step requests generate a structured plan for orchestration.

Does voice processing require clean transcriptions to map commands accurately?

Voice processing requires clean transcriptions to map commands accurately, as raw transcription noise is removed and phrasing is normalized. This cleanup step ensures that intent classification and parameter extraction yield reliable, structured commands for the platform.

What is the best way to handle noisy speech input for automated command mapping?

The best way to handle noisy speech input for automated command mapping is to pre-process the raw transcription by removing filler words and normalizing phrasing. This ensures reliable parsing and precise parameter extraction before workflow execution.

Can I execute single intents directly from spoken commands without a multi-step plan?

You can execute single, clear intents directly from spoken commands without a multi-step plan. The system evaluates the classified intent and executes immediately if the request is straightforward, bypassing the complex orchestration planning phase.