PHPackages                             coquibot/coqui-toolkit-mod-manager - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. coquibot/coqui-toolkit-mod-manager

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

coquibot/coqui-toolkit-mod-manager
==================================

Coqui Mods manager integration — discover, install, and manage mods from agentcoqui.com

v0.1.1(4w ago)0361MITPHPPHP ^8.4CI passing

Since Mar 7Pushed 3w agoCompare

[ Source](https://github.com/carmelosantana/coqui-toolkit-mod-manager)[ Packagist](https://packagist.org/packages/coquibot/coqui-toolkit-mod-manager)[ RSS](/packages/coquibot-coqui-toolkit-mod-manager/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (2)Dependencies (4)Versions (5)Used By (1)

Coqui Mod Manager
=================

[](#coqui-mod-manager)

Coqui Mods manager toolkit — browse, install, update, and manage skills and toolkits from [agentcoqui.com](https://agentcoqui.com).

Installation
------------

[](#installation)

```
composer require coquibot/coqui-toolkit-mod-manager
```

The toolkit is auto-discovered by Coqui via `extra.php-agents.toolkits` in `composer.json`. No additional configuration needed.

Credentials
-----------

[](#credentials)

KeyRequiredDescription`COQUI_MODS_API_TOKEN`OptionalAPI token from agentcoqui.com — enables authenticated read context here and is reused by the mod-publish toolkit for write actions`COQUI_MODS_URL`OptionalCustom API base URL (default: `https://agentcoqui.com/api/v1`)Set credentials via the Coqui `credentials` tool:

```
credentials(action: "set", key: "COQUI_MODS_API_TOKEN", value: "cqs_...")

```

Most read operations work without authentication. Publish, delete, account, collections, reviews, notifications, and other social write actions now live in `coquibot/coqui-toolkit-mod-publish`.

Tools
-----

[](#tools)

The toolkit provides three tools plus the self-registering `/mods` REPL command.

### `mods_skills` — Skill Discovery &amp; Installation

[](#mods_skills--skill-discovery--installation)

ActionParametersDescription`search``query`, `limit?`, `cursor?`Search skills by keyword`list``limit?`, `cursor?`, `sort?`, `tag?`Browse all skills with filters`details``owner`, `name`Full skill information`versions``owner`, `name`Version history`reviews``owner`, `name`Community reviews`file``owner`, `name`, `path`View a specific file from a skill`install``owner`, `name`, `version?`, `force?`Download and install a skill`update``name`Update an installed skill to latest`log_install``owner`, `name`Log an install event for analytics### `mods_toolkits` — Toolkit Discovery &amp; Installation

[](#mods_toolkits--toolkit-discovery--installation)

ActionParametersDescription`search``query`, `limit?`, `page?`Search toolkits by keyword`list``limit?`, `cursor?`, `sort?`, `tags?`Browse all toolkits with cursor pagination`popular``limit?`, `page?`Browse popular toolkits`details``owner`, `name` or `package`Full toolkit information`reviews``owner`, `name`Community reviews`install``package`, `version?`Install via Composer`update``package`Update via Composer### `mods` — Management &amp; Discovery

[](#mods--management--discovery)

ActionParametersDescription`installed``type?` (all/skills/toolkits)List all installed content`disable``name`Deactivate without removing`enable``name`Reactivate disabled content`remove``name`, `purge?`Uninstall (purge=true deletes permanently)`tags``type?` (all/skills/toolkits)Browse available tags`search_all``query`, `limit?`, `cursor?`Unified search across skills and toolkits`health`—Check API health status**Identifier convention:** Names containing `/` are treated as toolkits (Composer packages). Names without `/` are treated as skills (directory names).

### `/mods` — REPL Command

[](#mods--repl-command)

The package also owns the external `/mods` slash command in Coqui's REPL.

Supported flows:

- `/mods search `
- `/mods install `
- `/mods remove `
- `/mods installed`
- `/mods update `

Standalone Usage
----------------

[](#standalone-usage)

```
