Secure proxy skill for OpenClaw agents
Project description
Bloom Secure Proxy for OpenClaw
Secure your OpenClaw agent in 3 minutes with Bloom's IAM layer.
Quick Start
1. Get Your Bloom Token
- Sign up at platform.bloomtechnologies.app
- Create an agent in the dashboard
- Get your API key from Profile > API Keys
- Combine as:
bloom_<api_key>_agent_<agent_id>
2. Install the Skill
# Clone to your OpenClaw skills directory
cd ~/.openclaw/skills
git clone https://github.com/bloomtechnologies/bloom-openclaw-skill bloom-secure-proxy
# Or install via pip
pip install bloom-openclaw-skill
3. Configure
Add to your .env:
BLOOM_AGENT_TOKEN=bloom_xxx_agent_yyy
4. Use It
from bloom_proxy import bloom_get, bloom_post
# All requests now go through Bloom's secure proxy
response = bloom_get("https://api.github.com/user")
Features
- Zero-config security - Just set one environment variable
- Granular permissions - Control access at method + path level
- Full audit trail - Every request logged in Bloom dashboard
- Instant kill switch - Halt agent immediately if compromised
- Prompt injection protection - Block malicious payloads
Documentation
See SKILL.md for full documentation.
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bloom_openclaw_skill-1.0.0.tar.gz.
File metadata
- Download URL: bloom_openclaw_skill-1.0.0.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a7e2cfcebfdd08165dfbebb9a01873b90bf8553fcdfea202b96aac076e28450c
|
|
| MD5 |
76da23f6f63dc56d6d6b2d61210ca9c6
|
|
| BLAKE2b-256 |
9d2ccea1c3c765ea4cb775c9f6f3befc3974822545a7f5b56d60ed6dc4affd49
|
File details
Details for the file bloom_openclaw_skill-1.0.0-py3-none-any.whl.
File metadata
- Download URL: bloom_openclaw_skill-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
74d1f54e9ee06e581be3ab3d19eafad547a3567084e80a8a18d1137b763029b8
|
|
| MD5 |
784369133df37b20b849d7f4423698b1
|
|
| BLAKE2b-256 |
8ae71ffe24ad3ff234c4bfdd43a1ae98977fcee65a92953954e5a80ee9d51733
|