Dataset Viewer
The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.
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 localization |
| olfactory-inertial-odometry | GPS-denied navigation by fusing olfaction with IMU |
| colip-embeddings | Cross-modal retrieval and semantic labeling via COLIP models |
See SKILLS.md for the full registry, decision guide, and workflow patterns.
Install
# 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
| Language | Install |
|---|---|
| Python | pip install scentience |
| JavaScript | npm install scentience |
| Rust | cargo add scentience |
| C++ | Conan: scentience/2.0.0 |
Docs: scentience.github.io/docs-api · API keys: dashboard.scentience.ai
- Downloads last month
- 53