Agent API

Agent Integration

Use this page to install the Quontext skill in your coding agent.

Choose the integration path

Choose the install path that fits your agent runtime.

Notice

Use `Skills CLI` or install manually from `femtowork/quontext-plugnin`. If you are wiring another runtime directly, use the same `QUONTEXT_BASE_URL` and `QUONTEXT_PAT` values.

Install with Skills CLI

This is the shortest install path.

  1. 1

    Create a personal access token in Settings with `read:clips` and `search:clips`.

  2. 2

    Run `npx skills add femtowork/quontext-plugnin`.

  3. 3

    Restart or reload your coding agent if it caches installed skills.

  4. 4

    Set `QUONTEXT_BASE_URL` and `QUONTEXT_PAT` before you invoke the skill.

npx skills add femtowork/quontext-plugnin

Install by download and extract

Use this path if you do not want a dedicated installer.

  1. 1

    Download or clone `femtowork/quontext-plugnin` from GitHub.

  2. 2

    Extract the Quontext skill directory from the repository.

  3. 3

    Place that directory where your coding agent expects imported skills, then reload the agent.

  4. 4

    Set `QUONTEXT_BASE_URL` and `QUONTEXT_PAT` before you use the installed skill.

git clone https://github.com/femtowork/quontext-plugnin.git
cd quontext-plugnin

After install

Post-install behavior depends on your coding agent, but Quontext setup is the same.

  1. 1

    Set shared environment variables

    Configure `QUONTEXT_BASE_URL` and `QUONTEXT_PAT` in the environment or secret store your agent already uses.

  2. 2

    Reload the agent if needed

    Some agents pick up new skill files immediately. Others need a restart or refresh.

  3. 3

    Use the API Reference when you need call details

    This page stays focused on install. Endpoint details live in the API Reference.

Related pages

Open one of these pages when you need more context.