├── assets
├── banner.png
└── eliza-logo.jpg
├── LICENSE
└── README.md
/assets/banner.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/elizaOS/awesome-eliza/HEAD/assets/banner.png
--------------------------------------------------------------------------------
/assets/eliza-logo.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/elizaOS/awesome-eliza/HEAD/assets/eliza-logo.jpg
--------------------------------------------------------------------------------
/LICENSE:
--------------------------------------------------------------------------------
1 | MIT License
2 |
3 | Copyright (c) 2024 Joven
4 |
5 | Permission is hereby granted, free of charge, to any person obtaining a copy
6 | of this software and associated documentation files (the "Software"), to deal
7 | in the Software without restriction, including without limitation the rights
8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 | copies of the Software, and to permit persons to whom the Software is
10 | furnished to do so, subject to the following conditions:
11 |
12 | The above copyright notice and this permission notice shall be included in all
13 | copies or substantial portions of the Software.
14 |
15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21 | SOFTWARE.
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # Awesome elizaOS
2 |
3 | A curated list of awesome things related to the [eliza framework](https://github.com/elizaOS/eliza).
4 |
5 |
6 |
7 |
8 |
9 | ---
10 |
11 | ## 📋 Table of Contents
12 |
13 | - [🏢 Official Developer Resources](#-official-developer-resources)
14 | - [📚 Tutorials and Learning Resources](#-tutorials-and-learning-resources)
15 | - [🛠️ Tools](#-tools)
16 | - [🔌 Integrations](#-integrations)
17 | - [🔄 Clients](#-clients)
18 | - [💾 Adapters](#-adapters)
19 | - [🧩 Plugins](#-plugins)
20 | - [⛓️ Blockchain & DeFi](#-blockchain--defi)
21 | - [📈 Crypto Trading & Exchanges](#-crypto-trading--exchanges)
22 | - [🧠 AI & Data](#-ai--data)
23 | - [🎨 Media & Content](#-media--content)
24 | - [💬 Social & Communication](#-social--communication)
25 | - [🔒 Infrastructure & Security](#-infrastructure--security)
26 | - [🔧 Tools & Utilities](#-tools--utilities)
27 | - [👥 Community](#-community)
28 | - [🎬 Videos and Spaces](#-videos-and-spaces)
29 | - [📅 What Did You Get Done This Week?](#-what-did-you-get-done-this-week)
30 | - [📊 Research and News](#-research-and-news)
31 | - [👏 Contributors](#-contributors)
32 |
33 | ---
34 |
35 | ## 🏢 Official Developer Resources
36 |
37 | - [elizaOS GitHub Repository](https://github.com/elizaos/eliza) - The main repository for elizaOS, an open-source AI agent framework.
38 | - [elizaOS Documentation](https://elizaos.github.io/eliza/) - Official documentation and guides
39 | - [elizaOS How](https://eliza.how/) - Ask anything about Eliza
40 | - [Sample Characters](https://github.com/elizaos/characters) - Sample character templates and implementations
41 | - [elizaOS Plugin Registry](https://github.com/elizaos-plugins/registry) - JSON Registry for all the plugins in the elizaOS ecosystem
42 | - [Contributor Leaderboard](https://elizaos.github.io) - See all the contributors for elizaos/eliza, view daily GitHub summaries
43 |
44 | ## 📚 Tutorials and Learning Resources
45 |
46 | - [Quickstart Guide](https://elizaos.github.io/eliza/docs/quickstart) - Get up and running quickly with elizaOS
47 | - [Building a Social AI Agent in 15 Minutes](https://www.youtube.com/embed/6PZVwNTl5hI?si=0zB3OvYU4KiRQTxI) - Nader's Tutorial
48 | - [Creating an AI Agent with Your Own Personality](https://www.youtube.com/embed/uouSdtcWXTQ?si=cm13L4T7DQUMXd0C) - Nader's Tutorial
49 | - [How to Build an API Plugin](https://www.youtube.com/embed/25FxjscBHuo) - Nader's Tutorial ([Code](https://github.com/dabit3/eliza-nasa-plugin))
50 | - [AI Agent Dev School 01](https://www.youtube.com/watch?v=ArptLpQiKfI) - Introduction and Foundations (Part 1) [CN](https://www.youtube.com/watch?v=0CB_u6J9_Bo)
51 | - [AI Agent Dev School 01 cont](https://www.youtube.com/watch?v=AC3h_KzLARo) - Introduction and Foundations (Part 1 cont)
52 | - [AI Agent Dev School 02](https://www.youtube.com/watch?v=X1aFEOaGcYE) - Deep Dive into Actions, Providers, and Evaluators (Standard Definition)
53 | - [AI Agent Dev School 03](https://www.youtube.com/watch?v=Y1DiqSVy4aU) - Building a User Data Extraction Agent
54 | - [AI Agent Dev School 04](https://www.youtube.com/watch?v=6I9e9pJprDI) - AI Pizza: Hacking Eliza for Domino's Delivery (plus TEE Deep Dive)
55 |
56 | ## 🛠️ Tools
57 | - [elizagen](https://elizagen.howieduhzit.best/) - Easy eliza characterfile generator, add your own API keys
58 | - [Fleek.xyz](https://fleek.xyz/eliza/) - Deploy Eliza agents in one click on a hosted platform
59 | - [Xnomad mcv](https://github.com/xNomad-AI/mcv) - An out-of-box dev kit to launch AI-NFT based on Eliza's character files
60 |
61 | ## 🔌 Integrations
62 |
63 | - [Hyperfy](https://hyperfy.how/guides/ai/agents/) - agent creation, autonomous behavior, NPC development in open source 3d web
64 | - [Nifty Island](https://docs.niftyisland.com/creator/agents/tutorials/eliza/) - Deploy elizas into Nifty Island and beyond
65 |
66 | ---
67 |
68 | ## 🔄 Clients
69 |
70 | - [Discord](https://github.com/elizaos-plugins/client-discord) - Discord integration with messaging and community interaction capabilities
71 | - [Farcaster](https://github.com/elizaos-plugins/client-farcaster) - Client for Farcaster decentralized social media protocol
72 | - [GitHub](https://github.com/elizaos-plugins/client-github) - GitHub client for repository management and code integration
73 | - [Lens](https://github.com/elizaos-plugins/client-lens) - Client for Lens Protocol decentralized social networking
74 | - [Slack](https://github.com/elizaos-plugins/client-slack) - Slack integration with messaging and workspace collaboration features
75 | - [Telegram](https://github.com/elizaos-plugins/client-telegram) - Telegram messaging client with bot and channel integration capabilities
76 | - [Tako](https://github.com/takoprotocol/client-tako) - Client for the Tako protocol enabling cross-platform social engagement
77 | - [Alexa](https://github.com/elizaos-plugins/client-alexa) - Integration with Amazon Alexa devices for voice-controlled agent interactions
78 | - [Deva](https://github.com/elizaos-plugins/client-deva) - Communication with Deva AI systems for advanced conversational capabilities
79 | - [Eliza Home](https://github.com/elizaos-plugins/client-eliza-home) - Integration with Eliza Home environment for home automation
80 | - [Instagram](https://github.com/elizaos-plugins/client-instagram) - Instagram integration with support for media posting and interactions
81 | - [Telegram Account](https://github.com/elizaos-plugins/client-telegram-account) - Advanced Telegram account management beyond basic bot functionality
82 | - [XMTP](https://github.com/elizaos-plugins/client-xmtp) - Secure, decentralized, and end-to-end encrypted messaging through XMTP protocol
83 |
84 |
85 | ## 💾 Adapters
86 |
87 | - [MongoDB](https://github.com/elizaos-plugins/adapter-mongodb) - Database adapter for MongoDB enabling document storage with query capabilities
88 | - [Postgres](https://github.com/elizaos-plugins/adapter-postgres) - Database adapter for PostgreSQL with full relational database capabilities
89 | - [Pglite](https://github.com/elizaos-plugins/adapter-pglite) - Lightweight PostgreSQL adapter for embedded database applications
90 | - [Qdrant](https://github.com/elizaos-plugins/adapter-qdrant) - Vector database adapter for Qdrant with similarity search capabilities
91 | - [SQLite](https://github.com/elizaos-plugins/adapter-sqlite) - File-based SQL database adapter for lightweight local storage
92 | - [Supabase](https://github.com/elizaos-plugins/adapter-supabase) - Database adapter for Supabase with PostgreSQL and realtime capabilities
93 |
94 |
95 | ## 🧩 Plugins
96 |
97 | ### ⛓️ Blockchain & DeFi
98 |
99 | - [0x](https://github.com/elizaos-plugins/plugin-0x) - Token swaps through 0x Protocol across multiple EVM blockchains
100 | - [Aptos](https://github.com/elizaos-plugins/plugin-aptos) - Token transfers and wallet management on the Aptos blockchain
101 | - [Arthera](https://github.com/elizaos-plugins/plugin-arthera) - Transactions and token operations on the Arthera network
102 | - [Avalanche](https://github.com/elizaos-plugins/plugin-avalanche) - DeFi operations and token management on Avalanche blockchain
103 | - [BNB](https://github.com/elizaos-plugins/plugin-bnb) - Interactions with BNB Chain ecosystem including BNB Smart Chain
104 | - [Cosmos](https://github.com/elizaos-plugins/plugin-cosmos) - Token management and transfers using Cosmos-compatible blockchains
105 | - [Cronos](https://github.com/elizaos-plugins/plugin-cronos) - EVM plugin functionality for Cronos blockchain with native CRO token support
106 | - [CronosZKEVM](https://github.com/elizaos-plugins/plugin-cronoszkevm) - Token transfers and interactions on the Cronos zkEVM network
107 | - [EVM](https://github.com/elizaos-plugins/plugin-evm) - Comprehensive functionality for interacting with EVM-compatible chains
108 | - [Flow](https://github.com/fixes-world/plugin-flow) - Flow blockchain interactions for token transfers and smart contracts
109 | - [Flow Advanced](https://github.com/fixes-world/plugin-flow-advanced) - Advanced plugin for Flow Blockchain operations
110 | - [Fuel](https://github.com/elizaos-plugins/plugin-fuel) - ETH transfers and interactions on the Fuel Ignition network
111 | - [GOAT](https://github.com/elizaos-plugins/plugin-goat) - Blockchain capabilities through the Great Onchain Agent Toolkit
112 | - [Hyperliquid](https://github.com/elizaos-plugins/plugin-hyperliquid) - Spot trading capabilities on the Hyperliquid DEX
113 | - [ICP](https://github.com/elizaos-plugins/plugin-icp) - Internet Computer Protocol interactions for token operations
114 | - [Lightlink](https://github.com/lightlink-network/plugin-lightlink) - Ethereum layer 2 operations on the Lightlink blockchain network
115 | - [Massa](https://github.com/elizaos-plugins/plugin-massa) - Interactions with the Massa blockchain ecosystem
116 | - [Mina](https://github.com/elizaos-plugins/plugin-mina) - Mina blockchain interactions for token transfers and wallet management
117 | - [Movement](https://github.com/elizaos-plugins/plugin-movement) - Movement Network blockchain functionality for token operations
118 | - [MultiversX](https://github.com/elizaos-plugins/plugin-multiversx) - Token operations and transfers on the MultiversX blockchain
119 | - [NEAR](https://github.com/elizaos-plugins/plugin-near) - Token management and transfers on the NEAR Protocol blockchain
120 | - [Sei](https://github.com/elizaos-plugins/plugin-sei) - Token transfers and operations on the Sei blockchain network
121 | - [Solana](https://github.com/elizaos-plugins/plugin-solana) - Comprehensive DeFi operations on the Solana blockchain
122 | - [Solana AgentKit](https://github.com/elizaos-plugins/plugin-solana-agentkit) - Interaction with Solana blockchain through AgentKit
123 | - [Solana Agent Kit](https://github.com/elizaos-plugins/plugin-solana-agent-kit) - Token operations and NFT functionality on Solana
124 | - [Solana V2](https://github.com/elizaos-plugins/plugin-solana-v2) - Modern Solana integrations with liquidity position management
125 | - [Starknet](https://github.com/elizaos-plugins/plugin-starknet) - Token and DeFi operations on the Starknet blockchain
126 | - [Sui](https://github.com/elizaos-plugins/plugin-sui) - Token transfers and wallet operations on the Sui blockchain
127 | - [TON](https://github.com/elizaos-plugins/plugin-ton) - TON blockchain operations and wallet functionality
128 | - [zkSync Era](https://github.com/elizaos-plugins/plugin-zksync-era) - Token transfers and operations on the zkSync Era network
129 | - [Zilliqa](https://github.com/elizaos-plugins/plugin-zilliqa) - Zilliqa blockchain capabilities through the GOAT framework
130 | - [Initia](https://github.com/elizaos-plugins/plugin-initia) - Token transfers on the Initia blockchain with INIT token support
131 | - [Injective](https://github.com/elizaos-plugins/plugin-injective) - Interaction with the Injective blockchain through module-based actions
132 | - [Abstract](https://github.com/elizaos-plugins/plugin-abstract) - Token transfers and operations on the Abstract blockchain network
133 | - [Avail](https://github.com/elizaos-plugins/plugin-avail) - Interacts with Avail DA network for data availability and transfers
134 | - [B2](https://github.com/elizaos-plugins/plugin-b2) - Token transfers on the B2-Network blockchain with B2-BTC support
135 | - [Conflux](https://github.com/elizaos-plugins/plugin-conflux) - Token transfers and interactions on the Conflux blockchain network
136 | - [Genlayer](https://github.com/elizaos-plugins/plugin-genlayer) - Contract deployment and interactions on the GenLayer protocol
137 | - [Form](https://github.com/elizaos-plugins/plugin-form) - Form chain capabilities for curves-based token economics
138 | - [Multichain](https://github.com/near-agent/elizaos-plugin-multichain) - Cross-chain interaction capabilities for multiple blockchain networks
139 | - [Quai](https://github.com/elizaos-plugins/plugin-quai) - Token transfers and blockchain interactions on Quai Network
140 | - [Omniflix](https://github.com/elizaos-plugins/plugin-omniflix) - Interactions with the OmniFlix Network blockchain
141 | - [Viction](https://github.com/BuildOnViction/plugin-viction) - Token operations, trading, and DeFi integrations using Viction
142 | - [Squid Router](https://github.com/elizaos-plugins/plugin-squid-router) - Cross-chain token swaps between blockchains using Squid Router
143 | - [Router Nitro](https://github.com/elizaos-plugins/plugin-router-nitro) - Cross-chain token transfers using Router Nitro bridge
144 | - [Rabbi Trader](https://github.com/elizaos-plugins/plugin-rabbi-trader) - Automated cryptocurrency trading on Solana with trust scoring
145 | - [Trikon](https://github.com/elizaos-plugins/plugin-trikon) - Token transfers for Trikon with wallet management on ZKsync Era
146 | - [AgentKit](https://github.com/elizaos-plugins/plugin-agentkit) - CDP AgentKit tools for NFT and token management on blockchains
147 |
148 | ### 📈 Crypto Trading & Exchanges
149 |
150 | - [Binance](https://github.com/elizaos-plugins/plugin-binance) - Cryptocurrency trading and price checking via Binance API
151 | - [CCXT](https://github.com/pranavjadhav1363/plugin-ccxt) - Cryptocurrency trading and arbitrage across multiple exchanges
152 | - [Coinbase](https://github.com/elizaos-plugins/plugin-coinbase) - Integration with Coinbase's various APIs and trading services
153 | - [CoinGecko](https://github.com/elizaos-plugins/plugin-coingecko) - Cryptocurrency price data and market information from CoinGecko
154 | - [CoinMarketCap](https://github.com/elizaos-plugins/plugin-coinmarketcap) - Cryptocurrency price checking using CoinMarketCap's API
155 | - [Compass](https://github.com/CompassLabs/plugin-compass) - Integration with Compass API for executing operations on DeFi protocols
156 | - [Desk Exchange](https://github.com/elizaos-plugins/plugin-desk-exchange) - Integration with DESK Exchange for perpetual futures trading
157 | - [Dexscreener](https://github.com/elizaos-plugins/plugin-dexscreener) - DexScreener's token data for price information and market trends
158 | - [Birdeye](https://github.com/elizaos-plugins/plugin-birdeye) - DeFi and token analytics through Birdeye's API
159 | - [Merkle](https://github.com/merkle-trade/merkle-eliza-plugin) - MerkleTrade platform for trading operations with API-based price tracking
160 | - [OKX](https://github.com/elizaos-plugins/plugin-okx) - Trading and asset management through OKX exchange API
161 | - [Holdstation](https://github.com/elizaos-plugins/plugin-holdstation) - Token swapping on Holdstation DEX with ZKsync Era support
162 | - [Arbitrage](https://github.com/elizaos-plugins/plugin-arbitrage) - Identifies and executes cryptocurrency arbitrage opportunities
163 | - [Grix](https://github.com/grixprotocol/plugin-grix) - DeFi options data fetching and price analysis through Grix Finance API
164 | - [Pyth Data](https://github.com/elizaos-plugins/plugin-pyth-data) - Real-time price feeds and data streams across multiple asset classes
165 | - [Zapper](https://github.com/ben-dh3/plugin-zapper) - Portfolio tracking and DeFi position management across multiple chains
166 | - [Zerion](https://github.com/elizaos-plugins/plugin-zerion) - Wallet portfolio and position data using the Zerion API
167 | - [Quick Intel](https://github.com/elizaos-plugins/plugin-quick-intel) - Token security audits and market analysis across multiple chains
168 | - [FerePro](https://github.com/elizaos-plugins/plugin-ferePro) - WebSocket communication with FerePro API for market insights
169 | - [Messari AI Toolkit](https://github.com/messari/plugin-messari-ai-toolkit) - Crypto market research capabilities using Messari's AI Toolkit
170 | - [Moralis](https://github.com/elizaos-plugins/plugin-moralis) - Real-time DeFi data including trading pairs and price history
171 | - [GoPlus](https://github.com/elizaos-plugins/plugin-goplus) - On-chain security checks through the GoPlus API integration
172 | - [Ankr](https://github.com/elizaos-plugins/plugin-ankr) - Blockchain data queries for wallet information and token analytics
173 | - [Chainbase](https://github.com/elizaos-plugins/plugin-chainbase) - Natural language interactions with blockchain data across networks
174 | - [Edwin](https://github.com/elizaos-plugins/plugin-edwin) - Interaction with Edwin tools for DeFi operations
175 |
176 | ### 🧠 AI & Data
177 |
178 | - [Allora](https://github.com/elizaos-plugins/plugin-allora) - Real-time AI inferences from Allora Network for market predictions
179 | - [Asterai](https://github.com/elizaos-plugins/plugin-asterai) - Integration with asterai.io plugins and agents for enhanced AI capabilities
180 | - [ATTPs](https://github.com/APRO-com/plugin-ATTPs) - Verification of agent activities using proof generation and validation
181 | - [Autonome](https://github.com/elizaos-plugins/plugin-autonome) - Launches and manages new Eliza agents through the Autonome platform
182 | - [Bittensor](https://github.com/elizaos-plugins/plugin-bittensor) - Integration with BitMind's API for accessing AI services on Bittensor
183 | - [Devin](https://github.com/elizaos-plugins/plugin-devin) - Integration with Devin API for automated engineering assistance
184 | - [Isaacx](https://github.com/isaacx0/plugin-isaacx) - Advanced AI reasoning and cognitive modeling plugin
185 | - [Mind Network](https://github.com/elizaos-plugins/plugin-mind-network) - Integration with Mind Network Hubs for secure, privacy-preserving voting
186 | - [NVIDIA NIM](https://github.com/elizaos-plugins/plugin-nvidia-nim) - NVIDIA's AI foundation models for content analysis and safety checks
187 | - [OpenAI](https://github.com/elizaos-plugins/plugin-openai) - Integration with OpenAI's GPT models for automated text generation
188 | - [Galadriel](https://github.com/elizaos-plugins/plugin-galadriel) - Verified inference API for on-chain agent verification
189 | - [LLaMA](https://github.com/elizaos-plugins/plugin-llama) - Local LLM capabilities using LLaMA models with CPU and GPU support
190 | - [D.a.t.a](https://github.com/carv-protocol/plugin-d.a.t.a) - Data processing with authentication and trust scoring
191 | - [AlphaNeural](https://github.com/alphaneuralai/plugin-alphaneural) - Neural network capabilities for AI agents
192 |
193 | ### 🎨 Media & Content
194 |
195 | - [3D Generation](https://github.com/elizaos-plugins/plugin-3d-generation) - Generates 3D models from text descriptions using FAL.ai
196 | - [Image](https://github.com/elizaos-plugins/plugin-image) - Processing and analysis of images with multiple vision model providers
197 | - [Image Generation](https://github.com/elizaos-plugins/plugin-image-generation) - Generates and manages images with storage and optimization features
198 | - [Letzai](https://github.com/elizaos-plugins/plugin-letzai) - Image generation using LetzAI's API and models
199 | - [NFT Generation](https://github.com/elizaos-plugins/plugin-nft-generation) - Creates NFT collections with AI-generated artwork on Solana
200 | - [Video](https://github.com/elizaos-plugins/plugin-video) - Comprehensive video processing with download and transcription
201 | - [Video Generation](https://github.com/elizaos-plugins/plugin-video-generation) - Generates videos using Luma AI's API services
202 | - [Story](https://github.com/elizaos-plugins/plugin-story) - Generates interactive storytelling experiences with branching narratives
203 | - [Suno](https://github.com/elizaos-plugins/plugin-suno) - Integration with Suno AI's music generation from text prompts
204 | - [UDIO](https://github.com/elizaos-plugins/plugin-udio) - AI-powered music generation and extension from text prompts
205 | - [Giphy](https://github.com/elizaos-plugins/plugin-giphy) - Sending GIFs in response to user messages using the Giphy API
206 | - [imgflip](https://github.com/elizaos-plugins/plugin-imgflip) - Generates memes using the imgflip.com API based on user messages
207 | - [TTS](https://github.com/elizaos-plugins/plugin-tts) - Generates speech from text using FAL.ai's API
208 | - [Speech TTS](https://github.com/elizaos-plugins/plugin-speech-tts) - Text-to-speech transcription using OpenAI and ElevenLabs
209 | - [Para](https://github.com/aipop-fun/plugin-para) - NFT and digital collectible management platform integration
210 | - [NFT Collections](https://github.com/elizaos-plugins/plugin-nft-collections) - NFT data services for market analytics with 420+ verified collections
211 | - [YouTube to Text](https://github.com/wellaios/plugin-youtube-to-text) - Converts YouTube videos to text transcripts
212 | - [PDF](https://github.com/elizaos-plugins/plugin-pdf) - PDF text extraction and processing capabilities for document analysis
213 |
214 | ### 💬 Social & Communication
215 |
216 | - [Email](https://github.com/elizaos-plugins/plugin-email) - Email client functionality for sending/receiving via SMTP/IMAP
217 | - [Email Automation](https://github.com/elizaos-plugins/plugin-email-automation) - AI-powered email conversation detection and content formatting
218 | - [Echochambers](https://github.com/elizaos-plugins/plugin-echochambers) - Chat room interactions with dynamic conversation handling
219 | - [WhatsApp](https://github.com/elizaos-plugins/plugin-whatsapp) - WhatsApp messaging through the Cloud API with comprehensive features
220 | - [Twilio](https://github.com/boolkeys/plugin-twilio) - SMS, voice, and communication capabilities through Twilio API
221 | - [Lens Network](https://github.com/elizaos-plugins/plugin-lens-network) - Integration with Lens protocol for both native and ERC20 tokens
222 | - [NKN](https://github.com/nknorg/eliza-plugin-nkn) - Communication between multiple AI agents using the NKN protocol
223 | - [Obsidian](https://github.com/elizaos-plugins/plugin-obsidian) - Seamless integration with Obsidian vaults for note management
224 | - [GitBook](https://github.com/elizaos-plugins/plugin-gitbook) - Querying and retrieving information from GitBook documentation
225 | - [News](https://github.com/elizaos-plugins/plugin-news) - Real-time news data through NewsAPI with search and summary
226 | - [Intiface](https://github.com/elizaos-plugins/plugin-intiface) - Controls intimate hardware devices through the Buttplug.io protocol
227 | - [Open Weather](https://github.com/elizaos-plugins/plugin-open-weather) - Weather data using the OpenWeather API
228 | - [Football](https://github.com/elizaos-plugins/plugin-football) - Live football match data and league standings information
229 |
230 | ### 🔒 Infrastructure & Security
231 |
232 | - [0G](https://github.com/elizaos-plugins/plugin-0g) - Decentralized file storage using the Zero Gravity protocol
233 | - [Akash](https://github.com/elizaos-plugins/plugin-akash) - Deployments and cloud compute operations on the Akash Network
234 | - [Anyone](https://github.com/elizaos-plugins/plugin-anyone) - SOCKS proxy configuration for the Anyone protocol proxy services
235 | - [AWS S3](https://github.com/elizaos-plugins/plugin-aws-s3) - AWS S3 integration for cloud-based file storage management
236 | - [DCAP](https://github.com/elizaos-plugins/plugin-dcap) - Intel Data Center Attestation Primitives for secure cloud environments
237 | - [DePIN](https://github.com/elizaos-plugins/plugin-depin) - Connection to physical infrastructure through Decentralized Networks
238 | - [ETHStorage](https://github.com/elizaos-plugins/plugin-ethstorage) - Interaction with EthStorage decentralized storage network
239 | - [Gelato](https://github.com/elizaos-plugins/plugin-gelato) - Smart contract interactions via Gelato Relay on EVM chains
240 | - [Hyperbolic](https://github.com/elizaos-plugins/plugin-hyperbolic) - GPU instance management on the Hyperbolic platform
241 | - [IQ6900](https://github.com/elizaos-plugins/plugin-iq6900) - Blockchain inscription functionality through IQ6900's Code-In standard
242 | - [Irys](https://github.com/elizaos-plugins/plugin-irys) - Decentralized data storage and retrieval using Irys datachain
243 | - [Lit](https://github.com/elizaos-plugins/plugin-lit) - Integration with Lit Protocol for decentralized access control
244 | - [Okto](https://github.com/okto-hq/eliza-plugin) - Self-custody wallet operations and transaction management
245 | - [SGX](https://github.com/elizaos-plugins/plugin-sgx) - Intel SGX attestation capabilities for secure execution
246 | - [Spheron](https://github.com/elizaos-plugins/plugin-spheron) - Deployments and operations using the Spheron Protocol
247 | - [TEE](https://github.com/elizaos-plugins/plugin-tee) - Trusted Execution Environment operations and key management
248 | - [TEE Log](https://github.com/elizaos-plugins/plugin-tee-log) - Secure logging capabilities within Trusted Execution Environments
249 | - [TEE Marlin](https://github.com/elizaos-plugins/plugin-tee-marlin) - TEE verification through Marlin Oyster platform
250 | - [TEE Verifiable Log](https://github.com/elizaos-plugins/plugin-tee-verifiable-log) - Verifiable logging within TEEs for secure, auditable records
251 | - [Thirdweb](https://github.com/elizaos-plugins/plugin-thirdweb) - Access to thirdweb's Nebula AI interface
252 | - [TrustDB](https://github.com/elizaos-plugins/plugin-trustdb) - Trust scores and performance metrics in a secure database
253 | - [TrustGo](https://github.com/TrustaLabs/plugin-trustgo) - EVM account information and MEDIA score attestations from TrustGo
254 | - [Gitcoin Passport](https://github.com/elizaos-plugins/plugin-gitcoin-passport) - Gitcoin Passport API for verifying and managing digital identity
255 |
256 | ### 🔧 Tools & Utilities
257 |
258 | - [Browser](https://github.com/elizaos-plugins/plugin-browser) - Web scraping and browser automation using Playwright
259 | - [DKG](https://github.com/elizaos-plugins/plugin-dkg) - Integration with OriginTrail Decentralized Knowledge Graph
260 | - [Firecrawl](https://github.com/tobySolutions/plugin-firecrawl) - Web scraping and crawling capabilities through the Firecrawl API
261 | - [Gigbot](https://github.com/PaymagicXYZ/plugin-gigbot) - AI-powered freelance work management and automation toolkit
262 | - [Lightning](https://github.com/elizaos-plugins/plugin-lightning) - Lightning Network integration for off-chain Bitcoin payments
263 | - [Stargaze](https://github.com/elizaos-plugins/plugin-stargaze) - Fetches NFT data from Stargaze collections
264 | - [Web Search](https://github.com/elizaos-plugins/plugin-web-search) - Powerful web search capabilities with customizable API interface
265 |
266 | ---
267 |
268 | ## 👥 Community
269 |
270 | - [elizaOS](https://elizaos.ai) - Official homepage for elizaOS
271 | - [x.com/elizaos](https://x.com/elizaos) - Official X account for elizaOS
272 | - [elizaOS-image-lab](https://rubyfields.github.io/ai16z-image-lab/) - Create an Eliza picture with AI image gen
273 | - [Put on a hat](https://elizaos.github.io/hat/) - Add a hat to any image!
274 | - [awesome-eliza](https://awesome.eliza.fyi) - HTML version of awesome things related to elizaOS/eliza framework
275 | - [elizas world](https://elizas.world/) - List of all agent tokens with contributions
276 |
277 | ## 🎬 Videos and Spaces
278 |
279 | - [The Delphi Podcast: Crypto x AI Agents](https://www.youtube.com/watch?v=HVXxprDVMUM) - Panel with ai16z, Virtuals, MyShell, NOUS, and CENTS
280 | - [What Do Machines Dream Of? Episode 1: World Builders](https://x.com/i/broadcasts/1vOxwrZYbygJB)
281 | - [Threadguy x Shaw Interview](https://www.twitch.tv/videos/2298718699) - Shaw and Threadguy talking about AI agents during a livestream
282 | - [Hats Protocol - DAO Organization](https://www.youtube.com/watch?v=B5zJxUez2AM) - Overview of Hats protocol and how it applies to elizaOS
283 | - [Bankless + Shaw Interview](https://www.youtube.com/watch?v=5GBXS5myXz0) - What is the role of AI in crypto, and how will it shape the future?
284 | - [Green Pill: Owocki, Shaw, Jin](https://www.youtube.com/watch?v=bnkhu4Bx9C4) - S7 Ep2 talking about Ai Agents, DAOs, and funding public goods
285 | - [jin: Managing Information + Rewarding Contributors](https://www.youtube.com/watch?v=-2PD3uk0Hz4) - Early presentation about information management
286 | - [Shaw + Polygon Labs Interview](https://www.youtube.com/embed/hf7V-IHo5xk) - Discussing decentralized AI, autonomous agents, AGI, and more
287 | - [The Future of AI Agents/w Shaw](https://x.com/thejoven_com/status/1894981534815527187) - Shaw chatting with MotherDAO about AI agents, 2025-02-27
288 | - [DCo - AI Traders, Swarms, and Surviving the Bear](https://www.decentralised.co/p/ep-35-ai-traders-swarms-and-surviving) - Ep35 of The DCo Podcast with Shaw
289 |
290 | ### 📅 What Did You Get Done This Week?
291 |
292 | - [WDYGDTW #1](https://www.youtube.com/watch?v=9EmvhlBPB8Q) - 2024-11-15
293 | - [WDYGDTW #2](https://www.youtube.com/watch?v=Lbvv0Dr91Bc) - 2024-11-22
294 | - [WDYGDTW #3](https://www.youtube.com/watch?v=nUAEQ7uKi04) - 2024-11-29
295 | - [WDYGDTW #4](https://www.youtube.com/watch?v=r3Z4lvu_ic4) - 2024-12-06
296 | - [WDYGDTW #5](https://www.youtube.com/watch?v=4u8rbjmvWC0) - 2024-12-13
297 | - [WDYGDTW #6](https://www.youtube.com/watch?v=R3auUQj9oEg) - 2024-12-20
298 | - [WDYGDTW #7](https://www.youtube.com/watch?v=jcSF7dSicTI) - 2024-12-27
299 | - [WDYGDTW #8](https://www.youtube.com/watch?v=Vs7D5DN_trk) - 2025-01-03
300 | - [WDYGDTW #9](https://www.youtube.com/watch?v=fqM_vYK2bmc) - 2025-01-10
301 | - [WDYGDTW #10](https://www.youtube.com/watch?v=1voboZEQTAw) - 2025-01-17
302 | - [WDYGDTW #11](https://www.youtube.com/watch?v=mxdWvBnxN8M) - 2025-01-24
303 | - [WDYGDTW #12](https://www.youtube.com/watch?v=SZNuoXJ1Mvs) - 2025-01-31
304 |
305 | ## 📊 Research and News
306 |
307 | - [Eliza Technical Report/Whitepaper](https://arxiv.org/pdf/2501.06781) - Academic paper on ElizaOS architecture and capabilities
308 | - [Exploring the Future of AI Agents in Crypto](https://www.binance.com/en/research/analysis/exploring-the-future-of-ai-agents-in-crypto) - Binance
309 | - [Almost all AI agents are just ‘memecoins that talk’](https://www.binance.com/en/square/post/18443194059729) - Binance
310 | - [AI16z rebrands into ElizaOS ](https://cryptoslate.com/ai16z-rebrands-into-elizaos-as-adoption-grows/) - CryptoSlate
311 | - [Eliza Labs and Stanford University’s FDCI Partnership](https://decrypt.co/296770/eliza-labs-and-stanford-universitys-fdci-to-explore-ai-agents-impact-on-digital-currency-systems)
312 | - [The Bazaar of Agents](https://x.com/0xPrismatic/status/1872624976882512171?lang=en) - Analyzing elizaOS through lens of 'The Cathedral and the Bazaar'
313 | - [The Battle of the AI Agent Frameworks](https://members.delphidigital.io/reports/the-battle-of-the-ai-agent-frameworks#the-frameworks-are-dead-long-live-the-frameworks-75f9) - Delphi research report
314 |
315 | ---
316 |
317 | ## 👏 Contributors
318 |
319 | Thanks goes to all these wonderful people:
320 |
321 |
322 |
323 |
324 |
--------------------------------------------------------------------------------