universal-api-glue
Installation
SKILL.md
Universal API Translator (The Glue)
This skill enables bionicbot to act as a 'Universal Adapter', building its own integration layers for any software without manual human intervention.
Instructions
- Scrape the documentation of any target API (even if undocumented, use reverse-engineering logic).
- Automatically generate the authentication and request logic in Python/TS.
- Create a 'Mapping Layer' to translate target data into BionicSovereign standard format.
- Set up error handling and rate-limit adaptors for the new connection.
- Permanently add the new 'Tool' to the assistant's active capability set.
Examples
- "Connect to this new obscure crypto exchange API and fetch the price of Asset X."
- "Integrate our dashboard with a local Romanian banking API that doesn't have a plugin yet."