autocontext

Installation
SKILL.md

AUTOCONTEXT CLI Skill

AUTOCONTEXT is a context compute platform that orchestrates Docker-backed workflows for knowledge retrieval, data ingestion, and entity extraction. It connects contexts to Pinecone vector databases and uses Gemini for inference.

This skill should be activated whenever the user needs to:

  • Manage autocontexts (create, select, list)
  • Ingest documents or files into a context
  • Run retrieval tasks against a context
  • Run refinement tasks
  • Manage tasks

Key Concepts

  • Autocontext: A container for your data and configurations. Tasks cannot exist without an autocontext.
  • Workflow: A specific operation type (ingest, retrieve, refine, etc.). Use autocontext workflow list to see available ones.
  • Task: An execution instance of a workflow within a specific autocontext. Created via autocontext task create.

Authentication

Installs
1
First Seen
Apr 17, 2026
autocontext — pinecone-io/pckle-cli