genlayer-studio
Local sandbox for building and testing intelligent contracts
All Skills in This Repository (11)
Pure Emerald Level Indicatorshosted-studio-debug
Debug GenLayer Studio Kubernetes deployments using ArgoCD CLI status checks and log analysis.
discord-community-feedback
Monitor Discord channels for user-reported bugs and categorize issues by component.
manage-api-keys
Manage GenLayer Studio API keys via JSON-RPC calls.
setup
Set up and launch GenLayer Studio services with Docker Compose.
unit-tests
Set up a Python virtual environment and execute unit tests with gltest.
cloudflare-cli
Manage Cloudflare DNS, cache, and proxy settings via flarectl.
sentry-issue-fixer
Fetch, analyze, fix, test, and create pull requests for Sentry issues.
linear-issue-fixer
Fetch, analyze, fix, and deploy urgent Linear issues tagged "studio" with XS estimates.
studio-db
Query PostgreSQL databases to debug GenLayer Studio transaction processing.
manage-tiers
Manage API rate limiting tiers for GenLayer Studio deployments.
create-pr
Create GitHub pull requests from branch diffs and commit logs.
Frequently Asked Questions
FAQPage SchemaHow to install GenLayer Studio?โผ
Run `npx skills add genlayerlabs/genlayer-studio --all -g -y` in your terminal to install all skills in this suite globally.
What is GenLayer Studio used for?โผ
It is a local sandbox for developing and testing intelligent contracts, which are smart contracts that can query language models and make web requests, without deploying to a live network.
How do I debug stuck transactions in GenLayer Studio?โผ
The suite includes database query and log inspection skills that let your agent find stuck transactions, check consensus history, and trace errors across worker replicas.
Can the agent fix bugs and open pull requests automatically?โผ
Yes. Dedicated skills fetch issues from Sentry or Linear, implement a fix, run the full test suites, and open a formatted GitHub pull request.
Do I need Docker to run GenLayer Studio?โผ
Yes. Docker and Docker Compose are required to start the frontend, backend, database, and contract execution services locally.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core