PHPackages                             coquibot/coqui-toolkit-space-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. coquibot/coqui-toolkit-space-manager

ArchivedLibrary

coquibot/coqui-toolkit-space-manager
====================================

Coqui Space toolkit — discover, install, and manage skills and toolkits from coqui.space

v0.1.0(2mo ago)081↓100%MITPHPPHP ^8.4

Since Mar 4Pushed 2mo agoCompare

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

READMEChangelogDependencies (4)Versions (2)Used By (0)

Coqui Space Manager Toolkit
===========================

[](#coqui-space-manager-toolkit)

Discover, install, and manage skills and toolkits from [Coqui Space](https://coqui.space) directly from your Coqui Bot agent loop.

Features
--------

[](#features)

- **Search** — find skills and toolkits on Coqui Space by keyword
- **Install** — download skills (ZIP → `.workspace/skills/`) or toolkits (Composer → `.workspace/`)
- **Update** — pull latest versions of installed content
- **Disable / Enable** — toggle content without permanently removing it
- **Remove** — soft-disable or hard-purge installed skills and toolkits
- **Star** — give community feedback on skills you use

Requirements
------------

[](#requirements)

- PHP 8.4+
- ext-zip, ext-json
- Composer

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

[](#installation)

The Space Manager ships with Coqui core. If you need to install it separately:

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

Coqui auto-discovers the toolkit via `extra.php-agents.toolkits` — no manual registration required.

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

[](#credentials)

The Space Manager works without authentication for browsing and installing. To star skills or access user-specific features, set credentials via the `credentials` tool in your Coqui session:

```
credentials(action: "set", key: "COQUI_SPACE_USERNAME", value: "your-username")
credentials(action: "set", key: "COQUI_SPACE_APP_PASSWORD", value: "xxxx xxxx xxxx xxxx xxxx xxxx")

```

Generate an Application Password in your WordPress profile at **coqui.space → Users → Profile → Application Passwords**.

CredentialRequiredDescription`COQUI_SPACE_USERNAME`For authWordPress username on coqui.space`COQUI_SPACE_APP_PASSWORD`For authWordPress Application Password`COQUI_SPACE_URL`NoCustom API URL (default: `https://coqui.space/wp-json/coqui/v1`)Tools Reference
---------------

[](#tools-reference)

### `space_search`

[](#space_search)

Search Coqui Space for skills and toolkits by keyword.

ParameterTypeRequiredDescription`query`stringYesSearch keyword(s)`type`enumNo`all`, `skills`, or `toolkits` (default: `all`)`limit`intNoMax results per type, 1-50 (default: 10)### `space_skill_details`

[](#space_skill_details)

Get full metadata, versions, and publisher info for a skill.

ParameterTypeRequiredDescription`slug`stringYesSkill slug on Coqui Space### `space_toolkit_details`

[](#space_toolkit_details)

Get full metadata for a toolkit (Composer package).

ParameterTypeRequiredDescription`package`stringYesPackage name in `vendor/package` format### `space_install`

[](#space_install)

Install a skill or toolkit from Coqui Space. Auto-detects type: names with `/` are toolkits, without are skills.

ParameterTypeRequiredDescription`name`stringYesSkill slug or toolkit `vendor/package``version`stringNoVersion constraint (default: latest)`force`boolNoOverwrite existing (default: false)### `space_update`

[](#space_update)

Update an installed skill or toolkit to the latest version.

ParameterTypeRequiredDescription`name`stringYesSkill name or toolkit `vendor/package``force`boolNoForce update even if version appears current### `space_installed`

[](#space_installed)

List all installed skills and toolkits with status and source. No parameters.

### `space_disable`

[](#space_disable)

Disable a skill or toolkit without removing it.

ParameterTypeRequiredDescription`name`stringYesSkill name or toolkit `vendor/package`### `space_enable`

[](#space_enable)

Re-enable a previously disabled skill or toolkit.

ParameterTypeRequiredDescription`name`stringYesSkill name or toolkit `vendor/package`### `space_remove`

[](#space_remove)

Remove an installed skill or toolkit.

ParameterTypeRequiredDescription`name`stringYesSkill name or toolkit `vendor/package``purge`boolNoPermanently delete files (default: false, disables only)### `space_star`

[](#space_star)

Star or unstar a skill on Coqui Space. Requires authentication.

ParameterTypeRequiredDescription`slug`stringYesSkill slug to star/unstar`action`enumNo`star` or `unstar` (default: `star`)How Content Types Work
----------------------

[](#how-content-types-work)

### Skills

[](#skills)

- Downloaded as ZIP archives from the Coqui Space API
- Extracted to `.workspace/skills/{name}/`
- Tracked via `.space-origin.json` metadata file
- Available immediately after install — no restart needed
- Disable/enable toggles a `.disabled` suffix on the directory

### Toolkits

[](#toolkits)

- Standard Composer packages installed via `composer require` into `.workspace/`
- Require a **restart** after install/update/remove/enable/disable (ToolkitDiscovery runs at boot)
- Disable tracks the version constraint in `.space-state.json` for seamless re-enablement

Gated Operations
----------------

[](#gated-operations)

The following tools require user confirmation (unless `--auto-approve` is enabled):

ToolGate`space_install`All invocations`space_update`All invocations`space_remove`When `purge=true``space_disable`All invocations`space_enable`All invocationsExcluded Packages
-----------------

[](#excluded-packages)

These core Coqui toolkits cannot be managed through the Space Manager:

- `coquibot/coqui-toolkit-space-manager`
- `coquibot/coqui-toolkit-composer`
- `coquibot/coqui-toolkit-packagist`

Development
-----------

[](#development)

```
# Install dependencies
composer install

# Run tests
composer test

# Static analysis
composer analyse
```

License
-------

[](#license)

MIT

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance86

Actively maintained with recent releases

Popularity13

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

70d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/597820?v=4)[Carmelo Santana](/maintainers/carmelosantana)[@carmelosantana](https://github.com/carmelosantana)

---

Top Contributors

[![carmelosantana](https://avatars.githubusercontent.com/u/597820?v=4)](https://github.com/carmelosantana "carmelosantana (1 commits)")

---

Tags

toolkitskillsphp-agentscoquipackage-managercoqui-space

###  Code Quality

TestsPest

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/coquibot-coqui-toolkit-space-manager/health.svg)

```
[![Health](https://phpackages.com/badges/coquibot-coqui-toolkit-space-manager/health.svg)](https://phpackages.com/packages/coquibot-coqui-toolkit-space-manager)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
