SkillAgentSearch skills...

Nodestone

nodestone is a node.js lodestone parser.

Install / Use

/learn @xivapi/Nodestone
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Nodestone

Easy to use Node Lodestone parser.

How to use

Inside your own server

Running on Host

Gather dependencies

yarn add xivapi/lodestone-css-selectors
yarn install

Then start

yarn run express:start

Running on Docker Container

docker build -t nodestone .
docker run -p 8080:8080 nodestone

The server will then listen on port 8080 by default.

Inside Google Cloud Run

gcloud builds submit --tag gcr.io/<your image name> && gcloud beta run deploy --image gcr.io/<your image name>

Inside your Node.JS project

yarn add @xivapi/nodestone
const character = await this.characterParser.parse({ params: { characterId: id } } as any);
console.log(character);

Related Skills

View on GitHub
GitHub Stars11
CategoryDevelopment
Updated15d ago
Forks17

Languages

TypeScript

Security Score

75/100

Audited on Mar 16, 2026

No findings