hairyf/blockchain-skills

filecoin

Lotus (Filecoin) node — chain, state, mpool, API, mining, events, and operations.

First seen Feb 28, 2026

Installation

$ npx skills add hairyf/blockchain-skills --skill filecoin

Also in this package

Other skills from hairyf/blockchain-skills · top by installs.

npx skills add hairyf/blockchain-skills

Browse all from hairyf/blockchain-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 4
License LICENSE.md
Default branch main
Open issues 1
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Version2026.2.24
More metadata
author
hairy
version
2026.2.24
source
Generated from https://github.com/filecoin-project/lotus, scripts located at https://github.com/antfu/skills

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,476 B
  • docs SUMMARY.md 99 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 4 installs

SKILL.md

Skill based on Lotus (filecoin-project/lotus), generated at 2026-02-24.

Lotus is the reference implementation of the Filecoin Distributed Storage Network. It provides a full node (lotus), storage miner (lotus-miner), and worker (lotus-worker) with JSON-RPC API for chain, state, message pool, gas, market, payment channels, multisig, and (when enabled) Eth and Actor Events.

Core References

Topic Description Reference
Architecture Tipsets, actors, sync, state, VM, repo, network flow, bitswap [core-architecture](references/core-architecture.md)
CLI lotus, lotus-miner, lotus-worker commands and common usage [core-cli](references/core-cli.md)
API API groups and key methods — Chain, State, Mpool, Gas, Market, Eth, Events [core-api](references/core-api.md)

Features

Topic Description Reference
Message pool Mpool API, CLI, config, message selection [features-mpool](references/features-mpool.md)
Actor events GetActorEventsRaw, SubscribeActorEventsRaw, event schemas [features-actor-events](references/features-actor-events.md)
Block validation Incoming block validation flow — PubSub, Syncer, VM checks [features-block-validation](references/features-block-validation.md)
Mining and sealing Create miner, owner/worker, sealing and PoRep concepts [features-mining-and-sealing](references/features-mining-and-sealing.md)

Best Practices

Topic Description Reference
Gas balancing Syscall gas calibration with lotus-bench (full and targeted) [best-practices-gas](references/best-practices-gas.md)
ChainIndexer Enable, backfill, GC for Eth and Actor Events APIs [best-practices-chain-indexer](references/best-practices-chain-indexer.md)
Config and environment API, libp2p, repo paths, Fevm/Events/ChainIndexer, logging [best-practices-config](references/best-practices-config.md)

External Links