Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

sonos-sdk

sonos-sdk에는 tatimblin에서 수집한 skills 6개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
6
Stars
1
업데이트
2026-03-28
Forks
1
직업 범위
직업 카테고리 1개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

implement-service-sdk
소프트웨어 개발자

Expose service properties through the DOM-like sonos-sdk API. Implements Fetchable trait, type aliases, and Speaker struct fields. Use after implementing the service in sonos-state.

2026-03-28
add-service
소프트웨어 개발자

Add a complete new Sonos service across all SDK layers (api → stream → state → sdk). This orchestrator skill coordinates the 4 layer-specific skills for full-stack service implementation.

2026-02-08
implement-service-state
소프트웨어 개발자

Add reactive state management for a Sonos service in sonos-state. Defines property types, implements decoders, and integrates with the state store. Use after implementing the service in sonos-stream.

2026-02-08
implement-service-stream
소프트웨어 개발자

Add event streaming support for a Sonos service in sonos-stream. Implements event types, event processor integration, and polling fallback strategies. Use after implementing the service in sonos-api.

2026-02-08
implement-service
소프트웨어 개발자

Implement a new UPnP service in sonos-api by extracting operations from documentation URLs (like https://sonos.svrooij.io/services/av-transport), testing against real speakers, and generating complete Rust code with operations, validation, and tests. Use when implementing new Sonos service modules in sonos-api/src/services/.

2026-01-19
sonos-operations
소프트웨어 개발자

Execute any Sonos API operation dynamically with automatic discovery, parameter parsing, and direct SOAP execution. Use when users want to test operations on speakers, debug device behavior, or execute any UPnP operation without requiring code changes. Operations are discovered automatically from the sonos-api crate.

2026-01-19