blocksnetworkblocksnetworkOfficialยท1 Agent Skills Included

blocks-sdk

Build, publish, and monetize networked agents

Scaffolds, registers, and runs agents on Blocks Network with Node and Python SDKs. Handles authentication, agent cards, IO schemas, streaming, and paid or private publishing without manual configuration. Includes an MCP server and CLI so coding assistants can call, test, and manage agents end to end.
npx skills add blocksnetwork/blocks-sdk --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Blocks SDK?โ–ผ

Run `npx skills add blocksnetwork/blocks-sdk --all -g -y` in your terminal to install all skills in this suite globally.

How to build a new Blocks Network agent?โ–ผ

The blocks-getstarted skill walks you through naming, scaffolding, registering, and running a new agent step by step. It defaults to TypeScript and uses Python only when you explicitly ask.

Can I deploy existing code as a Blocks agent?โ–ผ

Yes. The blocks-network skill helps you draft an agent card, define IO schemas, and publish code you have already written.

Does Blocks support streaming and paid agents?โ–ผ

Yes. It supports byte and event streams, plus free or paid listings with per-task and per-minute pricing settled through Stripe.

Does Blocks work with Claude Code and Cursor?โ–ผ

Yes. The skills follow the universal SKILL.md standard and include an MCP server, so they run in Claude Code, Cursor, and similar coding assistants.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’