cobo-waas

Guide Cobo WaaS 2.0 and Portal operations via cobo-cli with authentication and key lifecycle management.

63|32|Updated Oct 21, 2024
One-click install
npx skills add https://github.com/CoboGlobal/cobo-cli --skill cobo-waas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cobo-waas
Source: https://github.com/CoboGlobal/cobo-cli/tree/main/skills/cobo-waas
Command: npx skills add https://github.com/CoboGlobal/cobo-cli --skill cobo-waas

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

This Skill removes the friction of setting up Cobo WaaS 2.0 and Portal access by providing an agentic, CLI-first workflow for common wallet, key, transfer, log, and GraphQL tasks.

Core Features & Use Cases

  • Fast onboarding to a working session: detects installation/config/auth/key state and applies automated recovery steps (including re-login/key generation) so you can proceed without manual command-by-command setup.
  • WaaS 2.0 / Portal operations via cobo-cli: supports endpoints and workflows around wallets, addresses, transfers, transaction status, logs, webhooks, and GraphQL queries.
  • Endpoint-parameter correctness for code/request generation: recommends using endpoint docs (cobo doc) to align parameter names, required fields, and types before generating requests or SDK code.
  • Agent-friendly output contracts: provides structured success/error JSON patterns, including recovery guidance for auth and business error codes.

Quick Start

Run the Cobo WaaS flow end to end by telling your agent: “Create a wallet, generate an address for deposits, and then test the connection by listing wallets.”

Frequently Asked Questions about cobo-waas

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

FAQPage Schema
How do I automate Cobo WaaS 2.0 wallet operations from the CLI?

You can automate Cobo WaaS 2.0 wallet operations by using an agentic CLI workflow to handle authentication, execute wallet and address management commands, and monitor transfers. The agent uses preflight checks and safe credential redaction.

How do I authenticate and manage keys for Cobo WaaS CLI workflows?

Cobo WaaS CLI workflows authenticate by detecting your installation and auth state, then applying automated recovery steps like re-login or key generation. This ensures safe credential handling and resolves common auth or key error codes automatically.

Can I execute GraphQL queries and monitor transfers using Cobo WaaS?

Yes, Cobo WaaS supports executing GraphQL queries and monitoring transfer workflows across dev, sandbox, and prod environments. It uses endpoint-parameter discovery via command docs to align parameter names and required fields before generating API requests.

What should I do if I encounter auth or key error codes during Cobo WaaS tasks?

If you encounter auth or key error codes during Cobo WaaS tasks, the agent provides structured error JSON patterns and automated recovery guidance. It detects your preflight state and applies re-login or key generation to resolve the issue.

Does Cobo WaaS CLI automation support webhook debugging and log inspection?

Yes, Cobo WaaS CLI automation supports webhook debugging and log inspection alongside wallet operations and transaction monitoring. It provides agent-friendly output contracts to help inspect logs and debug webhooks across your environments.