kortix-marketplace

Imports Kortix marketplace projects, skills, agents, and tools into a project via change requests.

20.2k|3.4k|Updated Oct 5, 2024
One-click install
npx skills add https://github.com/kortix-ai/suna --skill kortix-marketplace
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kortix-marketplace
Source: https://github.com/kortix-ai/suna/tree/main/packages/starter/templates/managed/.kortix/opencode/skills/kortix-marketplace
Command: npx skills add https://github.com/kortix-ai/suna --skill kortix-marketplace

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Teams want to reuse ready-made Kortix capabilities without a fragile installer or version-lock system. This Skill guides the agent to discover catalog items and merge them into the project as user-owned files, landed through a reviewable change request.

Core Features & Use Cases

  • Catalog Discovery: Search and inspect marketplace items with kortix marketplace search and kortix marketplace show to find projects, skills, agents, and tools.
  • File-Based Import: Detect an item's type from its structure (kortix.yaml, SKILL.md, agents/*.md, tools/*.ts) and merge it into the correct .kortix/opencode/ locations.
  • Change Request Workflow: Commit imported files and open a CR with kortix cr open so a human reviews the diff before it becomes permanent.
  • Use Case: A user asks to "add the competitor-analysis project from the marketplace." The agent inspects the item, merges its skills and agents into the repo, reconciles its kortix.yaml, wires up required connectors, and opens a change request for approval.

Quick Start

Ask the agent to search the Kortix marketplace for a capability you need and import the best match into this project.

Frequently Asked Questions about kortix-marketplace

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I install a skill from the Kortix marketplace?

There is no install command. The agent imports the item by reading its source repo, merging the relevant files into your project's .kortix/opencode/ directories, committing, and opening a change request for you to review and merge.

How do I search the Kortix marketplace catalog?

Run `kortix marketplace search "<query>" --json` to find items and `kortix marketplace show <id> --json` to inspect one item's type, files, and source repo. Both commands are read-only.

Can I import a whole project from the marketplace into an existing project?

Yes. The agent detects the project's kortix.yaml, pulls in its skills, agents, and tools, and reconciles its manifest with yours without blindly overwriting your configuration. Alternatively, spin it up as its own new project from the web UI.

Does the marketplace support version pinning or updates for imported items?

No. Imported items become plain user-owned files in your git repo with no lock file or tracked installed state. Git is the source of truth, and you edit imported files like any other code.

Can I add skills from outside the Kortix catalog?

Yes. You can add any public git repo shipping SKILL.md files or a marketplace.json as a source, or use `npx skills find` to search skills.sh. External skills merge in through the same import recipe.