Syllable avatar

Syllable

Official

@asksyllable · United States of America

0Followers
|
23Public Repos
|
2Published Skills

Effortlessly build and deploy AI agents

Skills Distribution
DomainDeveloper To...Developer Tooling .. (55%)AI Models & Machin.. (25%)Cloud & Compute In.. (20%)

Agent Skills by Syllable

Showing 2 vetted skills indexed across 1 GitHub repositories.

Frequently Asked Questions About Syllable

FAQPage Schema
What tasks can I perform with Syllable's skills?

You can run full CRUD on every Syllable platform resource: list, create, copy, clone, and bulk-update agents, prompts, messages, channels, campaigns, and directories. You can also fetch session transcripts, configure API keys, manage orgs, explore the API schema, and sync the Go CLI against a new OpenAPI spec.

Who should use the syllable-cli and syllable-sync skills?

Platform engineers and operations teams managing Syllable voice agents at scale use syllable-cli for resource administration and bulk changes. CLI maintainers and backend developers use syllable-sync when the API changes and the Go codebase must be reconciled with the updated openapi.json.

How does the syllable-sync update process work?

Provide the new openapi.json from the asksyllable/syllable-sdk-typescript repo main branch. The skill diffs the specs, identifies added or removed endpoints, updates the Go cmd files, refreshes documentation, and runs tests to verify the CLI matches the current API.

What are the prerequisites for using these skills?

syllable-cli requires the Go-based Syllable CLI installed and a configured API key for your organization. syllable-sync requires access to the CLI Go codebase and the new OpenAPI spec file supplied by the backend team from the TypeScript SDK repository.