Skip to main content
Back to the directory
lobehub/lobehubSoftware EngineeringFrontend and Design

add-setting-env

Guide for implementing server-side environment variables to configure default user settings.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
733

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/lobehub/lobehub --skill add-setting-env
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, add-setting-env has 733 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: lobehub/lobehub. Canonical URL: https://skills.sh/lobehub/lobehub/add-setting-env.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Guide for implementing server-side environment variables to configure default user settings. Add server-side environment variables to configure default values for user settings. Priority : User Custom > Server Env Var > Hardcoded Default Create src/envs/ .ts : Add to packages/types/src/serverConfig.ts : Prefer reusing existing types from packages/types/src/user/settings . In src/server/globalConfig/index.ts : In src/store/user/slices/common/action.ts : - Follows a three-tier priority system: user custom settings override server environment variables, which override hardcoded defaults - Requires defining the environment variable in a domain-specific config file using @t3-oss/env-nextjs and Zod validation - For new domains, involves updating type definitions, assembling server config, and merging settings into the user store - Includes documentation requirements for .env.example and bilingual self-hosting guides (English and Chinese) - docs/self-hosting/environment-variables/basic.mdx (EN) - docs/self-hosting/environment-variables/basic.zh-CN.mdx (CN)

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does add-setting-env do?

Guide for implementing server-side environment variables to configure default user settings.

Is add-setting-env good?

add-setting-env does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support add-setting-env?

add-setting-env currently lists compatibility with Skills CLI.

Is add-setting-env safe to install?

add-setting-env has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to add-setting-env?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install add-setting-env?

Run the following command to install add-setting-env: npx skills add https://github.com/lobehub/lobehub --skill add-setting-env

Related skills

More from lobehub/lobehub

Related skills

Alternatives in Software Engineering