test-portfolios

Generate and manage test portfolios via REST API for Action Planner workflow testing.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/eugene-belkovich/ai-setup --skill test-portfolios
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-portfolios
Source: https://github.com/eugene-belkovich/ai-setup/tree/main/claude/profiles/work/skills/evals/test-portfolios
Command: npx skills add https://github.com/eugene-belkovich/ai-setup --skill test-portfolios

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Create and manage test portfolios to validate Action Planner workflows in isolated environments, enabling repeatable QA and benchmarks without touching production data.

Core Features & Use Cases

  • Generate predefined portfolios (empty, simple, whale, dust, aave-supplier, aave-borrower, multi-chain, defi-heavy) for testing scenarios.
  • Retrieve, list, and delete test portfolios via REST API endpoints used in local or CI environments.
  • Use test data to debug workflows, verify portfolio handling, and simulate realistic trading scenarios while keeping production data isolated.

Quick Start

Use the API to create a whale test portfolio and return its portfolio_id and wallet_address.

Frequently Asked Questions about test-portfolios

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

FAQPage Schema
How do I generate test portfolios for QA workflows without touching production data?

Generate test portfolios via API to validate workflows in isolated environments. You can create predefined presets like empty, simple, whale, or dust portfolios to enable repeatable QA and benchmarks without affecting production data.

Can I use API endpoints to manage test data in CI pipelines?

Yes, you can manage test data in CI pipelines using REST API endpoints to retrieve, list, and delete test portfolios. This allows automated setup and cleanup operations during integration testing.

What predefined test portfolio templates are available for simulating trading scenarios?

Predefined test portfolio templates include empty, simple, whale, dust, aave-supplier, aave-borrower, multi-chain, and defi-heavy presets. These templates simulate realistic trading scenarios with explicit token and position presets for debugging workflows.

How do I set up isolated test data for Action Planner workflow testing?

Set up isolated test data for Action Planner workflows by using the API to generate test portfolios. Creating a portfolio returns a portfolio_id and wallet_address, which you can use to verify portfolio handling and debug workflows locally.

Does MongoDB work with test portfolio cleanup operations for local development?

Test portfolio cleanup operations are supported for local development through API-driven endpoints. These endpoints handle delete operations to ensure isolated test data is removed after debugging scenarios are complete.