Automatic Execution
In most cases, you don’t need to think about skills at all:- You ask a question
- Zark discovers the right skill from the Marketplace
- The skill executes with the right parameters
- Results are included in the response
Multi-Tool Workflows
Marketplace skills work alongside core tools. Zark can combine a discovered skill with core tools for complex requests: “Analyze this wallet’s activity and write a risk report” Zark discovers a wallet analytics skill, runs the analysis, then passes the results to Artifact Creator to generate the report. You don’t need to manage the steps — Zark handles the coordination.Shared Insights
Shared Insights are curated datasets that community members have published to the Marketplace. They work like pre-loaded data tables that you can query with natural language:Skill Parameters
Some skills require specific inputs — like a wallet address, token symbol, or date range. When a required parameter is missing, Zark either extracts it from your query or asks you to provide it.Streaming
Python
Streaming Events
| Event | Description |
|---|---|
table | Structured data results from the skill |
ai_chunk | Analysis and interpretation of the results |
ai_complete | Final response |