npx claudepluginhub hubblenetwork/agent-pluginsComplete Claude Skill for Hubble Network Cloud API integration with devices, packets, webhooks, and metrics
Official prompts.chat marketplace - AI prompts, skills, and tools for Claude Code
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations
Claude Code plugins for the Slidev presentation framework
Official Claude Code plugins and skills for Hubble Network Platform API integration.
This repository provides a curated marketplace of Claude Code plugins designed to enhance your development workflow when working with Hubble Network's IoT platform. These plugins enable Claude to interact seamlessly with Hubble's Cloud API for device management, packet retrieval, webhook configuration, and more.
Complete Claude Skill for Hubble Network Cloud API integration.
Features:
Add this repository as a marketplace source to browse and install plugins:
claude plugin marketplace add https://github.com/HubbleNetwork/agent-plugins
Once added, you can browse available plugins:
claude plugin marketplace list
Install plugins directly from this repository:
claude plugin install github:HubbleNetwork/agent-plugins/hubble-cloud-api-skill
# Clone the repository
git clone https://github.com/HubbleNetwork/agent-plugins.git
cd agent-plugins
# Install a specific plugin
claude plugin install file://$(pwd)/hubble-cloud-api-skill
Check that the plugin is installed and active:
claude plugin list
You should see hubble-cloud-api in the list of installed plugins.
Before using these plugins, ensure you have:
Once installed, Claude will automatically recognize Hubble API-related tasks:
You: Register a new temperature sensor with dev_eui 70B3D54996C4C5A7
Claude: I'll help you register this device with Hubble Network...
You: Get packets from the last 24 hours for devices tagged "warehouse"
Claude: I'll query packets with the warehouse tag filter...
You: Set up a webhook at https://my-app.com/webhook
Claude: I'll configure the webhook endpoint...
Set environment variables for convenience:
export HUBBLE_API_TOKEN="your-jwt-token"
export HUBBLE_ORG_ID="your-organization-id"
Store credentials securely using:
.env files with python-dotenv)Never commit API tokens to version control!
claude plugin list
claude plugin update hubble-cloud-api
claude plugin uninstall hubble-cloud-api
claude plugin marketplace remove hubble-agent-plugins
agent-plugins/
├── .claude-plugin/
│ └── marketplace.json # Marketplace configuration
├── hubble-cloud-api-skill/ # Hubble Cloud API plugin
│ ├── .claude-plugin/
│ │ └── plugin.json # Plugin metadata
│ ├── skills/
│ │ └── hubble-cloud-api/ # Skill implementation
│ └── README.md # Plugin documentation
└── README.md # This file
To contribute a new plugin:
.claude-plugin/plugin.json.claude-plugin/marketplace.json with the new pluginContributions are welcome! Please feel free to:
MIT License - See individual plugin directories for specific license details.