Install
$ agentstack add skill-beriberikix-zephyr-agent-skills-iot-protocols ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ● Environment & secrets Used
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Zephyr IoT Protocols
Implement production-ready IoT communication using industry-standard mesh, wide-area, and cloud protocols.
Core Workflows
1. OpenThread Mesh
Build robust, low-power mesh networks using the integrated OpenThread stack.
- Reference: [openthreadintegration.md](references/openthreadintegration.md)
- Key Tools:
CONFIG_NET_L2_OPENTHREAD,otInstance, Thread Shell.
2. Matter-over-Thread
Create interoperable smart home devices using the Matter standard.
- Reference: [matterdevices.md](references/matterdevices.md)
- Key Tools: Matter Clusters, BLE Commissioning, ZAP tool.
3. Golioth Cloud SDK
Connect your fleet to the cloud for real-time state sync, telemetry, and OTA.
- Reference: [goliothsdk.md](references/goliothsdk.md)
- Key Tools: LightDB,
golioth_system_client, remote logging.
4. LoRaWAN Basics
Deploy long-range, low-power sensor networks.
- Reference: [lorawanbasics.md](references/lorawanbasics.md)
- Key Tools:
CONFIG_LORA, LoRa PHY, Adaptive Data Rate (ADR).
Quick Start (OpenThread Shell)
# Enable OpenThread with Shell
CONFIG_NET_L2_OPENTHREAD=y
CONFIG_OPENTHREAD_SHELL=y
# Join a network via Shell
ot dataset init new
ot dataset commit active
ot thread start
Professional Patterns (Ecosystem Design)
- Commissioning via BLE: Use the
connectivity-bleskill patterns to handle Matter or Thread commissioning for a seamless user experience. - Cloud-Mesh Gateways: Implement Thread Border Routers to bridge local mesh traffic to Golioth or other cloud backends.
- Battery Optimization: Use Sleepy End Device (SED) modes for Thread/LoRaWAN nodes to achieve multi-year battery life.
Automation Tools
- [datasetkvcheck.py](scripts/datasetkvcheck.py): Validate key/value provisioning datasets for required fields.
Examples & Templates
- [threaddatasettemplate.env](assets/threaddatasettemplate.env): Starter Thread dataset values for development.
Validation Checklist
- [ ] OpenThread device forms or joins a mesh and maintains stable role/state.
- [ ] Matter commissioning completes and cluster interactions succeed.
- [ ] Cloud telemetry path (for example Golioth) delivers and receives expected state updates.
- [ ] LoRaWAN join and uplink/downlink flow work with expected data rate behavior.
Resources
- [References](references/):
openthread_integration.md: Thread networking and Zephyr APIs.matter_devices.md: Smart home integration with Matter.golioth_sdk.md: Fleet management and real-time state sync.lorawan_basics.md: Long-range sensor networking.- [Scripts](scripts/):
dataset_kv_check.py: Provisioning dataset checker.- [Assets](assets/):
thread_dataset_template.env: Thread dataset template.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: beriberikix
- Source: beriberikix/zephyr-agent-skills
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.