cesto-toolkit

Manage authentication, data retrieval, and basket publishing on the Cesto platform.

1|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/cesto-co/cesto-skills --skill cesto-toolkit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cesto-toolkit
Source: https://github.com/cesto-co/cesto-skills/tree/main/cesto-toolkit
Command: npx skills add https://github.com/cesto-co/cesto-skills --skill cesto-toolkit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The Cesto Toolkit consolidates API access, authentication flows, and data retrieval into a single, developer-friendly entry point, simplifying how users interact with baskets, analytics, and publishing to Cesto Labs.

Core Features & Use Cases

  • Authenticate users via magic-link flow and securely manage session state.
  • Browse all baskets and fetch detailed basket data (strategy, tokens, and performance).
  • Analyze per-token performance and cross-basket analytics to compare opportunities.
  • Simulate portfolio performance against the S&P 500 for backtesting ideas.
  • Create and publish baskets to Cesto Labs with title, description, and token allocations.
  • Retrieve token registries and available endpoints to inform decisions.
  • Use bundled data-fetch scripts to minimize prompts and provide comprehensive results in a single call.

Quick Start

Ask me to create a basket, view basket data, or run a portfolio simulation and I will guide you through it.

Frequently Asked Questions about cesto-toolkit

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

FAQPage Schema
How do I authenticate API requests for the Cesto platform?

To authenticate API requests for the Cesto platform, you use a magic-link flow handled by the toolkit's helper scripts, which securely manage your session state and validate tokens against the /tokens registry.

How do I browse baskets and analyze token performance on Cesto?

You can browse baskets and analyze token performance on Cesto by using the bundled data-fetch scripts to retrieve detailed basket data, strategies, and cross-basket analytics in a single API call.

Can I simulate portfolio performance against the S&P 500 using Cesto data?

Yes, you can simulate portfolio performance against the S&P 500 by running the toolkit's simulation scripts, which backtest your basket ideas and compare opportunities using retrieved Cesto analytics.

What is the best way to create and publish a basket to Cesto Labs?

The best way to create and publish a basket to Cesto Labs is through the toolkit's script-based workflow, which allows you to define a title, description, and token allocations before submitting via protected Python utilities.

Do I need Python to manage Cesto basket publishing and data retrieval?

Yes, you need Python to manage Cesto basket publishing and data retrieval because the toolkit enforces API calls, token validation, and session state management through protected Python utilities and bundled scripts.

Why use a unified toolkit for Cesto API integration instead of direct API calls?

Using a unified toolkit for Cesto API integration minimizes prompts by consolidating authentication flows and data retrieval into a single entry point, providing comprehensive results efficiently without managing individual endpoints.