Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
DevelopmentMédio

CoreMotion

pordpearson2699·dpearson2699· v1.0.0 · atualizado em 2026-04-10
78
Score

Access accelerometer, gyroscope, magnetometer, pedometer, and activity-recognition data using CoreMotion. Use when reading device sensor data, counting steps, detecting user activity (walking/running/driving), tracking altitude changes, or implementing motion-based interactions in iOS/watchOS apps.

ioscoremotionsensor-dataaccelerometergyroscopepedometeractivity-recognition
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdcore-motion/workflow
1. Add `NSMotionUsageDescription` to Info.plist.
2. Create a single instance of `CMMotionManager`.
3. Check sensor availability (e.g., `isAccelerometerAvailable`).
4. Set the appropriate update interval.
5. Start sensor updates with a handler or polling.
6. Process the sensor data in the handler or polling loop.
7. Stop sensor updates when no longer needed.
8. Handle authorization status for pedometer and activity APIs.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Similar aSwiftUI Performance Audit
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar aArchitecting Flutter Layouts
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar aArchitecting Flutter Applications
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
79

Árvore do Skill

CoreMotion
core-motion
Fases Cognitivas4
1.SENSE
2.CONTEXTUALIZE
3.ACT
4.REFLECT
Triggers8
access accelerometer data in iOSread gyroscope data using CoreMotiondetect user activity with CoreMotiontrack steps using CMPedometerget device motion data in Swiftuse CoreMotion for activity recognitionaccess altitude data with CMAltimeterimplement motion-based interactions in iOS

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download core-motion
$ synaptic skills detail core-motion
$ synaptic skills live core-motion

Dependências

CoreMotion

Links

GitHub Repository