Skip to content

Commit 52bef84

Browse files
committed
Update discovered plugins
1 parent e39b6bf commit 52bef84

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -79,18 +79,12 @@ Visit [http://localhost:3000](http://localhost:3000) to get started.
7979
### Action Nodes
8080

8181
<!-- PLUGINS:START - Do not remove. Auto-generated by discover-plugins -->
82-
- **AI Gateway**: Generate Text, Generate Image
83-
- **Blob**: Put Blob, List Blobs
8482
- **Clerk**: Get User, Create User, Update User, Delete User
85-
- **fal.ai**: Generate Image, Generate Video, Upscale Image, Remove Background, Image to Image
86-
- **Firecrawl**: Scrape URL, Search Web
87-
- **GitHub**: Create Issue, List Issues, Get Issue, Update Issue
88-
- **Linear**: Create Ticket, Find Issues
89-
- **Perplexity**: Search Web, Ask Question, Research Topic
9083
- **Resend**: Send Email
9184
- **Slack**: Send Slack Message
9285
- **v0**: Create Chat, Send Message
9386
- **Web3**: Transfer Funds, Read Contract, Write Contract
87+
- **Webflow**: List Sites, Get Site, Publish Site
9488
<!-- PLUGINS:END -->
9589

9690
## Code Generation

plugins/index.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,10 @@
1313
* 1. Delete the plugin directory
1414
* 2. Run: pnpm discover-plugins (or it runs automatically on build)
1515
*
16-
* Discovered plugins: resend, slack, v0, web3
16+
* Discovered plugins: clerk, resend, slack, v0, web3, webflow
1717
*/
1818

19-
import "./ai-gateway";
20-
import "./blob";
2119
import "./clerk";
22-
import "./fal";
23-
import "./firecrawl";
24-
import "./github";
25-
import "./linear";
26-
import "./perplexity";
2720
import "./resend";
2821
import "./slack";
2922
import "./v0";

0 commit comments

Comments
 (0)