Agent Plugins Marketplace
All plugins

takealot

v0.1.0

A read-only Takealot shopping assistant for product research and balanced buying guidance.

CodexClaude Code1 Skill

By t12eLicense: MIT0 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Aug 27, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add takealot@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/tanaka-mambinge/takealot-plugin

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/takealot/.

Plugin files

plugins/takealot/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/takealot/SKILL.md

Included Skills1

takealotskills/takealot/SKILL.md

Research Takealot products with catalogue data, images, reviews, and external sources to produce balanced shopping briefs.

Plugin manifests2

plugins/takealot/.codex-plugin/plugin.json
{
  "name": "takealot",
  "version": "0.1.0",
  "description": "A read-only Takealot shopping assistant for product research and balanced buying guidance.",
  "author": {
    "name": "t12e"
  },
  "license": "MIT",
  "keywords": [
    "takealot",
    "shopping",
    "product-research",
    "reviews",
    "south-africa"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Takealot Shopping Assistant",
    "shortDescription": "Research products before you buy",
    "longDescription": "Search Takealot, inspect product details and images, read review distributions and review samples, and combine that with external research for balanced shopping guidance.",
    "developerName": "t12e",
    "category": "Shopping",
    "capabilities": [
      "Search",
      "Research",
      "Read-only"
    ],
    "websiteURL": "https://www.takealot.com/",
    "brandColor": "#1079BF",
    "composerIcon": "./assets/takealot-icon.png",
    "logo": "./assets/takealot-icon.png",
    "defaultPrompt": [
      "Find and compare the best products on Takealot.",
      "Research this Takealot product, including positive and negative reviews.",
      "Give me a balanced shopping brief with Reddit and external sources."
    ]
  }
}
plugins/takealot/.claude-plugin/plugin.json
{
  "name": "takealot",
  "displayName": "Takealot Shopping Assistant",
  "version": "0.1.0",
  "description": "A read-only Takealot shopping assistant for product research and balanced buying guidance.",
  "author": {
    "name": "t12e"
  },
  "homepage": "https://www.takealot.com/",
  "repository": "https://github.com/tanaka-mambinge/takealot-plugin",
  "license": "MIT",
  "keywords": [
    "takealot",
    "shopping",
    "product-research",
    "reviews",
    "south-africa"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[takealot on Agent Plugins Marketplace](https://pluginsmp.com/plugins/takealot)