intentkit 0.7.5.dev20__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.

Files changed (54) hide show
  1. intentkit/__init__.py +1 -1
  2. intentkit/config/config.py +1 -0
  3. intentkit/core/engine.py +10 -11
  4. intentkit/models/llm.csv +5 -0
  5. intentkit/models/llm.py +32 -0
  6. intentkit/skills/acolyt/schema.json +4 -3
  7. intentkit/skills/aixbt/schema.json +4 -4
  8. intentkit/skills/allora/schema.json +3 -2
  9. intentkit/skills/basename/schema.json +2 -1
  10. intentkit/skills/carv/schema.json +134 -137
  11. intentkit/skills/casino/schema.json +0 -1
  12. intentkit/skills/cdp/schema.json +2 -1
  13. intentkit/skills/chainlist/schema.json +3 -5
  14. intentkit/skills/common/schema.json +2 -2
  15. intentkit/skills/cookiefun/schema.json +2 -4
  16. intentkit/skills/cryptocompare/schema.json +3 -3
  17. intentkit/skills/cryptopanic/schema.json +105 -103
  18. intentkit/skills/dapplooker/schema.json +3 -5
  19. intentkit/skills/defillama/schema.json +5 -1
  20. intentkit/skills/dexscreener/schema.json +91 -93
  21. intentkit/skills/dune_analytics/schema.json +104 -99
  22. intentkit/skills/elfa/schema.json +3 -2
  23. intentkit/skills/enso/schema.json +3 -2
  24. intentkit/skills/erc20/schema.json +2 -1
  25. intentkit/skills/erc721/schema.json +2 -1
  26. intentkit/skills/firecrawl/schema.json +2 -6
  27. intentkit/skills/github/schema.json +3 -4
  28. intentkit/skills/heurist/schema.json +2 -2
  29. intentkit/skills/http/schema.json +4 -5
  30. intentkit/skills/lifi/schema.json +17 -8
  31. intentkit/skills/moralis/schema.json +7 -2
  32. intentkit/skills/morpho/schema.json +1 -1
  33. intentkit/skills/nation/schema.json +4 -3
  34. intentkit/skills/openai/schema.json +2 -3
  35. intentkit/skills/portfolio/schema.json +3 -5
  36. intentkit/skills/pyth/schema.json +3 -1
  37. intentkit/skills/slack/schema.json +2 -2
  38. intentkit/skills/supabase/schema.json +2 -3
  39. intentkit/skills/superfluid/schema.json +1 -1
  40. intentkit/skills/system/schema.json +2 -4
  41. intentkit/skills/tavily/schema.json +3 -5
  42. intentkit/skills/token/schema.json +3 -6
  43. intentkit/skills/twitter/schema.json +2 -2
  44. intentkit/skills/unrealspeech/schema.json +2 -5
  45. intentkit/skills/venice_audio/schema.json +151 -152
  46. intentkit/skills/venice_image/schema.json +267 -267
  47. intentkit/skills/web_scraper/schema.json +2 -6
  48. intentkit/skills/weth/schema.json +2 -1
  49. intentkit/skills/wow/schema.json +1 -1
  50. intentkit/skills/xmtp/schema.json +69 -71
  51. {intentkit-0.7.5.dev20.dist-info → intentkit-0.7.5.dev21.dist-info}/METADATA +1 -1
  52. {intentkit-0.7.5.dev20.dist-info → intentkit-0.7.5.dev21.dist-info}/RECORD +54 -54
  53. {intentkit-0.7.5.dev20.dist-info → intentkit-0.7.5.dev21.dist-info}/WHEEL +0 -0
  54. {intentkit-0.7.5.dev20.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
- "Blockchain"
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,7 +5,8 @@
5
5
  "description": "ERC20 token balance and transfer actions via Coinbase AgentKit",
6
6
  "x-icon": "https://ai.service.crestal.dev/skills/erc20/erc20.svg",
7
7
  "x-tags": [
8
- "Blockchain"
8
+ "Crypto",
9
+ "DeFi"
9
10
  ],
10
11
  "properties": {
11
12
  "enabled": {
@@ -5,7 +5,8 @@
5
5
  "description": "ERC721 NFT management actions via Coinbase AgentKit",
6
6
  "x-icon": "https://ai.service.crestal.dev/skills/erc721/erc721.svg",
7
7
  "x-tags": [
8
- "Blockchain"
8
+ "Crypto",
9
+ "NFT"
9
10
  ],
10
11
  "properties": {
11
12
  "enabled": {
@@ -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
- "Web Scraping",
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
- "GitHub",
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
+ }
@@ -6,7 +6,7 @@
6
6
  "x-icon": "https://ai.service.crestal.dev/skills/heurist/heurist.png",
7
7
  "x-tags": [
8
8
  "AI",
9
- "Image Generation"
9
+ "Image"
10
10
  ],
11
11
  "properties": {
12
12
  "enabled": {
@@ -193,4 +193,4 @@
193
193
  }
194
194
  },
195
195
  "additionalProperties": true
196
- }
196
+ }
@@ -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
- "HTTP",
9
- "Web",
10
- "API",
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": ["token_quote", "token_execute"],
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": ["ETH", "POL", "ARB", "OPT", "DAI"]
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": ["states", "enabled"],
93
+ "required": [
94
+ "states",
95
+ "enabled"
96
+ ],
88
97
  "additionalProperties": true
89
- }
98
+ }
@@ -152,5 +152,10 @@
152
152
  ]
153
153
  }
154
154
  },
155
- "additionalProperties": true
156
- }
155
+ "additionalProperties": true,
156
+ "x-tags": [
157
+ "Analytics",
158
+ "Crypto",
159
+ "DeFi"
160
+ ]
161
+ }
@@ -5,7 +5,7 @@
5
5
  "description": "Morpho lending actions via Coinbase AgentKit",
6
6
  "x-icon": "https://ai.service.crestal.dev/skills/morpho/morpho.svg",
7
7
  "x-tags": [
8
- "Blockchain"
8
+ "DeFi"
9
9
  ],
10
10
  "properties": {
11
11
  "enabled": {
@@ -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
- "Nation",
9
- "NFTChecker"
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 Generation",
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
- "Blockchain",
9
- "Web3",
8
+ "Analytics",
10
9
  "Crypto",
11
- "Portfolio",
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,9 @@
5
5
  "description": "Pyth oracle price data via Coinbase AgentKit",
6
6
  "x-icon": "https://ai.service.crestal.dev/skills/pyth/pyth.svg",
7
7
  "x-tags": [
8
- "Blockchain"
8
+ "Analytics",
9
+ "Crypto",
10
+ "DeFi"
9
11
  ],
10
12
  "properties": {
11
13
  "enabled": {
@@ -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
- "Social"
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
- "Database",
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,7 +5,7 @@
5
5
  "description": "Superfluid streaming actions via Coinbase AgentKit",
6
6
  "x-icon": "https://ai.service.crestal.dev/skills/superfluid/superfluid.svg",
7
7
  "x-tags": [
8
- "Blockchain"
8
+ "DeFi"
9
9
  ],
10
10
  "properties": {
11
11
  "enabled": {
@@ -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
- "System",
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
- "Internet",
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
- "Blockchain",
9
- "Web3",
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
- "Social"
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
+ }