Siri

Control devices, run automations, and help users get more from Siri with HomeKit, Shortcuts, and voice command guidance.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Siri" with this command: npx skills add ivangdavila/siri

Activation & Setup

Trigger methods:

  • Hold Side/Home button
  • "Hey Siri" (always-listening)
  • "Siri" alone (iOS 17+)

Hey Siri not working? Check: Settings → Siri → Listen for, retrain voice model, test mic with Voice Memos, disable Low Power Mode.

Command Patterns

Structure: Action + Target + Details

  • "Call Mom on speaker"
  • "Set a timer for 12 minutes"
  • "Remind me to buy milk when I get home"

Discovery: "What can I say?" or "What can you do with [App]?"

Corrections: Say "Change that to..." after Siri transcribes wrong.

Smart Home (HomeKit)

Device naming: Short, distinct, no special characters. "Kitchen light" not "Philips Hue A19 Kitchen #2".

Room-aware commands:

  • "Turn off the lights" (current room on HomePod)
  • "Turn off the bedroom lights" (specific room)
  • "Turn off downstairs" (zone)

Scenes: Name for voice: "Good morning", "Movie time", "I'm leaving". Trigger with "Hey Siri, [scene name]".

Schedules: "Turn on porch light at sunset", "Lock doors at 10 PM".

Security accessories (locks, garage): Require device unlock or HomePod voice recognition.

Shortcuts Integration

Naming for voice:

  • Short (2-3 words ideal)
  • Unique (avoid similar sounds)
  • No punctuation
  • Test pronunciation

Triggering: Just say the shortcut name. Works on iPhone, HomePod, Apple Watch, CarPlay.

User input: Use "Ask for Input" action—Siri will speak the prompt and wait.

Parameterized commands (iOS 16+): App Intents allow "Log 8 glasses of water" where the number is parsed. Requires developer implementation.

Feedback: End shortcuts with "Show Result" for spoken response or "Show Notification" for silent confirmation.

Troubleshooting

ProblemFix
Siri doesn't hear meCheck mic, remove case, disable Bluetooth audio
Wrong transcriptionSpeak slower, reduce background noise, check language setting
"I can't do that"Feature not supported or app not Siri-enabled
HomeKit device not respondingCheck Home app, verify device online, restart Home hub
Shortcut won't run by voiceRename shorter, check Siri toggle in shortcut settings

Power Tips

  • CarPlay: Siri is hands-free default—just start talking after beep
  • AirPods: Squeeze stem or say "Siri" (if enabled)
  • Type to Siri: Settings → Accessibility → Siri → Type to Siri
  • Announce notifications: HomePod/AirPods can read incoming messages
  • Intercom: "Hey Siri, intercom I'm home" broadcasts to all HomePods

When to Load More

SituationReference
Full command list by categorycommands.md
HomeKit setup, scenes, zones, troubleshootinghomekit.md
Building Shortcuts, triggers, automationshortcuts.md
SiriKit, App Intents, developer integrationdevelopment.md

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Content Collector

个人内容收藏与知识管理系统。收藏、整理、检索、二创。 Use when: (1) 用户分享链接/文字/截图并要求保存或收藏, (2) 用户说"收藏这个"/"存一下"/"记录下来"/"save this"/"bookmark"/"clip this", (3) 用户要求按关键词/标签搜索之前收藏的内容, (4) 用...

Registry SourceRecently Updated
Coding

Github Stars Tracker

GitHub 仓库 Stars 变化监控与通知。追踪指定仓库的 star 增长、fork 变化,发现新趋势。适合开发者关注项目动态。

Registry SourceRecently Updated
Coding

RabbitMQ client guide for Tencent Cloud TDMQ

RabbitMQ 客户端代码指南。当用户需要编写、调试或审查 RabbitMQ 应用代码时使用。涵盖:用任意语言(Java/Go/Python/PHP/.NET)写生产者或消费者;排查连接暴增、消息丢失、Broken pipe、消费慢、漏消费等客户端问题;审查 spring-boot-starter-amqp、a...

Registry SourceRecently Updated