CoolFace
Datasetpublic

kordelfrance/scentience-olfaction-skills

scentience-skills Agent skill definitions for olfaction-aware AI — part of the Scentience olfaction platform. Provides enhanced connectivity to Scentience olfactory processing units (OPUs). Built to the agentskills.io open standard. Compatible with Claude Code, OpenAI Codex, and Google Antigravity. Skills Skill Purpose ble-device Connect to OPU hardware via BLE; sample or stream sensor data olfactory-navigation Plume tracking and chemical source… See the full description on the dataset page: https://huggingface.co/datasets/kordelfrance/scentience-olfaction-skills.

sourceHugging Faceapache-2.0updated 6mo agoView on Hugging Face
1likes87downloads
Dataset Card

scentience-skills

Agent skill definitions for olfaction-aware AI — part of the Scentience olfaction platform. Provides enhanced connectivity to Scentience olfactory processing units (OPUs).

Built to the agentskills.io open standard. Compatible with Claude Code, OpenAI Codex, and Google Antigravity.

Skills

SkillPurpose
ble-deviceConnect to OPU hardware via BLE; sample or stream sensor data
olfactory-navigationPlume tracking and chemical source localization
olfactory-inertial-odometryGPS-denied navigation by fusing olfaction with IMU
colip-embeddingsCross-modal retrieval and semantic labeling via COLIP models

See SKILLS.md for the full registry, decision guide, and workflow patterns.

Install

bash
# Clone and symlink into Claude Code
git clone https://github.com/scentience/scentience-skills
ln -s $(pwd)/scentience-skills/ble-device ~/.claude/skills/ble-device
ln -s $(pwd)/scentience-skills/olfactory-navigation ~/.claude/skills/olfactory-navigation
ln -s $(pwd)/scentience-skills/olfactory-inertial-odometry ~/.claude/skills/olfactory-inertial-odometry
ln -s $(pwd)/scentience-skills/colip-embeddings ~/.claude/skills/colip-embeddings

SDK

LanguageInstall
Pythonpip install scentience
JavaScriptnpm install scentience
Rustcargo add scentience
C++Conan: scentience/2.0.0

Docs: scentience.github.io/docs-api · API keys: dashboard.scentience.ai