Back to catalog

intentkit

by crestalnetwork

Pending

An open and fair framework for everyone to build AI agents equipped with powerful skills. Launch your agent, improve the world, your wallet, or both!

6,486stars
698forks
Python
Added 12/27/2025
AI Agentsagentic-workflowaiai-agentai-agent-frameworkblockchainintentslaunchpadpythonweb3
Installation
# Add to your Claude Code skills
git clone https://github.com/crestalnetwork/intentkit
README.md

IntentKit

<div align="center"> <img src="docs/images/intentkit_banner.png" alt="IntentKit by Crestal" width="100%" /> </div> <br>

IntentKit is an autonomous agent framework that enables the creation and management of AI agents with various capabilities including blockchain interaction, social media management, and custom skill integration.

Package Manager Migration Warning

We just migrated to uv from poetry. You need to delete the .venv folder and run uv sync to create a new virtual environment. (one time)

rm -rf .venv
uv sync

Features

  • 🤖 Multiple Agent Support
  • 🔄 Autonomous Agent Management
  • 🔗 Blockchain Integration (EVM chains first)
  • 🐦 Social Media Integration (Twitter, Telegram, and more)
  • 🛠️ Extensible Skill System
  • 🔌 MCP (WIP)

Architecture

                                                                                    
                                 Entrypoints                                        
                       │                             │                              
                       │   Twitter/Telegram & more   │                              
                       └──────────────┬──────────────┘                              
                                      │                                             
  Storage:  ────┐                     │                      ┌──── Skills:          
                │                     │                      │                      
  Agent Config  │     ┌───────────────▼────────────────┐     │  Chain Integration   
                │     │                                │     │                      
  Credentials   │     │                                │     │  Wallet Management   
                │     │           The Agent            │     │                      
  Personality   │     │                                │     │  On-Chain Actions    
                │     │                                │     │                      
  Memory        │     │      Powered by LangGraph      │     │  Internet Search     
                │     │                                │     │                      
  Skill State   │     └────────────────────────────────┘     │  Image Processing    
            ────┘                                            └────                  
                                                                                    
                                                                More and More...    
                         ┌──────────────────────────┐                               
                         │                          │                               
                         │  Agent Config & Memory   │                               
                         │                          │                               
                         └──────────────────────────┘                               
                                                                    ...