
from cryptoskills46
TypeScript framework and character system for building autonomous, multi-platform AI agents with onchain (Solana) integrations and RAG memory.
elizaOS provides a TypeScript runtime and character-driven framework for building autonomous AI agents with persistent personality, plugins (actions/providers/evaluators), RAG knowledge, vector-backed memory, and Solana wallet integration. It targets multi-platform deployments (Discord, Telegram, Twitter, Farcaster) and supports production features like trust scoring for transactions.
Use this skill when you want an opinionated framework to author and run agents that need: personality-driven prompts (character files), plugin-based actions (onchain interactions, price checks), multi-client connectors, or to add RAG-style knowledge and memory into agent responses. Good for teams building autonomous agents for crypto/DeFi use cases.
Likely compatible with agents that can run TypeScript/Node toolchains and LLMs backed by OpenAI/Anthropic/Google (the skill references OpenAI and others).
Pure documentation skill for elizaOS — no scripts to run or test. The SKILL.md is a comprehensive, well-structured reference covering character files, plugin system, platform connectors, memory/RAG, Solana integration, and multi-agent orchestration. Includes an excellent 'What You Probably Got Wrong' section correcting stale LLM knowledge about v2 changes.
No scripts present — static analysis only. Skill is a high-quality documentation reference for the elizaOS framework. Minor security note: the pattern of storing secrets in character JSON files (settings.secrets) could lead to accidental commits if users aren't careful, but the skill explicitly warns against committing .env files.