ワンクリックで
filecoin
Lotus (Filecoin) node — chain, state, mpool, API, mining, events, and operations.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Lotus (Filecoin) node — chain, state, mpool, API, mining, events, and operations.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Go Ethereum (geth) — CLI, JSON-RPC, Clef, abigen, and developer workflows.
Agent-oriented skills for the Anchor framework—Solana program structure, accounts, CPI, IDL, clients, and tooling.
Solana Kit (JavaScript SDK) — RPC, signers, transactions, accounts, codecs, instruction plans, and program clients for agent-driven Solana tooling.
Solana blockchain development — core concepts, clients, RPC, tokens, and payments for agent-driven tooling.
TON Blueprint development environment — project layout, build/test/run, NetworkProvider, config, scripts, wrappers, and deploy/testing practices.
TON Blockchain — addresses, messages, TVM, cells, Blueprint, contracts, payments, API.
| name | filecoin |
| description | Lotus (Filecoin) node — chain, state, mpool, API, mining, events, and operations. |
| metadata | {"author":"hairy","version":"2026.2.24","source":"Generated from https://github.com/filecoin-project/lotus, scripts located at https://github.com/antfu/skills"} |
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.
| Topic | Description | Reference |
|---|---|---|
| Architecture | Tipsets, actors, sync, state, VM, repo, network flow, bitswap | core-architecture |
| CLI | lotus, lotus-miner, lotus-worker commands and common usage | core-cli |
| API | API groups and key methods — Chain, State, Mpool, Gas, Market, Eth, Events | core-api |
| Topic | Description | Reference |
|---|---|---|
| Message pool | Mpool API, CLI, config, message selection | features-mpool |
| Actor events | GetActorEventsRaw, SubscribeActorEventsRaw, event schemas | features-actor-events |
| Block validation | Incoming block validation flow — PubSub, Syncer, VM checks | features-block-validation |
| Mining and sealing | Create miner, owner/worker, sealing and PoRep concepts | features-mining-and-sealing |
| Topic | Description | Reference |
|---|---|---|
| Gas balancing | Syscall gas calibration with lotus-bench (full and targeted) | best-practices-gas |
| ChainIndexer | Enable, backfill, GC for Eth and Actor Events APIs | best-practices-chain-indexer |
| Config and environment | API, libp2p, repo paths, Fevm/Events/ChainIndexer, logging | best-practices-config |