intentkit 0.7.5.dev19__py3-none-any.whl → 0.7.5.dev21__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of intentkit might be problematic. Click here for more details.
- intentkit/__init__.py +1 -1
- intentkit/config/config.py +1 -0
- intentkit/core/engine.py +12 -13
- intentkit/models/agent.py +10 -4
- intentkit/models/llm.csv +6 -1
- intentkit/models/llm.py +35 -1
- intentkit/skills/acolyt/schema.json +4 -3
- intentkit/skills/aixbt/schema.json +4 -4
- intentkit/skills/allora/schema.json +3 -2
- intentkit/skills/basename/schema.json +2 -1
- intentkit/skills/carv/schema.json +134 -137
- intentkit/skills/casino/schema.json +0 -1
- intentkit/skills/cdp/schema.json +2 -1
- intentkit/skills/chainlist/schema.json +3 -5
- intentkit/skills/common/schema.json +2 -2
- intentkit/skills/cookiefun/schema.json +2 -4
- intentkit/skills/cryptocompare/schema.json +3 -3
- intentkit/skills/cryptopanic/schema.json +105 -103
- intentkit/skills/dapplooker/schema.json +3 -5
- intentkit/skills/defillama/schema.json +5 -1
- intentkit/skills/dexscreener/schema.json +91 -93
- intentkit/skills/dune_analytics/schema.json +104 -99
- intentkit/skills/elfa/schema.json +3 -2
- intentkit/skills/enso/schema.json +3 -2
- intentkit/skills/erc20/schema.json +2 -1
- intentkit/skills/erc721/schema.json +2 -1
- intentkit/skills/firecrawl/schema.json +2 -6
- intentkit/skills/github/schema.json +3 -4
- intentkit/skills/heurist/schema.json +2 -2
- intentkit/skills/http/schema.json +4 -5
- intentkit/skills/lifi/schema.json +17 -8
- intentkit/skills/moralis/schema.json +7 -2
- intentkit/skills/morpho/schema.json +1 -1
- intentkit/skills/nation/schema.json +4 -3
- intentkit/skills/openai/schema.json +2 -3
- intentkit/skills/portfolio/schema.json +3 -5
- intentkit/skills/pyth/schema.json +3 -1
- intentkit/skills/slack/schema.json +2 -2
- intentkit/skills/supabase/schema.json +2 -3
- intentkit/skills/superfluid/schema.json +1 -1
- intentkit/skills/system/schema.json +2 -4
- intentkit/skills/tavily/schema.json +3 -5
- intentkit/skills/token/schema.json +3 -6
- intentkit/skills/twitter/schema.json +2 -2
- intentkit/skills/unrealspeech/schema.json +2 -5
- intentkit/skills/venice_audio/schema.json +151 -152
- intentkit/skills/venice_image/schema.json +267 -267
- intentkit/skills/web_scraper/schema.json +2 -6
- intentkit/skills/weth/schema.json +2 -1
- intentkit/skills/wow/schema.json +1 -1
- intentkit/skills/xmtp/schema.json +69 -71
- {intentkit-0.7.5.dev19.dist-info → intentkit-0.7.5.dev21.dist-info}/METADATA +1 -1
- {intentkit-0.7.5.dev19.dist-info → intentkit-0.7.5.dev21.dist-info}/RECORD +55 -55
- {intentkit-0.7.5.dev19.dist-info → intentkit-0.7.5.dev21.dist-info}/WHEEL +0 -0
- {intentkit-0.7.5.dev19.dist-info → intentkit-0.7.5.dev21.dist-info}/licenses/LICENSE +0 -0
|
@@ -5,7 +5,8 @@
|
|
|
5
5
|
"description": "Integration with Enso Finance API providing DeFi trading and portfolio management capabilities across multiple blockchain networks",
|
|
6
6
|
"x-icon": "https://ai.service.crestal.dev/skills/enso/enso.jpg",
|
|
7
7
|
"x-tags": [
|
|
8
|
-
"
|
|
8
|
+
"Analytics",
|
|
9
|
+
"DeFi"
|
|
9
10
|
],
|
|
10
11
|
"properties": {
|
|
11
12
|
"enabled": {
|
|
@@ -209,4 +210,4 @@
|
|
|
209
210
|
}
|
|
210
211
|
},
|
|
211
212
|
"additionalProperties": true
|
|
212
|
-
}
|
|
213
|
+
}
|
|
@@ -5,11 +5,7 @@
|
|
|
5
5
|
"description": "AI-powered web scraping and crawling capabilities using Firecrawl",
|
|
6
6
|
"x-icon": "https://ai.service.crestal.dev/skills/firecrawl/firecrawl.png",
|
|
7
7
|
"x-tags": [
|
|
8
|
-
"
|
|
9
|
-
"Crawling",
|
|
10
|
-
"Content Extraction",
|
|
11
|
-
"Data Mining",
|
|
12
|
-
"Website Analysis"
|
|
8
|
+
"Knowledge Base"
|
|
13
9
|
],
|
|
14
10
|
"properties": {
|
|
15
11
|
"enabled": {
|
|
@@ -152,4 +148,4 @@
|
|
|
152
148
|
}
|
|
153
149
|
},
|
|
154
150
|
"additionalProperties": true
|
|
155
|
-
}
|
|
151
|
+
}
|
|
@@ -5,9 +5,8 @@
|
|
|
5
5
|
"description": "Search capabilities for GitHub repositories, users, and code",
|
|
6
6
|
"x-icon": "https://ai.service.crestal.dev/skills/github/github.jpg",
|
|
7
7
|
"x-tags": [
|
|
8
|
-
"
|
|
9
|
-
"Search"
|
|
10
|
-
"Code"
|
|
8
|
+
"Developer Tools",
|
|
9
|
+
"Search"
|
|
11
10
|
],
|
|
12
11
|
"properties": {
|
|
13
12
|
"enabled": {
|
|
@@ -56,4 +55,4 @@
|
|
|
56
55
|
"enabled"
|
|
57
56
|
],
|
|
58
57
|
"additionalProperties": true
|
|
59
|
-
}
|
|
58
|
+
}
|
|
@@ -5,10 +5,9 @@
|
|
|
5
5
|
"description": "HTTP client skills for making web requests",
|
|
6
6
|
"x-icon": "https://ai.service.crestal.dev/skills/http/http.svg",
|
|
7
7
|
"x-tags": [
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"Client"
|
|
8
|
+
"Developer Tools",
|
|
9
|
+
"Infrastructure",
|
|
10
|
+
"Knowledge Base"
|
|
12
11
|
],
|
|
13
12
|
"properties": {
|
|
14
13
|
"enabled": {
|
|
@@ -77,4 +76,4 @@
|
|
|
77
76
|
"enabled"
|
|
78
77
|
],
|
|
79
78
|
"additionalProperties": true
|
|
80
|
-
}
|
|
79
|
+
}
|
|
@@ -5,10 +5,7 @@
|
|
|
5
5
|
"description": "Cross-chain token transfer and swap capabilities using the LiFi protocol",
|
|
6
6
|
"x-icon": "https://ai.service.crestal.dev/skills/lifi/lifi.png",
|
|
7
7
|
"x-tags": [
|
|
8
|
-
"DeFi"
|
|
9
|
-
"Blockchain",
|
|
10
|
-
"Token Transfer",
|
|
11
|
-
"Cross-chain"
|
|
8
|
+
"DeFi"
|
|
12
9
|
],
|
|
13
10
|
"properties": {
|
|
14
11
|
"enabled": {
|
|
@@ -53,7 +50,10 @@
|
|
|
53
50
|
"description": "Execute token transfers (requires CDP wallet and cdp skills enabled)"
|
|
54
51
|
}
|
|
55
52
|
},
|
|
56
|
-
"required": [
|
|
53
|
+
"required": [
|
|
54
|
+
"token_quote",
|
|
55
|
+
"token_execute"
|
|
56
|
+
],
|
|
57
57
|
"description": "States for each LiFi skill"
|
|
58
58
|
},
|
|
59
59
|
"default_slippage": {
|
|
@@ -71,7 +71,13 @@
|
|
|
71
71
|
"description": "List of blockchain networks that can be used (if empty, all supported chains are allowed)",
|
|
72
72
|
"items": {
|
|
73
73
|
"type": "string",
|
|
74
|
-
"examples": [
|
|
74
|
+
"examples": [
|
|
75
|
+
"ETH",
|
|
76
|
+
"POL",
|
|
77
|
+
"ARB",
|
|
78
|
+
"OPT",
|
|
79
|
+
"DAI"
|
|
80
|
+
]
|
|
75
81
|
},
|
|
76
82
|
"uniqueItems": true
|
|
77
83
|
},
|
|
@@ -84,6 +90,9 @@
|
|
|
84
90
|
"maximum": 1800
|
|
85
91
|
}
|
|
86
92
|
},
|
|
87
|
-
"required": [
|
|
93
|
+
"required": [
|
|
94
|
+
"states",
|
|
95
|
+
"enabled"
|
|
96
|
+
],
|
|
88
97
|
"additionalProperties": true
|
|
89
|
-
}
|
|
98
|
+
}
|
|
@@ -5,8 +5,9 @@
|
|
|
5
5
|
"description": "Check nation NFT stats",
|
|
6
6
|
"x-icon": "https://ai.service.crestal.dev/skills/nation/nation.png",
|
|
7
7
|
"x-tags": [
|
|
8
|
-
"
|
|
9
|
-
"
|
|
8
|
+
"Analytics",
|
|
9
|
+
"Crypto",
|
|
10
|
+
"NFT"
|
|
10
11
|
],
|
|
11
12
|
"properties": {
|
|
12
13
|
"enabled": {
|
|
@@ -55,4 +56,4 @@
|
|
|
55
56
|
"enabled"
|
|
56
57
|
],
|
|
57
58
|
"additionalProperties": true
|
|
58
|
-
}
|
|
59
|
+
}
|
|
@@ -6,8 +6,7 @@
|
|
|
6
6
|
"x-icon": "https://ai.service.crestal.dev/skills/openai/openai.png",
|
|
7
7
|
"x-tags": [
|
|
8
8
|
"AI",
|
|
9
|
-
"Image
|
|
10
|
-
"Image Analysis"
|
|
9
|
+
"Image"
|
|
11
10
|
],
|
|
12
11
|
"properties": {
|
|
13
12
|
"enabled": {
|
|
@@ -136,4 +135,4 @@
|
|
|
136
135
|
}
|
|
137
136
|
},
|
|
138
137
|
"additionalProperties": true
|
|
139
|
-
}
|
|
138
|
+
}
|
|
@@ -5,11 +5,9 @@
|
|
|
5
5
|
"description": "Access blockchain wallet data and analytics through Moralis APIs for portfolio tracking, token balances, and investment performance",
|
|
6
6
|
"x-icon": "https://ai.service.crestal.dev/skills/portfolio/moralis.png",
|
|
7
7
|
"x-tags": [
|
|
8
|
-
"
|
|
9
|
-
"Web3",
|
|
8
|
+
"Analytics",
|
|
10
9
|
"Crypto",
|
|
11
|
-
"
|
|
12
|
-
"Wallet"
|
|
10
|
+
"DeFi"
|
|
13
11
|
],
|
|
14
12
|
"properties": {
|
|
15
13
|
"enabled": {
|
|
@@ -234,4 +232,4 @@
|
|
|
234
232
|
}
|
|
235
233
|
},
|
|
236
234
|
"additionalProperties": true
|
|
237
|
-
}
|
|
235
|
+
}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"description": "Integration with Slack API enabling workspace communication including channel management, message retrieval, and posting capabilities for team collaboration",
|
|
6
6
|
"x-icon": "https://ai.service.crestal.dev/skills/slack/slack.jpg",
|
|
7
7
|
"x-tags": [
|
|
8
|
-
"
|
|
8
|
+
"Communication"
|
|
9
9
|
],
|
|
10
10
|
"properties": {
|
|
11
11
|
"enabled": {
|
|
@@ -132,4 +132,4 @@
|
|
|
132
132
|
}
|
|
133
133
|
},
|
|
134
134
|
"additionalProperties": true
|
|
135
|
-
}
|
|
135
|
+
}
|
|
@@ -5,8 +5,7 @@
|
|
|
5
5
|
"description": "Integration with Supabase backend-as-a-service platform enabling database operations and Edge Function invocations",
|
|
6
6
|
"x-icon": "https://ai.service.crestal.dev/skills/supabase/supabase.svg",
|
|
7
7
|
"x-tags": [
|
|
8
|
-
"
|
|
9
|
-
"Backend"
|
|
8
|
+
"Infrastructure"
|
|
10
9
|
],
|
|
11
10
|
"properties": {
|
|
12
11
|
"enabled": {
|
|
@@ -173,4 +172,4 @@
|
|
|
173
172
|
"supabase_key"
|
|
174
173
|
]
|
|
175
174
|
}
|
|
176
|
-
}
|
|
175
|
+
}
|
|
@@ -5,9 +5,7 @@
|
|
|
5
5
|
"description": "System management and configuration skills for agent operations including API key management",
|
|
6
6
|
"x-icon": "https://ai.service.crestal.dev/skills/system/system.svg",
|
|
7
7
|
"x-tags": [
|
|
8
|
-
"
|
|
9
|
-
"Management",
|
|
10
|
-
"Configuration"
|
|
8
|
+
"Infrastructure"
|
|
11
9
|
],
|
|
12
10
|
"properties": {
|
|
13
11
|
"enabled": {
|
|
@@ -106,4 +104,4 @@
|
|
|
106
104
|
}
|
|
107
105
|
}
|
|
108
106
|
}
|
|
109
|
-
}
|
|
107
|
+
}
|
|
@@ -5,10 +5,8 @@
|
|
|
5
5
|
"description": "Web search and content extraction capabilities using Tavily",
|
|
6
6
|
"x-icon": "https://ai.service.crestal.dev/skills/tavily/tavily.jpg",
|
|
7
7
|
"x-tags": [
|
|
8
|
-
"
|
|
9
|
-
"Search"
|
|
10
|
-
"Information",
|
|
11
|
-
"Content Extraction"
|
|
8
|
+
"Knowledge Base",
|
|
9
|
+
"Search"
|
|
12
10
|
],
|
|
13
11
|
"x-nft-requirement": 1,
|
|
14
12
|
"properties": {
|
|
@@ -116,4 +114,4 @@
|
|
|
116
114
|
}
|
|
117
115
|
},
|
|
118
116
|
"additionalProperties": true
|
|
119
|
-
}
|
|
117
|
+
}
|
|
@@ -5,11 +5,8 @@
|
|
|
5
5
|
"type": "object",
|
|
6
6
|
"x-icon": "https://ai.service.crestal.dev/skills/portfolio/moralis.png",
|
|
7
7
|
"x-tags": [
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"Crypto",
|
|
11
|
-
"Token",
|
|
12
|
-
"DeFi"
|
|
8
|
+
"Analytics",
|
|
9
|
+
"Crypto"
|
|
13
10
|
],
|
|
14
11
|
"properties": {
|
|
15
12
|
"enabled": {
|
|
@@ -138,4 +135,4 @@
|
|
|
138
135
|
}
|
|
139
136
|
},
|
|
140
137
|
"additionalProperties": true
|
|
141
|
-
}
|
|
138
|
+
}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"description": "Integration with X API enabling social media interactions including retrieving posts, mentions, user information, and posting content with media support",
|
|
6
6
|
"x-icon": "https://ai.service.crestal.dev/skills/twitter/twitter.png",
|
|
7
7
|
"x-tags": [
|
|
8
|
-
"
|
|
8
|
+
"Communication"
|
|
9
9
|
],
|
|
10
10
|
"properties": {
|
|
11
11
|
"enabled": {
|
|
@@ -255,4 +255,4 @@
|
|
|
255
255
|
}
|
|
256
256
|
},
|
|
257
257
|
"additionalProperties": true
|
|
258
|
-
}
|
|
258
|
+
}
|
|
@@ -5,10 +5,7 @@
|
|
|
5
5
|
"description": "Convert text to natural-sounding speech with various voices and customization options",
|
|
6
6
|
"x-icon": "https://ai.service.crestal.dev/skills/unrealspeech/unrealspeech.jpg",
|
|
7
7
|
"x-tags": [
|
|
8
|
-
"Audio"
|
|
9
|
-
"Speech",
|
|
10
|
-
"Text-to-Speech",
|
|
11
|
-
"Voice"
|
|
8
|
+
"Audio"
|
|
12
9
|
],
|
|
13
10
|
"properties": {
|
|
14
11
|
"enabled": {
|
|
@@ -97,4 +94,4 @@
|
|
|
97
94
|
}
|
|
98
95
|
},
|
|
99
96
|
"additionalProperties": true
|
|
100
|
-
}
|
|
97
|
+
}
|