aident-skill
Use Aident Loadout to connect Gemini CLI or any AI agent to 1,000+ real-world apps and tools like Gmail, Slack, Linear, Notion, Firecrawl, a
Open source Open in the app JSON README (API)
About
Use Aident Loadout to connect Gemini CLI or any AI agent to 1,000+ real-world apps and tools like Gmail, Slack, Linear, Notion, Firecrawl, and Fal, unlock 27,000+ executable actions, and track full audit history so your agents can get real work done reliably.
Details
- Kind
- Plugins
- Topic
- Communication
- Publisher
- aident-ai
- Origin
- gemini
- Category
- ferramentas
- Version
- 0.4.11
- Stars
- 4
- Forks
- 1
- Last push
- 2026-09-05T02:55:05Z
- Repository state
- ativo
- Language
- Shell
- License
- MIT
- Added
- 2026-08-30 14:13:39
- Updated
- 2026-08-30 14:13:39
- Origin id
aident-ai/aident-skill
README
# Aident Skill
<p align="center">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="./assets/aident-ai-logo-dark.png">
<img src="./assets/aident-ai-logo.png" alt="Aident AI" width="300">
</picture>
</p>
<p align="center">
<a href="https://skills.sh/aident-ai/aident-skill"><img src="https://img.shields.io/badge/skills.sh-aident--skill-blue" alt="Skills.sh"></a>
<a href="https://clawhub.ai/aident-ai/skills/aident-skill"><img src="https://img.shields.io/badge/ClawHub-aident--skill-111827" alt="ClawHub"></a>
<a href="https://www.npmjs.com/package/@aident-ai/cli"><img src="https://img.shields.io/npm/v/%40aident-ai%2Fcli?label=%40aident-ai%2Fcli" alt="@aident-ai/cli on npm"></a>
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License: MIT"></a>
</p>
Aident AI helps agents move beyond chat and coding to get real work done across your tools and apps.
**Aident Loadout** connects work apps and Aident-managed platform tools to AI agents. It lets agents discover 1,000+ tools like Gmail, Slack, Linear, Google Sheets, Notion, HubSpot, Firecrawl, Exa, and Fal; use connected accounts through secure Aident Vault from any supported agent; use Aident-managed capabilities without separate provider keys; execute 27,000+ real-world actions; and review every action call in audit history. This single `aident-skill` teaches agents when and how to use Aident Loadout.
## First-Time Setup
Ask your agent:
```text
Follow https://aident.ai/SETUP.md
```
The setup guide will install or refresh `aident-skill`, set up the Aident CLI, guide login, and verify Aident Loadout access.
To refresh an existing agent setup later, ask the agent:
```text
Update https://aident.ai/SETUP.md
```
## Manual Skill Install
If you only need to install the static skill package manually:
```bash
npx -y @aident-ai/cli@latest update --skill-only
```
The CLI verifies the published artifact, installs one canonical global copy, and repairs detected filesystem-backed
agent hosts. Add `--project` only when you want clean project-scoped copies migrated too. Account-level skill surfaces
such as Claude Cowork or Claude chat still require their native skill manager. After this command, continue with
`https://aident.ai/SETUP.md` to complete Aident Loadout setup.
This repository contains the static post-setup Aident Loadout skill knowledge. After setup is complete, agents use this skill to operate Aident Loadout through the CLI, user-managed MCP, or advanced OpenAPI surfaces.
## Install Aident Skill from anywhere
We have published Aident Skill across the following Skill, MCP, and Plugin marketplaces. You can install it from the marketplace your agent or client already supports.
| Skill Marketplace | Install Link |
| ----------------- | ------------------------------------------------------------------------------------- |
| Skills.sh | [Install Aident Skill from Skills.sh](https://skills.sh/aident-ai/aident-skill) |
| ClawHub | [Install Aident Skill from ClawHub](https://clawhub.ai/aident-ai/skills/aident-skill) |
The Cursor Marketplace package, also used by Grok Bot, connects directly to Aident Loadout through MCP. It does not
install another copy of `aident-skill`, so it can coexist with a CLI-managed global Skill without duplicate routing
instructions. Marketplace links will be added here after the listing is approved and its public URLs are verified.
## How It Works
The installable [SKILL.md](./skills/aident-skill/SKILL.md) is intentionally small. It teaches the agent when to use Aident Loadout, then points to focused references packaged with the skill:
| Need | Reference |
| ------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ |
| External tools, SaaS apps, integrations, Vault, execution, audit history | [references/loadout.md](./skills/aident-skill/references/loadout.md) |
| MCP client setup | [references/mcp.md](./skills/aident-skill/references/mcp.md) |
| Raw HTTPS/OpenAPI fallback | [references/api.md](./skills/aident-skill/references/api.md) |
| Authentication and troubleshooting | [references/troubleshooting.md](./skills/aident-skill/references/troubleshooting.md) |
### CLI
The CLI is the recommended operating path when an agent can run shell commands:
```bash
aident login
aident skills search --query "web research" --json
aident skills read --name "skill:<uuid>" --artifactVersionId "<uuid>" --json
aident capabilities search --query "send email" --json
aident capabilities execute --name composio:gmail_tools:gmail_send_email --input '{"to":"team@example.com","subject":"Hi","body":"..."}' --json
aident vault status --integrationId composio:gmail_tools --json
aident audit recent --limit 20 --json
```
### MCP
MCP is configured automatically by the Cursor Marketplace and Grok Bot plugin. Other MCP clients can configure it
manually:
- Aident Loadout integrations: `https://loadout.aident.ai/mcp`
See [references/mcp.md](./skills/aident-skill/references/mcp.md) for client-specific setup.
## Authentication
CLI auth uses `aident login`. MCP clients initiate OAuth on first use. Tokens are managed by the CLI or MCP client, not by the skill text.
## Links
- Aident: https://aident.ai
- Aident Loadout: https://loadout.aident.ai
- CLI on npm: https://www.npmjs.com/package/@aident-ai/cli
- Docs: https://docs.aident.ai
- Discord: https://discord.gg/hxtEYHuW26
## License
MIT