Skip to content

Commit

Permalink
🤖 chore: Auto sync plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
lobehubbot committed Dec 31, 2024
1 parent 9cbaa03 commit 833f314
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 2 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,16 @@ If you wish to add a plugin onto the index, make an entry in `plugins` directory

<!-- AWESOME PLUGINS -->

### [MintbaseSearch](https://lobechat.com/discover/plugin/mintbasesearch)

<sup>By **[@mintbase](https://search-ai.mintbase.xyz)** on **2024-12-31**</sup>

Find any NFT data on the NEAR Protocol.

`crypto` `nft`

---

### [PortfolioMeta](https://lobechat.com/discover/plugin/StockData)

<sup>By **[@portfoliometa](https://portfoliometa.com)** on **2024-12-22**</sup>
Expand Down
10 changes: 10 additions & 0 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,16 @@

<!-- AWESOME PLUGINS -->

### [MintbaseSearch](https://lobechat.com/discover/plugin/mintbasesearch)

<sup>By **[@mintbase](https://search-ai.mintbase.xyz)** on **2024-12-31**</sup>

在 NEAR 协议上查找任何 NFT 数据。

`加密货币` `NFT`

---

### [PortfolioMeta](https://lobechat.com/discover/plugin/StockData)

<sup>By **[@portfoliometa](https://portfoliometa.com)** on **2024-12-22**</sup>
Expand Down
2 changes: 1 addition & 1 deletion src/levinbot.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"description": "Search research papers and transcripts of talks from Dr. Michael Levin's Lab.",
"tags": ["research-paper", "search"],
"title": "LevinBot",
"category": "science-education"
"category": "web-search"
},
"schemaVersion": 1
}
15 changes: 15 additions & 0 deletions src/mintbasesearch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"author": "mintbase",
"createdAt": "2024-12-31",
"homepage": "https://search-ai.mintbase.xyz",
"identifier": "mintbasesearch",
"manifest": "https://openai-collections.chat-plugin.lobehub.com/mintbasesearch/manifest.json",
"meta": {
"avatar": "https://openai-collections.chat-plugin.lobehub.com/mintbasesearch/logo.webp",
"description": "Find any NFT data on the NEAR Protocol.",
"tags": ["crypto", "nft"],
"title": "MintbaseSearch",
"category": "tools"
},
"schemaVersion": 1
}
2 changes: 1 addition & 1 deletion src/seo_assistant.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"description": "The SEO Assistant can generate search engine keyword information in order to aid the creation of content.",
"tags": ["seo", "keyword"],
"title": "SEO Assistant",
"category": "tools"
"category": "web-search"
},
"schemaVersion": 1
}

0 comments on commit 833f314

Please sign in to comment.