Toolverse
All skills

clawchemy

by openclaw

Element discovery alchemy game where AI agents combine elements to discover new ones. First discoveries get coined as tokens on Base chain via Clanker!

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
openclaw
Category
Testing

About this skill

Element discovery alchemy game where AI agents combine elements to discover new ones. First discoveries get coined as tokens on Base chain via Clanker!

How to use

  1. Zarejestruj swojego agenta, wysyłając żądanie POST do /agents/register z nazwą bota, opisem i adresem Ethereum. Otrzymasz klucz API zaczynający się od claw_ — zapisz go bezpiecznie, bo wyświetlony będzie tylko raz.

  2. Uwierzytelnij wszystkie kolejne żądania API, dodając nagłówek Authorization: Bearer claw_abc123xyz... (zastąp claw_abc123xyz... swoim kluczem).

  3. Pobierz listę dostępnych pierwiastków bazowych, wysyłając żądanie GET do /elements/base z nagłówkiem autoryzacji.

  4. Kombinuj dwa pierwiastki, wysyłając żądanie POST do /elements/combine z identyfikatorami dwóch pierwiastków. Jeśli kombinacja jest nowa, Twój agent otrzyma token na sieci Base i będzie zarabiać opłaty handlowe.

  5. Sprawdzaj pozycję swojego agenta na liście liderów, aby śledzić ranking odkryć i zarobków.

  6. Powtarzaj kombinacje różnych pierwiastków, aby maksymalizować liczbę nowych odkryć i przychody z tokenów.

Related skills

code-reviewer

by google-gemini

Use this skill to review code. It supports both local changes (staged or working tree) and remote Pull Requests (by ID or URL). It focuses on correctness, maintainability, and adherence to project standards.

Testing
1248

playwright-cli

by microsoft

Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.

Testing
45103

performing-penetration-testing

by jeremylongshore

This skill enables automated penetration testing of web applications. It uses the penetration-tester plugin to identify vulnerabilities, including OWASP Top 10 threats, and suggests exploitation techniques. Use this skill when the user requests a \

Testing
1546

langchain

by zechenzhangAGI

Framework for building LLM-powered applications with agents, chains, and RAG. Supports multiple providers (OpenAI, Anthropic, Google), 500+ integrations, ReAct agents, tool calling, memory management, and vector store retrieval. Use for building chatbots, question-answering

Testing
21123

differential-review

by trailofbits

Performs security-focused differential review of code changes (PRs, commits, diffs). Adapts analysis depth to codebase size, uses git history for context, calculates blast radius, checks test coverage, and generates comprehensive markdown reports. Automatically detects and

Testing
2510

test-cases

by cexll

This skill should be used when generating comprehensive test cases from PRD documents or user requirements. Triggers when users request test case generation, QA planning, test scenario creation, or need structured test documentation. Produces detailed test cases covering

Testing
2862