@hypeprinter007/plugin-signalfuse
v0.1.1
Published
ElizaOS plugin for SignalFuse — fused crypto trading signals, macro regime, and sentiment.
Maintainers
Readme
plugin-signalfuse
ElizaOS plugin for SignalFuse — gives AI agents live crypto trading-signal awareness.
What it provides
| Type | Name | Description |
|----------|----------------------|------------------------------------------------|
| Action | GET_TRADING_SIGNAL | Fused signal for any supported asset |
| Action | GET_MACRO_REGIME | Current macro regime (risk_on / risk_off / neutral) |
| Action | GET_SENTIMENT | Aggregated sentiment score for an asset |
| Provider | (ambient) | Injects BTC signal context into every turn |
Endpoints consumed
GET /v1/signal/{symbol}GET /v1/regimeGET /v1/sentiment/{symbol}
Base URL: https://api.signalfuse.co
Configuration
Set SIGNALFUSE_CREDIT_TOKEN in your agent's plugin parameters for authenticated access. Unauthenticated calls work but are rate-limited.
Installation
elizaos plugin add plugin-signalfuseOr add to your agent's character file:
{
"plugins": ["plugin-signalfuse"],
"settings": {
"SIGNALFUSE_CREDIT_TOKEN": "your-token-here"
}
}Images
Before publishing to the ElizaOS registry:
images/logo.jpg— 400x400 plugin logo (required)images/banner.jpg— 1280x640 banner image (required)
Publishing
elizaos plugin publishRequires the elizaos CLI and valid images in images/.
Disclaimer
SignalFuse provides a data fusion API, not financial advice. Signals are mathematical composites that can be wrong. Trade at your own risk.
