Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
← Back to list

Aident Loadout Skill

A router skill that makes the agent discover and execute external app, API, web-research and media tasks through the Aident Loadout CLI.

AutomationIntermediate★ 427⑂ 46AI score 8/10Last updated: Sep 26, 2026

What it does

  • Searches the Aident Loadout catalog (1,000+ tools, 27,000+ actions) to find the right integration for an external operation: web search/crawl, email, sheets, issue trackers, image/video generation, vendor and price research.
  • Ships an intent → reference routing table so only the needed doc is loaded (references/loadout.md, mcp.md, api.md, troubleshooting.md).
  • Manages account connections and OAuth through Aident Vault, with an explicit rule never to ask the user for raw provider API keys.
  • Defines operating rules for audit/history lookups, insufficient-credits handling, version checks via aident update --check, and redacted Loadout bug reporting.

Who it's for

  • Users who already use or are evaluating Aident Loadout.
  • Developers/operators wiring several SaaS tools (Gmail, Slack, Notion, Linear, Google Sheets, HubSpot) into one agent workflow.
  • Teams that want centralized credential management instead of scattered API keys.

Examples

  1. "Compare pricing across three competitors and log it to a sheet" → capability search finds a crawl/search integration, then a Sheets action writes the results.
  2. "Set up Aident MCP in Cursor" → routes to references/mcp.md for per-client MCP configuration.
  3. "File a bug for the Loadout failure we just hit" → collects only real trace evidence, redacts tokens/emails, and submits via aident loadout bug submit.

· · · Install guide · · ·

Try it now, no install

Paste this into Claude to use the skill without installing anything.

Read the instructions in this file and follow them to help me:
https://raw.githubusercontent.com/aiskillstore/marketplace/HEAD/pending/aident-ai/aident-skill/SKILL.md

What I want: (describe your task here)

If Claude can't open the link, open it yourself and paste the contents instead.

↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.

Install in the Claude app (no terminal)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
↓ Download ZIP
Install in Claude Code

Let Claude do it — paste this into Claude Code

Install the skill I found on Claude Skill Mart.
Copy the pending/aident-ai/aident-skill folder from the GitHub repo aiskillstore/marketplace into my ~/.claude/skills/aident-skill/.
When it's done, tell me in one line what this skill can do.

Install with a command instead

git clone https://github.com/Aident-AI/aident-skill ~/.claude/skills/aident-skill

⚠ This is a third-party skill. Check the source repository before installing.

  1. Open a terminal; you need git and Node.js (for npx).
  2. Clone the skill: git clone https://github.com/Aident-AI/aident-skill ~/.claude/skills/aident-skill
  3. Confirm SKILL.md and the references/ folder are present in that directory.
  4. Restart Claude Code, then ask it to "install Aident" — the skill follows the official setup doc at https://aident.ai/SETUP.md to install the CLI.
  5. Run aident update --check to verify CLI and skill status; run aident update if an update is offered.
  6. Create an account at https://loadout.aident.ai/dashboard and connect the apps you need in Vault (credits may be required).
  7. Afterwards just ask, e.g. "use Aident to run this action", and the skill routes the request.