skale-docs
SKALE Documentation Search
Access SKALE documentation efficiently using LLM-optimized endpoints.
When to Apply
Reference this skill when:
- Looking up SKALE API references
- Finding chain configurations
- Reading BITE Protocol documentation
- Getting started guides
Documentation Endpoints
| Endpoint | Use Case |
|---|---|
https://docs.skale.space/llms.txt |
Index/overview |
https://docs.skale.space/llms-full.txt |
Complete documentation |
https://docs.skale.space/llms-small.txt |
Compact version |
Page Access
All documentation pages support .md suffix for markdown format:
https://docs.skale.space/get-started/quick-start/skale-on-base.md
https://docs.skale.space/developers/bite-protocol.md
Quick Reference
Key Sections
| Path | Content |
|---|---|
/get-started/quick-start/skale-on-base |
SKALE Base setup |
/developers/bite-protocol |
BITE Protocol usage |
/concepts/bite-protocol/phases |
BITE phase availability |
/developers/tools |
SDK and tooling |
Using with Web Reader
// Fetch documentation via MCP web reader
const docs = await webReader({
url: "https://docs.skale.space/llms.txt",
return_format: "markdown"
});
How to Work
- Start with index: Use
llms.txtfor overview - Deep dive: Use
llms-full.txtfor comprehensive search - Specific pages: Append
.mdto any page URL - BITE specifics: Check
/concepts/bite-protocol/phasesfor chain availability
Related Skills
skale-dev- SKALE development guidelinesbite-dev- BITE Protocol development
More from thegreataxios/agent-skills
arktype
TypeScript type validation with ArkType, ArkEnv, and ArkRegex. Use for schemas, environment variables, and type-safe regex.
10x402
x402 protocol v2 for internet-native payments. Use when building x402 servers, clients, facilitators, or integrating x402 payment flows. Triggers: x402, payment required, 402, paywall, micropayment, EIP-3009, payment protocol, facilitator, PaymentPayload, PaymentRequirements.
9zod
TypeScript-first schema validation with Zod v4. Use for schemas, type inference, validation, transformations, and JSON Schema generation.
9skale-dev
SKALE Network development guidelines for building scalable dApps, smart contracts, and cross-chain solutions (February 2026). Use when building Solidity contracts, integrating SKALE into web/mobile apps, deploying to SKALE chains, or implementing privacy with BITE Protocol.
7bite-dev
BITE Protocol development for encrypted and conditional transactions on SKALE. Use for privacy features, threshold encryption, CTX, and Rock-Paper-Scissors style games.
4bite
BITE Protocol development for encrypted and conditional transactions on SKALE. Use for privacy features, threshold encryption, CTX, and Rock-Paper-Scissors style games.
1