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
pckleCLI also supports managing agents (create, update, delete, etc.). If the user asks for help with agent management, you can assist usingpckle agentcommands — 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 viapckle 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
--workflowis specified, the task router automatically selects the best workflow based on the instruction (or answers directly without starting a container).