client-nodejs
Issue Brazilian electronic invoices and query tax data
All Skills in This Repository (11)
Pure Emerald Level Indicatorsopenspec-apply-change
Apply OpenSpec changes by selecting active changes and generating task-by-task instructions.
openspec-explore
Guide requirement discovery and design exploration in OpenSpec workflows.
openspec-verify-change
Verify code implementation against OpenSpec change artifacts and task completion.
openspec-new-change
Scaffold an OpenSpec change and present the first artifact template.
openspec-archive-change
Archives a completed OpenSpec experimental workflow change after validating tasks and artifacts.
openspec-onboard
Orchestrates the OpenSpec EXPLAIN-DO-SHOW-PAUSE workflow cycle from task selection to archiving.
openspec-bulk-archive-change
Archive multiple completed OpenSpec changes and reconcile delta specs.
openspec-continue-change
Generate the next required artifact for an existing OpenSpec change.
openspec-sync-specs
Merge delta requirement blocks into main OpenSpec capability specs.
openspec-ff-change
Generate OpenSpec implementation artifacts in dependency order from CLI status JSON.
nfeio-sdk
Automate Brazilian electronic fiscal document workflows using the NFE.io Node.js SDK.
Frequently Asked Questions
FAQPage SchemaHow to install client-nodejs?▼
Run `npx skills add nfe/client-nodejs --all -g -y` in your terminal to install all skills in this suite globally.
How to issue a Brazilian service invoice (NFS-e) in Node.js?▼
Install the nfe-io package, create an NfeClient with your API key, and call `nfe.serviceInvoices.createAndWait(companyId, data)`. The SDK handles async processing and polling until the invoice is issued.
Can I look up CNPJ, CPF, and CEP data with this SDK?▼
Yes. Use `nfe.legalEntityLookup` for CNPJ company data, `nfe.naturalPersonLookup` for CPF status, and `nfe.addresses.lookupByPostalCode` for CEP address lookups.
Does this skill work with Claude Code and Cursor?▼
Yes. The skill follows the universal SKILL.md standard and works in Claude Code, Cursor, OpenClaw, and other compatible coding agents.
How are async product invoices (NF-e) handled?▼
Product invoice creation always returns 202 and completes asynchronously, with results delivered via webhooks. The skill teaches your agent to configure account webhooks and validate their signatures correctly.
Related Repositories in Finance & Accounting
View All in Finance & Accounting→ccxt
Trade and pull market data from 100+ crypto exchanges
financial-services
AI agents for banking, research, fund admin, and wealth workflows
financial-services-plugins
AI agents for banking, research, fund admin, and wealth workflows