pckle

Installation
SKILL.md

PCKLE CLI Skill

PCKLE is a Knowledge Agent. Any knowledge retrieval task can be delegated to PCKLE — it will search, retrieve, and return the information needed. Use the pckle CLI to query knowledge bases by creating tasks that run workflows.

This skill should be activated whenever the user needs to:

  • Retrieve knowledge, answer questions, or look something up
  • Search a knowledge base
  • Run a PCKLE task

Note: The pckle CLI also supports managing agents (create, update, delete, etc.). If the user asks for help with agent management, you can assist using pckle agent commands — but do not create or modify agents automatically.

Key Concepts

  • Agent: A knowledge base container. Agents own sources, memories, and tasks.
  • Workflow: A template/type that defines how a task executes (e.g. find_one, find_many, find_all). Listed via pckle workflow list.
  • Task: An execution instance of a workflow. Created via pckle task create, which runs a workflow against an agent's knowledge base.
  • Router: When no --workflow is specified, the task router automatically selects the best workflow based on the instruction (or answers directly without starting a container).

How to Search for Knowledge

Installs
5
First Seen
Mar 15, 2026
pckle — pinecone-io/pckle-skill