admin/local-storage — 4 abstractions.
44
46%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./skills/user-skills/generated/admin/local-storage/SKILL.mdimport { Name } from "<importPath>";Name: LocalStorage
Import: import { LocalStorage } from "webiny/admin/local-storage"
Source: @webiny/app/features/localStorage/abstractions.ts
Name: useLocalStorage
Import: import { useLocalStorage } from "webiny/admin/local-storage"
Source: @webiny/app/presentation/localStorage/index.ts
Description: Returns the LocalStorage instance from DI.
Useful when you want to call service methods imperatively inside components.
Name: useLocalStorageValue
Import: import { useLocalStorageValue } from "webiny/admin/local-storage"
Source: @webiny/app/presentation/localStorage/index.ts
Name: useLocalStorageValues
Import: import { useLocalStorageValues } from "webiny/admin/local-storage"
Source: @webiny/app/presentation/localStorage/index.ts
Description: Observes multiple keys in LocalStorage and returns an object of { key: value }.
Re-renders when any of the observed keys change.
484553b
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.