npx claudepluginhub fakoli/fakoli-plugins --plugin gwsThis skill uses the workspace's default tool permissions.
> **Reference:** See the `gws-shared` skill for auth, global flags, and security rules.
Prevents Ethereum hashing bugs in JavaScript/TypeScript by using true Keccak-256 instead of Node's NIST SHA3-256. For selectors, signatures, storage slots, and address derivation.
Process documents with Nutrient API: convert formats (PDF, DOCX, XLSX, images), OCR scans (100+ languages), extract text/tables, redact PII, sign, fill forms.
Guides Next.js 16+ Turbopack for faster dev via incremental bundling, FS caching, and HMR; covers webpack comparison, bundle analysis, and production builds.
Reference: See the
gws-sharedskill for auth, global flags, and security rules.
gws meet <resource> <method> [flags]
get — Gets a conference record by conference ID.list — Lists the conference records. By default, ordered by start time and in descending order.participants — Operations on the 'participants' resourcerecordings — Operations on the 'recordings' resourcetranscripts — Operations on the 'transcripts' resourcecreate — Creates a space.endActiveConference — Ends an active conference (if there's one). For an example, see End active conference.get — Gets details about a meeting space. For an example, see Get a meeting space.patch — Updates details about a meeting space. For an example, see Update a meeting space.Before calling any API method, inspect it:
# Browse resources and methods
gws meet --help
# Inspect a method's required params, types, and defaults
gws schema meet.<resource>.<method>
Use gws schema output to build your --params and --json flags.