elfa
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseELFA AI (Official Onboarding Entry)
ELFA AI(官方入门指南)
This is an official onboarding entry for discovering ELFA skills in the Starchild catalog.
The full ELFA skill implementation lives in ELFA's upstream repository.
这是在Starchild技能目录中探索ELFA技能的官方入门指南。
完整的ELFA技能实现位于ELFA的上游代码仓库中。
What ELFA Does
ELFA的功能
ELFA is real-time data infrastructure for financial AI — the nervous system that gets the right information to the right decision-maker at the right moment.
ELFA是面向金融AI的实时数据基础设施——它如同神经系统,能在恰当的时刻将正确的信息传递给正确的决策者。
Core Capabilities
核心功能
Social Intelligence
- Trending tokens by mention count (Twitter & Telegram)
- Top mentions for any ticker symbol ($SOL, $BTC, etc.)
- Keyword mention search across social platforms
- Smart follower & engagement stats for any account
- AI-powered event summaries and token intros
Narrative & Market Analysis
- Trending narrative clusters (what the market is talking about)
- Token-related news aggregation
- AI chat for market analysis, account reviews, and token research
- Real-time social sentiment tracking
Auto Condition Engine
- Builder Chat — AI-assisted query building
- Create automated trigger queries (e.g., "Alert me when BTC crosses 100k")
- Multi-condition triggers (e.g., "BTC + ETH breakout confirmation")
- RSI-based dip-buy strategies with TP/SL
- Portfolio check automation (e.g., 4h recurring checks on BTC, ETH, SOL)
- SSE streaming for real-time notifications
- Exchange integrations (GRVT, Hyperliquid) for automated execution
GRVT Trading Bot
- Self-hosted Elfa Auto → GRVT perpetual futures bot
- FastAPI receiver with EIP-712 signing
- SQLite registry for strategy management
- Telegram alerts for trade events
- OTOCO (One-Triggers-Other-Cancels-One) TP/SL execution
社交智能
- 基于提及量的热门代币追踪(覆盖Twitter与Telegram)
- 任意代币代码(如$SOL、$BTC等)的热门提及内容
- 跨社交平台的关键词提及搜索
- 任意账号的智能粉丝与互动数据统计
- AI驱动的事件摘要与代币介绍
市场叙事与分析
- 热门叙事集群(追踪市场热议话题)
- 代币相关新闻聚合
- 用于市场分析、账号评估与代币研究的AI对话功能
- 实时社交情绪追踪
自动化条件引擎
- Builder Chat——AI辅助的查询构建功能
- 创建自动化触发查询(例如:“当BTC突破10万美元时提醒我”)
- 多条件触发(例如:“BTC与ETH突破确认”)
- 基于RSI指标的抄底策略,附带止盈/止损(TP/SL)设置
- 投资组合自动化检查(例如:每4小时对BTC、ETH、SOL进行周期性检查)
- 基于SSE流的实时通知
- 集成交易所(GRVT、Hyperliquid)实现自动化交易执行
GRVT交易机器人
- 自托管的Elfa Auto → GRVT永续期货机器人
- 支持EIP-712签名的FastAPI接收器
- 用于策略管理的SQLite注册表
- 交易事件的Telegram通知
- OTOCO(触发一个则取消另一个)止盈/止损执行
Install
安装
bash
npx skills add elfa-ai/skillsThis installs both and skills via the Skills CLI.
elfa-aielfa-grvt-botbash
npx skills add elfa-ai/skills此命令通过Skills CLI同时安装与技能。
elfa-aielfa-grvt-botOptional: List Available ELFA Skills First
可选操作:先查看可用的ELFA技能
bash
npx skills add elfa-ai/skills --listbash
npx skills add elfa-ai/skills --listOptional: Install Specific ELFA Skill(s)
可选操作:安装特定的ELFA技能
bash
npx skills add elfa-ai/skills --skill elfa-ai
npx skills add elfa-ai/skills --skill elfa-grvt-botbash
npx skills add elfa-ai/skills --skill elfa-ai
npx skills add elfa-ai/skills --skill elfa-grvt-botUpdate
更新
bash
npx skills updatebash
npx skills updateAPI Key
API密钥
Get a free key (1,000 credits) at go.elfa.ai/claude-skills
bash
export ELFA_API_KEY=your_key_hereFree tier works with most endpoints. Trending narratives and AI chat require a paid plan.
Alternatively, use x402 keyless payments to pay per request with USDC on Base (no signup required).
前往**go.elfa.ai/claude-skills**获取免费密钥(含1000积分)
bash
export ELFA_API_KEY=your_key_here免费套餐适用于大多数接口。热门叙事与AI对话功能需要付费套餐。
或者,使用x402无密钥支付,通过Base链上的USDC按请求付费(无需注册)。
Notes
注意事项
- This official entry exists so users can discover ELFA from the Official Skills catalog.
- Actual installation always pulls from .
elfa-ai/skills - If upstream changes, follow upstream docs and versions as source of truth.
- Full documentation: docs.elfa.ai
Powered by Elfa AI
- 此官方条目用于帮助用户在官方技能目录中发现ELFA。
- 实际安装始终从拉取资源。
elfa-ai/skills - 若上游代码有变更,请以上游文档与版本为权威依据。
- 完整文档:docs.elfa.ai
由Elfa AI提供技术支持