ソース情報
- リポジトリ
- RunnerQuan/SAFE-Agent
- ソースの最終更新活動
- 2026年3月30日 04:33
- 検出された SKILL.md の言語
- 英語
- スター
- 0
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/RunnerQuan/SAFE-Agent --skill ouraコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
SOC 職業分類に基づく
| name | oura |
| description | Track health with Oura Ring - view sleep, readiness, and activity scores |
| category | health |
Enables Claude to use Oura for health tracking including viewing sleep quality, readiness scores, and activity data from the Oura Ring.
curl -sSL https://canifi.com/skills/oura/install.sh | bash
Or manually:
cp -r skills/oura ~/.canifi/skills/
Configure via canifi-env:
# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set OURA_EMAIL "your-email@example.com"
canifi-env set OURA_PASSWORD "your-password"
Your credentials, your choice. Canifi LifeOS respects your privacy.
If you prefer not to share credentials with Claude Code:
If you're comfortable sharing credentials, you can store them locally:
canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"
Note: Credentials stored in canifi-env are only accessible locally on your machine and are never transmitted.
User: "What's my Oura readiness score today?"
Claude: I'll check your readiness.
1. Opening Oura via Playwright MCP
2. Accessing today's data
3. Viewing readiness score
4. Showing contributing factors
5. Interpreting score
User: "How did I sleep last night according to Oura?"
Claude: I'll analyze your sleep.
1. Accessing sleep section
2. Viewing last night's data
3. Checking sleep stages
4. Reviewing sleep quality metrics
User: "How active have I been today?"
Claude: I'll check your activity.
1. Accessing activity section
2. Viewing today's data
3. Checking movement goals
4. Summarizing activity level
When Oura updates: