Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

## PR Checklist

- [ ] I have determined the appropriate category for the toolkit, e.g., `productivity`, `social-communication`, `entertainment`, `development`, `automation`, etc.
- [ ] I have determined the appropriate category for the toolkit, e.g., `productivity`, `social-communication`, `entertainment`, `development`, etc.
- [ ] I create a new file located at `pages/toolkits/<category>/my-toolkit-name.mdx` that uses the [Community Toolkit Template](https://github.com/ArcadeAI/docs/blob/main/pages/toolkits/community-toolkit-template.mdx)
- [ ] I have added the toolkit to the `pages/toolkits/<category>/_meta.ts` file
- [ ] I have added the toolkit to the `src/components/custom/Toolkits/toolkits-config.ts` file. For the toolkit's image,
Expand Down
3 changes: 0 additions & 3 deletions pages/toolkits/_meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ export default {
development: {
title: "Developer Tools",
},
automation: {
title: "Automation",
},
"-- Submit your toolkit": {
type: "separator",
title: "Submit your toolkit",
Expand Down
8 changes: 0 additions & 8 deletions pages/toolkits/automation/govee.mdx

This file was deleted.

2 changes: 1 addition & 1 deletion pages/toolkits/contribute-a-toolkit.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Arcade welcomes your toolkit contributions. By adding your toolkit to the Arcade

## Prerequisites

- Build your toolkit. See [build a toolkit](home/build-tools/create-a-toolkit) for guidance.
- Build your toolkit. See [build a toolkit](/home/build-tools/create-a-toolkit) for guidance.
- Publish your toolkit on PyPI.

## Submit your toolkit
Expand Down
4 changes: 4 additions & 0 deletions pages/toolkits/development/code-sandbox.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ The Arcade Code Sandbox toolkit provides a pre-built set of tools for running co
pip install arcade-code-sandbox
```

<Note>
pip installing the toolkit is only needed if you are [self-hosting](/home/install/overview) Arcade. You do not need to install the toolkit if you're using Arcade Cloud.
</Note>

## Available Tools

These tools are currently available in the Arcade Code Sandbox toolkit.
Expand Down
4 changes: 4 additions & 0 deletions pages/toolkits/development/github/github.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ The Arcade GitHub toolkit provides a pre-built set of tools for interacting with
pip install arcade_github
```

<Note>
pip installing the toolkit is only needed if you are [self-hosting](/home/install/overview) Arcade. You do not need to install the toolkit if you're using Arcade Cloud.
</Note>

## Available Tools

<TableOfContents
Expand Down
4 changes: 4 additions & 0 deletions pages/toolkits/development/search.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ The Arcade Search toolkit provides a pre-built set of tools for interacting with
pip install arcade_search
```

<Note>
pip installing the toolkit is only needed if you are [self-hosting](/home/install/overview) Arcade. You do not need to install the toolkit if you're using Arcade Cloud.
</Note>

## Available Tools

<TableOfContents
Expand Down
4 changes: 4 additions & 0 deletions pages/toolkits/development/web/web.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ The Arcade Web toolkit provides a pre-built set of tools for interacting with we
pip install arcade_web
```

<Note>
pip installing the toolkit is only needed if you are [self-hosting](/home/install/overview) Arcade. You do not need to install the toolkit if you're using Arcade Cloud.
</Note>

## Available Tools

These tools are currently available in the Arcade Web toolkit.
Expand Down
5 changes: 4 additions & 1 deletion pages/toolkits/entertainment/spotify.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,12 @@ import TableOfContents from "@/components/TableOfContents";
authType="oauth2"
authProviderName="Spotify"
versions={["0.1.0"]}
note="This Toolkit is not available in Arcade Cloud. You can use these tools with a self-hosted instance of Arcade."
/>

<Warning>
This Toolkit is not available in Arcade Cloud. You can use these tools with a [self-hosted](/home/install/overview) instance of Arcade.
</Warning>

<Badges repo="arcadeai/arcade_spotify" />

The Arcade Spotify toolkit provides a pre-built set of tools for interacting with Spotify. These tools make it easy to build agents and AI apps that can:
Expand Down
4 changes: 4 additions & 0 deletions pages/toolkits/productivity/google/calendar.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ The Arcade Calendar toolkit provides a pre-built set of tools for interacting wi
pip install arcade_google
```

<Note>
pip installing the toolkit is only needed if you are [self-hosting](/home/install/overview) Arcade. You do not need to install the toolkit if you're using Arcade Cloud.
</Note>

## Available Tools

<TableOfContents
Expand Down
5 changes: 4 additions & 1 deletion pages/toolkits/productivity/google/docs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,12 @@ import TableOfContents from "@/components/TableOfContents";
authType="oauth2"
authProviderName="Google"
versions={["0.1.0"]}
note="This Toolkit is not available in Arcade Cloud. You can use these tools with a self-hosted instance of Arcade."
/>

<Warning>
This Toolkit is not available in Arcade Cloud. You can use these tools with a [self-hosted](/home/install/overview) instance of Arcade.
</Warning>

<Badges repo="arcadeai/arcade_google" />

The Arcade Docs toolkit provides a pre-built set of tools for interacting with Google Docs. These tools make it easy to build agents and AI apps that can:
Expand Down
5 changes: 4 additions & 1 deletion pages/toolkits/productivity/google/drive.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,12 @@ import TableOfContents from "@/components/TableOfContents";
authType="oauth2"
authProviderName="Google"
versions={["0.1.0"]}
note="This Toolkit is not available in Arcade Cloud. You can use these tools with a self-hosted instance of Arcade."
/>

<Warning>
This Toolkit is not available in Arcade Cloud. You can use these tools with a [self-hosted](/home/install/overview) instance of Arcade.
</Warning>

<Badges repo="arcadeai/arcade_google" />

The Arcade Drive toolkit provides a pre-built set of tools for interacting with Google Drive. These tools make it easy to build agents and AI apps that can:
Expand Down
4 changes: 4 additions & 0 deletions pages/toolkits/productivity/google/gmail.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ The Arcade Gmail toolkit provides a pre-built set of tools for interacting with
pip install arcade_google
```

<Note>
pip installing the toolkit is only needed if you are [self-hosting](/home/install/overview) Arcade. You do not need to install the toolkit if you're using Arcade Cloud.
</Note>

## Available Tools

These tools are currently available in the Arcade GitHub toolkit.
Expand Down
4 changes: 4 additions & 0 deletions pages/toolkits/social-communication/linkedin.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ The Arcade LinkedIn toolkit provides a pre-built set of tools for interacting wi
pip install arcade_linkedin
```

<Note>
pip installing the toolkit is only needed if you are [self-hosting](/home/install/overview) Arcade. You do not need to install the toolkit if you're using Arcade Cloud.
</Note>

## Available Tools

<TableOfContents
Expand Down
4 changes: 4 additions & 0 deletions pages/toolkits/social-communication/slack.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ The Arcade Slack toolkit provides a comprehensive set of tools for interacting w
pip install arcade_slack
```

<Note>
pip installing the toolkit is only needed if you are [self-hosting](/home/install/overview) Arcade. You do not need to install the toolkit if you're using Arcade Cloud.
</Note>

## Available Tools

<TableOfContents
Expand Down
4 changes: 4 additions & 0 deletions pages/toolkits/social-communication/x.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ The Arcade X (Twitter) toolkit provides a pre-built set of tools for interacting
pip install arcade_x
```

<Note>
pip installing the toolkit is only needed if you are [self-hosting](/home/install/overview) Arcade. You do not need to install the toolkit if you're using Arcade Cloud.
</Note>

## Available Tools

<TableOfContents
Expand Down
9 changes: 0 additions & 9 deletions src/components/custom/Toolkits/toolkits-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export const categories: Category[] = [
{ id: "social", name: "Social & Communication" },
{ id: "development", name: "Developer Tools" },
{ id: "entertainment", name: "Entertainment" },
{ id: "automation", name: "Smart Automation" },
];

export const tools: Tool[] = [
Expand Down Expand Up @@ -142,14 +141,6 @@ export const tools: Tool[] = [
category: "social",
type: "verified",
},
{
name: "Govee",
image: "govee",
summary: "Control Govee smart lights",
link: "/toolkits/automation/govee",
category: "automation",
type: "community",
},
{
name: "Close.io",
image: "closeio",
Expand Down