# Sweatcoin AI Agent Skills

Sweatcoin publishes official AI agent skills for its tools, services, and developer workflows.

Browse 7 official AI agent skills across 1 Sweatcoin repository, with install commands and source links.

Official page: https://skillscout.sh/official/sweatco/
Markdown page: https://skillscout.sh/official/sweatco/sweatco_skills_skillscout.md
Vendor website: https://sweatco.in/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/sweatco/sweatco_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant Sweatcoin skills package or packages for my goal, explain which individual skills matter, and wait for my approval. After I approve, install with the npx command. If no project is open, install it as an agent skill I can use later.

## Skills packages

### sweatco/archie-hq

Includes 7 official skills: channel-canvas, example-task, self-awareness, structured-summary, thread-conduct, trigger-task.

Install:

```bash
npx skills add sweatco/archie-hq -y
```

Source: https://github.com/sweatco/archie-hq

## Individual skills

### channel-canvas

Official Sweatcoin skill from sweatco/archie-hq.

Install:

```bash
npx skills add sweatco/archie-hq@channel-canvas -y
```

Package: sweatco/archie-hq
Source: https://github.com/sweatco/archie-hq/tree/main/skills/channel-canvas

### example-task

Official Sweatcoin skill from sweatco/archie-hq.

Install:

```bash
npx skills add sweatco/archie-hq@example-task -y
```

Package: sweatco/archie-hq
Source: https://github.com/sweatco/archie-hq/tree/main/examples/plugins/pm/skills/example-task

### self-awareness

Official Sweatcoin skill from sweatco/archie-hq.

Install:

```bash
npx skills add sweatco/archie-hq@self-awareness -y
```

Package: sweatco/archie-hq
Source: https://github.com/sweatco/archie-hq/tree/main/skills/self-awareness

### structured-summary

Official Sweatcoin skill from sweatco/archie-hq.

Install:

```bash
npx skills add sweatco/archie-hq@structured-summary -y
```

Package: sweatco/archie-hq
Source: https://github.com/sweatco/archie-hq/tree/HEAD/examples/plugins/helper/skills/structured-summary

### thread-conduct

Official Sweatcoin skill from sweatco/archie-hq.

Install:

```bash
npx skills add sweatco/archie-hq@thread-conduct -y
```

Package: sweatco/archie-hq
Source: https://github.com/sweatco/archie-hq/tree/HEAD/skills/thread-conduct

### trigger-task

Official Sweatcoin skill from sweatco/archie-hq.

Install:

```bash
npx skills add sweatco/archie-hq@trigger-task -y
```

Package: sweatco/archie-hq
Source: https://github.com/sweatco/archie-hq/tree/HEAD/skills/trigger-task

### triggers

Official Sweatcoin skill from sweatco/archie-hq.

Install:

```bash
npx skills add sweatco/archie-hq@triggers -y
```

Package: sweatco/archie-hq
Source: https://github.com/sweatco/archie-hq/tree/main/skills/triggers

## sweatco/archie-hq package overview

Includes 7 official skills: channel-canvas, example-task, self-awareness, structured-summary, thread-conduct, trigger-task.

### Top skills in this package

- channel-canvas: Official Sweatcoin skill from sweatco/archie-hq.
- example-task: Official Sweatcoin skill from sweatco/archie-hq.
- self-awareness: Official Sweatcoin skill from sweatco/archie-hq.
- structured-summary: Official Sweatcoin skill from sweatco/archie-hq.
- thread-conduct: Official Sweatcoin skill from sweatco/archie-hq.
- trigger-task: Official Sweatcoin skill from sweatco/archie-hq.
- triggers: Official Sweatcoin skill from sweatco/archie-hq.

### Install

Install the full package:

```bash
npx skills add sweatco/archie-hq -y
```

Install a specific skill:

```bash
npx skills add sweatco/archie-hq@channel-canvas -y
```

Use the package when you want your agent to choose the relevant skill from this official repository.

Source: https://github.com/sweatco/archie-hq#readme
