---
name: stijnman/connected-services-bridge
source: https://app.decimal.ai/s/stijnman-connected-services-bridge@1/SKILL.md
source_sha256: ca2ade661664
---

# Connected Services Bridge

## When to Use

- User says **connect service** or task matches this capability
- User says **bridge API** or task matches this capability
- User says **integrate GitHub** or task matches this capability
- User says **hook up Notion** or task matches this capability

## Workflow

1. Identify service and required scopes.
2. Check MCP or OAuth availability.
3. Configure connection; test read-only call first.
4. Document usage pattern for workflow-composer.

## Integrations

- `drive-persistence-bridge`
- `tool-discovery-engine`
- `internet-enabler`

## Error Handling

| Failure | Response |
|---------|----------|
| Auth missing | Guide user through auth; never store tokens in skill files. |

## Gotchas

- Least-privilege scopes only.

## Example

**Input:** User request matching triggers above.
**Output:** Structured result per workflow with integrations invoked as needed.