
Product
Introducing Webhook Events for Pull Request Scans
Add real-time Socket webhook events to your workflows to automatically receive pull request scan results and security alerts in real time.
@skynetxbt/flow-ai-investor
Advanced tools
A SkynetXBT flow for intelligent cryptocurrency analysis and insights. This flow analyzes and provides data about various coins and tokens using AI-powered analysis.
npm install @skynetxbt/flow-ai-investor
# or
yarn add @skynetxbt/flow-ai-investor
import { CryptoDataInsightsFlow } from '@skynetxbt/flow-ai-investor';
// Initialize with CoinMarketCap
const flow = new CryptoDataInsightsFlow({
apiKey: 'your-cmc-api-key',
type: 'cmc',
systemPrompt: 'You are a crypto analyst'
});
// Initialize with GeckoTerminal
const flow = new CryptoDataInsightsFlow({
apiKey: 'your-api-key',
type: 'geckoterminal',
systemPrompt: 'You are a crypto analyst'
});
// Analyze by coin name
const result = await flow.execute({
message: "analyze Bitcoin"
});
// Analyze by contract address and chain
const result = await flow.execute({
message: "chain: base, coin address: 0x940181a94a35a4569e4529a3cdfb74e38fd98631"
});
The flow returns simplified summaries in single paragraphs:
FAQs
Crypto data insights flow for Skynet
We found that @skynetxbt/flow-ai-investor demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Add real-time Socket webhook events to your workflows to automatically receive pull request scan results and security alerts in real time.
Research
The Socket Threat Research Team uncovered malicious NuGet packages typosquatting the popular Nethereum project to steal wallet keys.
Product
A single platform for static analysis, secrets detection, container scanning, and CVE checks—built on trusted open source tools, ready to run out of the box.