protocolsio-integration
Read, validate, and safely export protocols.io data with current official REST/MCP contracts, or create non-executing mutation plans. The bundled client makes bounded official-host GET requests only with explicit --execute. Use only for tasks explicitly targeting protocols.io or an exact protocols.io protocol version.
- Version
- 1.1
- License
- MIT
- Compatibility
- Bundled CLIs require Python 3.11+ and use only the standard library. Offline validation and planning need no credentials or network. REST reads require HTTPS access to official protocols.io hosts and usually a named bearer token; network access is disabled unless --execute is supplied. The scripts never load .env files or execute mutations.
Pinned to revision de66e10cd0c8, so it is the text this page describes rather than whatever the author pushed since.
Pre-approved tools experimental
Experimental field. Support varies between clients, so this list is what the author declared, not what your client will enforce.
- Read
- Write
- Python
Files
- skills/protocolsio-integration/SKILL.md
- skills/protocolsio-integration/assets/protocol-snapshot.schema.json
- skills/protocolsio-integration/references/additional_features.md
- skills/protocolsio-integration/references/authentication.md
- skills/protocolsio-integration/references/discussions.md
- skills/protocolsio-integration/references/file_manager.md
- skills/protocolsio-integration/references/protocols_api.md
- skills/protocolsio-integration/references/workspaces.md
- skills/protocolsio-integration/scripts/__init__.py
- skills/protocolsio-integration/scripts/_common.py
- skills/protocolsio-integration/scripts/pagination_helper.py
- skills/protocolsio-integration/scripts/plan_write_request.py
- skills/protocolsio-integration/scripts/protocols_read.py
- skills/protocolsio-integration/scripts/validate_auth_config.py
- skills/protocolsio-integration/scripts/validate_protocol_json.py
Every link opens the file at its source, pinned to the revision this page describes.