@profoundlogic/coderflow-server 0.8.5 → 0.8.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/coder-server.js +1 -1
- package/dist/config.js +1 -1
- package/dist/lib/agent-keepalive.js +1 -1
- package/dist/lib/agent-models.js +1 -1
- package/dist/lib/api-keys.js +1 -1
- package/dist/lib/apiKeys.js +1 -1
- package/dist/lib/app-server-ports.js +1 -1
- package/dist/lib/auto-judge.js +1 -1
- package/dist/lib/automation-service.js +1 -1
- package/dist/lib/basic-auth.js +1 -1
- package/dist/lib/bindings.js +1 -1
- package/dist/lib/build-history.js +1 -1
- package/dist/lib/build-output-service.js +1 -1
- package/dist/lib/build-scheduler.js +1 -1
- package/dist/lib/build-service.js +1 -1
- package/dist/lib/ca-certificates.js +1 -1
- package/dist/lib/claude-oauth-refresh.js +1 -1
- package/dist/lib/cli/build.js +1 -1
- package/dist/lib/cli/cleanup-users.js +1 -1
- package/dist/lib/cli/config-command.js +1 -1
- package/dist/lib/cli/config.js +1 -1
- package/dist/lib/cli/create-user.js +1 -1
- package/dist/lib/cli/grant-admin.js +1 -1
- package/dist/lib/cli/init.js +1 -1
- package/dist/lib/cli/jira.js +1 -1
- package/dist/lib/cli/license.js +1 -1
- package/dist/lib/cli/list-roles.js +1 -1
- package/dist/lib/cli/list-users.js +1 -1
- package/dist/lib/cli/server-manager.js +1 -1
- package/dist/lib/cli/set-password.js +1 -1
- package/dist/lib/compression-filter.js +1 -1
- package/dist/lib/config-migration.js +1 -1
- package/dist/lib/container-credential-sync.js +1 -1
- package/dist/lib/container-tokens.js +1 -1
- package/dist/lib/data-dir.js +1 -1
- package/dist/lib/deployment-history.js +1 -1
- package/dist/lib/deployment-service.js +1 -1
- package/dist/lib/docker-utils.js +1 -1
- package/dist/lib/email.js +1 -1
- package/dist/lib/emailTemplates.js +1 -1
- package/dist/lib/entitlement.js +1 -1
- package/dist/lib/external-connections.js +1 -1
- package/dist/lib/fetch-utils.js +1 -1
- package/dist/lib/git-commit-details-route.js +1 -1
- package/dist/lib/git-history-diff-guardrails.js +1 -1
- package/dist/lib/git-provider-service.js +1 -1
- package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
- package/dist/lib/git-provider-setup/index.js +1 -1
- package/dist/lib/git-provider-setup/setup-factory.js +1 -1
- package/dist/lib/git-provider-setup/setup-interface.js +1 -1
- package/dist/lib/git-providers/azure-devops-provider.js +1 -1
- package/dist/lib/git-providers/github-app-provider.js +1 -1
- package/dist/lib/git-providers/index.js +1 -1
- package/dist/lib/git-providers/provider-factory.js +1 -1
- package/dist/lib/git-providers/provider-interface.js +1 -1
- package/dist/lib/github-urls.js +1 -1
- package/dist/lib/group-objective-linking.js +1 -1
- package/dist/lib/ibmi-sync.js +1 -1
- package/dist/lib/jira-client.js +1 -1
- package/dist/lib/judge-blinding.js +1 -1
- package/dist/lib/logger.js +1 -1
- package/dist/lib/memory-utils.js +1 -1
- package/dist/lib/migration-to-scoped-rbac.js +1 -1
- package/dist/lib/model-fetcher.js +1 -1
- package/dist/lib/notifications.js +1 -1
- package/dist/lib/objective-context.js +1 -1
- package/dist/lib/oidc-auth.js +1 -1
- package/dist/lib/oidc-device-flow.js +1 -1
- package/dist/lib/passwordTokens.js +1 -1
- package/dist/lib/permission-resolver.js +1 -1
- package/dist/lib/pin-cascade.js +1 -1
- package/dist/lib/provider-accounts.js +1 -1
- package/dist/lib/provider-oauth.js +1 -1
- package/dist/lib/provider-profile.js +1 -1
- package/dist/lib/provider-token-refresh.js +1 -1
- package/dist/lib/rbac-user-state.js +1 -1
- package/dist/lib/request-url.js +1 -1
- package/dist/lib/rewind.js +1 -1
- package/dist/lib/role-definitions.js +1 -1
- package/dist/lib/roles.js +1 -1
- package/dist/lib/secrets.js +1 -1
- package/dist/lib/setup-repo-git-auth.js +1 -1
- package/dist/lib/state-capture.js +1 -1
- package/dist/lib/static-files.js +1 -1
- package/dist/lib/task-aliases.js +1 -1
- package/dist/lib/task-container-init.js +1 -1
- package/dist/lib/task-context-usage.js +1 -1
- package/dist/lib/task-name-format.js +1 -1
- package/dist/lib/task-name-generator.js +1 -1
- package/dist/lib/task-source-metadata.js +1 -1
- package/dist/lib/teams.js +1 -1
- package/dist/lib/user-git-oauth.js +1 -1
- package/dist/lib/user-git-tokens.js +1 -1
- package/dist/lib/users.js +1 -1
- package/dist/middleware/requireAuth.js +1 -1
- package/dist/middleware/requireInit.js +1 -1
- package/dist/middleware/requirePermission.js +1 -1
- package/dist/package.json +1 -1
- package/dist/playwright.config.js +1 -1
- package/dist/playwright.task-terminal.config.js +1 -1
- package/dist/routes/apiKeys.js +1 -1
- package/dist/routes/auth-oidc.js +1 -1
- package/dist/routes/auth.js +1 -1
- package/dist/routes/automations.js +1 -1
- package/dist/routes/bindings.js +1 -1
- package/dist/routes/build.js +1 -1
- package/dist/routes/containers.js +1 -1
- package/dist/routes/deploy-task.js +1 -1
- package/dist/routes/environment-management.js +1 -1
- package/dist/routes/environments.js +1 -1
- package/dist/routes/external-skills.js +1 -1
- package/dist/routes/git-credentials.js +1 -1
- package/dist/routes/git-oauth.js +1 -1
- package/dist/routes/git-provider-setup.js +1 -1
- package/dist/routes/health.js +1 -1
- package/dist/routes/jira.js +1 -1
- package/dist/routes/logs.js +1 -1
- package/dist/routes/objective-management.js +1 -1
- package/dist/routes/password.js +1 -1
- package/dist/routes/prompt.js +1 -1
- package/dist/routes/provider-auth.js +1 -1
- package/dist/routes/qa.js +1 -1
- package/dist/routes/roles.js +1 -1
- package/dist/routes/settings.js +1 -1
- package/dist/routes/skill-management.js +1 -1
- package/dist/routes/skills.js +1 -1
- package/dist/routes/stats.js +1 -1
- package/dist/routes/tasks.js +1 -1
- package/dist/routes/teams.js +1 -1
- package/dist/routes/templates.js +1 -1
- package/dist/routes/test-task.js +1 -1
- package/dist/routes/test.js +1 -1
- package/dist/routes/users.js +1 -1
- package/dist/routes/visualizations.js +1 -1
- package/dist/scripts/create-user.js +1 -1
- package/dist/scripts/migrate-config-to-data-dir.js +1 -1
- package/dist/start.js +1 -1
- package/dist/web-ui/public/activity-detail-modal.js +1 -1
- package/dist/web-ui/public/activity-feed.js +1 -1
- package/dist/web-ui/public/activity-formatters.js +1 -1
- package/dist/web-ui/public/admin.css +60 -0
- package/dist/web-ui/public/admin.html +6 -0
- package/dist/web-ui/public/admin.js +1 -1
- package/dist/web-ui/public/agent-event-parser.js +1 -1
- package/dist/web-ui/public/app.js +1 -1
- package/dist/web-ui/public/approve-dialog.js +1 -1
- package/dist/web-ui/public/automation-links.js +1 -1
- package/dist/web-ui/public/automation-schedule.js +1 -1
- package/dist/web-ui/public/comments-widget.js +1 -1
- package/dist/web-ui/public/diff-utils.js +1 -1
- package/dist/web-ui/public/environments.js +1 -1
- package/dist/web-ui/public/feedback-widget.js +1 -1
- package/dist/web-ui/public/file-selection-tree.js +1 -1
- package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
- package/dist/web-ui/public/git-history.js +1 -1
- package/dist/web-ui/public/git-status.js +1 -1
- package/dist/web-ui/public/ibmi-file-filter.js +1 -1
- package/dist/web-ui/public/index.js +1 -1
- package/dist/web-ui/public/login.js +1 -1
- package/dist/web-ui/public/markdown-editor.js +1 -1
- package/dist/web-ui/public/markdown-file-editor.js +1 -1
- package/dist/web-ui/public/modal-maximize.js +1 -1
- package/dist/web-ui/public/notifications.js +1 -1
- package/dist/web-ui/public/permissions.js +1 -1
- package/dist/web-ui/public/pr-dialog.js +1 -1
- package/dist/web-ui/public/roles.js +1 -1
- package/dist/web-ui/public/settings.js +1 -1
- package/dist/web-ui/public/setup-password.js +1 -1
- package/dist/web-ui/public/skills.js +1 -1
- package/dist/web-ui/public/sse-client.js +1 -1
- package/dist/web-ui/public/sse-shared-worker.js +1 -1
- package/dist/web-ui/public/task-judging-helpers.js +1 -1
- package/dist/web-ui/public/task.js +1 -1
- package/dist/web-ui/public/teams.js +1 -1
- package/dist/web-ui/public/terminal.js +1 -1
- package/dist/web-ui/public/theme.js +1 -1
- package/dist/web-ui/public/users.js +1 -1
- package/dist/web-ui/public/variant-grouping.js +1 -1
- package/package.json +1 -1
package/dist/routes/skills.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0xbf08d1,_0x33c440){const _0x5a81cb={_0x37ff09:0x3b6,_0x350218:0x47f,_0x31064a:0x632,_0x3b8fc3:0x7a1,_0x52293b:0x738,_0x4b159d:0x670,_0x38cd74:0x7b9,_0x20ec97:0x360,_0x44a57f:0x383,_0x15c0fa:0x2c2,_0x915c34:0x38d,_0x39e790:0x2a1,_0x25a7bd:0x397,_0x5c278f:0x3f4,_0x27b640:0x6c6,_0x1bd732:0x4fd,_0x1a332e:0x4f9,_0x31bc62:0x5e3,_0xa21a61:0x5b6},_0x16ec81={_0x1b028c:0x81};function _0x8b8d0c(_0x27ed06,_0x5ebc4b,_0x12229a,_0x2e06da){return _0x59a4(_0x2e06da-_0x16ec81._0x1b028c,_0x27ed06);}function _0xf248c1(_0x4e2b0f,_0x543689,_0x59c01f,_0x2c4539){return _0x59a4(_0x2c4539-0x3a4,_0x59c01f);}const _0x15f15c=_0xbf08d1();while(!![]){try{const _0x2ad306=parseInt(_0x8b8d0c(_0x5a81cb._0x37ff09,0x40b,_0x5a81cb._0x350218,0x43c))/(0xa*0x314+0x23*0x65+0x164b*-0x2)*(-parseInt(_0xf248c1(_0x5a81cb._0x31064a,_0x5a81cb._0x3b8fc3,_0x5a81cb._0x52293b,_0x5a81cb._0x4b159d))/(0x1*0xc7+-0x263f+0x257a))+-parseInt(_0xf248c1(0x609,0x7d1,_0x5a81cb._0x38cd74,0x721))/(0x7e3*0x1+-0x913*0x3+-0x27*-0x7f)+parseInt(_0x8b8d0c(_0x5a81cb._0x20ec97,_0x5a81cb._0x44a57f,0x364,0x2a4))/(0x8c0+-0x1b1c+-0x62*-0x30)*(-parseInt(_0x8b8d0c(0x2f9,0x38a,_0x5a81cb._0x15c0fa,_0x5a81cb._0x915c34))/(0x234d+-0x3d7*0x1+-0xa7b*0x3))+parseInt(_0x8b8d0c(0x196,0x33f,_0x5a81cb._0x39e790,0x20d))/(0x103a+-0x2*0x8c6+0x158)+parseInt(_0x8b8d0c(0x424,0x507,_0x5a81cb._0x25a7bd,_0x5a81cb._0x5c278f))/(0x9dc+-0xdaf+0x3da)+-parseInt(_0xf248c1(_0x5a81cb._0x27b640,0x810,0x68a,0x6ce))/(0xd84+0x908+-0x2*0xb42)+parseInt(_0xf248c1(_0x5a81cb._0x1bd732,_0x5a81cb._0x1a332e,_0x5a81cb._0x31bc62,_0x5a81cb._0xa21a61))/(0x1a8a*-0x1+-0x8b0+0x2343);if(_0x2ad306===_0x33c440)break;else _0x15f15c['push'](_0x15f15c['shift']());}catch(_0x367f35){_0x15f15c['push'](_0x15f15c['shift']());}}}(_0x34db,0x11b2bd+-0x3ebd*-0x11+-0x98eb7));import _0x57c803 from'express';import{promises as _0x5e1ddd}from'fs';import _0x43ab2a from'path';import{exec,execFile}from'child_process';import{promisify}from'util';import{setupPath,reloadCoderConfig}from'../start.js';import{requirePermission,requireAnyPermission}from'../middleware/requirePermission.js';import{logger}from'../lib/logger.js';function _0x59a4(_0x2486b7,_0x31aaa3){_0x2486b7=_0x2486b7-(0x34d*-0x3+-0x805*-0x1+0x2*0x194);const _0x418ea3=_0x34db();let _0x5ad7b2=_0x418ea3[_0x2486b7];if(_0x59a4['VuMDTH']===undefined){var _0x25d546=function(_0x275f3c){const _0x5f47f9='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x4077f4='',_0x361d3a='';for(let _0x3f2260=0x2*0x11f6+0x6*0x4f+0x2*-0x12e3,_0x8841f8,_0x58c252,_0x163204=-0xf*-0xc9+0x12e*0xb+-0x1*0x18c1;_0x58c252=_0x275f3c['charAt'](_0x163204++);~_0x58c252&&(_0x8841f8=_0x3f2260%(-0x1e4c+-0xe9+0x1f39)?_0x8841f8*(0x7*0x166+-0x17*-0x16d+0x2a55*-0x1)+_0x58c252:_0x58c252,_0x3f2260++%(0x1*0x1a2c+-0xdfe+-0x40e*0x3))?_0x4077f4+=String['fromCharCode'](-0x10d1+-0x3*-0x697+-0x1f5&_0x8841f8>>(-(0x404*0x6+-0x1*0x188f+-0x79*-0x1)*_0x3f2260&-0x948+0x145a+-0x7*0x194)):0x196d+-0x1*-0xcb+-0x1a38){_0x58c252=_0x5f47f9['indexOf'](_0x58c252);}for(let _0x2cf44d=-0x1936+0x1962+-0x2c,_0xff07cf=_0x4077f4['length'];_0x2cf44d<_0xff07cf;_0x2cf44d++){_0x361d3a+='%'+('00'+_0x4077f4['charCodeAt'](_0x2cf44d)['toString'](0x1*0x943+0x4*0x286+-0x1c1*0xb))['slice'](-(-0x137*0x11+0x1e92+-0x9e9));}return decodeURIComponent(_0x361d3a);};_0x59a4['LffSKz']=_0x25d546,_0x59a4['gdfqgA']={},_0x59a4['VuMDTH']=!![];}const _0x5453e1=_0x418ea3[-0xc7a+0x1471*-0x1+-0x3*-0xaf9],_0x3fbc8b=_0x2486b7+_0x5453e1,_0x38ddec=_0x59a4['gdfqgA'][_0x3fbc8b];return!_0x38ddec?(_0x5ad7b2=_0x59a4['LffSKz'](_0x5ad7b2),_0x59a4['gdfqgA'][_0x3fbc8b]=_0x5ad7b2):_0x5ad7b2=_0x38ddec,_0x5ad7b2;}import{getSetupRepoAuthConfig,runSetupRepoGitCommand}from'../lib/setup-repo-git-auth.js';import{removeContainersForSkill}from'../lib/docker-utils.js';const execAsync=promisify(exec),execFileAsync=promisify(execFile),router=_0x57c803[_0x359185(-0xf1,-0x189,-0x23d,-0x1e4)]();function buildSetupRepoAuthParams(_0x264d36,_0x4be73b){const _0x563f8b={_0x26ae0d:0x169,_0x309790:0xaa,_0x5c70b0:0x15,_0x20f4b3:0x128,_0x2958c4:0x191,_0x2f16f9:0x2a3,_0xaacf78:0x1ee,_0x5c34db:0x1ed},_0x38d3c3={_0x2d5323:0x22},_0x5c534b={_0x3d7350:0x90},_0x4f275f={};_0x4f275f[_0x13bc7e(-_0x563f8b._0x26ae0d,-_0x563f8b._0x309790,-_0x563f8b._0x5c70b0,-_0x563f8b._0x20f4b3)]=function(_0x1b90e1,_0x2fc2bf){return _0x1b90e1===_0x2fc2bf;};const _0x28ec1e=_0x4f275f;function _0x22bb0d(_0xeb70e7,_0x5b89fd,_0x301ca3,_0x3e977b){return _0x359185(_0xeb70e7-_0x5c534b._0x3d7350,_0x301ca3-0x346,_0x5b89fd,_0x3e977b-0x47);}function _0x13bc7e(_0x314906,_0x3a094e,_0x35f475,_0x55c404){return _0x359185(_0x314906-0x23,_0x3a094e- -_0x38d3c3._0x2d5323,_0x314906,_0x55c404-0x123);}return{'authConfig':_0x264d36,'userId':_0x28ec1e['oKWgZ'](_0x264d36[_0x13bc7e(-0x1c1,-_0x563f8b._0x2958c4,-0x15f,-0x23b)],_0x13bc7e(-_0x563f8b._0x2f16f9,-_0x563f8b._0xaacf78,-_0x563f8b._0x5c34db,-0x108))?_0x4be73b['user']['id']:undefined};}async function checkSetupRepoUserConnection(_0x35e941,_0x3a3141,_0x1d02d9){const _0x2d081b={_0x38ee40:0x4dc,_0x2dca9a:0x467,_0x10ae79:0x4cf,_0xa78e7:0x57e,_0x4dd0ab:0x3a5,_0x2868ce:0x3b3,_0x4b212f:0x36d,_0xe9654c:0x2bc,_0x2562e3:0x33b,_0x294feb:0x3f4,_0x238052:0x234,_0x2f7b9f:0x334,_0x366bf7:0x239,_0x3f9671:0x559,_0x2d7cf3:0x5bd,_0x1f9ece:0x5b0,_0x3c36ed:0x339,_0x525932:0x222,_0x2fb037:0x340,_0x3ee5c1:0x170,_0x50f1a5:0x3ca,_0x52d7a2:0x29e,_0x2829f4:0x472,_0x3807af:0x3f8,_0xef4989:0x4ee,_0x295b8e:0x4c9,_0x360d58:0x456,_0x537529:0x3cf,_0x36845e:0x4f0,_0xa657de:0x54f,_0x139c2e:0x1eb,_0x160cc1:0x404,_0x4ef18e:0x390,_0x123ca2:0x2c1,_0x4b01f1:0x2c2,_0x509729:0x598,_0x24347e:0x52f,_0x4c196a:0x280,_0xe1eb18:0x4b3,_0x355ce4:0x54a,_0x5cc284:0x480,_0x3e92c6:0x3ba,_0x5e1185:0x3d4,_0x59f9f2:0x28a,_0x3afdc6:0x2d4,_0x459cac:0x2a3,_0x25afb8:0x23a,_0x1bb9f7:0x512,_0x1771e1:0x3df,_0x4c672f:0x3ee,_0x3f684c:0x323,_0x1c8695:0x372,_0x127fe4:0x442,_0x34a4bc:0x4e0,_0x36d9cd:0x30c,_0x196cc3:0x1b5,_0x2a6075:0x64c,_0x47af3a:0x627,_0x56a587:0x401,_0x293c69:0x431,_0x5aa018:0x40f,_0x37483f:0x451,_0x3d23d4:0x35a,_0x654d3d:0x370,_0x37cb06:0x4f6,_0x3f0a72:0x406,_0x4b30df:0x2e5,_0x2024e5:0x3ae,_0x2d1150:0x3d9,_0x5067c8:0x267,_0xef168d:0x4c9,_0x29c545:0x393,_0x22207b:0x27a,_0x4ddedb:0x345,_0xf4ecc5:0x33a,_0x2a6d56:0x46c,_0x5cd34e:0x360,_0x382277:0x4b3,_0x5eb1de:0x464,_0x555d27:0x425},_0x204404={_0x18c9ef:0x110,_0x4da6b1:0x4af,_0x3b3dac:0xe},_0x336db8={_0x34eb6c:0x5b7};function _0x195a4a(_0x1ac614,_0x39fb88,_0x555ef4,_0x2310a4){return _0x359185(_0x1ac614-0x18f,_0x555ef4-_0x336db8._0x34eb6c,_0x2310a4,_0x2310a4-0x19);}const _0xc68e07={'EBVti':_0x195a4a(0x50b,0x5bd,_0x2d081b._0x38ee40,_0x2d081b._0x2dca9a)+_0x195a4a(_0x2d081b._0x10ae79,_0x2d081b._0xa78e7,0x47c,_0x2d081b._0x4dd0ab)+'igured','AhTYJ':_0x195a4a(0x2c0,_0x2d081b._0x2868ce,0x3eb,_0x2d081b._0x4b212f),'zssQU':function(_0x3426c3,_0xed8b3e,_0x499b83){return _0x3426c3(_0xed8b3e,_0x499b83);},'GJStj':function(_0x1e07d6,_0x2535ec){return _0x1e07d6===_0x2535ec;},'NSIUx':_0x2f59b4(0x319,0x286,0x4c5,0x3bc),'CDJHs':_0x2f59b4(_0x2d081b._0xe9654c,0x2d4,_0x2d081b._0x2562e3,_0x2d081b._0x294feb),'icbXF':_0x2f59b4(_0x2d081b._0x238052,_0x2d081b._0x2f7b9f,0x21a,_0x2d081b._0x366bf7)+_0x2f59b4(_0x2d081b._0x3f9671,0x422,0x426,0x43b)+_0x195a4a(0x63c,_0x2d081b._0x2d7cf3,_0x2d081b._0x1f9ece,0x613),'pwhWB':function(_0x3bea05){return _0x3bea05();},'qWvNB':_0x2f59b4(0x29d,_0x2d081b._0x3c36ed,0x3b0,0x269)+'_user_not_'+'connected'};if(_0x35e941[_0x2f59b4(0x416,0x426,_0x2d081b._0x525932,_0x2d081b._0x2fb037)]!==_0xc68e07[_0x2f59b4(_0x2d081b._0x3ee5c1,0x1a8,_0x2d081b._0x50f1a5,_0x2d081b._0x52d7a2)])return![];const {getUserGitToken:_0x25eb66}=await import(_0x195a4a(0x4c4,0x45e,_0x2d081b._0x2829f4,0x590)+_0x195a4a(_0x2d081b._0x3807af,0x42d,_0x2d081b._0xef4989,_0x2d081b._0x295b8e)+_0x2f59b4(_0x2d081b._0x360d58,_0x2d081b._0x537529,_0x2d081b._0x36845e,0x3f1)),_0x42890e=await _0xc68e07[_0x195a4a(0x4fa,0x5d0,_0x2d081b._0xa657de,0x438)](_0x25eb66,_0x3a3141[_0x2f59b4(_0x2d081b._0x139c2e,_0x2d081b._0x160cc1,_0x2d081b._0x4ef18e,0x2e3)]['id'],_0x35e941[_0x2f59b4(_0x2d081b._0x123ca2,0x320,0x366,_0x2d081b._0x4b01f1)]);function _0x2f59b4(_0xed1952,_0x34a450,_0x21a4ae,_0x272536){return _0x359185(_0xed1952-_0x204404._0x18c9ef,_0x272536-_0x204404._0x4da6b1,_0x34a450,_0x272536-_0x204404._0x3b3dac);}if(!_0x42890e){if(_0xc68e07[_0x195a4a(_0x2d081b._0x509729,_0x2d081b._0x24347e,0x5c5,0x57b)](_0xc68e07['NSIUx'],_0xc68e07[_0x2f59b4(0x34b,0x3c6,_0x2d081b._0x4c196a,0x335)])){const _0x363ab0={};return _0x363ab0['error']=_0xc68e07['EBVti'],_0x2accfa[_0x2f59b4(_0x2d081b._0xe1eb18,0x380,_0x2d081b._0x355ce4,0x425)](0x16*-0x2e+0x1fc*0x4+-0x205*0x1)[_0x195a4a(0x56f,0x56c,0x4ca,0x58f)](_0x363ab0);}else{const {loadProvidersConfig:_0x2e262c}=await import(_0xc68e07[_0x195a4a(_0x2d081b._0x5cc284,0x481,0x4e3,0x582)]),_0x4028a6=await _0xc68e07['pwhWB'](_0x2e262c),_0x49c617=_0x4028a6[_0x2f59b4(_0x2d081b._0x3e92c6,0x535,_0x2d081b._0x5e1185,0x4ba)]?.[_0x35e941[_0x2f59b4(_0x2d081b._0x59f9f2,0x32d,0x29d,0x2c2)]]?.[_0x2f59b4(0x2cf,_0x2d081b._0x3afdc6,_0x2d081b._0x459cac,_0x2d081b._0x25afb8)]||null,_0x4570db={};return _0x4570db[_0x195a4a(_0x2d081b._0x1bb9f7,0x29e,_0x2d081b._0x1771e1,0x425)]=_0xc68e07[_0x195a4a(0x3ec,_0x2d081b._0x4c672f,0x40d,_0x2d081b._0x3f684c)],_0x4570db['provider_n'+'ame']=_0x35e941[_0x195a4a(_0x2d081b._0x1c8695,_0x2d081b._0x127fe4,0x3ca,_0x2d081b._0x34a4bc)],_0x4570db[_0x2f59b4(_0x2d081b._0x36d9cd,_0x2d081b._0x196cc3,0x1f0,0x235)+'ype']=_0x49c617,_0x4570db[_0x195a4a(0x53f,_0x2d081b._0x2a6075,0x512,_0x2d081b._0x47af3a)]='Your\x20accou'+_0x2f59b4(_0x2d081b._0x56a587,0x483,0x46e,_0x2d081b._0x293c69)+_0x195a4a(_0x2d081b._0x5aa018,_0x2d081b._0x37483f,_0x2d081b._0x3d23d4,_0x2d081b._0x654d3d)+'to\x20provide'+_0x2f59b4(_0x2d081b._0x37cb06,_0x2d081b._0x3f0a72,_0x2d081b._0x4b30df,_0x2d081b._0x2024e5)+_0x35e941[_0x195a4a(0x3ce,0x295,_0x2d081b._0x50f1a5,_0x2d081b._0x2d1150)]+(_0x195a4a(_0x2d081b._0x5067c8,_0x2d081b._0xef168d,_0x2d081b._0x29c545,_0x2d081b._0x22207b)+_0x2f59b4(_0x2d081b._0x4ddedb,_0x2d081b._0xf4ecc5,_0x2d081b._0x2a6d56,_0x2d081b._0x5cd34e)+_0x195a4a(0x534,0x317,0x3ef,0x51b)+_0x195a4a(0x3c0,0x4e5,_0x2d081b._0x382277,_0x2d081b._0x5eb1de)+'d.'),_0x1d02d9[_0x2f59b4(0x3cd,0x3b5,_0x2d081b._0x5aa018,_0x2d081b._0x555d27)](-0x1*0x64a+0x169d+-0x1d8*0x8)['json'](_0x4570db),!![];}}return![];}function getSkillsPath(){const _0x515782={_0x3a6755:0x261,_0xc7f390:0x45a},_0x287551={_0xca2277:0x191};if(!setupPath)return null;function _0x35b756(_0x4e9240,_0x523494,_0x2ac7ed,_0x550891){return _0x359185(_0x4e9240-0x1a7,_0x4e9240-0x513,_0x523494,_0x550891-_0x287551._0xca2277);}return _0x43ab2a['join'](setupPath,_0x35b756(0x322,0x2cb,_0x515782._0x3a6755,_0x515782._0xc7f390));}async function skillsDirExists(){const _0x23d879={_0x5bce5d:0x5c4,_0x575df5:0x53b},_0x4e8c85={_0x3eaffa:0x66a,_0x4f40d9:0x1e2},_0x3438a7={'xqfoK':function(_0x238cd6){return _0x238cd6();}};function _0x42dc99(_0x2c28e1,_0x5b0277,_0x4d00fe,_0x1b1df6){return _0x359185(_0x2c28e1-0x14,_0x4d00fe-0x793,_0x1b1df6,_0x1b1df6-0x1a7);}function _0x1ff2d0(_0x2cb8e7,_0x280363,_0x1f93a4,_0x560582){return _0x359185(_0x2cb8e7-0x122,_0x2cb8e7-_0x4e8c85._0x3eaffa,_0x560582,_0x560582-_0x4e8c85._0x4f40d9);}const _0x22d858=_0x3438a7[_0x1ff2d0(_0x23d879._0x5bce5d,0x708,0x4d1,_0x23d879._0x575df5)](getSkillsPath);if(!_0x22d858)return![];try{return await _0x5e1ddd[_0x1ff2d0(0x576,0x615,0x55c,0x539)](_0x22d858),!![];}catch{return![];}}function _0x359185(_0x1cdaec,_0x136bc9,_0x5824ad,_0xec7ae6){const _0x61cc5={_0xcfaad5:0x3c6};return _0x59a4(_0x136bc9- -_0x61cc5._0xcfaad5,_0x5824ad);}async function ensureSkillsDir(){const _0x4e4b69={_0x3040be:0x172,_0x59016a:0x36,_0x43ffd2:0x163,_0x255781:0xcf,_0x4f8500:0x79,_0x3cd3f5:0x4f,_0x462138:0x1f4,_0x5c8fa9:0x125,_0x29e937:0xa8,_0x474a99:0x211,_0x150fbe:0x175,_0x391312:0x1f9,_0x49e093:0x10f,_0x53b903:0x28c,_0x224ff6:0x116,_0x40e16a:0x9c},_0x4f5cd5={_0x3f5505:0x1e9,_0x1500b0:0x91},_0x3d955e={};_0x3d955e[_0x45b9ad(0x14d,_0x4e4b69._0x3040be,_0x4e4b69._0x59016a,0x26f)]=_0x2f6dc7(0xfa,0x7f,_0x4e4b69._0x43ffd2,0xef)+_0x45b9ad(_0x4e4b69._0x255781,_0x4e4b69._0x4f8500,_0x4e4b69._0x3cd3f5,_0x4e4b69._0x462138)+_0x45b9ad(0x38,_0x4e4b69._0x5c8fa9,_0x4e4b69._0x29e937,0x28);function _0x2f6dc7(_0x4f292a,_0x21c15b,_0x5dff44,_0x29ac16){return _0x359185(_0x4f292a-_0x4f5cd5._0x3f5505,_0x29ac16-0x1ca,_0x4f292a,_0x29ac16-_0x4f5cd5._0x1500b0);}const _0x156ed0=_0x3d955e,_0x1b8885=getSkillsPath();if(!_0x1b8885)throw new Error(_0x156ed0[_0x45b9ad(0x14d,_0x4e4b69._0x474a99,_0x4e4b69._0x150fbe,0x4b)]);const _0x4841db={};function _0x45b9ad(_0x329101,_0x57c491,_0x4d4b02,_0xb2d5c7){return _0x359185(_0x329101-0xd5,_0x329101-0x20a,_0xb2d5c7,_0xb2d5c7-0x74);}return _0x4841db[_0x45b9ad(_0x4e4b69._0x391312,0x185,_0x4e4b69._0x49e093,_0x4e4b69._0x53b903)]=!![],await _0x5e1ddd[_0x2f6dc7(-_0x4e4b69._0x224ff6,-0x25,-0xc9,-_0x4e4b69._0x40e16a)](_0x1b8885,_0x4841db),_0x1b8885;}async function getGitIgnoredFiles(_0x22a9a0,_0x45af59){const _0x18fbe2={_0x162d69:0x59e,_0x569504:0x637,_0x1fa847:0x6c2,_0x963ec5:0x7cc,_0x275440:0x675,_0x40b39a:0x662,_0x523fdf:0x574,_0x33721f:0x54f,_0x176991:0x704,_0x552c8c:0x57d,_0x45fb85:0x5fa,_0x1097d8:0x634,_0x53c651:0x5d7,_0x26b4fd:0x60d,_0x13cddd:0x5d9,_0x2c28af:0x6a5,_0x277024:0x795,_0x25c7e4:0x785,_0x16a1c0:0x5fe,_0x4ea94e:0x58a,_0x5f1c0f:0x768,_0x2a6697:0x7d9,_0x2c0d85:0x545,_0x1dc992:0x606,_0x5543cc:0x713,_0x5de8d2:0x745,_0x49cce9:0x723,_0x1a91cc:0x71c,_0x4ea7a9:0x5eb,_0x146350:0x841,_0x4057b2:0x67d,_0x5a7e7b:0x5d8,_0x4e8aa0:0x6e8,_0x1e8eb1:0x67d,_0x82ca5a:0x740,_0x1a60d:0x6d7,_0x5ac707:0x51f,_0x475c0b:0x5f4,_0x4ad79c:0x5f8,_0xf85f52:0x545,_0x237f41:0x6e3,_0x2de608:0x6ad,_0x9d2894:0x617,_0xc3925d:0x577,_0x1c2a3d:0x4aa,_0x35bb1f:0x7cd,_0x5b7ed7:0x6b1,_0x3011c4:0x6cf,_0x21aac1:0x65c,_0xb7e9d3:0x6c6,_0xe56573:0x79b,_0x30b823:0x618,_0x126d91:0x70e,_0x2ab493:0x592,_0x229f1a:0x600,_0x3a4d3b:0x6db,_0x4bcebd:0x65c},_0x4ca653={_0x27897b:0x56,_0x97f427:0x754},_0xc36a4={_0x4bc1bb:0x35,_0x572ff8:0x79d},_0x1eda76={};_0x1eda76[_0x463e8d(_0x18fbe2._0x162d69,0x4ab,_0x18fbe2._0x569504,0x594)]=_0x378c96(_0x18fbe2._0x1fa847,_0x18fbe2._0x963ec5,_0x18fbe2._0x275440,0x621)+_0x378c96(_0x18fbe2._0x40b39a,_0x18fbe2._0x523fdf,_0x18fbe2._0x33721f,_0x18fbe2._0x176991)+_0x463e8d(0x582,_0x18fbe2._0x552c8c,_0x18fbe2._0x45fb85,0x6ad),_0x1eda76[_0x463e8d(_0x18fbe2._0x1097d8,_0x18fbe2._0x53c651,_0x18fbe2._0x26b4fd,_0x18fbe2._0x13cddd)]='OIdCW';function _0x378c96(_0x5c41d7,_0x5ad5ef,_0x5af198,_0x330916){return _0x359185(_0x5c41d7-_0xc36a4._0x4bc1bb,_0x5c41d7-_0xc36a4._0x572ff8,_0x5af198,_0x330916-0x77);}_0x1eda76[_0x378c96(_0x18fbe2._0x2c28af,_0x18fbe2._0x277024,_0x18fbe2._0x25c7e4,0x6c3)]=_0x378c96(_0x18fbe2._0x16a1c0,0x55f,0x600,_0x18fbe2._0x4ea94e)+'1',_0x1eda76[_0x463e8d(0x692,_0x18fbe2._0x5f1c0f,0x5cb,_0x18fbe2._0x2a6697)]=_0x463e8d(_0x18fbe2._0x2c0d85,0x60b,0x4e3,_0x18fbe2._0x1dc992)+'ignore\x20err'+'or\x20(may\x20be'+_0x463e8d(_0x18fbe2._0x5543cc,0x60c,0x75d,_0x18fbe2._0x5de8d2)+_0x463e8d(_0x18fbe2._0x49cce9,_0x18fbe2._0x1a91cc,_0x18fbe2._0x4ea7a9,_0x18fbe2._0x146350)+'nore\x20exist'+'s)';const _0x4cd687=_0x1eda76,_0x33b86b=new Set();function _0x463e8d(_0x2d3867,_0x247e10,_0x32cd4a,_0x387721){return _0x359185(_0x2d3867-_0x4ca653._0x27897b,_0x2d3867-_0x4ca653._0x97f427,_0x247e10,_0x387721-0x1b3);}if(!_0x45af59['length'])return _0x33b86b;try{if(_0x4cd687[_0x378c96(_0x18fbe2._0x4057b2,0x653,_0x18fbe2._0x5a7e7b,_0x18fbe2._0x4e8aa0)]!==_0x4cd687[_0x378c96(_0x18fbe2._0x1e8eb1,0x5c3,_0x18fbe2._0x82ca5a,0x7ba)])throw new _0x2e9398(_0x4cd687[_0x378c96(0x5e7,_0x18fbe2._0x1a60d,0x501,0x567)]);else{const _0x587bbd={};_0x587bbd[_0x378c96(_0x18fbe2._0x5ac707,_0x18fbe2._0x475c0b,_0x18fbe2._0x4ad79c,0x509)]=_0x22a9a0;const {stdout:_0x14cf94}=await execAsync(_0x463e8d(_0x18fbe2._0xf85f52,_0x18fbe2._0x5ac707,0x651,0x538)+'ignore\x20'+_0x45af59[_0x463e8d(0x5d8,_0x18fbe2._0x237f41,_0x18fbe2._0x2de608,0x6d3)](_0x14a5fa=>'\x22'+_0x14a5fa+'\x22')[_0x378c96(_0x18fbe2._0x9d2894,0x70c,_0x18fbe2._0xc3925d,0x643)]('\x20'),_0x587bbd);_0x14cf94[_0x378c96(0x58d,0x5b7,0x668,_0x18fbe2._0x1c2a3d)]('\x0a')['filter'](Boolean)['forEach'](_0x211d2f=>_0x33b86b[_0x378c96(0x707,0x65a,0x61b,0x61a)](_0x211d2f[_0x463e8d(0x645,0x746,0x527,0x55c)]()));}}catch(_0x4504f0){if(_0x4504f0[_0x378c96(0x71a,0x681,_0x18fbe2._0x35bb1f,_0x18fbe2._0x5b7ed7)]!==-0x6d*0x32+0xdae+0x79d&&!_0x4504f0[_0x378c96(0x6f8,0x6e4,_0x18fbe2._0x3011c4,0x5c3)]['includes'](_0x4cd687[_0x463e8d(_0x18fbe2._0x21aac1,_0x18fbe2._0xb7e9d3,_0x18fbe2._0xe56573,0x739)])){const _0x409c9a={};_0x409c9a[_0x378c96(0x5c5,0x532,_0x18fbe2._0x30b823,0x583)]=_0x4504f0[_0x378c96(0x6f8,0x5fd,_0x18fbe2._0x126d91,0x5b1)],logger[_0x378c96(0x5b7,_0x18fbe2._0x2ab493,0x6ec,_0x18fbe2._0x229f1a)](_0x4cd687[_0x378c96(_0x18fbe2._0x3a4d3b,_0x18fbe2._0x4bcebd,0x62a,0x6e5)],_0x409c9a);}}return _0x33b86b;}function filterGitIgnoredFiles(_0x8e28cb,_0x291d27,_0x10b145=''){const _0x44089a={_0x187806:0x609,_0x2ac7f8:0x552,_0x4cf140:0x5a5,_0x1f65d9:0x6ce},_0x4e0b2b={_0x5e2713:0x21,_0x3e9e87:0x75,_0x4f90a7:0x5,_0x1d24e6:0x125,_0x4678fb:0x75,_0x1e5855:0xda,_0x143ee4:0xf5,_0x683b5b:0xba,_0x3a5089:0x77,_0x431399:0x162,_0x1c0d31:0xfd,_0x7da55:0x62e,_0x14d1ef:0x692,_0xcbc4af:0x687},_0xe4507b={_0x3503ba:0x17c,_0x46abd6:0x746,_0x19eb48:0x106},_0x37cb02={'Orhch':function(_0x5b40b8,_0x32caa1,_0x299dd7,_0x24643f){return _0x5b40b8(_0x32caa1,_0x299dd7,_0x24643f);}};function _0x334977(_0x40f123,_0x93fa11,_0x52c6d0,_0x33093a){return _0x359185(_0x40f123-_0xe4507b._0x3503ba,_0x52c6d0-_0xe4507b._0x46abd6,_0x93fa11,_0x33093a-_0xe4507b._0x19eb48);}return _0x8e28cb[_0x334977(_0x44089a._0x187806,_0x44089a._0x2ac7f8,_0x44089a._0x4cf140,_0x44089a._0x1f65d9)](_0x22e437=>{const _0x15fca2={_0x5e8bf3:0x119,_0x43de25:0x50c},_0xee22bd=_0x10b145?_0x10b145+'/'+_0x22e437[_0x4c1ca0(_0x4e0b2b._0x5e2713,_0x4e0b2b._0x3e9e87,0x31,_0x4e0b2b._0x4f90a7)]:_0x22e437[_0x4c1ca0(_0x4e0b2b._0x1d24e6,_0x4e0b2b._0x4678fb,0x16,0xdc)];function _0x54468a(_0x42a423,_0x516fda,_0x2cdffb,_0x48c5de){return _0x334977(_0x42a423-0x57,_0x42a423,_0x48c5de- -0xf0,_0x48c5de-0x1a7);}if(_0x291d27[_0x4c1ca0(_0x4e0b2b._0x1e5855,0x114,0x10,_0x4e0b2b._0x143ee4)](_0xee22bd))return![];_0x22e437[_0x4c1ca0(_0x4e0b2b._0x683b5b,_0x4e0b2b._0x3a5089,_0x4e0b2b._0x431399,_0x4e0b2b._0x1c0d31)]&&(_0x22e437['children']=_0x37cb02[_0x54468a(_0x4e0b2b._0x7da55,_0x4e0b2b._0x14d1ef,_0x4e0b2b._0xcbc4af,0x5a0)](filterGitIgnoredFiles,_0x22e437['children'],_0x291d27,_0x10b145));function _0x4c1ca0(_0x470c98,_0x23b733,_0x41053d,_0x1d31ea){return _0x334977(_0x470c98-_0x15fca2._0x5e8bf3,_0x41053d,_0x23b733- -_0x15fca2._0x43de25,_0x1d31ea-0xdd);}return!![];});}function getImportedSkillsRegistryPath(){const _0x48b171={_0x230eba:0x29f,_0x3bc60f:0x1d3,_0x58d76d:0x84,_0x331b47:0x64,_0x5bc6a7:0x155,_0x89889c:0x13a,_0x53203c:0x534,_0x11a319:0x503},_0x1c3458={_0x336979:0x346};if(!setupPath)return null;function _0x30bc96(_0x4bcd9e,_0x251494,_0x22428b,_0x111f1e){return _0x359185(_0x4bcd9e-0x14f,_0x251494-_0x1c3458._0x336979,_0x111f1e,_0x111f1e-0x1ae);}function _0x18bd70(_0x3332c8,_0x32b101,_0x6300d2,_0x283a17){return _0x359185(_0x3332c8-0x1b9,_0x283a17-0x645,_0x6300d2,_0x283a17-0xf6);}return _0x43ab2a[_0x30bc96(_0x48b171._0x230eba,0x1c0,_0x48b171._0x3bc60f,_0x48b171._0x58d76d)](setupPath,_0x30bc96(_0x48b171._0x331b47,_0x48b171._0x5bc6a7,0x1b3,_0x48b171._0x89889c),_0x18bd70(_0x48b171._0x53203c,_0x48b171._0x11a319,0x3c4,0x509)+'skills.jso'+'n');}async function loadImportedSkillsRegistry(){const _0x458ae4={_0x54fd77:0x1d8,_0x4d7791:0x267,_0x7a1692:0x1da,_0x3522ed:0x18d,_0x165d8f:0x339,_0x2444cf:0x2c6,_0x5a51c2:0x2ca,_0x5e04fb:0x190,_0x3be951:0x416,_0x572ee5:0x2e8,_0x2e5bf1:0x30d,_0x289a39:0x144,_0x46ebd9:0x56,_0x4f3634:0x249,_0x26a897:0x188,_0x2bf9d8:0x1a5,_0x23a367:0x35b,_0x189dda:0x255,_0x1a6453:0x117,_0x5e6191:0x27,_0x7cd7af:0x38,_0x4cee48:0x3d,_0x2e09e7:0x308,_0x172afe:0x3a0,_0x30fd36:0x3aa,_0x3b34cb:0x341,_0xed1de5:0x13c,_0x146c07:0x23a,_0xd593fb:0x309,_0x3e2e7d:0xdc,_0x41d819:0x293,_0x158d72:0x30c,_0x259916:0xc0,_0x119080:0x1a2,_0x11f49b:0x105,_0x192eb5:0x113,_0x32054a:0x1cf,_0x674600:0x1b0,_0x22903d:0x227,_0x5953dc:0x98,_0x423391:0x16,_0x4ba7e1:0x244,_0x319a90:0x35e},_0x5eb50a={_0x24617a:0x17d},_0x538bf1={_0x2030ec:0xd5,_0x44c752:0x298,_0x137ada:0xa7},_0x3e3008={};function _0xeb0bfa(_0x5e77d6,_0x5a2848,_0x1f455c,_0x152c5d){return _0x359185(_0x5e77d6-_0x538bf1._0x2030ec,_0x5a2848-_0x538bf1._0x44c752,_0x5e77d6,_0x152c5d-_0x538bf1._0x137ada);}function _0x9811e4(_0x3c5882,_0x5f1320,_0x50a846,_0x2bb2d7){return _0x359185(_0x3c5882-0x24,_0x5f1320-0x3bb,_0x2bb2d7,_0x2bb2d7-_0x5eb50a._0x24617a);}_0x3e3008[_0x9811e4(_0x458ae4._0x54fd77,_0x458ae4._0x4d7791,_0x458ae4._0x7a1692,0x328)]=_0x9811e4(_0x458ae4._0x3522ed,0x2c9,0x310,0x258),_0x3e3008[_0x9811e4(0x2a1,_0x458ae4._0x165d8f,0x425,_0x458ae4._0x2444cf)]=_0x9811e4(_0x458ae4._0x5a51c2,_0x458ae4._0x5e04fb,0x1ac,0x8c),_0x3e3008['fcAwA']=function(_0x313eaf,_0x40928c){return _0x313eaf===_0x40928c;},_0x3e3008[_0x9811e4(0x42b,0x3a0,_0x458ae4._0x3be951,_0x458ae4._0x572ee5)]=_0x9811e4(0x374,0x35d,_0x458ae4._0x2e5bf1,0x36c);const _0x46ff68=_0x3e3008,_0x5efe7b=getImportedSkillsRegistryPath();if(!_0x5efe7b){const _0x475e42={};return _0x475e42[_0x9811e4(0x2ce,0x35e,0x498,0x227)]=_0x46ff68[_0xeb0bfa(0x162,_0x458ae4._0x289a39,_0x458ae4._0x46ebd9,_0x458ae4._0x4f3634)],_0x475e42['skills']={},_0x475e42;}try{const _0x4825d4=await _0x5e1ddd[_0xeb0bfa(_0x458ae4._0x26a897,0x127,0x1b8,_0x458ae4._0x2bf9d8)](_0x5efe7b,_0x46ff68[_0x9811e4(0x440,0x339,_0x458ae4._0x23a367,0x2da)]);return JSON[_0xeb0bfa(_0x458ae4._0x189dda,_0x458ae4._0x1a6453,0x1d9,-_0x458ae4._0x5e6191)](_0x4825d4);}catch(_0x2b0165){if(_0x46ff68[_0xeb0bfa(0x16b,0xa1,_0x458ae4._0x7cd7af,_0x458ae4._0x4cee48)](_0x2b0165[_0xeb0bfa(0xd6,0x215,0x224,_0x458ae4._0x2e09e7)],_0x46ff68[_0x9811e4(0x31e,_0x458ae4._0x172afe,_0x458ae4._0x30fd36,_0x458ae4._0x3b34cb)])){const _0x2f8b48={};return _0x2f8b48[_0xeb0bfa(0x277,0x23b,_0x458ae4._0xed1de5,0x1c2)]=_0x9811e4(0x24b,0x2c9,_0x458ae4._0x146c07,_0x458ae4._0xd593fb),_0x2f8b48[_0x9811e4(_0x458ae4._0x3e2e7d,0x1ca,_0x458ae4._0x41d819,_0x458ae4._0x158d72)]={},_0x2f8b48;}const _0x5e715f={};_0x5e715f[_0xeb0bfa(0x16,_0x458ae4._0x259916,0x2c,_0x458ae4._0x119080)]=_0x2b0165[_0x9811e4(0x2f2,0x316,0x41b,0x29b)],logger[_0xeb0bfa(_0x458ae4._0x11f49b,_0x458ae4._0x259916,0x1ac,_0x458ae4._0x192eb5)](_0xeb0bfa(_0x458ae4._0x32054a,0x20b,_0x458ae4._0x674600,_0x458ae4._0x22903d)+_0xeb0bfa(0x15f,0x279,0x15a,0x1cb)+_0xeb0bfa(-0x55,_0x458ae4._0x5953dc,-_0x458ae4._0x423391,0x175)+'\x20registry',_0x5e715f);const _0x1de0e1={};return _0x1de0e1[_0x9811e4(_0x458ae4._0x4ba7e1,_0x458ae4._0x319a90,0x2f8,0x486)]=_0x46ff68['uYvoq'],_0x1de0e1[_0xeb0bfa(0x46,0xa7,0x13f,-0x54)]={},_0x1de0e1;}}async function getSkillFlags(_0x14e107){const _0x421b8c={_0x4b6a8d:0x495,_0x57e67f:0x491,_0x1cecdc:0x49a,_0x3856ce:0x50d,_0x2034e4:0x109,_0x4fc6de:0x1ef,_0x3f749c:0x283,_0x1ea9c6:0x2e6,_0x372bf2:0x34b},_0x3b5ec0={_0x14d670:0x132},_0xe9a0e9={_0x2039b4:0x103,_0x138093:0x133};function _0x2370c2(_0x2824f5,_0xd74ff2,_0x4c9fe8,_0x390218){return _0x359185(_0x2824f5-_0xe9a0e9._0x2039b4,_0xd74ff2-0x2,_0x390218,_0x390218-_0xe9a0e9._0x138093);}const _0x37c199={'ThmzC':function(_0x1866f8){return _0x1866f8();}},_0xcaf2e=await _0x37c199[_0x3e603d(_0x421b8c._0x4b6a8d,_0x421b8c._0x57e67f,_0x421b8c._0x1cecdc,_0x421b8c._0x3856ce)](loadImportedSkillsRegistry);function _0x3e603d(_0x1b4c64,_0x110c4a,_0x10ce90,_0x1b5186){return _0x359185(_0x1b4c64-_0x3b5ec0._0x14d670,_0x1b5186-0x74d,_0x1b4c64,_0x1b5186-0xef);}return _0xcaf2e[_0x2370c2(-_0x421b8c._0x2034e4,-_0x421b8c._0x4fc6de,-_0x421b8c._0x3f749c,-0x1f3)][_0x14e107]?.[_0x2370c2(-0x1ff,-0x228,-_0x421b8c._0x1ea9c6,-_0x421b8c._0x372bf2)]||{};}async function isSkillReadonly(_0x55835a){const _0x4a529f={_0x51e657:0x18b,_0xb36c8b:0x67,_0x2fa49c:0x5f,_0x139f27:0x146,_0x4dd9f9:0x14,_0x55766f:0xae,_0x2b3037:0xa9,_0x348f4e:0xaa},_0x5f2018={_0x1a8882:0x19f},_0x4bfbc1={_0x32cad6:0x37,_0xd82dce:0x79b},_0x436870={'GXZTe':function(_0x188249,_0x51c4f8){return _0x188249(_0x51c4f8);},'izvIb':function(_0x2b3b79,_0x4322d9){return _0x2b3b79===_0x4322d9;},'qWNpz':function(_0x5e7e2c,_0x1c04b0){return _0x5e7e2c===_0x1c04b0;}};function _0x19c731(_0x5053e3,_0x2616b0,_0xcf6a19,_0xd8798c){return _0x359185(_0x5053e3-_0x4bfbc1._0x32cad6,_0x2616b0-_0x4bfbc1._0xd82dce,_0xcf6a19,_0xd8798c-0x16b);}const _0x41cad0=await _0x436870['GXZTe'](getSkillFlags,_0x55835a);function _0x30acc0(_0x413866,_0x4c5bca,_0x3424c3,_0x24676f){return _0x359185(_0x413866-0xcd,_0x4c5bca-_0x5f2018._0x1a8882,_0x24676f,_0x24676f-0x1f0);}return _0x436870[_0x30acc0(-_0x4a529f._0x51e657,-_0x4a529f._0xb36c8b,-_0x4a529f._0x2fa49c,-_0x4a529f._0x139f27)](_0x41cad0['readonly'],!![])||_0x436870[_0x30acc0(_0x4a529f._0x4dd9f9,-_0x4a529f._0x55766f,-0x130,-0x70)](_0x41cad0[_0x30acc0(-0x71,-_0x4a529f._0x2b3037,-_0x4a529f._0x348f4e,-0x18e)],!![]);}async function isSkillSystem(_0x36bd53){const _0x5f2f2f={_0x50b4a0:0x242,_0x5834de:0x11c,_0x1e6134:0x239},_0x1adc36={_0x4786c5:0x105,_0x3bf8ce:0x48a,_0x3533c4:0xb2},_0x124de9={'sRsMz':function(_0x810d21,_0x1b1671){return _0x810d21(_0x1b1671);}},_0x19c01e=await _0x124de9['sRsMz'](getSkillFlags,_0x36bd53);function _0x2ebc22(_0x2c698d,_0x35d9d6,_0x86ee69,_0x49a136){return _0x359185(_0x2c698d-_0x1adc36._0x4786c5,_0x2c698d-_0x1adc36._0x3bf8ce,_0x49a136,_0x49a136-_0x1adc36._0x3533c4);}return _0x19c01e[_0x2ebc22(_0x5f2f2f._0x50b4a0,0x1ec,_0x5f2f2f._0x5834de,_0x5f2f2f._0x1e6134)]===!![];}function validateSkillName(_0xb1f0ea){const _0x39a19c={_0x37106e:0x193,_0x416f3d:0x88,_0xd2be54:0x14e,_0x565bed:0x194,_0x4ccc8a:0x24c,_0x4d36f6:0xd6,_0x3f2fd1:0x1d2,_0xaf9c03:0x1f7,_0x2401b1:0x2c1,_0x748419:0xf9,_0x1425d1:0x21b,_0x1f496c:0x21f,_0x49137f:0xc0,_0x1653ae:0x2cf,_0x4d3f3b:0x1d0,_0x150a0d:0x1ad,_0x1cc151:0x2e9,_0x2f2c3b:0x1a2,_0x38cb82:0x2bb,_0x2276f1:0x231,_0x1674f7:0xb2,_0x41bd6e:0x299,_0x4cb828:0xfd,_0x2d5845:0x60,_0x4caf1d:0x48,_0x1d8186:0x117,_0x213371:0x1f6,_0x5bce4b:0xb9,_0x20af32:0x168,_0x15e7b5:0xb1,_0x804781:0xbc,_0x13517f:0x155,_0x110285:0x1f2,_0x27ffd9:0x1db,_0xc1db4c:0x192,_0x53479a:0x1d3,_0x3151b9:0x1b8,_0x3ed987:0x1dc,_0x16cb3b:0x164,_0x381a1:0x23d,_0x2f32b0:0x1ec,_0x526953:0x180,_0x6ac3a8:0x125,_0x52dcbf:0x190,_0x4fa755:0x340,_0x514d0d:0x17d,_0x5d0a8b:0xf5,_0x2e3d1b:0x16d,_0x5aeaf6:0x26e,_0x4bb07d:0x25f,_0x32ecb1:0x104},_0x4ab3c6={_0x2d3db3:0x177,_0x3700ef:0x1c1},_0x3c2069={_0x260942:0x340},_0xeeb6bd={};_0xeeb6bd['cCQIR']=function(_0x54899d,_0x4f1c7a){return _0x54899d!==_0x4f1c7a;};function _0x49e7ad(_0x258d55,_0x4308b9,_0xa5f2d5,_0x13d0e8){return _0x359185(_0x258d55-0xde,_0x258d55-_0x3c2069._0x260942,_0x13d0e8,_0x13d0e8-0x107);}_0xeeb6bd[_0x47d91c(0x5e,_0x39a19c._0x37106e,_0x39a19c._0x416f3d,0x196)]=_0x49e7ad(_0x39a19c._0xd2be54,_0x39a19c._0x565bed,0x24e,0x21f);function _0x47d91c(_0x5caba8,_0x55ece1,_0x2b0f81,_0x26465b){return _0x359185(_0x5caba8-_0x4ab3c6._0x2d3db3,_0x26465b-0x345,_0x2b0f81,_0x26465b-_0x4ab3c6._0x3700ef);}_0xeeb6bd['ogrEZ']='Skill\x20name'+'\x20is\x20requir'+'ed',_0xeeb6bd[_0x49e7ad(0x1db,_0x39a19c._0x4ccc8a,0x219,_0x39a19c._0x4d36f6)]=_0x49e7ad(0x22c,0x2e7,0xec,_0x39a19c._0x3f2fd1)+'\x20must\x20be\x20l'+_0x47d91c(0x391,_0x39a19c._0xaf9c03,_0x39a19c._0x2401b1,0x260)+_0x49e7ad(_0x39a19c._0x748419,0xfe,0x184,0x1a9)+_0x49e7ad(0xd2,0x1d8,0x171,0x134)+_0x49e7ad(0x2d6,_0x39a19c._0x1425d1,_0x39a19c._0x1f496c,0x273)+'nly',_0xeeb6bd[_0x47d91c(_0x39a19c._0x49137f,0x151,0x328,0x1ec)]=function(_0x2ad5b2,_0x305f9b){return _0x2ad5b2>_0x305f9b;},_0xeeb6bd[_0x49e7ad(0x190,_0x39a19c._0x1653ae,_0x39a19c._0x4d3f3b,_0x39a19c._0x150a0d)]=function(_0xaf816b,_0x31164f){return _0xaf816b===_0x31164f;},_0xeeb6bd[_0x47d91c(0x3e5,0x20a,_0x39a19c._0x1cc151,0x30f)]=_0x49e7ad(0x334,0x1ff,0x435,0x240),_0xeeb6bd['dGsCT']=_0x47d91c(0x369,_0x39a19c._0x2f2c3b,_0x39a19c._0x38cb82,_0x39a19c._0x2276f1)+_0x47d91c(0x1af,_0x39a19c._0x1674f7,_0x39a19c._0x41bd6e,0x16c)+'-64\x20charac'+_0x49e7ad(_0x39a19c._0x4cb828,_0x39a19c._0x2d5845,0x235,0xc2);const _0x5ada5b=_0xeeb6bd;if(!_0xb1f0ea||_0x5ada5b[_0x49e7ad(0x146,0x21f,_0x39a19c._0x4caf1d,_0x39a19c._0x1d8186)](typeof _0xb1f0ea,_0x5ada5b[_0x49e7ad(0x191,0x1ef,0x121,_0x39a19c._0x213371)])){const _0x66b743={};return _0x66b743[_0x47d91c(0x13,0xcb,_0x39a19c._0x5bce4b,0x104)]=![],_0x66b743[_0x49e7ad(_0x39a19c._0x20af32,_0x39a19c._0x15e7b5,0xfd,0x286)]=_0x5ada5b[_0x49e7ad(0x16c,_0x39a19c._0x804781,0xf2,0x21f)],_0x66b743;}if(!/^[a-z0-9-]+$/['test'](_0xb1f0ea)){const _0x392a41={};return _0x392a41[_0x47d91c(0x21e,_0x39a19c._0x13517f,_0x39a19c._0x110285,0x104)]=![],_0x392a41[_0x49e7ad(0x168,0x1d7,0x144,0x18e)]=_0x5ada5b[_0x49e7ad(_0x39a19c._0x27ffd9,_0x39a19c._0xc1db4c,_0x39a19c._0x53479a,_0x39a19c._0x3151b9)],_0x392a41;}if(_0xb1f0ea[_0x49e7ad(_0x39a19c._0x3ed987,_0x39a19c._0x16cb3b,0x298,0x189)]<-0x94f+-0x2651*0x1+-0xd*-0x3aa||_0x5ada5b[_0x47d91c(0x247,_0x39a19c._0x381a1,0x2f1,_0x39a19c._0x2f32b0)](_0xb1f0ea[_0x47d91c(_0x39a19c._0x526953,_0x39a19c._0x6ac3a8,0x1ee,0x1e1)],0x1ad4+0x12d1+-0x2d65*0x1)){if(_0x5ada5b[_0x49e7ad(_0x39a19c._0x52dcbf,0x1d1,0x73,0xc4)](_0x5ada5b['DBzDX'],_0x5ada5b[_0x47d91c(_0x39a19c._0x4fa755,0x1f5,0x329,0x30f)])){const _0x4522ae={};return _0x4522ae[_0x49e7ad(0xff,_0x39a19c._0x514d0d,-0x3f,_0x39a19c._0x5d0a8b)]=![],_0x4522ae[_0x47d91c(0x23c,0x1b0,0x142,_0x39a19c._0x2e3d1b)]=_0x5ada5b[_0x49e7ad(_0x39a19c._0x5aeaf6,0x23c,_0x39a19c._0x4bb07d,0x2b3)],_0x4522ae;}else _0x1998c5[_0x3d7958]=_0x4c01b0['trim']();}const _0x2003f6={};return _0x2003f6[_0x47d91c(0x208,0x200,0x37,_0x39a19c._0x32ecb1)]=!![],_0x2003f6;}function parseSkillMd(_0x26f420){const _0x4d559a={_0x28f569:0x258,_0x59df54:0x46a,_0x5bd1c8:0x38e,_0x116a41:0x316,_0x38ea56:0x259,_0x12e2fa:0x320,_0x1e65ab:0x363,_0x36f5b1:0x495,_0x5efc96:0x3cf,_0x430e59:0x4dc,_0x252fda:0x379,_0x1dc27f:0x343,_0x4cca43:0x3ab,_0x2afe10:0x423,_0x5325fd:0x567,_0x1d32b4:0x427,_0x10f0ad:0x474,_0x1df4e0:0x3bc,_0x44b227:0x362,_0x48af5a:0x26b,_0x5682a1:0x457,_0x10b568:0x2c8,_0x23a7bc:0x3bb,_0x57c41b:0x2d8,_0x4f1b0d:0x33e,_0x1892fd:0x370,_0x27b002:0x3fa,_0x26ec9a:0x2c1,_0x43ea70:0x335,_0x57422d:0x284,_0x1d502a:0x3a8,_0x335327:0x41a,_0x38daa1:0x46e,_0x386ff4:0x4ef,_0x42d556:0x445,_0x425658:0x401,_0x5653e3:0x352,_0xe5acf:0x268,_0x476b55:0x2ca,_0xb6b7ec:0x4ea,_0x4fd2d0:0x396,_0x3a040e:0x4b8,_0x38a07b:0x395,_0x55d910:0x38e,_0x3c35d9:0x4f4,_0x42356c:0x43e,_0x3fce8c:0x42c,_0x24aba3:0x276,_0x1ed80a:0x234,_0x421d50:0x1c5,_0x2673b4:0x417,_0x11be5f:0x229,_0xe5f4f3:0x338,_0x301506:0x4bb,_0x5f2749:0x2cb,_0x5521a5:0x318,_0x1b0f01:0x406,_0x29bc9e:0x4ce,_0x5c64b9:0x447,_0x502033:0x4e6,_0xe9fa23:0x316,_0x34e583:0x28d,_0x56507e:0x30e,_0x197f4d:0x553,_0x49d6e6:0x440,_0x58245d:0x39e,_0x44aa76:0x472,_0x1aad1a:0x367,_0x354a36:0x2b9,_0x2a5f8a:0x547,_0x69b395:0x221,_0xc07980:0x359,_0x3dd22c:0x526,_0x15cecc:0x55c,_0x14fb8c:0x562,_0x328d6d:0x52d,_0x236e71:0x392,_0x77efaf:0x3f2,_0x431b71:0x49c,_0x26e247:0x33a,_0x4d1a96:0x456,_0xf70c8f:0x446,_0x447397:0x4a8,_0x313735:0x3b0,_0x4ac020:0x37c,_0x4f50d7:0x333,_0x1b9d28:0x47a,_0x292704:0x418,_0x2799d6:0x4af,_0x443d05:0x484,_0x192b77:0x3f7,_0x32d436:0x1b6,_0x4733bd:0x1fa,_0x5172c1:0x228,_0x1e009e:0x4e3,_0x28691a:0x3b6,_0x2bcbdc:0x3b5,_0x50e8df:0x543,_0x4c855d:0x3d8,_0x4aef7e:0x303,_0x19523b:0x406,_0x4c8e97:0x303,_0x3d98d8:0x220,_0x206d82:0x237,_0x466520:0x2c5,_0x38e336:0x473,_0x5c785e:0x4aa,_0x1a5548:0x31a,_0x17200f:0x375,_0x4b0b38:0x3b0,_0x11aded:0x4ea,_0x400c9a:0x4f6,_0x333721:0x64b,_0x5ba0f2:0x52c,_0x3f62ef:0x350,_0x215a32:0x366,_0x449836:0x476,_0x2ac9c6:0x467,_0x49780e:0x361,_0x42d833:0x31c,_0x30f0e2:0x303,_0x1b01d0:0x33c,_0x217eb5:0x301,_0x42b1dc:0x250,_0x22b93a:0x2f8,_0x5c2799:0x441,_0x31564f:0x528,_0x4b1ca5:0x5d2,_0x2c0ad1:0x3e6,_0x4eab8c:0x307,_0x40d09a:0x377,_0x18acad:0x2d8,_0x4b532c:0x399,_0x3fd7f6:0x3ef,_0x1cb126:0x5e0,_0x19045d:0x3eb,_0x4c4d29:0x3a6,_0xe7b27:0x4ce,_0x14ac20:0x3c8,_0x32ce84:0x47c,_0x42300b:0x2fb,_0x1eb1b1:0x37f,_0x159baf:0x429,_0x3a00cd:0x439,_0x361688:0x567,_0xebd075:0x431,_0x51de0c:0x4c8,_0x5c1aef:0x320,_0x2498e0:0x257,_0x1977ba:0x38e,_0x1e5f2d:0x2f4,_0x10897f:0x367,_0x21e3cb:0x417,_0x5229bd:0x676,_0x26391e:0x3f6,_0x2164f8:0x470,_0x312133:0x3e3},_0x2f33e5={_0x2c46aa:0x134},_0xfb0528={_0xfc2159:0x1e5,_0x3b8295:0x54f},_0x407a74={};_0x407a74[_0x3a7ff0(0x317,0x449,0x32a,_0x4d559a._0x28f569)]=_0x3a7ff0(_0x4d559a._0x59df54,_0x4d559a._0x5bd1c8,0x34b,_0x4d559a._0x116a41)+'rsal\x20not\x20a'+_0x4dac7a(_0x4d559a._0x38ea56,_0x4d559a._0x12e2fa,0x434,_0x4d559a._0x1e65ab),_0x407a74[_0x4dac7a(_0x4d559a._0x36f5b1,_0x4d559a._0x5efc96,_0x4d559a._0x430e59,0x3d6)]=_0x4dac7a(0x40b,0x410,_0x4d559a._0x252fda,_0x4d559a._0x1dc27f)+'write\x20skil'+'l\x20file',_0x407a74[_0x4dac7a(_0x4d559a._0x4cca43,0x469,_0x4d559a._0x2afe10,_0x4d559a._0x5325fd)]=_0x3a7ff0(0x53a,_0x4d559a._0x1d32b4,_0x4d559a._0x10f0ad,_0x4d559a._0x1df4e0)+_0x4dac7a(0x313,_0x4d559a._0x44b227,0x387,_0x4d559a._0x48af5a)+_0x3a7ff0(_0x4d559a._0x5682a1,_0x4d559a._0x10b568,0x37d,_0x4d559a._0x23a7bc),_0x407a74[_0x3a7ff0(0x59a,0x4fa,0x539,0x500)]=function(_0x4af677,_0x1f195c){return _0x4af677<_0x1f195c;},_0x407a74['zRdAz']=function(_0x4286b7,_0x4535da){return _0x4286b7===_0x4535da;},_0x407a74[_0x4dac7a(_0x4d559a._0x57c41b,0x2b9,0x393,_0x4d559a._0x4f1b0d)]=function(_0x6d153,_0x49e0fb){return _0x6d153+_0x49e0fb;},_0x407a74[_0x3a7ff0(_0x4d559a._0x1892fd,_0x4d559a._0x27b002,0x359,_0x4d559a._0x26ec9a)]=_0x4dac7a(0x416,0x39b,_0x4d559a._0x43ea70,0x293)+_0x3a7ff0(_0x4d559a._0x57422d,0x411,_0x4d559a._0x1d502a,_0x4d559a._0x335327),_0x407a74['PgFwT']='IoGSg',_0x407a74[_0x3a7ff0(0x484,_0x4d559a._0x38daa1,0x4d4,0x4d3)]=_0x4dac7a(_0x4d559a._0x386ff4,_0x4d559a._0x42d556,0x4d5,0x383);function _0x3a7ff0(_0x50e3a9,_0x34b565,_0x1e2aff,_0x110623){return _0x359185(_0x50e3a9-_0xfb0528._0xfc2159,_0x1e2aff-_0xfb0528._0x3b8295,_0x50e3a9,_0x110623-0x1d3);}_0x407a74[_0x4dac7a(_0x4d559a._0x425658,_0x4d559a._0x5653e3,_0x4d559a._0xe5acf,_0x4d559a._0x476b55)]=function(_0x14b375,_0x135e6b){return _0x14b375!==_0x135e6b;},_0x407a74[_0x3a7ff0(_0x4d559a._0xb6b7ec,0x45d,0x4dd,_0x4d559a._0x4fd2d0)]=_0x3a7ff0(_0x4d559a._0x3a040e,_0x4d559a._0x38a07b,_0x4d559a._0x55d910,0x376),_0x407a74[_0x4dac7a(_0x4d559a._0x3c35d9,_0x4d559a._0x42356c,0x406,_0x4d559a._0x3fce8c)]=_0x4dac7a(_0x4d559a._0x24aba3,_0x4d559a._0x1ed80a,_0x4d559a._0x421d50,0x17b),_0x407a74[_0x3a7ff0(_0x4d559a._0x1dc27f,_0x4d559a._0x43ea70,_0x4d559a._0x2673b4,0x538)]=function(_0x5b93cd,_0x107bbc){return _0x5b93cd!==_0x107bbc;},_0x407a74['hzvHk']=_0x3a7ff0(0x287,0x401,0x2e5,_0x4d559a._0x11be5f),_0x407a74[_0x4dac7a(_0x4d559a._0xe5f4f3,0x37f,_0x4d559a._0x301506,_0x4d559a._0x5f2749)]=function(_0x349326,_0x5d996d){return _0x349326!==_0x5d996d;},_0x407a74[_0x4dac7a(_0x4d559a._0x5521a5,_0x4d559a._0x1b0f01,_0x4d559a._0x29bc9e,0x36b)]='WJQmL';function _0x4dac7a(_0x3af737,_0x159e56,_0x246968,_0x46847c){return _0x359185(_0x3af737-0xa7,_0x159e56-0x49d,_0x3af737,_0x46847c-_0x2f33e5._0x2c46aa);}_0x407a74[_0x3a7ff0(_0x4d559a._0x5c64b9,0x385,_0x4d559a._0x2afe10,_0x4d559a._0x502033)]='MkByU';const _0x9d7036=_0x407a74,_0x4fca0a=_0x26f420[_0x4dac7a(_0x4d559a._0xe9fa23,_0x4d559a._0x34e583,0x26b,_0x4d559a._0x56507e)]('\x0a'),_0x132cea={};let _0x1cf5bd='',_0x582494=![],_0x4b1800=![],_0xda8eca=-0xa*-0x3df+-0x1384+0x36*-0x5b;for(let _0x4cda1d=-0x157*0x5+0xb27+-0x474;_0x9d7036[_0x3a7ff0(0x610,_0x4d559a._0x197f4d,0x539,_0x4d559a._0x3c35d9)](_0x4cda1d,_0x4fca0a['length']);_0x4cda1d++){const _0x579118=_0x4fca0a[_0x4cda1d];if(_0x9d7036['zRdAz'](_0x4cda1d,-0x2ba+0x4d*0x49+-0x133b)&&_0x579118[_0x3a7ff0(0x559,0x3e6,_0x4d559a._0x49d6e6,0x554)]()===_0x3a7ff0(0x3bc,_0x4d559a._0x58245d,0x432,_0x4d559a._0x44aa76)){_0x582494=!![];continue;}if(_0x582494){if(_0x9d7036[_0x4dac7a(0x32f,0x2d3,0x3ec,_0x4d559a._0x1aad1a)](_0x579118[_0x4dac7a(0x45e,0x38e,0x309,0x376)](),'---')){_0x582494=![],_0x4b1800=!![],_0xda8eca=_0x9d7036[_0x4dac7a(0x230,_0x4d559a._0x354a36,0x1a0,0x22f)](_0x4cda1d,-0x10ad+0xc80+0xd6*0x5);continue;}const _0x350107=_0x579118[_0x3a7ff0(0x411,_0x4d559a._0x2a5f8a,0x46b,0x3ea)](/^([a-z-]+):\s*(.*)$/);if(_0x350107){const [,_0x2eeed4,_0x2b15b5]=_0x350107;if(_0x9d7036['zRdAz'](_0x2eeed4,_0x9d7036[_0x3a7ff0(_0x4d559a._0x69b395,0x2a7,_0x4d559a._0xc07980,0x2d8)])&&!_0x2b15b5[_0x3a7ff0(_0x4d559a._0x3dd22c,0x4b7,_0x4d559a._0x49d6e6,_0x4d559a._0x15cecc)]()){if(_0x9d7036[_0x3a7ff0(_0x4d559a._0x14fb8c,0x41c,_0x4d559a._0x328d6d,0x64c)]===_0x9d7036[_0x4dac7a(_0x4d559a._0x236e71,0x422,0x4a2,0x473)]){const _0xfa6c15={};return _0xfa6c15[_0x4dac7a(0x279,0x2c5,_0x4d559a._0x77efaf,0x218)]='Skill\x20not\x20'+_0x4dac7a(0x460,0x472,0x350,_0x4d559a._0x431b71),_0xfa6c15[_0x4dac7a(0x3d7,_0x4d559a._0x26e247,0x394,_0x4d559a._0x4d1a96)]=_0x16fa05,_0x5e962e[_0x4dac7a(_0x4d559a._0xf70c8f,0x413,0x4f6,0x35f)](-0x106+0x2*0x8f5+-0xf50)[_0x4dac7a(_0x4d559a._0x447397,_0x4d559a._0x313735,_0x4d559a._0x4ac020,0x41b)](_0xfa6c15);}else _0x132cea[_0x2eeed4]=[];}else{if(_0x2b15b5['trim']()[_0x4dac7a(_0x4d559a._0x4f50d7,_0x4d559a._0x1b9d28,_0x4d559a._0x292704,_0x4d559a._0x2799d6)]('[')&&_0x2b15b5['trim']()['endsWith'](']'))_0x9d7036['NJgvs'](_0x9d7036[_0x4dac7a(0x395,0x42b,_0x4d559a._0x443d05,0x3e9)],_0x9d7036[_0x4dac7a(_0x4d559a._0x192b77,_0x4d559a._0x42356c,0x394,0x517)])?_0x132cea[_0x2eeed4]=_0x2b15b5['trim']()[_0x4dac7a(0x365,0x295,_0x4d559a._0x32d436,_0x4d559a._0x4733bd)](0x1710+-0x1456+-0x2b9,-(-0x3d1*0x4+-0x1f1e*0x1+0x1db*0x19))['split'](',')[_0x4dac7a(0x42a,0x321,0x445,_0x4d559a._0x5172c1)](_0x434fde=>_0x434fde[_0x4dac7a(0x3b8,0x38e,0x431,0x337)]())['filter'](Boolean):_0x374592=_0xc88b89[_0x3a7ff0(_0x4d559a._0x1e009e,_0x4d559a._0x28691a,0x440,0x514)]();else{if(_0x2b15b5[_0x3a7ff0(_0x4d559a._0x2bcbdc,_0x4d559a._0x50e8df,0x440,0x52b)]()){if(_0x9d7036[_0x3a7ff0(0x510,_0x4d559a._0x4c855d,_0x4d559a._0x2673b4,0x30e)](_0x9d7036[_0x4dac7a(0x2cc,_0x4d559a._0x4aef7e,0x3ba,0x3e4)],_0x9d7036[_0x4dac7a(_0x4d559a._0x19523b,_0x4d559a._0x4c8e97,_0x4d559a._0x3d98d8,0x429)])){const _0x15b894={};return _0x15b894[_0x4dac7a(_0x4d559a._0x206d82,_0x4d559a._0x466520,0x327,0x1cc)]='Access\x20den'+_0x4dac7a(_0x4d559a._0x38e336,0x376,0x33a,0x332),_0x15b894[_0x3a7ff0(0x3ba,0x392,_0x4d559a._0x5c785e,0x3ca)]=_0x9d7036[_0x4dac7a(_0x4d559a._0x1a5548,0x278,0x370,0x394)],_0x39c579['status'](0x26f+-0x2582*-0x1+0x132f*-0x2)[_0x4dac7a(_0x4d559a._0x17200f,_0x4d559a._0x4b0b38,_0x4d559a._0x11aded,0x43a)](_0x15b894);}else _0x132cea[_0x2eeed4]=_0x2b15b5['trim']();}}}}else{if(_0x579118['trim']()[_0x3a7ff0(_0x4d559a._0x400c9a,_0x4d559a._0x333721,_0x4d559a._0x5ba0f2,0x60f)]('-\x20')&&_0x132cea[_0x9d7036[_0x4dac7a(_0x4d559a._0x3f62ef,0x2a7,0x2fd,_0x4d559a._0x215a32)]]){const _0x18b441=Object[_0x4dac7a(0x492,_0x4d559a._0x449836,0x371,0x44a)](_0x132cea)[_0x3a7ff0(0x59b,0x58f,0x547,0x468)](_0xe7af03=>Array['isArray'](_0x132cea[_0xe7af03]));_0x18b441&&_0x132cea[_0x18b441]['push'](_0x579118[_0x3a7ff0(0x36e,_0x4d559a._0x2ac9c6,_0x4d559a._0x49d6e6,0x40d)]()[_0x3a7ff0(_0x4d559a._0x49780e,_0x4d559a._0x42d833,0x347,0x220)](0x16fe+-0x455*0x9+0x1001)[_0x4dac7a(_0x4d559a._0x30f0e2,_0x4d559a._0x5bd1c8,0x267,_0x4d559a._0x1b01d0)]());}}}}if(_0x4b1800){if(_0x9d7036[_0x4dac7a(_0x4d559a._0x217eb5,0x37f,_0x4d559a._0x42b1dc,_0x4d559a._0x22b93a)](_0x9d7036[_0x3a7ff0(_0x4d559a._0x5c2799,_0x4d559a._0x31564f,_0x4d559a._0x3a040e,0x3a7)],_0x9d7036[_0x3a7ff0(0x59e,_0x4d559a._0x4b1ca5,0x4b8,_0x4d559a._0x2c0ad1)])){const _0x19329b={};_0x19329b[_0x4dac7a(0x3a7,0x33a,0x44b,0x471)]=_0x5c7f4d,_0x19329b['filepath']=_0x6bc17f,_0x19329b['error']=_0xd3cad2['message'],_0xf71097[_0x3a7ff0(0x2d3,_0x4d559a._0x4eab8c,_0x4d559a._0x40d09a,_0x4d559a._0x18acad)](_0x9d7036[_0x4dac7a(_0x4d559a._0x4b532c,_0x4d559a._0x5efc96,0x2cc,0x327)],_0x19329b);const _0x258b66={};_0x258b66[_0x4dac7a(0x35b,0x2c5,0x195,_0x4d559a._0x3fd7f6)]=_0x3a7ff0(_0x4d559a._0x1cb126,0x5e0,0x4c2,_0x4d559a._0x19045d)+_0x4dac7a(0x3f1,_0x4d559a._0x4c4d29,0x4a0,_0x4d559a._0xe7b27),_0x258b66[_0x3a7ff0(_0x4d559a._0x14ac20,_0x4d559a._0x32ce84,0x4aa,0x397)]=_0x530cdd['message'],_0x862264[_0x4dac7a(0x44d,0x413,0x51c,_0x4d559a._0x42300b)](0x35*0x9f+0x11b*0x10+0x35*-0xeb)[_0x4dac7a(_0x4d559a._0x1eb1b1,0x3b0,0x3db,_0x4d559a._0x159baf)](_0x258b66);}else _0x1cf5bd=_0x4fca0a[_0x4dac7a(0x347,0x295,0x22b,0x3cf)](_0xda8eca)['join']('\x0a')[_0x4dac7a(0x350,0x38e,0x2f4,_0x4d559a._0x3a00cd)]();}else{if(_0x9d7036[_0x3a7ff0(_0x4d559a._0x361688,0x4f2,_0x4d559a._0xebd075,_0x4d559a._0x51de0c)](_0x9d7036['bOyqw'],_0x9d7036[_0x4dac7a(_0x4d559a._0x5c1aef,0x371,_0x4d559a._0x2498e0,0x2ae)]))throw new _0x4fe697(_0x9d7036['GTIty']);else _0x1cf5bd=_0x26f420[_0x4dac7a(0x42b,_0x4d559a._0x1977ba,_0x4d559a._0x1e5f2d,_0x4d559a._0x10897f)]();}const _0x4971c6={};return _0x4971c6[_0x3a7ff0(_0x4d559a._0x21e3cb,_0x4d559a._0x5229bd,0x535,0x43f)+'r']=_0x132cea,_0x4971c6[_0x3a7ff0(0x40f,_0x4d559a._0x26391e,_0x4d559a._0x2164f8,_0x4d559a._0x312133)]=_0x1cf5bd,_0x4971c6;}function serializeSkillMd(_0x8e345a,_0x329664){const _0x5983a8={_0xc3c922:0x396,_0x5dc384:0x3bf,_0x3d4318:0x1d8,_0x570e94:0x2b,_0x1cdd57:0x9f,_0x17a315:0x96,_0x4b6272:0x66,_0x4d1fdb:0x103,_0x539c9d:0xb0,_0x45660c:0xe1,_0xd8ae4f:0x225,_0x5ce448:0x7f,_0x4a3db7:0x1,_0x4fec2e:0xb4,_0xf746b4:0x50f,_0x52b9d7:0x522,_0x434643:0x4a5,_0x4dfe0e:0x102,_0x317496:0x81,_0xd6d836:0x9c,_0x11d61b:0x17,_0x52e513:0x5eb,_0x1e5ed7:0x196,_0x5cb4a2:0xa0,_0x22a7b1:0x417,_0x3ab29d:0x5ea,_0x5c28f0:0x4ce,_0x52956d:0x51c,_0x46078c:0x469,_0x1a4565:0x469,_0x3abb74:0x437,_0xbcb6a6:0x4a5,_0x21b364:0x483,_0x5c4381:0x473,_0x55af6b:0x4bd,_0x570ede:0x3c8,_0x386677:0x4fa,_0x23e0a0:0x3e3,_0x41e37c:0x222,_0x555a69:0xa5,_0x505cb5:0x55b,_0x1772ac:0xca,_0x34e343:0xb9,_0x369424:0x1c2,_0x8bdd1:0x1f6,_0x84e434:0xb2,_0xf2641e:0x7c,_0x14623f:0x95,_0x50c8b4:0x519,_0x42d55e:0x528,_0x5a023c:0x4d3,_0x37704a:0x4c7,_0x158d3d:0x477,_0x5d2d0d:0x659,_0x2056b4:0x58d,_0x503921:0x503,_0x20de28:0xfa,_0x5dd0b2:0x2d,_0x2a1370:0x295,_0x29e2b1:0x3b,_0x5f0e36:0x173,_0x1f417e:0x54b,_0x35fa92:0x5b9,_0x3f3213:0x45f,_0x277396:0x368,_0x2e329f:0x9b,_0x156472:0xb4,_0x25f484:0x101,_0x4ba298:0x45f,_0x4d01ba:0x50b,_0x40bd97:0x43a,_0x44fbb0:0x4cf,_0x1015eb:0x55,_0x342c23:0xc1,_0x2d0dad:0x1cc,_0xac53d5:0x611,_0x36fee7:0x56d,_0x3e6e21:0x453,_0x53d7ea:0x444,_0x18cc72:0x164,_0x37bcc7:0xaf,_0x17e117:0x124,_0x54efa8:0x59,_0x172aab:0xf6,_0x10b185:0x3e,_0x355ea3:0xcd,_0x44adc7:0xbb,_0x2f6b99:0x407,_0x10f28b:0x326,_0x504c71:0x2c,_0x1972d8:0x87,_0x2c0142:0x4b,_0x29e2fd:0x36b,_0x36f7e9:0x40f,_0x36691b:0x4bf,_0x515203:0x64a,_0x517502:0x520,_0x3241d4:0xf1,_0x324cd0:0x74,_0x3ed730:0xe8,_0x17f2e2:0x648,_0x1663b5:0x6da,_0x4727c8:0x6af,_0xeaa75:0x72,_0x3f8955:0x5cf,_0x274744:0x516,_0x51ac7c:0x1de,_0x56e97f:0x5,_0x57a125:0x87,_0x509d06:0xb8,_0x207751:0x1c5,_0xa2202f:0x237,_0xc039ad:0x21a,_0x2c88cd:0x5,_0x150085:0x168,_0x1b1640:0xf8,_0x44ebe9:0x48,_0x290a4a:0x509,_0x4881e1:0x4a,_0x2df245:0x5c,_0x21a8bf:0x37,_0x1f6f3e:0x147,_0xbf49f3:0x3f4,_0x534aa8:0x4af,_0x37e5e3:0x517,_0x433fb5:0x1a6,_0x4f6da9:0x1cd,_0x5f1b1b:0xef,_0x3fb6c7:0x152,_0x2ff45e:0x17c,_0x5a9397:0x4a7,_0x57ab79:0x3cf,_0x579bdd:0x4c0,_0xe3c3b:0x46,_0x4c8f5f:0xe9},_0x161182={_0x1906f:0x1b2,_0xc1edf2:0xda},_0x30e2bf={_0x39412a:0xcb},_0x66c846={};_0x66c846[_0x655b08(-0x17,0x56,0x160,-0xc2)]=_0x505ad0(0x343,_0x5983a8._0xc3c922,_0x5983a8._0x5dc384,0x302)+_0x655b08(-_0x5983a8._0x3d4318,-0x12e,-0x251,-0xf3)+'only\x20skill'+_0x655b08(-_0x5983a8._0x570e94,-_0x5983a8._0x1cdd57,-_0x5983a8._0x17a315,-0x30);function _0x655b08(_0x30b6bc,_0x2de58c,_0x1160a2,_0x26f983){return _0x359185(_0x30b6bc-0x66,_0x2de58c-_0x30e2bf._0x39412a,_0x26f983,_0x26f983-0x169);}_0x66c846[_0x655b08(-_0x5983a8._0x4b6272,-_0x5983a8._0x4d1fdb,-0x239,-0x18e)]=_0x655b08(-_0x5983a8._0x539c9d,-_0x5983a8._0x45660c,-_0x5983a8._0xd8ae4f,-0xce)+_0x505ad0(0x39e,0x4b4,0x410,0x4f1)+_0x655b08(-_0x5983a8._0x5ce448,_0x5983a8._0x4a3db7,_0x5983a8._0x4fec2e,-0x6d)+_0x505ad0(_0x5983a8._0xf746b4,_0x5983a8._0x52b9d7,_0x5983a8._0x434643,0x4b1)+_0x655b08(-0x245,-_0x5983a8._0x4dfe0e,-0x1d1,-0x1b7)+'\x20as\x20read-o'+_0x655b08(-_0x5983a8._0x317496,_0x5983a8._0xd6d836,-0x20,_0x5983a8._0x11d61b)+_0x505ad0(0x451,_0x5983a8._0x52e513,0x527,0x422)+'kill.',_0x66c846['rtdQW']=_0x655b08(0x16,0x79,0x174,0x154)+_0x655b08(_0x5983a8._0x1e5ed7,_0x5983a8._0x5cb4a2,0x12a,0x54),_0x66c846[_0x505ad0(_0x5983a8._0x22a7b1,_0x5983a8._0x3ab29d,_0x5983a8._0x5c28f0,0x520)]=_0x505ad0(_0x5983a8._0x52956d,0x409,_0x5983a8._0x46078c,0x411),_0x66c846[_0x505ad0(0x31f,0x47c,0x453,_0x5983a8._0x1a4565)]=_0x505ad0(_0x5983a8._0x3abb74,_0x5983a8._0xbcb6a6,0x4f5,_0x5983a8._0x21b364),_0x66c846['OXRCi']=_0x505ad0(0x35e,_0x5983a8._0x5c4381,0x3ea,_0x5983a8._0x55af6b),_0x66c846[_0x505ad0(_0x5983a8._0x570ede,_0x5983a8._0x386677,_0x5983a8._0x23e0a0,0x2d0)]=function(_0x1a7da3,_0x18d318){return _0x1a7da3===_0x18d318;},_0x66c846['NRGRp']=function(_0x309b7a,_0x55eaa4){return _0x309b7a!==_0x55eaa4;},_0x66c846['TTTWn']=_0x655b08(-0x19,-0x140,-_0x5983a8._0x41e37c,-_0x5983a8._0x555a69),_0x66c846[_0x505ad0(0x497,_0x5983a8._0x505cb5,0x4bf,0x4b5)]=_0x655b08(-_0x5983a8._0x1772ac,-_0x5983a8._0x34e343,-_0x5983a8._0x369424,-_0x5983a8._0x8bdd1),_0x66c846[_0x655b08(-0x77,_0x5983a8._0x84e434,_0x5983a8._0xf2641e,_0x5983a8._0x14623f)]=_0x505ad0(_0x5983a8._0x50c8b4,_0x5983a8._0x42d55e,_0x5983a8._0x5a023c,0x38e),_0x66c846['gBkZh']=function(_0x44750a,_0x486b62){return _0x44750a!==_0x486b62;},_0x66c846[_0x505ad0(0x4d5,0x6da,0x5c8,_0x5983a8._0x37704a)]=_0x505ad0(_0x5983a8._0x158d3d,0x4b8,0x53d,0x4c6),_0x66c846['gcdfQ']=_0x505ad0(_0x5983a8._0x5d2d0d,0x46f,_0x5983a8._0x2056b4,_0x5983a8._0x503921);const _0x2827d9=_0x66c846,_0x30ee40=[_0x2827d9[_0x655b08(-0x157,-0xf4,-_0x5983a8._0x20de28,-_0x5983a8._0x5dd0b2)]];for(const [_0x5bc8c7,_0xeb2a48]of Object[_0x655b08(-0xd2,-0x174,-_0x5983a8._0x2a1370,-0x4d)](_0x8e345a)){if(Array[_0x655b08(-0xad,-_0x5983a8._0x29e2b1,0xf9,-_0x5983a8._0x5f0e36)](_0xeb2a48)){if(_0x505ad0(0x683,0x450,_0x5983a8._0x1f417e,_0x5983a8._0x35fa92)===_0x2827d9['OXRCi']){const _0x5a7d8a={};_0x5a7d8a[_0x505ad0(0x349,0x56e,_0x5983a8._0x3f3213,_0x5983a8._0x277396)]=_0x56d326,_0x5a7d8a[_0x655b08(-_0x5983a8._0x2e329f,-0x101,-_0x5983a8._0x156472,-0x5e)]=_0x5bed59[_0x655b08(-0x78,-_0x5983a8._0x25f484,-0x66,-0xbe)][_0x655b08(0x63,-0xe2,-0x1ac,-0x18)],_0x33ca90[_0x505ad0(0x5ef,_0x5983a8._0x4ba298,_0x5983a8._0x4d01ba,0x61f)](_0x2827d9['KEOOS'],_0x5a7d8a);const _0x291899={};return _0x291899[_0x505ad0(0x372,0x497,_0x5983a8._0x40bd97,_0x5983a8._0x44fbb0)]='Skill\x20is\x20r'+_0x655b08(-_0x5983a8._0x1015eb,-_0x5983a8._0x342c23,-0xee,-_0x5983a8._0x2d0dad),_0x291899[_0x505ad0(_0x5983a8._0xac53d5,0x603,_0x5983a8._0x36fee7,0x55e)]=_0x2827d9[_0x505ad0(_0x5983a8._0x3e6e21,0x57e,_0x5983a8._0x53d7ea,0x3af)],_0x4914a6['status'](0x707*0x3+0x9*0x305+0x143*-0x25)['json'](_0x291899);}else{if(_0x2827d9[_0x655b08(-0x22,-_0x5983a8._0x18cc72,-_0x5983a8._0x37bcc7,-0x27c)](_0xeb2a48[_0x655b08(-_0x5983a8._0x17e117,-0x99,-_0x5983a8._0x54efa8,-_0x5983a8._0x172aab)],-0x1ead*0x1+-0x16fe+-0x35ab*-0x1)){if(_0x2827d9[_0x655b08(-0x61,-_0x5983a8._0x10b185,0x70,_0x5983a8._0x355ea3)](_0x2827d9[_0x655b08(-0x169,-0x190,-0x267,-_0x5983a8._0x44adc7)],_0x505ad0(0x44b,0x418,_0x5983a8._0x2f6b99,_0x5983a8._0x10f28b)))return![];else _0x30ee40[_0x655b08(_0x5983a8._0x504c71,-_0x5983a8._0x1972d8,-0x55,_0x5983a8._0x2c0142)](_0x5bc8c7+_0x505ad0(0x349,_0x5983a8._0x29e2fd,_0x5983a8._0x36f7e9,0x2f6));}else{if(_0x2827d9[_0x505ad0(0x4b0,0x536,_0x5983a8._0x36691b,0x3c7)]===_0x2827d9[_0x505ad0(0x6fa,_0x5983a8._0x515203,0x5f9,_0x5983a8._0x517502)]){const _0x148ff4={};return _0x148ff4['error']=_0x2827d9['rtdQW'],_0x148ff4['name']=_0x3284f2,_0xf0333e[_0x655b08(_0x5983a8._0x4a3db7,0x41,-0x58,_0x5983a8._0x570e94)](0xf0f+0x764+-0x14df)[_0x505ad0(0x419,0x4b4,0x525,0x483)](_0x148ff4);}else{_0x30ee40['push'](_0x5bc8c7+':');for(const _0x4bc3bd of _0xeb2a48){_0x2827d9[_0x655b08(-_0x5983a8._0x3241d4,-0x4d,-_0x5983a8._0x324cd0,_0x5983a8._0x3ed730)](_0x2827d9[_0x505ad0(_0x5983a8._0x17f2e2,_0x5983a8._0x1663b5,0x5c8,_0x5983a8._0x4727c8)],_0x655b08(-0x6c,-0x96,-0x92,-_0x5983a8._0xeaa75))?_0x30ee40[_0x505ad0(0x48c,_0x5983a8._0x3f8955,0x4c0,_0x5983a8._0x274744)](_0x655b08(-_0x5983a8._0x51ac7c,-0x191,-_0x5983a8._0x555a69,-_0x5983a8._0x37bcc7)+_0x4bc3bd):(_0x2ffd2e[_0x655b08(-_0x5983a8._0x56e97f,-_0x5983a8._0x57a125,-_0x5983a8._0x509d06,-_0x5983a8._0x207751)](_0x1964e1+'/'+_0x3689b7[_0x655b08(-_0x5983a8._0xa2202f,-0xfa,-_0x5983a8._0xc039ad,-_0x5983a8._0x2c88cd)]),_0x19ec3c[_0x655b08(-_0x5983a8._0x150085,-_0x5983a8._0x1b1640,_0x5983a8._0x44ebe9,-0x16f)]&&_0x50669a(_0xdde52a[_0x505ad0(0x352,0x462,0x44f,0x49d)],_0x11a2e3));}}}}}else{if(_0x2827d9[_0x505ad0(0x4e0,0x4b1,_0x5983a8._0x290a4a,0x608)](_0xeb2a48,undefined)&&_0x2827d9[_0x655b08(0xf2,-0x4d,0x76,_0x5983a8._0x4881e1)](_0xeb2a48,null)&&_0xeb2a48!==''){if(_0x2827d9[_0x655b08(-0x8b,_0x5983a8._0x2df245,-_0x5983a8._0x21a8bf,_0x5983a8._0x1f6f3e)]===_0x2827d9[_0x655b08(-0x37,0x5c,-0x1b,0x90)])_0x30ee40[_0x505ad0(0x3a7,0x495,0x4c0,0x395)](_0x5bc8c7+':\x20'+_0xeb2a48);else{const _0x19e736={};_0x19e736[_0x505ad0(_0x5983a8._0xbf49f3,0x504,_0x5983a8._0x534aa8,_0x5983a8._0x37e5e3)]=_0x2ac682[_0x655b08(-_0x5983a8._0x433fb5,-0x98,-_0x5983a8._0x4f6da9,-0x73)],_0x19e736[_0x655b08(-0xc5,-0x1aa,-_0x5983a8._0x5f1b1b,-0x1d4)]=_0x2827d9['iUOfL'],_0x19e736[_0x655b08(-0x184,-0xfa,-0x212,-0x1bd)]=_0x2f8d0f,_0x1be692[_0x655b08(-_0x5983a8._0x3fb6c7,-0x87,0x45,-_0x5983a8._0x2ff45e)](_0x19e736);}}}}_0x30ee40[_0x505ad0(_0x5983a8._0x5a9397,_0x5983a8._0x57ab79,_0x5983a8._0x579bdd,0x41b)](_0x655b08(-0x18c,-0x52,-0x59,0x53));function _0x505ad0(_0x319625,_0x1ec53f,_0x2d9b46,_0x4d7a85){return _0x359185(_0x319625-_0x161182._0x1906f,_0x2d9b46-0x612,_0x1ec53f,_0x4d7a85-_0x161182._0xc1edf2);}return _0x30ee40['push'](''),_0x30ee40[_0x505ad0(0x493,0x557,0x4c0,0x4b9)](_0x329664),_0x30ee40[_0x655b08(-0x78,-0xbb,-_0x5983a8._0xe3c3b,-_0x5983a8._0x4c8f5f)]('\x0a');}async function readSkill(_0x1cdef6){const _0x2a75f7={_0x4f1635:0x1,_0x480c19:0x6f4,_0x544037:0x577,_0x205a8f:0x601,_0x37198d:0x4c9,_0x2f178e:0x4c0,_0x303746:0x428,_0x3a22ea:0xa7,_0x15bfac:0x284,_0x416929:0x52e,_0x2e8a16:0x4d2,_0x3dfbfc:0x194,_0x584eb8:0x91,_0x8fd0a5:0x5e2,_0x5255cb:0x548,_0x3efd57:0x4ba,_0xdb5020:0x51e,_0x14fb13:0x57c,_0x2a9608:0x498,_0x7f6f95:0x5de,_0x431097:0x50b,_0x48ae9b:0x13e,_0x8e4f65:0x108,_0x229299:0x59d,_0x32ba4b:0x541,_0x5467a1:0x4cd,_0x1c3afc:0x688,_0xf54782:0x6b0,_0x6553c7:0x65,_0x44672d:0x4d,_0x416fdc:0x56a,_0x213f7d:0x646,_0x4f4b52:0xb,_0x517145:0xa2,_0x187e65:0x9,_0xce4dfd:0x6b,_0x21f5a0:0x4f6,_0x4554eb:0x5af,_0x169b0c:0x48,_0x124f32:0xf6,_0x580b96:0x1d8,_0x522583:0x58d,_0x1de3da:0x67d,_0x50ca78:0x497,_0x586693:0x68c,_0x4212c3:0x93,_0x4f32eb:0x44,_0x287ae4:0x42,_0x125bdf:0x70f,_0x5bc36f:0x5f7,_0x390373:0x624,_0x22068b:0x61f,_0x567f1d:0x61e,_0xc2e674:0x62d,_0x2bb639:0x6ab,_0x2d498f:0x572,_0x680626:0x9b,_0x2a87c9:0xfa,_0x689100:0x62a,_0x159f05:0x4fc,_0x17a203:0x60e,_0x2d3b76:0x737,_0x35da7a:0x521,_0xe74f24:0x6b9,_0x17ec62:0x2f3,_0x23e92a:0x14d,_0x133fb0:0x624,_0x2c564f:0x4f7,_0x156a2d:0x609,_0x4d0df5:0x7cf,_0x4543ac:0x3fd,_0x4a78ea:0x71a,_0x1b218e:0x84c,_0x299511:0x7a2,_0x44ef53:0x12b,_0x2a0010:0x64,_0x5756ff:0x8c,_0x181051:0x654,_0x494859:0x539,_0x5da87a:0x40b,_0x1d9170:0xb6,_0x348b8e:0x12c,_0x5bc795:0x40,_0x59246e:0x49e,_0xc61c66:0x45f,_0x59d2e8:0x423,_0x38de78:0x185,_0x2b356e:0x3f,_0x1541fe:0x179,_0x74327a:0x24e,_0x44c511:0x251,_0x49e2cb:0xcc,_0x5dd178:0x43,_0x3a7494:0xd6,_0x5c9fa3:0x174,_0x47dbd2:0xd8,_0x4a575b:0x12e,_0x451878:0x1ac,_0x10a285:0x55c,_0x17c808:0x188,_0x42ad46:0x1ae,_0x2ddf54:0x6c8,_0x4b6b23:0x5c,_0x124e0d:0x34,_0x39bf91:0x1ef,_0x89de7f:0xda,_0x5670f1:0x329,_0x35793d:0x54e,_0x330ae2:0x610,_0x5cd7a0:0x6c4,_0x4ef4f9:0x56,_0x5de71f:0x66,_0x5ba02a:0x71,_0x421c3:0x1,_0x6ab16a:0x130,_0x5dc2eb:0xf7,_0x472cd1:0x6a8,_0x11facc:0x6d6,_0x47eea2:0x58a,_0x90ca38:0x73f,_0x1594bd:0x69c,_0x76022d:0x5fb,_0x2c97b7:0x6fb,_0x368b89:0x5d2,_0x56ea97:0x695,_0x542e64:0x16f,_0x741831:0xb6,_0x44c642:0x2b,_0x29886a:0xcf,_0x3f971e:0x72,_0x406e2f:0x7b,_0x41eeb8:0x736,_0x4eab55:0x730,_0x5cbc06:0xf4,_0x3eabdf:0x23,_0x640b2f:0x5c1,_0x177faa:0x44b,_0x286b38:0x8a,_0x2a775d:0x3c,_0x2f2988:0x68,_0x43ff0d:0x111,_0x3a347e:0x18e,_0x395844:0x11,_0x1fbac1:0xae,_0x4478d6:0x6b7,_0x2e427b:0x21f,_0x3630e3:0x2b8,_0x51bc00:0x358,_0x4647ae:0x114,_0x49ea2f:0x30,_0x575998:0x7,_0xd92c64:0x53b,_0x5a282b:0x512,_0x51fe26:0x66e,_0xc7ab0:0x797,_0x2e69a5:0x77e,_0xdb5583:0x711,_0x6a98f:0x264,_0x3ef2dd:0xae,_0x2fba9c:0x547,_0x23f319:0x6c,_0x2a4b6f:0x112,_0x5041c3:0x3b,_0x47c2de:0x57e,_0x19648a:0x562,_0x79271e:0x3f9,_0x35410d:0x8d,_0x5a7a55:0x88,_0x41210a:0x1bb,_0x3555c7:0x17a,_0x1bd614:0x288,_0x53ab93:0x18f,_0x1cce73:0x1ca,_0xe104f5:0x12c,_0x2be2ce:0x3f,_0x3d6e9e:0x6ee,_0x521206:0x687,_0x2d18a5:0x9,_0x4b95f0:0x1d,_0x3bbb14:0xf8,_0x2a07b1:0x4b1},_0x13d7d3={_0x5f5355:0x49d,_0x33d8b9:0x22b,_0x5526d2:0x125,_0x2f6470:0x242,_0x204090:0x3a6,_0x2e92ee:0x13f,_0x3b89c4:0x245,_0x4c9a5f:0x1fa,_0x4992a8:0x2be,_0x428f10:0x336,_0x323120:0x224,_0x1e2a98:0x2c0,_0x2dd9f9:0x24f,_0x22fb07:0x290,_0x2f64df:0x231,_0x56312d:0x1e8,_0x2d8d77:0x142,_0x4cd6b9:0x16e},_0x4a17c4={_0x2ca697:0x404,_0x128fda:0x409,_0x755559:0x539,_0x590565:0x5e3,_0x28d5fd:0x670,_0x57e901:0x7a4,_0x514a5a:0x68f,_0xa007f:0x472,_0x778ae:0x44a,_0x490536:0x351,_0x1a4145:0x379,_0x3a81d3:0x636,_0x50036a:0x67e,_0x3cf031:0x354,_0x1e1942:0x561,_0x24cc45:0x37e,_0x57663d:0x42f,_0x2e36e9:0x4ac,_0x5d1f73:0x3a0,_0x3101b4:0x5ae,_0x4815eb:0x49c,_0x4a010a:0x4d0,_0x1aed7c:0x456},_0x15aef8={_0x1d84a9:0x79},_0x5dc85d={_0x24371e:0x713,_0x3bb0a7:0x15d},_0x52053a={_0x11f7dd:0xc9,_0xbe7c84:0x1aa},_0x253928={'CulrD':function(_0x2dd399,_0x103a3f,_0x1fe635,_0x276842){return _0x2dd399(_0x103a3f,_0x1fe635,_0x276842);},'FgwDd':function(_0x38eed9,_0x2d6419){return _0x38eed9===_0x2d6419;},'hbomu':'rDwnB','eRCLw':'DHcdf','kTaEJ':function(_0xa7ebb,_0x39c643,_0x330755){return _0xa7ebb(_0x39c643,_0x330755);},'LkBcZ':'XjlRi','oGRJA':'tzDsB','jEgkd':'allowed-to'+_0x5b4f75(0x72,0x1aa,-_0x2a75f7._0x4f1635,0x15c),'lQUSr':_0x15b7d1(0x60b,_0x2a75f7._0x480c19,_0x2a75f7._0x544037,_0x2a75f7._0x205a8f)+_0x15b7d1(_0x2a75f7._0x37198d,0x385,0x549,0x425),'MxVls':_0x15b7d1(_0x2a75f7._0x2f178e,0x5c7,0x4ac,_0x2a75f7._0x303746)+_0x5b4f75(0x13b,_0x2a75f7._0x3a22ea,0x20e,_0x2a75f7._0x15bfac)+'le\x20in\x20read'+_0x15b7d1(0x498,0x40a,_0x2a75f7._0x416929,_0x2a75f7._0x2e8a16)+_0x5b4f75(0xaf,0x1ca,_0x2a75f7._0x3dfbfc,_0x2a75f7._0x584eb8),'WVKiP':_0x15b7d1(_0x2a75f7._0x8fd0a5,0x609,_0x2a75f7._0x5255cb,_0x2a75f7._0x3efd57)+_0x15b7d1(_0x2a75f7._0xdb5020,_0x2a75f7._0x14fb13,0x480,0x494)+'in\x20a\x20read-'+_0x15b7d1(_0x2a75f7._0x2a9608,_0x2a75f7._0x7f6f95,_0x2a75f7._0x431097,0x463)+'.','CeiXZ':_0x5b4f75(_0x2a75f7._0x48ae9b,_0x2a75f7._0x8e4f65,0x17c,0xf3)+_0x15b7d1(0x5d8,0x563,_0x2a75f7._0x229299,0x63b)+_0x15b7d1(_0x2a75f7._0x32ba4b,_0x2a75f7._0x5467a1,0x4d1,_0x2a75f7._0x1c3afc),'DYvqX':_0x15b7d1(0x654,0x67c,0x68b,_0x2a75f7._0xf54782),'VclGF':function(_0x32dd4c,_0xee9b12){return _0x32dd4c!==_0xee9b12;},'dOaFY':'YNpJG','tCyuD':_0x5b4f75(-0x12,-0x120,_0x2a75f7._0x6553c7,-_0x2a75f7._0x44672d),'KIWKt':function(_0x4be51e,_0x2d9e2d){return _0x4be51e===_0x2d9e2d;},'CMGkx':_0x15b7d1(_0x2a75f7._0x416fdc,0x5ae,0x47d,_0x2a75f7._0x213f7d),'ohijM':_0x5b4f75(_0x2a75f7._0x4f4b52,-_0x2a75f7._0x517145,-_0x2a75f7._0x187e65,0x120),'yZsqY':function(_0x2f0f52,_0x742423,_0x44b9b8){return _0x2f0f52(_0x742423,_0x44b9b8);},'RpFzz':_0x5b4f75(_0x2a75f7._0xce4dfd,0x18e,-0x45,0x4),'YqzBf':'mnFdL','vCKAf':function(_0xa989d6,_0x59a719){return _0xa989d6(_0x59a719);},'xwPzI':_0x15b7d1(_0x2a75f7._0x21f5a0,0x547,0x48c,_0x2a75f7._0x4554eb),'BiGLz':'lmJdn','TyApN':_0x5b4f75(_0x2a75f7._0x169b0c,0x61,-0x7b,0x7)+'ing\x20skill\x20'+'directory\x20'+'contents'},_0x2973a7=getSkillsPath();if(!_0x2973a7)throw new Error(_0x253928[_0x5b4f75(_0x2a75f7._0x124f32,0x5c,0xae,_0x2a75f7._0x580b96)]);const _0x3093cb=_0x43ab2a[_0x15b7d1(_0x2a75f7._0x522583,_0x2a75f7._0x1de3da,_0x2a75f7._0x50ca78,_0x2a75f7._0x586693)](_0x2973a7,_0x1cdef6),_0x2fe3b3=_0x43ab2a[_0x5b4f75(_0x2a75f7._0x4212c3,0x12b,-_0x2a75f7._0x4f32eb,-_0x2a75f7._0x287ae4)](_0x3093cb,_0x253928[_0x15b7d1(_0x2a75f7._0x125bdf,_0x2a75f7._0x5bc36f,_0x2a75f7._0x390373,0x6d9)]);function _0x5b4f75(_0x1a5223,_0x538acf,_0x3bdc00,_0x498b35){return _0x359185(_0x1a5223-_0x52053a._0x11f7dd,_0x1a5223-0x219,_0x3bdc00,_0x498b35-_0x52053a._0xbe7c84);}try{await _0x5e1ddd[_0x15b7d1(_0x2a75f7._0x22068b,_0x2a75f7._0x567f1d,0x765,0x648)](_0x3093cb);}catch{if(_0x253928[_0x5b4f75(0x18e,0xbf,0x2c4,0x110)](_0x15b7d1(_0x2a75f7._0xc2e674,0x74f,0x72f,_0x2a75f7._0x2bb639),_0x253928['dOaFY'])){const _0x5e19b9={_0x1a0ee3:0x472,_0x3ecdfd:0x554,_0x5b0349:0x45f,_0x2e848c:0x32,_0x168921:0x43,_0x4deafd:0xe0,_0x74ad34:0xc8,_0x45d0b7:0x9a,_0x5cb9f2:0xaa,_0x4f5ecb:0x40,_0x20823e:0x28,_0x3c66af:0x23,_0x297de2:0x2b},_0x46fbca={_0x22b8a3:0xef},_0x41ade4={_0x584ed7:0x573};return _0x50d79b[_0x15b7d1(_0x2a75f7._0x2d498f,0x546,0x61b,0x6a4)](_0x4e5500=>{function _0x39bfd4(_0x3f8443,_0x5d5234,_0x54c0ca,_0x3fa768){return _0x15b7d1(_0x54c0ca- -_0x41ade4._0x584ed7,_0x5d5234-0xc4,_0x5d5234,_0x3fa768-0x185);}const _0x1ef5b0=_0x422fdb?_0x199006+'/'+_0x4e5500['path']:_0x4e5500[_0x709dad(_0x5e19b9._0x1a0ee3,_0x5e19b9._0x3ecdfd,_0x5e19b9._0x5b0349,0x452)];if(_0x511172[_0x39bfd4(-_0x5e19b9._0x2e848c,0x1b9,0x7a,-_0x5e19b9._0x168921)](_0x1ef5b0))return![];_0x4e5500[_0x39bfd4(_0x5e19b9._0x4deafd,-_0x5e19b9._0x74ad34,-0x23,-_0x5e19b9._0x45d0b7)]&&(_0x4e5500['children']=_0x253928[_0x39bfd4(0x91,0x197,0x70,_0x5e19b9._0x5cb9f2)](_0xada0db,_0x4e5500[_0x39bfd4(_0x5e19b9._0x4f5ecb,-_0x5e19b9._0x20823e,-_0x5e19b9._0x3c66af,_0x5e19b9._0x297de2)],_0x2d0fa8,_0x38cf77));function _0x709dad(_0x416c34,_0x254cb6,_0x527bfc,_0x372c3f){return _0x15b7d1(_0x527bfc- -_0x46fbca._0x22b8a3,_0x254cb6-0x1c9,_0x254cb6,_0x372c3f-0xe9);}return!![];});}else return null;}let _0x11beb4='';try{_0x11beb4=await _0x5e1ddd[_0x5b4f75(0xa8,-_0x2a75f7._0x680626,-0x21,_0x2a75f7._0x2a87c9)](_0x2fe3b3,_0x253928[_0x15b7d1(0x5b8,_0x2a75f7._0x689100,_0x2a75f7._0x159f05,0x64e)]);}catch{const _0x231d7e={};_0x231d7e[_0x15b7d1(_0x2a75f7._0x17a203,0x6d8,0x5b7,0x71f)]=_0x1cdef6,logger[_0x15b7d1(0x60c,_0x2a75f7._0x2d3b76,_0x2a75f7._0x35da7a,0x648)](_0x15b7d1(_0x2a75f7._0xe74f24,0x57b,0x73b,0x5a8)+_0x5b4f75(0x1e2,0x20a,_0x2a75f7._0x17ec62,_0x2a75f7._0x23e92a)+_0x15b7d1(0x59a,_0x2a75f7._0x133fb0,0x682,_0x2a75f7._0x2c564f)+_0x15b7d1(0x6cc,0x78a,_0x2a75f7._0x156a2d,_0x2a75f7._0x4d0df5)+_0x15b7d1(0x51f,_0x2a75f7._0x4543ac,0x422,0x50d),_0x231d7e);}function _0x15b7d1(_0x50762c,_0x414940,_0x368919,_0x2b4d36){return _0x359185(_0x50762c-0x48,_0x50762c-_0x5dc85d._0x24371e,_0x368919,_0x2b4d36-_0x5dc85d._0x3bb0a7);}const {frontmatter:_0x466e04,body:_0x12e772}=parseSkillMd(_0x11beb4);let _0x2d7509=[];try{const _0x4caad1={};_0x4caad1[_0x15b7d1(_0x2a75f7._0x4a78ea,_0x2a75f7._0x1b218e,0x660,_0x2a75f7._0x299511)+'pes']=!![];const _0x2f7ac5=await _0x5e1ddd[_0x5b4f75(_0x2a75f7._0x44ef53,_0x2a75f7._0x2a0010,-0x13,0x204)](_0x3093cb,_0x4caad1);for(const _0x5af3b2 of _0x2f7ac5){if(_0x253928['KIWKt'](_0x5af3b2[_0x5b4f75(0xb6,0x49,_0x2a75f7._0x5756ff,0x1b7)],_0x15b7d1(_0x2a75f7._0x181051,0x5cc,_0x2a75f7._0x494859,0x6e5)))continue;if(_0x5af3b2[_0x15b7d1(0x4bc,0x510,0x5c3,_0x2a75f7._0x5da87a)]()){const _0x56214f={};_0x56214f[_0x5b4f75(_0x2a75f7._0x1d9170,0x1d2,_0x2a75f7._0x348b8e,-_0x2a75f7._0x5bc795)]=_0x5af3b2['name'],_0x56214f[_0x15b7d1(_0x2a75f7._0x59246e,0x405,_0x2a75f7._0xc61c66,_0x2a75f7._0x59d2e8)]=_0x253928[_0x5b4f75(0x9a,0x19d,0x2f,_0x2a75f7._0x38de78)],_0x56214f[_0x5b4f75(0x54,0x18a,-_0x2a75f7._0x4f1635,-0x14)]=_0x5af3b2[_0x15b7d1(0x5b0,0x6d9,0x5a2,0x5f0)],_0x2d7509['push'](_0x56214f);}else{if(_0x5af3b2[_0x5b4f75(0xe6,-0x41,0x22e,_0x2a75f7._0x2b356e)+'y']()){if(_0x253928[_0x5b4f75(_0x2a75f7._0x1541fe,_0x2a75f7._0x74327a,0x1cf,_0x2a75f7._0x44c511)]!==_0x253928['ohijM']){_0x3c24ed[_0x5b4f75(0xc7,0x49,0x186,_0x2a75f7._0x49e2cb)](_0x379e8d+':');for(const _0x5d00ad of _0x3d9511){_0x55a18d['push'](_0x5b4f75(-_0x2a75f7._0x5dd178,_0x2a75f7._0x49e2cb,_0x2a75f7._0x3a7494,-_0x2a75f7._0x5c9fa3)+_0x5d00ad);}}else{const _0x6d4b6c=_0x43ab2a[_0x5b4f75(_0x2a75f7._0x4212c3,_0x2a75f7._0x47dbd2,_0x2a75f7._0x4a575b,_0x2a75f7._0x451878)](_0x3093cb,_0x5af3b2['name']),_0x2d32da=await _0x253928[_0x15b7d1(_0x2a75f7._0x10a285,0x4e0,0x584,0x503)](listFilesRecursive,_0x6d4b6c,_0x5af3b2[_0x5b4f75(0xb6,_0x2a75f7._0x17c808,_0x2a75f7._0x42ad46,-0x4a)]),_0x402ddc={};_0x402ddc[_0x15b7d1(0x5b0,0x634,0x532,_0x2a75f7._0x2ddf54)]=_0x5af3b2['name'],_0x402ddc[_0x5b4f75(-_0x2a75f7._0x4b6b23,0x48,-_0x2a75f7._0x124e0d,0x56)]=_0x253928[_0x5b4f75(_0x2a75f7._0x39bf91,_0x2a75f7._0x89de7f,0x127,_0x2a75f7._0x5670f1)],_0x402ddc[_0x15b7d1(_0x2a75f7._0x35793d,0x51e,_0x2a75f7._0x330ae2,0x67b)]=_0x5af3b2[_0x15b7d1(0x5b0,0x54e,0x4ba,_0x2a75f7._0x5cd7a0)],_0x402ddc[_0x5b4f75(_0x2a75f7._0x4ef4f9,-_0x2a75f7._0x5de71f,-_0x2a75f7._0x5ba02a,_0x2a75f7._0x421c3)]=_0x2d32da,_0x2d7509[_0x5b4f75(0xc7,_0x2a75f7._0x6ab16a,_0x2a75f7._0x5dc2eb,_0x2a75f7._0x39bf91)](_0x402ddc);}}}}if(_0x2d7509[_0x15b7d1(0x5af,0x4f2,_0x2a75f7._0x472cd1,_0x2a75f7._0x11facc)]>-0x1*-0xf3+0x28e+-0x381&&setupPath){if(_0x15b7d1(0x613,_0x2a75f7._0x47eea2,0x526,_0x2a75f7._0x90ca38)===_0x253928[_0x15b7d1(0x5e5,0x70c,0x5d8,0x54d)]){const _0x2eae30=[],_0x5e75d6=(_0x3e7b37,_0x26c8ea='skills/'+_0x1cdef6)=>{function _0x339a59(_0x4de178,_0x514c8d,_0x481f61,_0x3ad0a7){return _0x15b7d1(_0x3ad0a7- -0x192,_0x514c8d-0x171,_0x481f61,_0x3ad0a7-0xc0);}function _0x218126(_0x2b3653,_0x11379d,_0xe4883e,_0x13036a){return _0x5b4f75(_0x13036a-0x47e,_0x11379d-_0x15aef8._0x1d84a9,_0x2b3653,_0x13036a-0x1b3);}if('FtpkM'==='dzPWv')_0x24e411=_0x5106e1[_0x339a59(_0x4a17c4._0x2ca697,0x2cd,0x43d,0x379)](_0x5deaba)[_0x218126(0x4ee,0x489,0x649,0x511)]('\x0a')[_0x339a59(0x465,0x503,_0x4a17c4._0x128fda,0x472)]();else for(const _0x59c753 of _0x3e7b37){if(_0x253928[_0x339a59(0x54a,0x40e,_0x4a17c4._0x755559,0x52c)](_0x253928['hbomu'],_0x253928['eRCLw'])){const _0x380727=_0x499c5f[_0x218126(0x666,_0x4a17c4._0x590565,0x5bd,_0x4a17c4._0x28d5fd)](_0x35da2d)[_0x218126(0x6cf,0x606,_0x4a17c4._0x57e901,_0x4a17c4._0x514a5a)](_0x3a3cf8=>_0x16c379[_0x218126(0x5c0,0x5de,0x656,0x591)](_0x57e24c[_0x3a3cf8]));_0x380727&&_0x219e7a[_0x380727]['push'](_0x42921c[_0x339a59(0x3a1,0x351,0x4ea,_0x4a17c4._0xa007f)]()[_0x339a59(_0x4a17c4._0x778ae,_0x4a17c4._0x490536,0x332,_0x4a17c4._0x1a4145)](-0x125*-0xa+0xa07+0x9d*-0x23)[_0x218126(_0x4a17c4._0x3a81d3,_0x4a17c4._0x50036a,0x5ea,0x588)]());}else _0x2eae30[_0x339a59(_0x4a17c4._0x3cf031,_0x4a17c4._0x1e1942,_0x4a17c4._0x24cc45,_0x4a17c4._0x57663d)](_0x26c8ea+'/'+_0x59c753[_0x218126(_0x4a17c4._0x2e36e9,0x3ef,_0x4a17c4._0x5d1f73,0x4d2)]),_0x59c753['children']&&_0x253928[_0x339a59(0x5b7,_0x4a17c4._0x3101b4,_0x4a17c4._0x4815eb,_0x4a17c4._0x4a010a)](_0x5e75d6,_0x59c753[_0x218126(_0x4a17c4._0x1aed7c,0x5b0,0x3ac,0x4d4)],_0x26c8ea);}};_0x253928[_0x15b7d1(_0x2a75f7._0x1594bd,0x641,_0x2a75f7._0x76022d,0x675)](_0x5e75d6,_0x2d7509);const _0x426b0c=await getGitIgnoredFiles(setupPath,_0x2eae30);if(_0x426b0c['size']>0x1f*-0x76+-0x1*0x1c7+0x1011){const _0x5d2da1=new Set();_0x426b0c[_0x15b7d1(_0x2a75f7._0x2c97b7,_0x2a75f7._0x368b89,_0x2a75f7._0x56ea97,0x6f7)](_0x12d4e0=>{const _0x446e2a={'KQpfD':function(_0x155039,_0x5cb6b0,_0x67e62b){return _0x155039(_0x5cb6b0,_0x67e62b);}},_0x223dee=_0x48872c(0x3e1,0x396,0x2b2,0x2ef)+_0x1cdef6+'/';function _0x1d159c(_0x38d44e,_0x2f8776,_0x568cf5,_0x3f7c45){return _0x5b4f75(_0x2f8776-0x209,_0x2f8776-0x45,_0x38d44e,_0x3f7c45-0x1d);}function _0x48872c(_0x45b953,_0x508f4b,_0x300be5,_0x4752a5){return _0x5b4f75(_0x300be5-0x188,_0x508f4b-0x187,_0x4752a5,_0x4752a5-0x129);}if(_0x12d4e0[_0x48872c(0x2c5,0x2aa,0x37e,_0x13d7d3._0x5f5355)](_0x223dee)){if(_0x253928[_0x1d159c(0x114,0x1a5,0x99,0x138)]!==_0x253928[_0x48872c(_0x13d7d3._0x33d8b9,0x84,_0x13d7d3._0x5526d2,0x45)])_0x5d2da1[_0x48872c(0x336,_0x13d7d3._0x2f6470,0x30b,_0x13d7d3._0x204090)](_0x12d4e0[_0x48872c(_0x13d7d3._0x2e92ee,0x163,_0x13d7d3._0x3b89c4,_0x13d7d3._0x4c9a5f)](_0x223dee[_0x1d159c(0x314,_0x13d7d3._0x4992a8,_0x13d7d3._0x428f10,_0x13d7d3._0x323120)]));else for(const _0x11afee of _0x234054){_0x37a76c[_0x48872c(_0x13d7d3._0x1e2a98,0x2dc,_0x13d7d3._0x2dd9f9,_0x13d7d3._0x22fb07)](_0x3394dd+'/'+_0x11afee['path']),_0x11afee[_0x1d159c(_0x13d7d3._0x2f64df,0x25f,_0x13d7d3._0x56312d,0x17c)]&&_0x446e2a[_0x1d159c(0x2bc,0x262,_0x13d7d3._0x2d8d77,0x27e)](_0x2abccb,_0x11afee[_0x1d159c(0x1b8,0x25f,_0x13d7d3._0x4cd6b9,0x321)],_0x1b8d30);}}}),_0x2d7509=_0x253928[_0x5b4f75(0x168,_0x2a75f7._0x542e64,0x219,0x4e)](filterGitIgnoredFiles,_0x2d7509,_0x5d2da1);}}else{const _0x337ef4={};_0x337ef4['id']=_0x10d181['id'],_0x337ef4[_0x5b4f75(_0x2a75f7._0x741831,_0x2a75f7._0x44c642,0x38,0x8c)]=_0x1a1408[_0x5b4f75(0xb6,_0x2a75f7._0x29886a,-_0x2a75f7._0x3f971e,_0x2a75f7._0x406e2f)],_0x337ef4['descriptio'+'n']=_0x25fa72[_0x15b7d1(0x6d1,0x795,_0x2a75f7._0x41eeb8,0x5c4)+'n']||'',_0x337ef4[_0x15b7d1(0x5ee,_0x2a75f7._0x4eab55,0x5f1,0x6d9)]=_0xed6414[_0x5b4f75(_0x2a75f7._0x5cbc06,0x173,_0x2a75f7._0x3eabdf,0x105)]||'',_0x337ef4[_0x15b7d1(0x611,_0x2a75f7._0x640b2f,0x638,0x548)+_0x15b7d1(0x56c,0x4ae,_0x2a75f7._0x177faa,0x551)]=_0x48f0ef[_0x253928[_0x5b4f75(0xc8,_0x2a75f7._0x286b38,-_0x2a75f7._0x2a775d,_0x2a75f7._0x2f2988)]]||[],_0x337ef4[_0x5b4f75(_0x2a75f7._0x43ff0d,0x97,_0x2a75f7._0x3a347e,0x240)+_0x5b4f75(-0x31,-0x3b,-_0x2a75f7._0x395844,-_0x2a75f7._0x1fbac1)]=_0x960fef[_0x253928[_0x15b7d1(_0x2a75f7._0x4478d6,0x679,0x71a,0x719)]]||'',_0x29edc5[_0x15b7d1(0x5c1,0x531,0x52c,0x5df)](_0x337ef4);}}}catch(_0x56679d){if(_0x253928[_0x5b4f75(_0x2a75f7._0x2e427b,0x11a,_0x2a75f7._0x3630e3,_0x2a75f7._0x51bc00)]!==_0x253928[_0x5b4f75(0x1c2,0x276,0x287,0x28f)]){const _0x547b0d={};_0x547b0d[_0x5b4f75(_0x2a75f7._0x4647ae,_0x2a75f7._0x49ea2f,0x1e3,_0x2a75f7._0x575998)]=_0x1cdef6,_0x547b0d[_0x15b7d1(_0x2a75f7._0xd92c64,0x488,0x614,_0x2a75f7._0x5a282b)]=_0x56679d[_0x15b7d1(_0x2a75f7._0x51fe26,_0x2a75f7._0xc7ab0,_0x2a75f7._0x2e69a5,_0x2a75f7._0xdb5583)],logger['warn'](_0x253928[_0x5b4f75(0x1a6,_0x2a75f7._0x6a98f,0x6c,_0x2a75f7._0x3ef2dd)],_0x547b0d);}else{const _0x5dbacd={};_0x5dbacd['skillId']=_0xbf8aa0,_0x5dbacd[_0x15b7d1(0x5cd,0x50a,0x698,0x688)]=_0x3c25f2,_0x5dbacd[_0x15b7d1(_0x2a75f7._0x2fba9c,_0x2a75f7._0x1de3da,0x5fc,0x478)]=_0x25c81b['user'][_0x5b4f75(_0x2a75f7._0x23f319,0x97,_0x2a75f7._0x17c808,0x39)],_0x1d7fbf[_0x5b4f75(_0x2a75f7._0x2a4b6f,0xb1,0x3d,_0x2a75f7._0x5041c3)](_0x253928[_0x15b7d1(0x4c5,0x600,_0x2a75f7._0x47c2de,0x58a)],_0x5dbacd);const _0x1ee6d1={};return _0x1ee6d1[_0x15b7d1(_0x2a75f7._0xd92c64,_0x2a75f7._0x19648a,_0x2a75f7._0x79271e,0x5e7)]='Skill\x20is\x20r'+_0x5b4f75(_0x2a75f7._0x35410d,_0x2a75f7._0x5a7a55,_0x2a75f7._0x41210a,_0x2a75f7._0x29886a),_0x1ee6d1['message']=_0x253928[_0x5b4f75(_0x2a75f7._0x3555c7,0x1de,_0x2a75f7._0x1bd614,0x1f8)],_0x2257d0[_0x5b4f75(_0x2a75f7._0x53ab93,_0x2a75f7._0x1cce73,0x151,0x1f7)](0x1d01+-0xfae+-0xbc0)[_0x5b4f75(_0x2a75f7._0xe104f5,0x194,_0x2a75f7._0x2be2ce,0x248)](_0x1ee6d1);}}return{'id':_0x1cdef6,..._0x466e04,'name':_0x466e04[_0x15b7d1(0x5b0,_0x2a75f7._0x3d6e9e,0x5d0,_0x2a75f7._0x521206)]||_0x1cdef6[_0x5b4f75(_0x2a75f7._0x2d18a5,-0x6,-_0x2a75f7._0x4b95f0,-_0x2a75f7._0x3bbb14)]('-')[_0x15b7d1(0x597,_0x2a75f7._0x2fba9c,0x640,_0x2a75f7._0x2a07b1)](_0x4fb09f=>_0x4fb09f[_0x15b7d1(0x5e4,0x5be,0x647,0x70e)](0x1*-0x11b5+0x5e*-0x52+0x2fd1*0x1)[_0x15b7d1(0x576,0x6a6,0x4e9,0x598)+'e']()+_0x4fb09f[_0x15b7d1(0x50b,0x46d,0x43c,0x3e5)](-0xfcc+0xdc8+0x205))['join']('\x20'),'body':_0x12e772,'files':_0x2d7509};}async function listFilesRecursive(_0x4eb1e8,_0xae4945=''){const _0x36cc51={_0x16cef5:0x3e5,_0xbaacb5:0x40b,_0x3e8287:0x5f2,_0x3c1fe5:0x5c0,_0x396d7a:0x55d,_0x44f695:0x566,_0x4435ce:0x4b5,_0x3b35b4:0x4f1,_0x12480f:0x40c,_0x584ae7:0x456,_0x481729:0x3f3,_0xf15bff:0x3fd,_0x57f10e:0x4d4,_0x302254:0x3c4,_0x11d9e5:0x346,_0x4f21cd:0x390,_0x16d6b5:0x330,_0x13c774:0x3e2,_0x70a787:0x3a5,_0xeadf8b:0x56a,_0x15bec9:0x508,_0x302403:0x623,_0x5df45a:0x41b,_0x287801:0x30e,_0x132993:0x3c6,_0x277b6a:0x4c1,_0x4b7981:0x5b1,_0xb8abe8:0x486,_0x4af342:0x44f,_0x4b4373:0x58f,_0x1cd679:0x5af,_0x168325:0x4af,_0x3cadb6:0x512,_0x427b6c:0x3df,_0x1a5f2e:0x601,_0x559d67:0x502,_0x42405f:0x593},_0x4b26a3={_0x43fb44:0x1df,_0xa015bd:0x5b9},_0x17762d={_0x1234da:0x1ae,_0x967e98:0x26},_0x3ab36f={'cPuVT':function(_0x3a847a,_0x179feb){return _0x3a847a!==_0x179feb;},'Xfpbh':_0x1928fd(_0x36cc51._0x16cef5,0x3b1,0x50f,0x3ca),'BukRp':function(_0x1229be,_0x1e843e,_0x3e7aa3){return _0x1229be(_0x1e843e,_0x3e7aa3);},'zYpqU':_0x3068be(0x4a0,_0x36cc51._0xbaacb5,0x3c7,0x45a)};function _0x1928fd(_0x3465d8,_0x41834b,_0xd45f56,_0x166c05){return _0x359185(_0x3465d8-_0x17762d._0x1234da,_0x3465d8-0x654,_0x166c05,_0x166c05-_0x17762d._0x967e98);}function _0x3068be(_0x36b800,_0x37fdff,_0x382baa,_0x429174){return _0x359185(_0x36b800-_0x4b26a3._0x43fb44,_0x37fdff-_0x4b26a3._0xa015bd,_0x382baa,_0x429174-0x55);}const _0x20612f={};_0x20612f[_0x3068be(_0x36cc51._0x3e8287,_0x36cc51._0x3c1fe5,0x4f5,_0x36cc51._0x396d7a)+'pes']=!![];const _0x43c8a3=await _0x5e1ddd[_0x1928fd(_0x36cc51._0x44f695,0x532,0x561,_0x36cc51._0x4435ce)](_0x4eb1e8,_0x20612f),_0x5e9113=[];for(const _0x1a6270 of _0x43c8a3){const _0x4fc6bb=_0xae4945?_0xae4945+'/'+_0x1a6270[_0x1928fd(_0x36cc51._0x3b35b4,0x400,0x46a,_0x36cc51._0x12480f)]:_0x1a6270[_0x3068be(0x490,_0x36cc51._0x584ae7,_0x36cc51._0x481729,0x544)];if(_0x1a6270[_0x1928fd(_0x36cc51._0xf15bff,0x377,_0x36cc51._0x57f10e,_0x36cc51._0x302254)]()){if(_0x3ab36f[_0x1928fd(0x3f2,_0x36cc51._0x11d9e5,0x488,_0x36cc51._0x4f21cd)](_0x3ab36f[_0x3068be(0x51b,0x3f3,0x4fe,_0x36cc51._0x16d6b5)],_0x3ab36f[_0x3068be(0x2e4,_0x36cc51._0x481729,_0x36cc51._0x13c774,_0x36cc51._0x70a787)])){const _0x3be3ed={};return _0x3be3ed['skills']=[],_0x3be3ed[_0x3068be(0x5bd,0x598,_0x36cc51._0xeadf8b,0x57b)+'issing']=!![],_0x55a7bf[_0x1928fd(0x567,_0x36cc51._0x15bec9,_0x36cc51._0x302403,0x52e)](_0x3be3ed);}else{const _0x498fef={};_0x498fef[_0x3068be(_0x36cc51._0x5df45a,0x456,0x3b1,0x41c)]=_0x1a6270['name'],_0x498fef[_0x3068be(0x3af,0x344,_0x36cc51._0x287801,_0x36cc51._0x132993)]=_0x1928fd(0x4ab,_0x36cc51._0x277b6a,_0x36cc51._0x4b7981,0x48f),_0x498fef['path']=_0x4fc6bb,_0x5e9113['push'](_0x498fef);}}else{if(_0x1a6270[_0x3068be(0x563,_0x36cc51._0xb8abe8,0x3e9,_0x36cc51._0x4af342)+'y']()){const _0x5456a6=await _0x3ab36f['BukRp'](listFilesRecursive,_0x43ab2a['join'](_0x4eb1e8,_0x1a6270[_0x1928fd(0x4f1,0x51a,_0x36cc51._0x4b4373,_0x36cc51._0x1cd679)]),_0x4fc6bb),_0x1f0ec2={};_0x1f0ec2[_0x3068be(_0x36cc51._0x168325,_0x36cc51._0x584ae7,0x3dd,_0x36cc51._0x3cadb6)]=_0x1a6270['name'],_0x1f0ec2[_0x1928fd(_0x36cc51._0x427b6c,0x420,0x3db,0x3f8)]=_0x3ab36f[_0x1928fd(0x591,0x45e,0x4ac,_0x36cc51._0x1a5f2e)],_0x1f0ec2['path']=_0x4fc6bb,_0x1f0ec2['children']=_0x5456a6,_0x5e9113[_0x1928fd(_0x36cc51._0x559d67,0x52d,_0x36cc51._0x42405f,0x3d4)](_0x1f0ec2);}}}return _0x5e9113;}function _0x34db(){const _0x1dc1b5=['v1zlAva','rfzouKy','yK9xyuq','ndi0mZG4mhfovfvjDq','Bu50CwK','AxHyr3G','y2f1C2uGDgHLEq','sw52ywXPzcbVCa','rujvzhe','ywrK','EwLytuK','sNn2qve','C2TPBgXZoMrLBa','zM9Yy2u','l3b1C2GGzMfPBa','CNnLic0TywjICG','BcbPBNn0zwfK','wNDmC3e','rMfPBgvKihrVia','ignYzwf0zwqVDq','vMnSr0y','C3rHDhvZ','suDwCfm','B0Txz1O','BMqGC3rHDhvZia','C2TPBgXZlMPZBW','wKjwz0q','ihb1BgWGzxHLyW','y29Kzq','uwXTvhm','EKTzr0m','r2HQDMu','CK9IzeK','BNqGAxmGBM90ia','yxv0Ag9Y','Cg9ZDa','q1rbyK8','q1HYtwW','zsbZA2LSBhmGyW','C3juvha','DKnlqwy','AgLKzvbYB21WDa','s0vpt1m','lxbYB3zPzgvYlq','vhLbCe4','swvAwey','B21TAxqGzMfPBa','u2TPBgWGzgvSzq','z2nKzLe','y2f0y2G','t2TNzMm','zw4TzMLSzxmGCW','zhfXBvG','igH5CgHLBNmGBW','qvbwqLi','ENnZuvu','rMLSzsbKzwXLDa','BxHmq3e','DKDNB0S','u1LJDNu','z0LRr3e','yMvMB3jLihb1CW','y2XLyw4','y29TBwL0DgvK','CxLPsKS','ru5pru5u','DMvYC2LVBG','Bffvu3i','u0vuvvbFuefusa','u2TPBgWGzgLYzq','BhnNBgK','uuPHA28','qMLhthO','z2L0ihn0yxr1CW','rMD3rgq','r2L0ihb1BgWGzG','ndK4mdm2n2ToANzpCq','u2TPBgWGBM90ia','ChvZAgvK','zgvSzxrLigzPBa','C3rHDa','ls11BNnLDa','ywHLywq','te1Qy1e','yxv0Ae1Vzgu','AgjnDKO','nZiZntC2AuPcDLrq','r3HcBwW','C2LUzYbts0Lmta','D0XnuMy','u1ztt3C','A0DVDNC','ENHorwe','zgvZy3jPChrPBW','ig5VCM1HBcbPzG','s2v2y2m','rhjPDxC','CNKGy29UDgvUDa','sKnMEeC','D3jPDgvgAwXL','y3HhvNi','EeDjBNG','igrLBgv0zwq','u2v0ienprevsxW','y3rVCNKGzxHPCW','rej6rfG','y29UzMXPy3rZ','r1rjDhK','DwzoBMW','qu14ENm','ig5Vic5NAxrPzW','zw0GC2TPBgWGyq','BMX5ig9YigLZia','zcbHCYbOAwrKzq','qMHgt3e','AvvHwNa','zM91BMq','uNbgENO','CLDAC0m','Bw1PDa','A2v5CW','vujwDvm','v3DyBNO','BMqGy2fUBM90ia','C3rHCNrZv2L0Aa','ugDgD1q','zgLYzwn0B3j5tq','tM8Gy2HHBMDLCW','Bg9HzcbPBxbVCG','zxrLihn5C3rLBq','EwHkq2W','B3vUza','uw1lufi','zNjVBNrTyxr0zq','AufTBfG','zM9YrwfJAa','A0XZyMK','zeLtsg0','zLjqAfq','AM9eAKy','wwfVrKy','uhvZAcbPCYbVBG','CMvJDxjZAxzL','zeHct0W','sgXkEMi','igzYB20GAgLKza','zxzQENC','B2v5Ew0','mZK0odvkEhj5rMy','vhP2yKC','Bu5TzMu','zMLUza','C2vYDMLJzs5QCW','C2TPBgXZoNzPzq','ic0GChjVBxb0ia','rfL2CvG','j3mGzMLSzxmGyq','B3iGkg1HEsbIzq','CMvK','B3vSyLu','D1PLwva','uunfsMW','BwqGlsbKzwXLDa','s0HTDMW','rLjcBwe','EhDqEKK','D2L0AezPBgvuEq','ANbgDMe','u2TPBgXZigDPDa','z3jesMy','ChjVDMLKzxjZ','DxnLCI5Uyw1L','DxbKyxrLihnRAq','r0PtDgO','y3Pyywi','AgLKzgvUxq','q2Tnr2m','zxmVkG','y3DK','tgTcy1O','B0DssKe','B25SEsbZA2LSBa','ChjVDMLKzxjFDa','BMz1uxa','shvkAxO','Dw5SAw5R','lI4VBgLIl2DPDa','DhLWzq','ihrVignVBw1PDa','Dg1XAMK','reHOr0y','zw1HAwW','y29UzMLN','s0f1Cuu','BwjLCNmSigfUza','vKL2DK4','zxyTCMvMieHfqq','r0rXtKG','qwvcCNO','tMXJBvK','DxrLza','AgfUz2vZ','BwTKAxi','yxH4uxC','zxjHDgLVBG','tKvWBLu','y1b1vLq','uKTjB2O','rKj1r3u','lZPUyw1Ll2zPBa','BMX5','y29UBMvJDgvKia','icaTia','vfruv24','C2TPBgW','s0TAEwy','y3jLyxrLihnRAq','AxngAwXL','C3rKzxjY','weL1qu8','v1PUzfm','qxr0zw1WDcb0BW','CeTvsxC','ENL2vhG','ihjLywqGzMLSzq','t09ZDvK','txHwBhm','CvDoChO','zsb0BYb1CgrHDa','ue9Lrvi','Aw50','C3qGls1Szwz0lq','C3LZDgvT','zxr0zxjZlcbUDq','C2v0DxbFCMvWBW','zNrXAem','tvLeswe','DgvYCW','qw5qrNa','DMfSAwq','vgHTEKm','zw50CMLLCW','r0T1Cuq','tLH3zKy','tgXpAMG','CMrLza','nJiZndC0neTbwNH6EG','sMrVv1a','t3HgtxK','vKj0qLe','z1rLDfi','CMvHzcbMAwXL','BNnzre8','ywHLywrczwzVCG','sK1prKW','BwrJyxa','zvbLv0O','zgH4Aha','A2LSBc4','q291BgqGBM90ia','uhfzv1y','DxrMltG','zMXHz3m','zgvSzxrLihnRAq','Bvniswy','zLnJwKu','AwDUB3jLigvYCG','wLfos2u','iI4GugXLyxnLia','CgvZ','y1ffDMi','yxv0AfbYB3zPza','z0DuAeW','yNntveW','u2TPBgXZignOyq','wgXUAgC','EenozLK','y29TBwL0','EujKq1G','EfLACLq','ihb1C2GGzxHLyW','C2fNzsbYzxf1Aq','yw5Nzxm','uxfnyuW','zgLZy2fYzcbZAW','q29TBwL0ig1LCW','u0TIvxG','qwHuwuO','C3bSAxq','z2L0ignOzwnRlq','txzbrwO','zgvSzxrLzej5','AfHXuMW','DuHVuMu','ywLSzwq','CgfYyw1Z','C2XPy2u','ig11C3qGyMuGBa','AxP2swi','ruTMqNK','ugf0Acb0CMf2zq','oIbBxq','ignHBM5VDcbIzq','rvPduhG','DgvKihnRAwXSCW','B3iGiMfSBciU','rMHNCe4','tKzyq3y','ihnRAwXSCY4','BhKGyxzHAwXHyG','y0nrsvi','igvKAxqGCMvHza','qM1RuvO','zMnbD0e','A0Htq2K','zxrLigzPBgvZia','lM1K','s1brDK0','C3rYAw5N','C2TPBgXZ','C0zXt3q','vxnLifbvvcaVCW','BhDgq1e','ChjVDMLKzxi','zxnZAwjSzsbIzq','rMvYvM0','u2TPBgWGy3jLyq','ywXS','ENf6Cwm','whLIu2W','zgvIDwC','CxPtBeu','BfL4AKi','sffkD3a','rfDRrxa','sfDPALy','CMuGBM90igfJyW','r2L0ihb1C2GGzG','ufvNBwC','zMLSzxniAwrKzq','t3PiEfC','uvLLD1O','wxvMr2C','ig11C3qGyMuGmG','zxjYB3i','ls1Uyw1Llw9UBa','wufAuxq','yxjL','B2DYrvO','zgLZy2fYzcbJAa','AwD1CMvK','rxjYB3iGCMvHza','t1DYsvK','q3LQueC','quTPr2O','igLZig1HCMTLza','DxnLCG','DwD0y2G','ELjKqxO','yvjcA0G','DxiGywnJB3vUDa','z0fcCfe','wgzWyMG','Cgf0Aa','z2v0ihnRAwXS','y2HPBgrYzw4','uxfZA0q','s1vzs3u','s1fWzKq','uKHHsMC','Acb3AxrOihvUyW','svLVueC','uLbIt24','BxbYsuG','q3rRqNy','zsb0AguGC2TPBa','A2LSBcbIBg9JAW','EvPZCvK','Bu1zrfa','zercu24','ota5mZG4oe9YugjlCa','C2TPBgXjza','tvrgvxm','Bwjkv1K','qxzHwxi','AKXOs08','zgLYzwn0B3j5','DxnLCM5HBwu','vgHPCYbZA2LSBa','t0rUC0W','CvD2tKi','zMLSzq','sw52ywXPzcbJBW','B2XZ','BMDLCYbKAxnJyq','AxnZAw5N','q2fUBM90ignYzq','nhHQC3rnrq','y3jLyxrLzej5','zMLSDgvY','BcbMAwXL','zxHPDcbJB2rLia','DLnNthe','Dg9vChbLCKnHCW','z2v0','u3bYEMe','AhP2sgS','zgvSzxrL','z2L0','DxbKyxrLzej5','yvrbvw0','Aw4GysbYzwfKlq','Aw5JBhvKzxm','l2DPDc9WDwXS','D3jPDguGC2TPBa','ChvSBa','igrLBgv0zsbZEq','BgLZDcbZA2LSBa','tg5sDgq','AKjfzhy','zwfKlw9UBhK','zxrLifnlsuXmlG','tej3wxi','uM91DgvY','v1LNzvy','ywr5igv4Axn0CW','AM9PBG','AfbyuMq','B1bhwLu','ihb1C2GGzMfPBa','u2TPBgWGAxmGCG','CgfYC2u','sevbra','q01hA3G','rKTzqMi','BgXVD2vK','BwfW','B21TAxr0zwqGyW','q0rkshm','DhmGyNv0ig1PCW','qKTJAhu','Dvbdwum','tMDtCNa','rMLSzsbUB3qGzG','r0TNve0','CMvZB2X2zq','q09orKXjq1q','CMvHzezPBgu','Bgv0zwq','Bw9Kzq','qLvgvhe','yMvJyxvZzsbPDa','uvfrqxC','rLvsEwK','igjSB2nRzwq','D0LSrwW','CvrcALy','A2LSBhmVoM5HBq','Bg9JywXLq29TCa','vej5uwS','BgvUz3rO','BMfTzq','yxrLig9Yig1Vza','C21Nt2q','CNnHBcbUB3qGyq','zgf0zsbMAwXLia','qwnwAuG','CxPeuKK','C3vIC3rYAw5N','Den5Duq','shHQDKe','BLLxz0u','CxnUtNK','zvzryvm','C2TPBgXZoMvKAq','Cuvevfu','DvL2B3e','rK1pr2i','ChvZAa','AKvNA2q','BvnZBxe','y29UBMvJDcb5BW','CNHvAKu','BM9YzsbLEgLZDa','AgLKzuzPBgvZ','tKPNDNm','zMv0y2G','EuPbsM8','Avv6y0q','EKvcDwG','zMLSzxbHDgG','lI4VBgLIl3vZzq','AvvpzKW','B3jPz2LU','Eg1wzee','u2TPBgWGDxbKyq','CMHWwMC','rxrXrK0','zsbts0Lmtc5Tza','zgLMzG','lMLTCg9YDgvKlq','CcbUB3qGy29UzG','Bw1PDcbZy29Wzq','EgHYEfi','u21Krhq','y2HLy2TVDxq','q1flyLu','lIbfEhbLy3rLza','DgvK','AxneAxjLy3rVCG','yMuGzgvSzxrLza','q2fUBM90igrLBa','q3vSCKq','y2HHCKf0','wxf6qMy','uhvSBcbIzwzVCG','yK95CxC','sevSy0G','AxDAq2u','sfjht0S','AwvYtfK','AwvK','AgfZ','Bw9KzwW','DMXRtuu','q2vPwfO','uvnrzee','BKr3uKq','wNP4Dei','igfZigeGC3LZDa','q0jArg8','ls0T','C0nkBu0','Au52q2W','ruPtwwy','wLvUCMm','z0jRwMG','qurTqvi','Def5r3K','ChjVBxb0sgLKza','u2TPBgWGBMfTzq','tfHUwwy','runAuKi','lwzK','CgrHDgvK','DhjPBq','z2L0ihjLDI1Wyq','shLuzwy','Aw5MBW','sezjsMy','AgLKzgvU','tLjhuNa','yxjNDw1LBNqTAa','D2fYBG','AxnbCNjHEq','C2TPBgXoyw1L','ihrVihbYB2nLzq','A2TfDfe','ywXSB3DLzc10BW','CIaI','Bw5gzeW','zxHLy3v0zwrcEq','C3vJy2vZCW','t2LYDuG','ignYzwf0zs91Ca','vvvnwhm','mLzHwMj5Aq','yw5Kig5VDcbIzq','tMHZC1q','D3jPDguGzMLSzq','zMnTvey','Ehj3EKW','ywnJzxnZ','AfLushu','ms4WlJa','zgv0zxjTAw5Lia','igLZigfOzwfKia','C2TPBgXZlW','CMvHzgrPCG','ANnVBG','l2DPDc9WDxnO','ysbZExn0zw0GCW','zgXgwvC','ChvSBezPCNn0','EgvsyM8','r2L0ignVBw1PDa','wu5WsKC','B3DLCMnHC2uGBa','Bwf0y2G','ihnRAwXS','ywDL','EsbZA2LSBcbIBa','igfYzsbTyxjRzq','yM9KEq','igrLBgv0zsbMAq','A0nMy1G','qwnJzxnZigrLBG','q29KzxiTC2v0Dq','tfnmDeG','wwDQBM4','igfZihjLywqTBW','z0LKC3y','icjZA2LSBhmIia','uKzMqvy','AwnIwey','AwXSCYbJAgfUzW','zeDZq1q','DvbMr04','zwvLwu0','r2z2Cui','Ag5Hz1i','EgH1rfG','zePbvfm','B2DXtKi','ig1VzgLMAwvKia','CI1NAxqTDg9Rzq','Chv0','zeHsCfi','D3Hzzvq','D3n1weS','z2L0ihjLDI1SAq','ELLWCvu','uMPhBM8','DxnLCI5LBwfPBa','zKDfCNm','u0TjteWUBwq','BNmUANm','quXOEeO','wwnTq0i','AhfRwM0','ntCXnJy0mfP2tfDmua','lZPUyw1L','B2nRzwq','rgzbt0q','t3jOy2G','Awz5igzPBgvZia','ihb1C2GGy29TCa','AgLUza','Bg9Nz2vY','A1rHruO','C2TPBgXZoM1HBG','C2ftDNm','C29YDa','CMvHzcbZA2LSBa','yvLAENe','zxrL','Aw12wwW','Bw9RBMy','rMLSzxmGyxjLia','Dw50ig9YAwDPBG','EhfMB0S','BwvZC2fNzq','u2T5wvm','DxHdDhu','l2DPDc9KAxnJyq','y2fSigjYyw5JAa','B2HPAK0'];_0x34db=function(){return _0x1dc1b5;};return _0x34db();}router['get']('/',requirePermission('skills:vie'+'w'),async(_0x30e193,_0x17c659)=>{const _0x541a87={_0x1f06a4:0x4b1,_0x5cbbb2:0x531,_0x5789e4:0x545,_0x119a75:0x56e,_0x1cf137:0x573,_0x5b10b4:0x420,_0x14e95d:0x518,_0x346815:0x61c,_0x32205f:0x520,_0x5a9c6a:0x489,_0x478266:0x5aa,_0x51fc68:0x5c0,_0x1f5ded:0x5db,_0x441719:0x3e6,_0x54bc52:0x382,_0x539ea8:0x465,_0x10d399:0x512,_0x4a247a:0x4e0,_0x596a63:0x56a,_0x1afce1:0x5d4,_0x12adbf:0x43b,_0x25eba1:0x527,_0x48c8a7:0x3ab,_0x2e41d:0x313,_0x3db196:0x398,_0x3f7023:0x4de,_0x2f8161:0x592,_0x2c34bc:0x58c,_0x208970:0x3df,_0x10bf41:0x398,_0x342424:0x438,_0xd083f3:0x30b,_0x4fed44:0x4d2,_0x4df11b:0x416,_0x399e97:0x41d,_0x409b16:0x4df,_0x5394ef:0x3f5,_0x380ae5:0x42a,_0x136363:0x496,_0x3c9993:0x430,_0x40bbd4:0x56f,_0x2ab148:0x388,_0x3d60a5:0x40b,_0x650b17:0x462,_0x4c2329:0x40a,_0x394a39:0x43b,_0x31f606:0x40a,_0xbbd196:0x497,_0x4ad222:0x3b0,_0x59c885:0x444,_0x2bd372:0x3e3,_0x27ba30:0x33c,_0x282638:0x558,_0x4153ac:0x500,_0x559ad9:0x51d,_0x2f5c53:0x48a,_0x89cc52:0x3ee,_0x1a8043:0x499,_0x58db43:0x39f,_0x22b55a:0x440,_0x2fe0e1:0x3ca,_0x142c9b:0x625,_0x23c330:0x3f1,_0x3b925d:0x34a,_0x2741e5:0x670,_0x548187:0x63a,_0x46e7db:0x43a,_0x19c819:0x332,_0x348651:0x519,_0x3bc72b:0x756,_0x301cb9:0x755,_0x21027c:0x73b,_0x47b689:0x662,_0x141cf0:0x2a7,_0x380450:0x56d,_0x5856aa:0x457,_0x355f39:0x404,_0x6589ce:0x511,_0x55857a:0x424,_0x13f50e:0x341,_0x271438:0x4ae,_0x419912:0x5e2,_0x57c116:0x656,_0x26dd57:0x47f,_0x3b599c:0x373,_0x2a4d13:0x3bb,_0x4f8f4c:0x50d,_0x5d675c:0x513,_0x34683a:0x4f8,_0x5ab749:0x37c,_0x29abaf:0x5a0,_0x1f8d3f:0x4aa,_0x567660:0x42d,_0x1d8340:0x4df,_0x5811ff:0x669,_0xe68234:0x553,_0x5f077c:0x335,_0x344be8:0x411,_0x10c4e3:0x6f2,_0xb9e3bc:0x582,_0x10f9da:0x490,_0x4f9bb8:0x4cc,_0x1176b0:0x5ab,_0x3caeff:0x53f,_0x49dd60:0x451,_0x41b7f4:0x40a,_0x4f3eec:0x4f9,_0xf76244:0x3c1,_0x509db4:0x462,_0x5281a1:0x54b,_0x985b10:0x566,_0x305c72:0x59f,_0x3c0f61:0x525,_0xf0cc2b:0x483,_0x35a52e:0x453,_0x50b049:0x44a,_0x58b2cb:0x30d,_0x5d6388:0x4fd,_0x126a07:0x614,_0x4a67bd:0x45a,_0x2c01e1:0x667},_0x258369={_0x5b2afe:0x65b},_0x1ab7fa={_0x5810bb:0x1b,_0x29c00b:0x5e2},_0x54210c={'MYDIa':function(_0x1fa246,_0x1abe06,_0x381be0,_0x168b6f){return _0x1fa246(_0x1abe06,_0x381be0,_0x168b6f);},'uKSen':'1.0.0','ftqhC':function(_0x1eff98){return _0x1eff98();},'zvBcy':_0x1c5f46(_0x541a87._0x1f06a4,0x503,_0x541a87._0x5cbbb2,_0x541a87._0x5789e4),'CtkBv':_0x5b0398(0x476,_0x541a87._0x119a75,0x48f,_0x541a87._0x1cf137),'HuJiz':'Coder-setu'+_0x1c5f46(_0x541a87._0x5b10b4,_0x541a87._0x14e95d,_0x541a87._0x346815,_0x541a87._0x32205f)+_0x1c5f46(0x44c,0x529,0x464,_0x541a87._0x5a9c6a),'BmkQZ':_0x5b0398(_0x541a87._0x478266,0x4d6,0x53f,0x612)+_0x5b0398(0x587,_0x541a87._0x51fc68,0x636,_0x541a87._0x1f5ded)+'\x20to\x20enable'+_0x5b0398(_0x541a87._0x441719,0x404,_0x541a87._0x54bc52,0x2c5),'PcvEJ':function(_0x131919,_0x4fae50){return _0x131919!==_0x4fae50;},'NXwfF':_0x1c5f46(0x63e,0x518,_0x541a87._0x539ea8,_0x541a87._0x10d399),'gecvF':function(_0x40df71,_0x500243){return _0x40df71!==_0x500243;},'uPfGN':'HFIJf','LlOjh':function(_0x2386d,_0x1c5a26){return _0x2386d(_0x1c5a26);},'OWrIY':_0x5b0398(_0x541a87._0x4a247a,_0x541a87._0x596a63,0x4ae,_0x541a87._0x1afce1)+_0x5b0398(_0x541a87._0x12adbf,_0x541a87._0x25eba1,_0x541a87._0x48c8a7,_0x541a87._0x2e41d),'SkyYS':'argument-h'+_0x5b0398(_0x541a87._0x3db196,0x39e,_0x541a87._0x3f7023,0x39b),'YcmCB':_0x1c5f46(_0x541a87._0x2f8161,0x6f7,0x578,0x5ce)+_0x5b0398(0x453,_0x541a87._0x2c34bc,_0x541a87._0x208970,_0x541a87._0x10bf41)+'s'};function _0x5b0398(_0x29455e,_0x2af62b,_0x345931,_0x349250){return _0x359185(_0x29455e-_0x1ab7fa._0x5810bb,_0x29455e-_0x1ab7fa._0x29c00b,_0x2af62b,_0x349250-0x1eb);}function _0x1c5f46(_0x50a3be,_0x15d745,_0x27ba64,_0x4a173b){return _0x359185(_0x50a3be-0x1cd,_0x4a173b-_0x258369._0x5b2afe,_0x27ba64,_0x4a173b-0x7e);}const _0xc318ed=_0x54210c[_0x1c5f46(_0x541a87._0x342424,_0x541a87._0xd083f3,_0x541a87._0x4fed44,_0x541a87._0x4df11b)](getSkillsPath);if(!_0xc318ed){if(_0x54210c['zvBcy']===_0x54210c[_0x1c5f46(0x58f,0x47f,0x429,0x4a1)]){const _0x29b269=_0x3c01f0?_0x4de4e9+'/'+_0x41e3e4[_0x5b0398(_0x541a87._0x399e97,_0x541a87._0x409b16,_0x541a87._0x5394ef,0x54b)]:_0x4c15a4[_0x1c5f46(0x3c5,_0x541a87._0x380ae5,0x3fd,_0x541a87._0x136363)];if(_0x385f79[_0x5b0398(0x4bc,_0x541a87._0x3c9993,0x566,_0x541a87._0x40bbd4)](_0x29b269))return![];return _0x4472c8['children']&&(_0x214ede[_0x5b0398(0x41f,0x3bd,0x324,_0x541a87._0x2ab148)]=_0x54210c[_0x5b0398(0x39e,0x4be,_0x541a87._0x3d60a5,_0x541a87._0x650b17)](_0x2283e6,_0x207660[_0x1c5f46(_0x541a87._0x4c2329,_0x541a87._0x394a39,0x4a9,0x498)],_0x16bcda,_0x258be7)),!![];}else{const _0x1f5b64={};return _0x1f5b64[_0x5b0398(_0x541a87._0x31f606,_0x541a87._0xbbd196,0x462,_0x541a87._0x4ad222)]=_0x54210c[_0x1c5f46(0x31f,0x4ec,_0x541a87._0x59c885,_0x541a87._0x2bd372)],_0x1f5b64['message']=_0x54210c[_0x5b0398(0x3ea,0x34c,0x31f,_0x541a87._0x27ba30)],_0x17c659[_0x5b0398(_0x541a87._0x282638,_0x541a87._0x4153ac,_0x541a87._0x559ad9,0x497)](0x181+0x2545+0x24cf*-0x1)[_0x1c5f46(0x655,0x61b,0x5e8,0x56e)](_0x1f5b64);}}try{if(!await _0x54210c['ftqhC'](skillsDirExists)){if(_0x54210c['PcvEJ'](_0x54210c[_0x5b0398(0x3a5,0x3f7,_0x541a87._0x2f5c53,_0x541a87._0x89cc52)],_0x5b0398(_0x541a87._0x1a8043,_0x541a87._0x58db43,_0x541a87._0x22b55a,_0x541a87._0x2fe0e1))){const _0xae0b={};return _0xae0b[_0x5b0398(0x585,0x57f,0x487,_0x541a87._0x142c9b)]=_0x54210c['uKSen'],_0xae0b[_0x1c5f46(0x4e4,0x58f,0x4ae,0x46a)]={},_0xae0b;}else{const _0x347eea={};return _0x347eea[_0x5b0398(_0x541a87._0x23c330,0x408,_0x541a87._0x3b925d,0x3f7)]=[],_0x347eea[_0x1c5f46(0x73f,0x554,_0x541a87._0x2741e5,_0x541a87._0x548187)+_0x5b0398(0x43d,_0x541a87._0x46e7db,_0x541a87._0x19c819,_0x541a87._0x348651)]=!![],_0x17c659['json'](_0x347eea);}}const _0xb8e2bd={};_0xb8e2bd[_0x1c5f46(_0x541a87._0x3bc72b,_0x541a87._0x301cb9,_0x541a87._0x21027c,_0x541a87._0x47b689)+_0x5b0398(0x3bf,_0x541a87._0x141cf0,0x320,0x2db)]=!![];const _0x275a54=await _0x5e1ddd[_0x1c5f46(0x55d,0x482,0x48b,_0x541a87._0x380450)](_0xc318ed,_0xb8e2bd),_0xc9ab78=[];for(const _0x18a279 of _0x275a54){if(_0x54210c['gecvF'](_0x5b0398(0x4d7,_0x541a87._0x5856aa,_0x541a87._0x355f39,0x498),_0x54210c[_0x5b0398(_0x541a87._0x6589ce,0x3f4,0x47e,_0x541a87._0x55857a)]))_0x1e2edc['files']=[],_0x232f02[_0x5b0398(0x405,0x312,_0x541a87._0x13f50e,_0x541a87._0x271438)+'n']=!![];else{if(!_0x18a279[_0x1c5f46(0x551,_0x541a87._0x419912,_0x541a87._0x57c116,0x528)+'y']())continue;const _0x333af2=await _0x54210c[_0x5b0398(0x3a6,0x31e,0x3bd,0x439)](readSkill,_0x18a279[_0x5b0398(_0x541a87._0x26dd57,_0x541a87._0x3b599c,_0x541a87._0x2a4d13,_0x541a87._0x4f8f4c)]);if(_0x333af2){const _0x3dcf99={};_0x3dcf99['id']=_0x333af2['id'],_0x3dcf99[_0x1c5f46(0x5ed,0x606,_0x541a87._0x5d675c,_0x541a87._0x34683a)]=_0x333af2[_0x5b0398(0x47f,_0x541a87._0x5ab749,0x4ab,0x45c)],_0x3dcf99['descriptio'+'n']=_0x333af2[_0x5b0398(_0x541a87._0x29abaf,0x5b3,0x55f,0x663)+'n']||'',_0x3dcf99['model']=_0x333af2[_0x5b0398(0x4bd,0x429,_0x541a87._0x1f8d3f,0x393)]||'',_0x3dcf99['allowed-to'+_0x1c5f46(0x37f,0x3a0,_0x541a87._0x567660,0x4b4)]=_0x333af2[_0x54210c[_0x5b0398(0x412,0x476,_0x541a87._0x1d8340,0x368)]]||[],_0x3dcf99[_0x1c5f46(0x455,0x60c,_0x541a87._0x5811ff,_0x541a87._0xe68234)+_0x1c5f46(0x499,0x4c8,_0x541a87._0x5f077c,_0x541a87._0x344be8)]=_0x333af2[_0x54210c[_0x1c5f46(_0x541a87._0x10c4e3,_0x541a87._0xb9e3bc,0x4d9,0x5b7)]]||'',_0xc9ab78[_0x5b0398(_0x541a87._0x10f9da,0x5a4,0x539,_0x541a87._0x4f9bb8)](_0x3dcf99);}}}_0xc9ab78[_0x5b0398(0x534,_0x541a87._0x5856aa,_0x541a87._0x1176b0,_0x541a87._0x3caeff)]((_0x1640cb,_0x437769)=>_0x1640cb['name'][_0x5b0398(0x47c,0x35b,0x58e,0x3d6)+_0x5b0398(0x40d,0x4e6,0x442,0x43a)](_0x437769[_0x1c5f46(0x3e4,0x48a,0x602,0x4f8)]));const _0x4ce1f5={};_0x4ce1f5['skills']=_0xc9ab78,_0x17c659['json'](_0x4ce1f5);}catch(_0x499006){const _0x30d4d6={};_0x30d4d6[_0x5b0398(0x40a,0x465,0x2e1,_0x541a87._0x49dd60)]=_0x499006['message'],logger[_0x5b0398(_0x541a87._0x41b7f4,_0x541a87._0x4f3eec,_0x541a87._0xf76244,0x324)](_0x54210c[_0x1c5f46(_0x541a87._0x509db4,_0x541a87._0x5281a1,_0x541a87._0x985b10,_0x541a87._0x305c72)],_0x30d4d6);const _0x5de020={};_0x5de020[_0x1c5f46(0x575,0x55a,_0x541a87._0x3c0f61,_0x541a87._0xf0cc2b)]='Failed\x20to\x20'+_0x5b0398(_0x541a87._0x35a52e,_0x541a87._0x50b049,_0x541a87._0x58b2cb,_0x541a87._0x5d6388)+'s',_0x5de020['message']=_0x499006[_0x5b0398(0x53d,_0x541a87._0x126a07,0x621,_0x541a87._0x4a67bd)],_0x17c659[_0x1c5f46(0x6b7,_0x541a87._0x2c01e1,0x5b7,0x5d1)](-0xdff*0x1+-0x32*-0x1f+0x9e5)[_0x5b0398(0x4f5,0x4de,0x56c,0x3f0)](_0x5de020);}}),router[_0x1dc7a3(-0x76,0xd3,0x9,0x73)]('/:name',requirePermission(_0x359185(-0x139,-0x6,0xc9,0xa3)+'w'),async(_0x2c8619,_0xfd5938)=>{const _0x63b6c6={_0x482399:0x52c,_0x44397f:0x5ef,_0x5cf669:0x4fb,_0x28509a:0x51e,_0x4d0ffc:0x4dc,_0x3b572e:0x3d2,_0x197751:0x495,_0x1f38a8:0x3a9,_0x3975b9:0x69c,_0x503e4f:0x5cb,_0x3c756f:0x498,_0x35a5e0:0x60a,_0x393295:0x69e,_0x4f0462:0x701,_0x1d0925:0x5e1,_0x5c47ae:0x72e,_0x424564:0x611,_0x4bb1ad:0x7ea,_0x184e0e:0x7fb,_0x27213e:0x842,_0x1bea41:0x883,_0x59833c:0x5cd,_0x17f473:0x52a,_0x3706ab:0x5e2,_0x3c9ed6:0x5d3,_0xd3e324:0x55b,_0x2224cc:0x4e6,_0x2ff4bb:0x6c7,_0x5f56a8:0x5ff,_0x4ba53b:0x882,_0x28d22a:0x73b,_0x2ac021:0x872,_0x1a5187:0x7cc,_0x274c09:0x31c,_0x1e993c:0x42e,_0x3ff084:0x5b2,_0x1f032b:0x5b5,_0x334a28:0x7d3,_0x374f92:0x5f9,_0x2b7b86:0x6a1,_0x3b1abe:0x4e3,_0x375574:0x572,_0x58a52c:0x4a4,_0x70aae7:0x5d0,_0x695d2:0x6a9,_0x28e7a7:0x594,_0x23da54:0x627,_0x5deaf0:0x51a,_0x10f81f:0x603,_0x305e76:0x4bf,_0x521377:0x5f0,_0x2b4926:0x655,_0x5f1f4b:0x4a0,_0xff8182:0x5ab,_0x131730:0x3cc,_0x150a6b:0x3d0,_0x2ffc4f:0x70f,_0x4f873e:0x6da,_0x49c752:0x52d,_0x911b47:0x5fe,_0x5c746c:0x77c,_0x305e1e:0x484,_0x30ae60:0x2a2,_0x90a0d0:0x2f5,_0x103e33:0x336,_0x1dc823:0x509,_0xbfc4f9:0x6d9,_0x36ad06:0x646,_0x39d2b0:0x551,_0x50defa:0x571,_0x2a54a9:0x3c0,_0x29aba5:0x402,_0x287a24:0x494,_0x19b506:0x5e1,_0x3733da:0x672,_0x1fa4a0:0x689,_0xdfa8cc:0x44c,_0x441cd6:0x5d0,_0x20a70b:0x535,_0x9ebda0:0x526,_0x515b36:0x51f,_0x2156f5:0x78b,_0x3aa597:0x3ec,_0x63f626:0x3f2,_0x15b78e:0x42f,_0x1cc2b7:0x326,_0x1df861:0x456,_0x3c952e:0x61e,_0x27cfec:0x68e,_0x435931:0x595,_0x344afb:0x5cc,_0x52caec:0x4bd,_0x9d4b81:0x4ca},_0x24aa2c={_0x3a3f22:0x607},_0x4d3bfa={_0x1f0e1f:0x733};function _0x3ba011(_0x1f5554,_0x1217d3,_0x427882,_0x3b4b37){return _0x359185(_0x1f5554-0x180,_0x1217d3-_0x4d3bfa._0x1f0e1f,_0x1f5554,_0x3b4b37-0x8d);}function _0x57f38d(_0x56d06e,_0x302300,_0x4d1a85,_0x4d7925){return _0x359185(_0x56d06e-0xb8,_0x4d1a85-_0x24aa2c._0x3a3f22,_0x4d7925,_0x4d7925-0x118);}const _0x1e866a={'huJRD':'Skill\x20name'+_0x3ba011(0x433,_0x63b6c6._0x482399,_0x63b6c6._0x44397f,_0x63b6c6._0x5cf669)+_0x3ba011(0x58d,0x64e,_0x63b6c6._0x28509a,0x599)+_0x57f38d(0x398,_0x63b6c6._0x4d0ffc,0x3c0,0x45e)+_0x3ba011(0x4e0,0x4c5,0x3f6,_0x63b6c6._0x3b572e)+'\x20hyphens\x20o'+_0x57f38d(0x39e,_0x63b6c6._0x197751,_0x63b6c6._0x1f38a8,0x384),'DWkEp':function(_0x4a739f,_0xee61e){return _0x4a739f===_0xee61e;},'aYZzq':function(_0x4b0e4a,_0x480b34){return _0x4b0e4a===_0x480b34;},'jpFva':_0x3ba011(_0x63b6c6._0x3975b9,_0x63b6c6._0x503e4f,_0x63b6c6._0x3c756f,_0x63b6c6._0x35a5e0),'kLsbi':function(_0x2163d0,_0x4ad8fe){return _0x2163d0(_0x4ad8fe);},'VBtBQ':'[Proprieta'+_0x57f38d(_0x63b6c6._0x393295,_0x63b6c6._0x4f0462,0x5c9,_0x63b6c6._0x1d0925)+_0x3ba011(0x751,_0x63b6c6._0x5c47ae,_0x63b6c6._0x424564,_0x63b6c6._0x4bb1ad)+_0x3ba011(_0x63b6c6._0x184e0e,0x743,_0x63b6c6._0x27213e,_0x63b6c6._0x1bea41),'lsgli':function(_0x1ca30e,_0x22a33e){return _0x1ca30e!==_0x22a33e;},'xmVdA':'kaXrv','evjzw':'DeVJw','QqMaL':'Failed\x20to\x20'+_0x3ba011(0x614,0x56f,0x643,_0x63b6c6._0x59833c)},{name:_0x530c49}=_0x2c8619[_0x3ba011(0x539,_0x63b6c6._0x17f473,_0x63b6c6._0x3706ab,0x5b5)];try{if(_0x1e866a[_0x57f38d(_0x63b6c6._0x3c9ed6,0x591,_0x63b6c6._0xd3e324,0x5e2)](_0x3ba011(_0x63b6c6._0x2224cc,0x5cb,_0x63b6c6._0x2ff4bb,_0x63b6c6._0x5f56a8),_0x1e866a[_0x3ba011(_0x63b6c6._0x4ba53b,_0x63b6c6._0x28d22a,_0x63b6c6._0x2ac021,_0x63b6c6._0x1a5187)])){const _0x2b1918=await readSkill(_0x530c49);if(!_0x2b1918){const _0x535cd1={};return _0x535cd1[_0x57f38d(_0x63b6c6._0x274c09,_0x63b6c6._0x1e993c,0x42f,0x2f7)]=_0x57f38d(0x4ec,_0x63b6c6._0x3ff084,_0x63b6c6._0x1f032b,0x498)+_0x3ba011(_0x63b6c6._0x334a28,0x708,_0x63b6c6._0x374f92,_0x63b6c6._0x2b7b86),_0x535cd1[_0x57f38d(_0x63b6c6._0x3b1abe,_0x63b6c6._0x375574,_0x63b6c6._0x58a52c,0x48b)]=_0x530c49,_0xfd5938[_0x3ba011(_0x63b6c6._0x70aae7,_0x63b6c6._0x695d2,_0x63b6c6._0x28e7a7,0x5f0)](0x6*0x526+-0x1d2+0x17*-0x132)[_0x57f38d(_0x63b6c6._0x23da54,0x443,_0x63b6c6._0x5deaf0,_0x63b6c6._0x10f81f)](_0x535cd1);}const _0x4dcbf2=await _0x1e866a[_0x57f38d(_0x63b6c6._0x305e76,0x4ae,_0x63b6c6._0x521377,0x638)](getSkillFlags,_0x530c49);_0x4dcbf2[_0x57f38d(0x62a,0x6ae,0x591,_0x63b6c6._0x2b4926)]&&(_0x2b1918[_0x57f38d(0x633,_0x63b6c6._0x5f1f4b,0x528,_0x63b6c6._0xff8182)]=_0x1e866a[_0x57f38d(_0x63b6c6._0x131730,0x4b9,_0x63b6c6._0x150a6b,0x3a7)],_0x2b1918['promptHidd'+'en']=!![]);if(_0x4dcbf2['hideFiles']){if(_0x1e866a[_0x3ba011(_0x63b6c6._0x2ffc4f,_0x63b6c6._0x4f873e,0x771,0x63c)](_0x1e866a[_0x3ba011(_0x63b6c6._0x49c752,0x5f1,0x521,0x71f)],_0x1e866a[_0x3ba011(_0x63b6c6._0x911b47,0x726,_0x63b6c6._0x5c746c,0x600)]))_0x2b1918['files']=[],_0x2b1918[_0x3ba011(0x467,0x556,0x612,_0x63b6c6._0x305e1e)+'n']=!![];else{const _0x4f59d7={};return _0x4f59d7[_0x57f38d(_0x63b6c6._0x30ae60,0x36b,0x3c6,0x4cf)]=![],_0x4f59d7[_0x57f38d(_0x63b6c6._0x90a0d0,_0x63b6c6._0x103e33,0x42f,0x326)]=_0x1e866a['huJRD'],_0x4f59d7;}}_0x2b1918[_0x3ba011(0x3f7,_0x63b6c6._0x1dc823,0x4b1,0x557)]=_0x4dcbf2,_0xfd5938[_0x3ba011(_0x63b6c6._0xbfc4f9,_0x63b6c6._0x36ad06,0x78b,0x514)](_0x2b1918);}else{if(_0x1e866a[_0x3ba011(_0x63b6c6._0x39d2b0,0x551,0x697,_0x63b6c6._0x50defa)](_0x47f1e9[_0x57f38d(0x3f6,_0x63b6c6._0x2a54a9,0x4a3,_0x63b6c6._0x29aba5)],0x2f*-0xad+-0x1*0x1a83+0x1*0x3a46))_0x3f1f76['push'](_0x421c54+_0x57f38d(0x4e2,_0x63b6c6._0x287a24,0x404,0x511));else{_0x592bf5[_0x3ba011(0x6ba,_0x63b6c6._0x19b506,_0x63b6c6._0x3733da,_0x63b6c6._0x1fa4a0)](_0x2ebc25+':');for(const _0x3f5c82 of _0x297932){_0x55b775['push'](_0x57f38d(0x4ca,0x4f1,0x3ab,_0x63b6c6._0xdfa8cc)+_0x3f5c82);}}}}catch(_0x5b727e){const _0x1045cb={};_0x1045cb[_0x3ba011(0x5b7,_0x63b6c6._0x441cd6,0x5fb,0x67e)]=_0x530c49,_0x1045cb[_0x3ba011(_0x63b6c6._0x20a70b,_0x63b6c6._0xd3e324,_0x63b6c6._0x9ebda0,_0x63b6c6._0x515b36)]=_0x5b727e[_0x3ba011(0x54e,0x68e,0x602,_0x63b6c6._0x2156f5)],logger[_0x3ba011(0x65f,0x55b,0x4ed,0x50c)](_0x1e866a[_0x57f38d(0x2ba,_0x63b6c6._0x3aa597,_0x63b6c6._0x63f626,0x455)],_0x1045cb);const _0x4d4f29={};_0x4d4f29[_0x57f38d(0x379,0x472,_0x63b6c6._0x15b78e,_0x63b6c6._0x1cc2b7)]=_0x1e866a[_0x3ba011(0x5b0,0x51e,_0x63b6c6._0x1df861,0x3e8)],_0x4d4f29[_0x3ba011(_0x63b6c6._0x3c952e,_0x63b6c6._0x27cfec,_0x63b6c6._0x435931,0x672)]=_0x5b727e[_0x3ba011(0x6e6,_0x63b6c6._0x27cfec,0x698,_0x63b6c6._0x344afb)],_0xfd5938['status'](0x40b+-0x1e00+0x1be9)[_0x57f38d(_0x63b6c6._0x52caec,_0x63b6c6._0x9d4b81,0x51a,0x464)](_0x4d4f29);}}),router[_0x1dc7a3(0x5f,0x54,0x298,0x193)]('/',requireAnyPermission(['skills:cre'+'ate',_0x359185(0x52,-0xb0,-0x129,0x36)+_0x1dc7a3(-0x17,0x3d,0x9,0x12d)]),async(_0x54f9c0,_0x1fb264)=>{const _0x4c15d8={_0x722893:0xd,_0x565050:0x4c9,_0x4e65d9:0x4f2,_0x5ed496:0x621,_0x2d6300:0x519,_0x2c76c2:0x5a7,_0x343171:0x536,_0x4c2e41:0x4e1,_0x52d593:0x533,_0x2fa09e:0x68b,_0x2a9fdf:0x534,_0xbe6fd2:0x4a0,_0x5934d3:0x5af,_0x588507:0x2ab,_0x41f362:0x4dc,_0x3b8fe1:0x60f,_0x2a421c:0x169,_0x2147c6:0x166,_0x34d969:0x18f,_0x4c439b:0xed,_0x48d8e7:0x1c9,_0x3940a7:0x4b2,_0x5c9608:0x3ab,_0x25aac3:0x50b,_0x533c8e:0x3bf,_0x20383b:0x1c0,_0x260bca:0x119,_0x4e5c80:0x47c,_0x9da54c:0x494,_0x4bb8a7:0x49c,_0x10ad4e:0x394,_0x840ea:0x16a,_0x20d66a:0x72,_0xb8071d:0x485,_0x2ad2b3:0x46a,_0x3b373a:0x391,_0x1c3ca6:0x604,_0x214d53:0x58e,_0x49b647:0x542,_0x3c95a2:0x64f,_0x42b08a:0xe1,_0x533568:0x6b,_0x549800:0xc4,_0x19196f:0x49c,_0x126f59:0x518,_0x3c4dda:0x1f3,_0x3ebcad:0xe3,_0x202775:0x1e1,_0x55a484:0x1c1,_0xe7ba24:0x15e,_0x407ef8:0x5f0,_0x39d45a:0x661,_0x4961a9:0x666,_0x507a67:0x1b9,_0x56ada2:0x141,_0x52ceba:0xf2,_0x511301:0x13a,_0x1f05e5:0x6f,_0x95e7f4:0x46e,_0xe16297:0x55a,_0x3eb234:0x5c6,_0x42a674:0x5d5,_0x57536b:0x148,_0x59c44d:0xe1,_0x5fa16d:0x2c,_0x214049:0xa,_0x360d63:0x403,_0x2b7019:0x3f7,_0x513692:0x659,_0x29372e:0x56e,_0x13aa86:0x42,_0x48b886:0x16b,_0x547c19:0x4bb,_0x9c29a:0x4dd,_0x274e0f:0x4e0,_0x4ca7c4:0x6ca,_0x4bdb91:0x298,_0x3e6a8c:0x12f,_0x115d2c:0x1ab,_0x25aca9:0x94,_0x3cc8cc:0xd3,_0x3dfbd5:0x505,_0x349c14:0x40a,_0x781099:0x425,_0x3c42d3:0x414,_0x3d1e70:0x37e,_0x2b0f75:0x1bd,_0x414435:0x2e9,_0x330595:0x316,_0x16a7f5:0x258,_0x360a07:0x45,_0x415e4c:0x8a,_0x4024f4:0x6aa,_0x87c92:0x65a,_0xb39fb0:0x6e0,_0x27475f:0x657,_0x5d8c8d:0x587,_0x5a6793:0x667,_0x27aeec:0x48e,_0x36b1ce:0x39b,_0x4ec0b4:0x61d,_0x362e93:0x5ea,_0x8ee514:0x204,_0x36bee4:0x6d,_0x4f3658:0x5ce,_0x32fa1c:0x638,_0x5cca2d:0x509,_0x111ec7:0x5ce,_0x5e6c88:0x4b9,_0x2cb890:0x6ba,_0x168d1e:0x57b,_0x377d61:0x5ce,_0x252538:0x4f0,_0x1b5ea2:0x4f7,_0x4d042d:0x4db,_0x326848:0x31a,_0x5add5a:0x209,_0x3b64c3:0x2ec,_0x25d1cd:0x1f5,_0xe9e312:0x103,_0x10ec52:0xec,_0x26fb8c:0xe0,_0x311f66:0x4c9,_0x55bbfe:0x620,_0xccf0a9:0x5b8,_0x5213f8:0x528,_0x458259:0x5ad,_0x3674b2:0x4f5,_0x2cf919:0x5c3,_0x56f9c8:0x5b6,_0x1cc7cc:0x51b,_0x5ea73d:0x5a3,_0x15e93e:0x5a5,_0x10c7ea:0x126,_0x56f60b:0x140,_0x1da16a:0x16b,_0x5bcf31:0x1a5,_0x2a4d07:0x1e7,_0x262928:0x16f,_0x557208:0xf1,_0x1ed440:0x53b,_0xda8207:0x651,_0x137d69:0x544,_0x925305:0x4c1,_0x1d96e0:0x276,_0x4cd85d:0x1b1,_0x3d5c40:0x530,_0x39e4c2:0x488,_0x28250c:0x418,_0x24ead2:0x474,_0x210137:0x5d1,_0x6facdb:0x4f3,_0x11ed7f:0x14,_0x4c6744:0x1c4,_0x111e1b:0x1ae,_0xded1c7:0xe3,_0x479e3b:0x65,_0x4c7318:0x12,_0x43a139:0x653,_0x340d45:0x68c,_0x3711f0:0x2e,_0x42bfbd:0x47c,_0x3eac86:0x4b0,_0x44ebbe:0x1eb,_0x1a734a:0x287,_0x7088f1:0x50,_0x326dec:0x1de,_0x56f3a1:0x2ce,_0x30ad1b:0x638,_0x20534d:0x663,_0x4bb9e0:0x6e5,_0x11e9e2:0x16,_0xc644f6:0xbe,_0x37efc1:0xa,_0x19d5eb:0x3eb,_0x4acca2:0x557,_0x2ad7f2:0x4c0,_0x4993fb:0x472,_0x1003aa:0x58c,_0x10feb2:0x678,_0xfe1d2c:0xda,_0xfb18b4:0x50b,_0x511cd1:0x423,_0x40912b:0x5eb,_0x2d1364:0x572,_0x24b2c4:0x5f6,_0x1c5a8d:0x76d,_0x5211eb:0x69a,_0x3cead7:0x229,_0x1a9811:0x6b8,_0x5483c:0x627,_0x3c05fe:0x638,_0x91b118:0x508,_0x55159d:0x675,_0x11b144:0x71,_0x2ec2bb:0x117,_0x52f31c:0x84,_0x279d06:0x215,_0x208aa:0x272,_0x47aee3:0x208,_0x47931e:0x3d1,_0x2b444f:0x5f8,_0x5a47b8:0x55e,_0xccd5e2:0x58b,_0x5e07c0:0x457,_0x20efe7:0x64e,_0x90f3b9:0x629},_0x7d776e={_0xa447d3:0x1b},_0x4a5849={_0x4008d6:0x1d0};function _0x40e3e6(_0x205d2e,_0x5a607f,_0x3dcab7,_0x2dfc01){return _0x1dc7a3(_0x205d2e-0x59,_0x2dfc01,_0x3dcab7-_0x4a5849._0x4008d6,_0x205d2e-0x4ce);}function _0x4331ca(_0x5614a5,_0x44d0ae,_0x5deb42,_0x7160c9){return _0x359185(_0x5614a5-0x172,_0x7160c9-_0x7d776e._0xa447d3,_0x5deb42,_0x7160c9-0x1ac);}const _0x74362b={'KKZyf':_0x4331ca(-_0x4c15d8._0x722893,-0x8e,-0x21,-0x72)+_0x40e3e6(_0x4c15d8._0x565050,0x4c1,_0x4c15d8._0x4e65d9,0x50e)+'ills\x20chang'+'es','tmqji':_0x40e3e6(0x650,_0x4c15d8._0x5ed496,0x5c7,0x6dc)+'discard\x20ch'+'anges','TzvbG':function(_0x494277,_0x4b4f2){return _0x494277===_0x4b4f2;},'rhpZg':_0x40e3e6(0x5db,_0x4c15d8._0x2d6300,_0x4c15d8._0x2c76c2,0x56c)+_0x40e3e6(_0x4c15d8._0x343171,0x4a6,_0x4c15d8._0x4c2e41,0x3f7),'jFGAu':_0x40e3e6(0x650,0x722,_0x4c15d8._0x52d593,0x6c2)+_0x40e3e6(0x54e,_0x4c15d8._0x2fa09e,0x5e4,0x5ae)+'s','tdLLS':_0x40e3e6(_0x4c15d8._0x2a9fdf,0x589,0x4dc,_0x4c15d8._0xbe6fd2),'scTRf':function(_0x7aa8a8,_0x3ef22e){return _0x7aa8a8(_0x3ef22e);},'OOsuY':function(_0x31caf4,_0x3f4660){return _0x31caf4!==_0x3f4660;},'AUPlE':_0x40e3e6(0x4a7,0x501,0x5c1,_0x4c15d8._0x5934d3),'OzHxW':'fErxa','HyTef':function(_0x453748){return _0x453748();},'ADmAR':'Skill\x20alre'+_0x4331ca(-_0x4c15d8._0x588507,-0x127,-0x149,-0x16c),'axxQw':_0x40e3e6(0x4fc,_0x4c15d8._0x41f362,_0x4c15d8._0x3b8fe1,0x421),'mxLCq':'fGErs','zqzqc':_0x4331ca(-_0x4c15d8._0x2a421c,-_0x4c15d8._0x2147c6,-_0x4c15d8._0x34d969,-_0x4c15d8._0x4c439b)+_0x4331ca(-_0x4c15d8._0x48d8e7,-0x291,-0x26f,-0x22f),'Pbxkh':function(_0x4fde72,_0x46ce38,_0xe53c09){return _0x4fde72(_0x46ce38,_0xe53c09);},'QqskD':function(_0x3c30e5,_0x8912d4){return _0x3c30e5||_0x8912d4;},'UUMXs':'SKILL.md','LBwYr':_0x40e3e6(_0x4c15d8._0x3940a7,_0x4c15d8._0x5c9608,_0x4c15d8._0x25aac3,_0x4c15d8._0x533c8e),'OiruH':'Skill\x20crea'+_0x4331ca(-_0x4c15d8._0x20383b,-0x22c,-0x1e,-_0x4c15d8._0x260bca),'BKchu':_0x40e3e6(_0x4c15d8._0x4e5c80,_0x4c15d8._0x9da54c,_0x4c15d8._0x4bb8a7,_0x4c15d8._0x10ad4e),'WwXnz':_0x4331ca(-0xbb,-0xcd,-_0x4c15d8._0x840ea,-_0x4c15d8._0x20d66a)+_0x40e3e6(_0x4c15d8._0xb8071d,_0x4c15d8._0x2ad2b3,_0x4c15d8._0x3b373a,0x390)+'ll','ZodkI':_0x40e3e6(_0x4c15d8._0x1c3ca6,0x65b,_0x4c15d8._0x214d53,0x5f4),'BqHvr':_0x40e3e6(0x5c4,0x4ec,_0x4c15d8._0x49b647,_0x4c15d8._0x3c95a2)},{name:_0x3ffd3b,displayName:_0x53a809,description:_0xf966cd,model:_0xc99b1b,'allowed-tools':_0x339f6f,'argument-hint':_0x4192af,body:_0x4172e5}=_0x54f9c0[_0x4331ca(-_0x4c15d8._0x42b08a,-0x116,_0x4c15d8._0x533568,-_0x4c15d8._0x549800)],_0x4ebe8d=_0x74362b['scTRf'](validateSkillName,_0x3ffd3b);if(!_0x4ebe8d[_0x40e3e6(_0x4c15d8._0x19196f,_0x4c15d8._0x126f59,0x53b,0x565)]){if(_0x74362b['OOsuY'](_0x74362b['AUPlE'],_0x74362b[_0x4331ca(-_0x4c15d8._0x3c4dda,-_0x4c15d8._0x3ebcad,-_0x4c15d8._0x202775,-_0x4c15d8._0x55a484)])){const _0x1a72c0={};return _0x1a72c0[_0x4331ca(-0x86,-0x288,-_0x4c15d8._0xe7ba24,-0x1bd)]=_0x4ebe8d[_0x4331ca(-0x8b,-0x15c,-0x95,-0x1bd)],_0x1fb264['status'](0x2555*-0x1+0x1c5c+-0x1f*-0x57)[_0x40e3e6(_0x4c15d8._0x407ef8,0x6c9,_0x4c15d8._0x39d45a,_0x4c15d8._0x4961a9)](_0x1a72c0);}else _0x2591b0[_0x30e24a]=[];}try{const _0x146865=await _0x74362b[_0x4331ca(-_0x4c15d8._0x507a67,0x33,-_0x4c15d8._0x56ada2,-_0x4c15d8._0x52ceba)](ensureSkillsDir),_0x25ad80=_0x43ab2a[_0x4331ca(-0x25f,-0xa7,-0x19b,-0x16b)](_0x146865,_0x3ffd3b);try{await _0x5e1ddd[_0x4331ca(-_0x4c15d8._0x511301,-_0x4c15d8._0x1f05e5,-0x107,-0xd9)](_0x25ad80);const _0x35fc89={};return _0x35fc89[_0x40e3e6(0x505,_0x4c15d8._0x95e7f4,_0x4c15d8._0xe16297,0x440)]=_0x74362b[_0x40e3e6(_0x4c15d8._0x3eb234,0x572,0x676,_0x4c15d8._0x42a674)],_0x35fc89[_0x4331ca(-0x149,-0xc4,-0x26f,-_0x4c15d8._0x57536b)]=_0x3ffd3b,_0x1fb264['status'](0x7d4+-0x21e3+-0x3b*-0x78)['json'](_0x35fc89);}catch{}const _0x2fbc64={};_0x2fbc64[_0x4331ca(_0x4c15d8._0x59c44d,-0x10e,-_0x4c15d8._0x5fa16d,_0x4c15d8._0x214049)]=!![],await _0x5e1ddd[_0x40e3e6(0x477,0x3ee,_0x4c15d8._0x360d63,0x41f)](_0x25ad80,_0x2fbc64);const _0x12294d={'name':_0x53a809||_0x3ffd3b[_0x40e3e6(0x4cd,_0x4c15d8._0x2b7019,0x3d0,0x488)]('-')[_0x40e3e6(0x561,_0x4c15d8._0x513692,0x597,_0x4c15d8._0x29372e)](_0x2aa563=>_0x2aa563[_0x4331ca(-0x15,-0x20a,-0x1b2,-0x114)](-0x14c8+0x2368+-0xea0)[_0x4331ca(-0x239,-0x214,-0x1d0,-0x182)+'e']()+_0x2aa563[_0x4331ca(-0x121,-0x134,-0xb0,-0x1ed)](-0x14b4+-0xc8*0x29+-0x24b*-0x17))[_0x4331ca(-0x200,-_0x4c15d8._0x13aa86,-0x22f,-_0x4c15d8._0x48b886)]('\x20'),'description':_0xf966cd||''};if(_0x339f6f&&_0x339f6f[_0x40e3e6(0x579,_0x4c15d8._0x547c19,_0x4c15d8._0x9c29a,_0x4c15d8._0x274e0f)]>-0x1d37+-0x258f+0x103*0x42){if(_0x74362b[_0x40e3e6(0x6d3,0x731,_0x4c15d8._0x4ca7c4,0x723)](_0x74362b[_0x4331ca(-0x17f,-_0x4c15d8._0x4bdb91,-0x1e2,-0x24a)],_0x74362b['axxQw']))_0x12294d[_0x74362b[_0x4331ca(-_0x4c15d8._0x3e6a8c,-_0x4c15d8._0x115d2c,-0xad,-0x125)]]=_0x339f6f;else{const _0xa3bfbc={};_0xa3bfbc['error']=_0x7fdbfe[_0x4331ca(-_0x4c15d8._0x25aca9,-_0x4c15d8._0x3cc8cc,0x67,-0x8a)],_0x8eb3c8[_0x40e3e6(_0x4c15d8._0x3dfbd5,0x494,0x58c,_0x4c15d8._0x349c14)](_0x74362b[_0x40e3e6(0x484,_0x4c15d8._0x781099,_0x4c15d8._0x3c42d3,_0x4c15d8._0x3d1e70)],_0xa3bfbc);const _0x4fcf8f={};_0x4fcf8f[_0x4331ca(-0x22e,-0x2df,-0x23c,-_0x4c15d8._0x2b0f75)]=_0x74362b[_0x4331ca(-_0x4c15d8._0x414435,-_0x4c15d8._0x330595,-0x187,-_0x4c15d8._0x16a7f5)],_0x4fcf8f[_0x4331ca(-0xb5,-0x13d,_0x4c15d8._0x360a07,-_0x4c15d8._0x415e4c)]=_0x20a30b['message'],_0x16361b[_0x40e3e6(0x653,_0x4c15d8._0x4024f4,_0x4c15d8._0x87c92,_0x4c15d8._0xb39fb0)](0x22f3+0x1caf+-0x3dae)[_0x40e3e6(_0x4c15d8._0x407ef8,_0x4c15d8._0x27475f,_0x4c15d8._0x5d8c8d,_0x4c15d8._0x5a6793)](_0x4fcf8f);}}if(_0xc99b1b){if(_0x74362b[_0x40e3e6(_0x4c15d8._0x27aeec,_0x4c15d8._0x36b1ce,0x507,_0x4c15d8._0x3eb234)](_0x74362b[_0x4331ca(-0xd7,0xc5,-0x176,-0x4b)],_0x40e3e6(_0x4c15d8._0x4ec0b4,0x57c,_0x4c15d8._0x362e93,0x6da))){const [,_0x38529d,_0x106a41]=_0x338826;if(_0x74362b['TzvbG'](_0x38529d,_0x74362b[_0x4331ca(-_0x4c15d8._0x8ee514,-_0x4c15d8._0x36bee4,-0xed,-0x125)])&&!_0x106a41[_0x40e3e6(_0x4c15d8._0x4f3658,0x486,_0x4c15d8._0x32fa1c,_0x4c15d8._0x5cca2d)]())_0x3bc017[_0x38529d]=[];else{if(_0x106a41[_0x40e3e6(_0x4c15d8._0x111ec7,0x4a2,0x54f,_0x4c15d8._0x5e6c88)]()[_0x40e3e6(_0x4c15d8._0x2cb890,0x5f9,0x671,_0x4c15d8._0x168d1e)]('[')&&_0x106a41['trim']()['endsWith'](']'))_0xa44f17[_0x38529d]=_0x106a41[_0x40e3e6(_0x4c15d8._0x377d61,0x50d,0x6ce,_0x4c15d8._0x252538)]()[_0x40e3e6(0x4d5,_0x4c15d8._0x1b5ea2,0x3f7,_0x4c15d8._0x4d042d)](-0x219+0xbc1+-0x9a7,-(-0x61d*-0x5+0x1*0x2491+-0x4321))[_0x4331ca(-_0x4c15d8._0x326848,-_0x4c15d8._0x5add5a,-_0x4c15d8._0x3b64c3,-_0x4c15d8._0x25d1cd)](',')['map'](_0x275a71=>_0x275a71[_0x4331ca(0x27,-0x6f,-0x1a5,-0xf4)]())[_0x4331ca(-_0x4c15d8._0xe9e312,-_0x4c15d8._0x10ec52,-_0x4c15d8._0x26fb8c,-0x186)](_0x447a8b);else _0x106a41[_0x40e3e6(0x5ce,0x628,_0x4c15d8._0x311f66,_0x4c15d8._0x55bbfe)]()&&(_0x4877ff[_0x38529d]=_0x106a41['trim']());}}else _0x12294d[_0x40e3e6(_0x4c15d8._0xccf0a9,_0x4c15d8._0x5213f8,_0x4c15d8._0x458259,0x634)]=_0xc99b1b;}_0x4192af&&(_0x12294d[_0x74362b[_0x40e3e6(_0x4c15d8._0x3674b2,0x58a,_0x4c15d8._0x2cf919,_0x4c15d8._0x56f9c8)]]=_0x4192af);const _0x568bc7=_0x74362b['Pbxkh'](serializeSkillMd,_0x12294d,_0x74362b[_0x40e3e6(_0x4c15d8._0x1cc7cc,0x54c,_0x4c15d8._0x5ea73d,_0x4c15d8._0x15e93e)](_0x4172e5,''));await _0x5e1ddd[_0x4331ca(-_0x4c15d8._0x10c7ea,0x104,0x53,-0x21)](_0x43ab2a[_0x4331ca(-_0x4c15d8._0x56f60b,-0x12a,-0x299,-_0x4c15d8._0x1da16a)](_0x25ad80,_0x74362b[_0x4331ca(-0x15e,-0x174,-_0x4c15d8._0x5bcf31,-0xe0)]),_0x568bc7,_0x74362b[_0x4331ca(-0x256,-0x10e,-_0x4c15d8._0x2a4d07,-_0x4c15d8._0x262928)]);const _0x5a5c26={};_0x5a5c26[_0x4331ca(-_0x4c15d8._0x557208,-0xe9,-0x252,-0x148)]=_0x3ffd3b,_0x5a5c26[_0x40e3e6(_0x4c15d8._0x1ed440,_0x4c15d8._0xda8207,_0x4c15d8._0x137d69,_0x4c15d8._0x925305)]=_0x54f9c0[_0x4331ca(-_0x4c15d8._0x1d96e0,-0x2ae,-0x25a,-_0x4c15d8._0x4cd85d)][_0x40e3e6(_0x4c15d8._0x3d5c40,_0x4c15d8._0x39e4c2,_0x4c15d8._0x28250c,_0x4c15d8._0x24ead2)],logger[_0x40e3e6(_0x4c15d8._0x210137,0x6f6,0x61e,0x619)](_0x40e3e6(_0x4c15d8._0x6facdb,0x623,0x55a,_0x4c15d8._0x95e7f4)+'ted',_0x5a5c26);const _0x566295={};_0x566295[_0x4331ca(-_0x4c15d8._0x11ed7f,-_0x4c15d8._0x4c6744,-_0x4c15d8._0x111e1b,-_0x4c15d8._0xded1c7)]=!![],_0x566295[_0x4331ca(-0x156,0x4e,-0x112,-0x8a)]=_0x74362b[_0x4331ca(_0x4c15d8._0x479e3b,-_0x4c15d8._0x4c7318,-0x11b,-0xe2)],_0x566295['name']=_0x3ffd3b,_0x1fb264[_0x40e3e6(_0x4c15d8._0x43a139,_0x4c15d8._0x340d45,0x70d,0x540)](0x3f*0x9+0x1783+-0x18f1)[_0x4331ca(-_0x4c15d8._0x3711f0,0x48,-0x1e7,-0xd2)](_0x566295);}catch(_0x3476cb){if(_0x74362b['TzvbG'](_0x40e3e6(_0x4c15d8._0x42bfbd,_0x4c15d8._0x2a9fdf,0x519,_0x4c15d8._0x3eac86),_0x74362b[_0x4331ca(-_0x4c15d8._0x44ebbe,-_0x4c15d8._0x1a734a,-_0x4c15d8._0x7088f1,-0x15d)])){const _0x120440={};_0x120440[_0x4331ca(-0x28,-0x3a,-0xa,-0x148)]=_0x3ffd3b,_0x120440[_0x4331ca(-_0x4c15d8._0x326dec,-_0x4c15d8._0x56f3a1,-0x23c,-_0x4c15d8._0x2b0f75)]=_0x3476cb[_0x40e3e6(_0x4c15d8._0x30ad1b,0x682,_0x4c15d8._0x20534d,_0x4c15d8._0x4bb9e0)],logger['error'](_0x74362b[_0x4331ca(_0x4c15d8._0x11e9e2,-0xcb,_0x4c15d8._0xc644f6,-_0x4c15d8._0x37efc1)],_0x120440);try{if(_0x74362b[_0x40e3e6(_0x4c15d8._0x27aeec,0x3b5,_0x4c15d8._0x19d5eb,0x357)](_0x74362b['ZodkI'],_0x74362b['BqHvr'])){const _0x4261b7=getSkillsPath();if(_0x4261b7){const _0x46e2cf={};_0x46e2cf['recursive']=!![],_0x46e2cf['force']=!![],await _0x5e1ddd['rm'](_0x43ab2a[_0x40e3e6(_0x4c15d8._0x4acca2,_0x4c15d8._0x2ad7f2,_0x4c15d8._0x4993fb,_0x4c15d8._0x1003aa)](_0x4261b7,_0x3ffd3b),_0x46e2cf);}}else{const _0x23a137={};_0x23a137['error']=_0x330502[_0x40e3e6(0x638,0x5db,0x6d0,_0x4c15d8._0x10feb2)],_0x2c819b[_0x4331ca(-_0x4c15d8._0xfe1d2c,-0x2ee,-0x2cd,-0x1bd)]('Failed\x20to\x20'+'list\x20skill'+'s',_0x23a137);const _0x573239={};_0x573239[_0x40e3e6(0x505,_0x4c15d8._0xfb18b4,_0x4c15d8._0x511cd1,0x57a)]=_0x74362b['jFGAu'],_0x573239[_0x40e3e6(_0x4c15d8._0x32fa1c,0x77f,0x745,0x73a)]=_0x2a6504[_0x40e3e6(0x638,_0x4c15d8._0x40912b,_0x4c15d8._0x2d1364,0x65f)],_0x234307[_0x40e3e6(_0x4c15d8._0x43a139,_0x4c15d8._0x24b2c4,_0x4c15d8._0x1c5a8d,0x551)](0x9c7*-0x1+0x1541+-0x986)[_0x40e3e6(0x5f0,0x5f1,0x60c,_0x4c15d8._0x5211eb)](_0x573239);}}catch{}const _0xbeb464={};_0xbeb464[_0x4331ca(-_0x4c15d8._0x3cead7,-0x9e,-0x29c,-0x1bd)]=_0x74362b[_0x40e3e6(_0x4c15d8._0x1a9811,_0x4c15d8._0x5483c,0x746,0x600)],_0xbeb464[_0x40e3e6(0x638,0x5d3,0x59a,_0x4c15d8._0x168d1e)]=_0x3476cb[_0x40e3e6(_0x4c15d8._0x3c05fe,_0x4c15d8._0x91b118,_0x4c15d8._0x55159d,0x539)],_0x1fb264[_0x4331ca(-0x1ab,-_0x4c15d8._0x11b144,-_0x4c15d8._0x2ec2bb,-0x6f)](0xaa0+0x159e*-0x1+0x679*0x2)[_0x4331ca(0x21,-0x101,-_0x4c15d8._0x52f31c,-0xd2)](_0xbeb464);}else{const _0xd3b0a2={};_0xd3b0a2['name']=_0x3b4d9b[_0x4331ca(-_0x4c15d8._0x279d06,-_0x4c15d8._0x208aa,-_0x4c15d8._0x47aee3,-_0x4c15d8._0x57536b)],_0xd3b0a2[_0x4331ca(-0x203,-_0x4c15d8._0x55a484,-0x292,-0x25a)]=_0x74362b['tdLLS'],_0xd3b0a2[_0x40e3e6(0x518,0x5da,_0x4c15d8._0x47931e,0x463)]=_0x38ca90[_0x40e3e6(0x57a,_0x4c15d8._0x2b444f,0x46b,_0x4c15d8._0x5a47b8)],_0x10f791[_0x40e3e6(_0x4c15d8._0xccd5e2,_0x4c15d8._0x5e07c0,_0x4c15d8._0x20efe7,_0x4c15d8._0x90f3b9)](_0xd3b0a2);}}}),router[_0x359185(-0x4,-0xc8,-0x50,-0xb2)](_0x1dc7a3(0xfa,0xf9,0x235,0x156),requireAnyPermission([_0x1dc7a3(0x12c,0xa9,-0xd,0xb9)+'t','skills:man'+_0x1dc7a3(-0x12,0x38,0x138,0x12d)]),async(_0x10b7c6,_0x32e7db)=>{const _0xf1a9d8={_0x1ddcb9:0x371,_0x3dc980:0x365,_0x4edac7:0x454,_0x317153:0x275,_0x5ca03e:0x497,_0x3fd96f:0x596,_0x52a381:0x51c,_0x41a416:0x557,_0x1814ab:0x550,_0x4492b0:0x4aa,_0x4a0804:0x40d,_0x38b05f:0x655,_0x433a8d:0x595,_0x4f6d87:0x805,_0x4d4528:0x6cd,_0x4e53ff:0x5a2,_0xaa9f4f:0x313,_0xe6921f:0x34a,_0x489201:0x3c2,_0x1c4989:0x4de,_0x241575:0x66f,_0x24bdc2:0x303,_0x524680:0x361,_0x319fe4:0x686,_0x481d30:0x701,_0x5b71de:0x77b,_0x31d209:0x6d8,_0x3811bb:0x4eb,_0x217611:0x5e9,_0x251a5b:0x433,_0x54fda6:0x6a8,_0x2755a7:0x3d1,_0x5ad304:0x53f,_0x1baeda:0x4b8,_0x27f5d9:0x44a,_0xb4103a:0x508,_0x29204b:0x490,_0xadf00a:0x56b,_0x1226d9:0x487,_0x3547dd:0x27d,_0x4a8968:0x3e8,_0x1f7c7c:0x33d,_0x70d310:0x406,_0x1414c8:0x636,_0x1f55c8:0x345,_0x2f022e:0x572,_0x513412:0x427,_0x1bca74:0x432,_0x133a5f:0x4fe,_0x343d7a:0x5ec,_0x21bcd4:0x4f4,_0x8ec15d:0x698,_0x2f10da:0x5fc,_0xe6dab2:0x70d,_0x35f726:0x7ca,_0x5638aa:0x6aa,_0x266ac8:0x717,_0x432e5b:0x644,_0x3755df:0x4f6,_0x3bc31c:0x4db,_0x16f960:0x3e2,_0x35cd6b:0x727,_0x5b1562:0x60f,_0x1a660f:0x6da,_0x294c90:0x59a,_0x1626b5:0x593,_0x929af8:0x4f4,_0x286a08:0x542,_0x194594:0x612,_0x401974:0x761,_0x3425b7:0x4d6,_0x18369c:0x309,_0x361715:0x409,_0x5c4a71:0x613,_0x4796e4:0x558,_0xdb0868:0x611,_0x14f7fb:0x700,_0x558aa7:0x71f,_0x5cffb4:0x663,_0x58cfb0:0x4ad,_0x4bd84c:0x569,_0x3a181d:0x345,_0x2bd7ee:0x303,_0x21af5e:0x470,_0x54a049:0x4bd,_0x4a0473:0x2d0,_0x36ef5e:0x5a4,_0x4f957a:0x515,_0x23bb69:0x4e3,_0x27e12c:0x471,_0x4e8e0e:0x421,_0x263385:0x7a8,_0x1fab7b:0x77c,_0x4ac737:0x755,_0x69d8d2:0x317,_0x42c4ca:0x300,_0xdedef:0x817,_0x35b96f:0x608,_0x3c4f71:0x620,_0xa66d77:0x6ee,_0x28301b:0x733,_0x53789a:0x6d7,_0x30a088:0x633,_0x2ef393:0x4b8,_0xf4ac94:0x56f,_0x4b771e:0x4e0,_0x513194:0x61e,_0x2969b9:0x46a,_0x2c0c30:0x53d,_0x48c862:0x55d,_0x4e630f:0x765,_0x2c9db0:0x47d,_0x351637:0x48d,_0x26698f:0x484,_0x5df12c:0x424,_0x145f80:0x3e8,_0x22692e:0x44a,_0x5ddef6:0x802,_0x222b6f:0x6d4,_0xfc205b:0x5b1,_0x938400:0x6aa,_0x491f65:0x5fb,_0x3a4ac4:0x48f,_0x8e558f:0x247,_0x49db3b:0x48a,_0x5405fb:0x50d,_0x40790f:0x2ba,_0x41a7ee:0x375,_0x2ae602:0x720,_0xb940b6:0x7c1,_0x18d3f2:0x7d2,_0x10ba0d:0x7b7,_0x39daed:0x650,_0x45ee9c:0x604,_0x45bcdb:0x51a,_0x4ff2d8:0x5e5,_0xb9123c:0x624,_0x209284:0x5cb,_0x22abe7:0x5c2,_0x50ceea:0x60a,_0x44d85f:0x44e,_0x34fb4a:0x4f5,_0x16c07c:0x6ba,_0x2b9302:0x634,_0x5459d6:0x4d0,_0x49d8fc:0x4a2,_0x1b214d:0x2ff,_0x8e5466:0x2f7,_0x3a9698:0x53a,_0x3b0d28:0x5bf,_0x2f885c:0x64d,_0x2bc315:0x485,_0x56c256:0x3cf,_0x5562ab:0x6e9,_0x3bc41c:0x6e0,_0x195c69:0x70d},_0x27fb0b={_0x23ae89:0x127,_0x3f7acb:0x588},_0x4b61b2={_0x4530c9:0x13a},_0x56bb4d={'mNtqi':'Coder-setu'+_0x52fd05(0x448,_0xf1a9d8._0x1ddcb9,_0xf1a9d8._0x3dc980,_0xf1a9d8._0x4edac7)+_0x52fd05(0x348,0x2f9,_0xf1a9d8._0x317153,0x3bd),'ierLY':function(_0x19c904){return _0x19c904();},'xGInx':function(_0x1b4f0e,_0x4aa474){return _0x1b4f0e(_0x4aa474);},'GxBml':_0xf88f6e(_0xf1a9d8._0x5ca03e,0x641,0x409,0x544)+'\x20edit\x20read'+_0xf88f6e(0x587,_0xf1a9d8._0x3fd96f,0x442,_0xf1a9d8._0x52a381)+_0xf88f6e(0x699,0x67c,_0xf1a9d8._0x41a416,0x62d),'TwAoM':_0x52fd05(_0xf1a9d8._0x1814ab,0x39d,_0xf1a9d8._0x4492b0,_0xf1a9d8._0x4a0804)+'ead-only','XIuAO':'This\x20skill'+_0xf88f6e(_0xf1a9d8._0x38b05f,0x5f5,0x680,_0xf1a9d8._0x433a8d)+_0xf88f6e(0x5b0,_0xf1a9d8._0x4f6d87,0x5ac,_0xf1a9d8._0x4d4528)+_0xf88f6e(_0xf1a9d8._0x4e53ff,0x579,0x6be,0x62a)+_0x52fd05(_0xf1a9d8._0xaa9f4f,0x4a5,_0xf1a9d8._0xe6921f,_0xf1a9d8._0x489201)+_0x52fd05(0x4fd,_0xf1a9d8._0x1c4989,0x3db,0x4b7)+'nly\x20or\x20is\x20'+_0xf88f6e(_0xf1a9d8._0x241575,0x71d,0x682,0x6ac)+_0x52fd05(0x308,_0xf1a9d8._0x24bdc2,0x3d6,_0xf1a9d8._0x524680),'srTTp':_0xf88f6e(_0xf1a9d8._0x319fe4,_0xf1a9d8._0x481d30,_0xf1a9d8._0x5b71de,_0xf1a9d8._0x31d209),'JLXwv':_0x52fd05(_0xf1a9d8._0x3811bb,_0xf1a9d8._0x217611,_0xf1a9d8._0x251a5b,0x53d)+_0x52fd05(0x5a6,_0xf1a9d8._0x54fda6,0x49e,0x564),'mkVUU':function(_0x1f0426,_0x5eac1b){return _0x1f0426(_0x5eac1b);},'UBVuS':function(_0x247a36,_0x1b366c){return _0x247a36!==_0x1b366c;},'dDBSn':_0x52fd05(_0xf1a9d8._0x2755a7,_0xf1a9d8._0x5ad304,_0xf1a9d8._0x1baeda,0x48d)+_0x52fd05(_0xf1a9d8._0x27f5d9,0x402,_0xf1a9d8._0xb4103a,0x3e8),'moknf':function(_0x47302e,_0x3175fd){return _0x47302e>_0x3175fd;},'saSvs':function(_0x5625cd,_0x44ecfb){return _0x5625cd===_0x44ecfb;},'DfAOD':_0x52fd05(_0xf1a9d8._0x29204b,0x473,_0xf1a9d8._0xadf00a,_0xf1a9d8._0x1226d9)+_0x52fd05(_0xf1a9d8._0x3547dd,0x47a,_0xf1a9d8._0x4a8968,0x345),'yBdCX':function(_0x4cf13f,_0x2da67a){return _0x4cf13f!==_0x2da67a;},'xhuDX':function(_0x34c957,_0x4ff24a,_0x409a60){return _0x34c957(_0x4ff24a,_0x409a60);},'MTFUs':'utf-8','sFqOt':_0x52fd05(_0xf1a9d8._0x1f7c7c,0x497,_0xf1a9d8._0x70d310,0x44e)+'ted','Kpmgd':_0x52fd05(0x62b,0x604,0x4fd,0x502)+'update\x20ski'+'ll'};function _0x52fd05(_0x4db2c0,_0x5426ab,_0x9c04f9,_0x1779a7){return _0x359185(_0x4db2c0-0x1d6,_0x1779a7-0x58f,_0x4db2c0,_0x1779a7-_0x4b61b2._0x4530c9);}const {name:_0xfb0625}=_0x10b7c6[_0xf88f6e(_0xf1a9d8._0x1414c8,0x4fb,0x60b,0x58e)],{name:_0x2d6cd3,description:_0x23d9da,model:_0x534c8f,'allowed-tools':_0x33c5c3,'argument-hint':_0xb90dac,body:_0x1aa489}=_0x10b7c6[_0xf88f6e(0x6bd,0x5ab,0x778,0x6b8)],_0x697aef=_0x56bb4d[_0x52fd05(0x463,_0xf1a9d8._0x1f55c8,_0xf1a9d8._0x2f022e,0x467)](getSkillsPath);if(!_0x697aef){const _0xd8bb3d={};return _0xd8bb3d[_0x52fd05(_0xf1a9d8._0x513412,0x29c,0x39a,0x3b7)]=_0x56bb4d[_0x52fd05(_0xf1a9d8._0x1bca74,_0xf1a9d8._0x133a5f,_0xf1a9d8._0x343d7a,_0xf1a9d8._0x21bcd4)],_0x32e7db[_0xf88f6e(_0xf1a9d8._0x8ec15d,_0xf1a9d8._0x2f10da,0x699,_0xf1a9d8._0xe6dab2)](-0x171+0x250b+0x21a3*-0x1)[_0xf88f6e(0x5f9,0x6be,_0xf1a9d8._0x35f726,_0xf1a9d8._0x5638aa)](_0xd8bb3d);}if(await _0x56bb4d[_0x52fd05(0x583,0x4b1,0x5ce,0x555)](isSkillReadonly,_0xfb0625)){const _0x5ef762={};_0x5ef762[_0xf88f6e(_0xf1a9d8._0x266ac8,0x688,_0xf1a9d8._0x432e5b,0x5e4)]=_0xfb0625,_0x5ef762['user']=_0x10b7c6[_0xf88f6e(_0xf1a9d8._0x3755df,0x5ab,0x642,0x5cb)][_0x52fd05(0x428,_0xf1a9d8._0x3bc31c,0x311,_0xf1a9d8._0x16f960)],logger[_0xf88f6e(_0xf1a9d8._0x35cd6b,_0xf1a9d8._0x5b1562,_0xf1a9d8._0x1a660f,0x690)](_0x56bb4d[_0x52fd05(0x4ea,_0xf1a9d8._0x294c90,0x603,0x547)],_0x5ef762);const _0x5cb7d3={};return _0x5cb7d3['error']=_0x56bb4d['TwAoM'],_0x5cb7d3[_0x52fd05(0x5e6,0x5a7,0x623,0x4ea)]=_0x56bb4d[_0xf88f6e(_0xf1a9d8._0x4edac7,_0xf1a9d8._0x1626b5,_0xf1a9d8._0x929af8,_0xf1a9d8._0x286a08)],_0x32e7db[_0xf88f6e(0x78b,0x66f,_0xf1a9d8._0x194594,0x70d)](-0x1f98+0x55e+0x1bcd)[_0xf88f6e(0x621,_0xf1a9d8._0x401974,0x7c5,0x6aa)](_0x5cb7d3);}function _0xf88f6e(_0x894d3b,_0x824b6f,_0x5597e4,_0x527244){return _0x1dc7a3(_0x894d3b-_0x27fb0b._0x23ae89,_0x894d3b,_0x5597e4-0x18f,_0x527244-_0x27fb0b._0x3f7acb);}const _0x2e2fd2=_0x43ab2a[_0x52fd05(_0xf1a9d8._0x3425b7,_0xf1a9d8._0x2755a7,_0xf1a9d8._0x18369c,_0xf1a9d8._0x361715)](_0x697aef,_0xfb0625),_0x5cf1e0=_0x43ab2a[_0xf88f6e(_0xf1a9d8._0x5c4a71,0x65a,_0xf1a9d8._0x4796e4,_0xf1a9d8._0xdb0868)](_0x2e2fd2,_0x56bb4d[_0xf88f6e(0x668,_0xf1a9d8._0x14f7fb,0x844,_0xf1a9d8._0x558aa7)]);try{try{await _0x5e1ddd['access'](_0x2e2fd2);}catch{const _0x338c5c={};return _0x338c5c['error']=_0x56bb4d['JLXwv'],_0x338c5c[_0xf88f6e(0x518,0x576,0x6f3,0x634)]=_0xfb0625,_0x32e7db['status'](-0xf1*-0x3+0xfec+0x5*-0x36f)['json'](_0x338c5c);}const _0xb95056=await _0x56bb4d['mkVUU'](readSkill,_0xfb0625),_0x297129=_0x56bb4d[_0x52fd05(0x436,_0xf1a9d8._0x5cffb4,_0xf1a9d8._0x58cfb0,_0xf1a9d8._0x4bd84c)](_0x2d6cd3,undefined)?_0x2d6cd3:_0xb95056?.[_0x52fd05(_0xf1a9d8._0x3a181d,_0xf1a9d8._0x2bd7ee,_0xf1a9d8._0x21af5e,0x42c)]||_0xfb0625['split']('-')[_0x52fd05(0x321,_0xf1a9d8._0x54a049,_0xf1a9d8._0x4a0473,0x413)](_0x3bbfc8=>_0x3bbfc8[_0x52fd05(0x450,0x441,0x58a,0x460)](-0x23dd+0x7*0x4b2+0x2ff)['toUpperCas'+'e']()+_0x3bbfc8['slice'](-0x2a5+0x1ff4+-0x1d4e))['join']('\x20'),_0x16cf8b={};_0x16cf8b[_0xf88f6e(_0xf1a9d8._0x36ef5e,0x694,_0xf1a9d8._0x4f957a,0x634)]=_0x297129,_0x16cf8b[_0x52fd05(_0xf1a9d8._0x23bb69,_0xf1a9d8._0x27e12c,_0xf1a9d8._0x4e8e0e,0x54d)+'n']=_0x23d9da!==undefined?_0x23d9da:_0xb95056?.[_0xf88f6e(_0xf1a9d8._0x263385,0x60e,_0xf1a9d8._0x1fab7b,_0xf1a9d8._0x4ac737)+'n']||'';const _0x23c029=_0x16cf8b,_0x46ec30=_0x33c5c3!==undefined?_0x33c5c3:_0xb95056?.[_0x56bb4d[_0x52fd05(_0xf1a9d8._0x69d8d2,0x4fd,_0xf1a9d8._0x42c4ca,0x3da)]];if(_0x46ec30&&_0x56bb4d[_0xf88f6e(_0xf1a9d8._0xdedef,_0xf1a9d8._0x35b96f,_0xf1a9d8._0x3c4f71,_0xf1a9d8._0xa66d77)](_0x46ec30[_0xf88f6e(_0xf1a9d8._0x28301b,0x677,_0xf1a9d8._0x53789a,_0xf1a9d8._0x30a088)],0x3c6+0x165a+0x1a20*-0x1)){if(_0x56bb4d[_0x52fd05(0x5c9,_0xf1a9d8._0x2ef393,_0xf1a9d8._0xf4ac94,_0xf1a9d8._0x4b771e)](_0x52fd05(_0xf1a9d8._0x513194,_0xf1a9d8._0x2969b9,_0xf1a9d8._0x2c0c30,_0xf1a9d8._0x48c862),_0xf88f6e(0x7e4,0x630,0x6a6,_0xf1a9d8._0x4e630f)))_0x23c029[_0x52fd05(0x53c,_0xf1a9d8._0x2c9db0,_0xf1a9d8._0x5ca03e,_0xf1a9d8._0x351637)+_0x52fd05(0x2db,_0xf1a9d8._0x26698f,_0xf1a9d8._0x5df12c,_0xf1a9d8._0x145f80)]=_0x46ec30;else{const _0x428fdb={};return _0x428fdb['error']=_0x56bb4d[_0x52fd05(0x580,_0xf1a9d8._0x22692e,0x466,0x4f4)],_0x23beae[_0xf88f6e(0x736,_0xf1a9d8._0x5ddef6,_0xf1a9d8._0x222b6f,_0xf1a9d8._0xe6dab2)](0xa4a+-0x1849+0xff6)[_0xf88f6e(_0xf1a9d8._0x3c4f71,0x5f4,_0xf1a9d8._0xfc205b,_0xf1a9d8._0x938400)](_0x428fdb);}}const _0x229579=_0x534c8f!==undefined?_0x534c8f:_0xb95056?.['model'];_0x229579&&(_0x23c029[_0xf88f6e(0x5d9,_0xf1a9d8._0x491f65,_0xf1a9d8._0x4e630f,0x672)]=_0x229579);const _0x2df1cc=_0x56bb4d[_0x52fd05(0x436,0x590,_0xf1a9d8._0x3a4ac4,0x569)](_0xb90dac,undefined)?_0xb90dac:_0xb95056?.[_0xf88f6e(0x6a4,0x626,0x744,0x68f)+_0x52fd05(_0xf1a9d8._0x8e558f,0x30a,_0xf1a9d8._0x49db3b,0x345)];_0x2df1cc&&(_0x23c029[_0x56bb4d[_0x52fd05(_0xf1a9d8._0x5405fb,0x52e,0x5d5,0x4d8)]]=_0x2df1cc);const _0x5bea3f=_0x56bb4d[_0x52fd05(_0xf1a9d8._0x5ca03e,0x3e5,_0xf1a9d8._0x40790f,_0xf1a9d8._0x41a7ee)](_0x1aa489,undefined)?_0x1aa489:_0xb95056?.['body']||'',_0x64afa7=_0x56bb4d[_0xf88f6e(_0xf1a9d8._0x2ae602,_0xf1a9d8._0xb940b6,0x7ed,0x6ca)](serializeSkillMd,_0x23c029,_0x5bea3f);await _0x5e1ddd[_0xf88f6e(_0xf1a9d8._0x18d3f2,_0xf1a9d8._0x10ba0d,_0xf1a9d8._0x39daed,0x75b)](_0x5cf1e0,_0x64afa7,_0x56bb4d[_0xf88f6e(0x6cb,_0xf1a9d8._0x45ee9c,_0xf1a9d8._0x45bcdb,_0xf1a9d8._0x4ff2d8)]);const _0x4c21ab={};_0x4c21ab['name']=_0xfb0625,_0x4c21ab[_0xf88f6e(0x594,0x63a,0x52c,0x600)]=_0x10b7c6[_0xf88f6e(_0xf1a9d8._0xb9123c,0x5cd,_0xf1a9d8._0x8ec15d,_0xf1a9d8._0x209284)]['username'],logger['info'](_0x56bb4d[_0x52fd05(0x30a,0x2be,0x38d,0x39f)],_0x4c21ab);const _0x1508d7={};_0x1508d7[_0xf88f6e(_0xf1a9d8._0x22abe7,0x605,0x733,0x699)]=!![],_0x1508d7[_0xf88f6e(_0xf1a9d8._0x50ceea,0x71b,0x7ea,0x6f2)]=_0x52fd05(0x41b,0x345,0x428,_0xf1a9d8._0x44d85f)+_0x52fd05(_0xf1a9d8._0x34fb4a,0x3b2,0x3c1,0x45b),_0x1508d7[_0xf88f6e(0x749,_0xf1a9d8._0x16c07c,0x5f0,_0xf1a9d8._0x2b9302)]=_0xfb0625,_0x32e7db[_0x52fd05(0x3a9,_0xf1a9d8._0x5459d6,0x59a,_0xf1a9d8._0x49d8fc)](_0x1508d7);}catch(_0x53b28b){const _0xd5fcb0={};_0xd5fcb0['name']=_0xfb0625,_0xd5fcb0['error']=_0x53b28b['message'],logger[_0x52fd05(0x338,_0xf1a9d8._0x1b214d,_0xf1a9d8._0x8e5466,0x3b7)](_0x56bb4d['Kpmgd'],_0xd5fcb0);const _0x3c2077={};_0x3c2077[_0xf88f6e(0x6c0,0x4bf,_0xf1a9d8._0x3a9698,_0xf1a9d8._0x3b0d28)]='Failed\x20to\x20'+_0x52fd05(0x590,_0xf1a9d8._0x2f885c,_0xf1a9d8._0x2bc315,0x59c)+'ll',_0x3c2077[_0x52fd05(0x4e1,_0xf1a9d8._0x56c256,0x3d9,0x4ea)]=_0x53b28b[_0xf88f6e(_0xf1a9d8._0x5562ab,0x653,0x689,0x6f2)],_0x32e7db[_0xf88f6e(0x73b,_0xf1a9d8._0x3bc41c,0x66e,_0xf1a9d8._0x195c69)](-0xa5e*0x2+0xcfa+-0x4db*-0x2)[_0xf88f6e(0x6e0,0x7a5,0x5b5,_0xf1a9d8._0x938400)](_0x3c2077);}}),router['delete'](_0x359185(-0x193,-0xb9,-0x157,-0x35),requireAnyPermission([_0x1dc7a3(0x2b4,0xbf,0x18f,0x17c)+_0x359185(-0x1ac,-0xab,-0x5f,-0x159),_0x359185(-0xfc,-0xb0,-0x1e,-0x1c8)+_0x359185(-0x158,-0xe2,0x35,-0xd8)]),async(_0x462180,_0x33680d)=>{const _0x4adab8={_0x5d902c:0x62d,_0xbccce4:0x754,_0x2db2ce:0x111,_0x239982:0x9b,_0x2d99fe:0x22d,_0x256d66:0x151,_0x4366cf:0xd0,_0x11ee6b:0x136,_0x3482cc:0x151,_0x25c944:0x174,_0x4b4611:0x6c8,_0x511a2a:0x756,_0x3189fd:0x1b8,_0x2dc0e5:0x266,_0x1f756b:0x4ed,_0xe7e05c:0x643,_0xd2e4d3:0x59e,_0x2e8b67:0x1cb,_0x137e19:0x66c,_0x49fa05:0x755,_0x51ffd3:0x6c0,_0x821664:0x584,_0x44b50b:0xf6,_0xa23b10:0x5d6,_0x7b7959:0x526,_0x12d12c:0x4e1,_0x53d476:0x582,_0x5d8259:0x583,_0x21515b:0x104,_0x57b53a:0x19,_0x2cab0a:0xc,_0x598145:0x818,_0x33ed7e:0x697,_0x3d8b58:0x7f0,_0x237b27:0x535,_0x137985:0x131,_0x4c5016:0x66,_0x339369:0x1b9,_0x4ce92c:0x65,_0x482702:0x2b,_0xf66acc:0x40,_0x8c5f99:0xcc,_0x20e366:0x681,_0x38a0cf:0x77,_0x5a4936:0xe,_0xebf972:0x35,_0x2d1457:0x57a,_0x500a9e:0x657,_0x370a23:0x5da,_0x4b6d53:0x16e,_0x80a4c1:0x109,_0x315268:0x269,_0x182496:0x5cb,_0x1928af:0x5a5,_0x518728:0x1a3,_0xa2abdb:0x52,_0x4d9efe:0x13f,_0x1f6b76:0x118,_0x49bb4d:0x131,_0x1e6928:0x13e,_0x1fb366:0x37,_0xc7cc79:0x1c,_0x5d3a88:0x20e,_0xa1e490:0x6f0,_0x425e86:0x4b4,_0x48c5bb:0x6c,_0x153061:0x24,_0x21230e:0x75,_0x148941:0x13d,_0x16fe97:0x1d0,_0x4f0e70:0x6f,_0x5b211c:0x629,_0x1e2ecf:0x6fe,_0x798c06:0x86,_0x2f62dc:0x187,_0x33d21f:0x719,_0x37bd29:0x62d,_0xccf26c:0x745,_0x1416ad:0x5d9,_0x32346c:0x6cb,_0x1ab814:0x6,_0x501a02:0x36,_0x3db8cf:0xe9,_0x708e25:0x5f2,_0x3dd68f:0x5f0,_0x206ad1:0x724,_0x1c003f:0x59a,_0x5596ac:0x1b8,_0x5a0d79:0x23b,_0x516453:0x1de,_0x47ef06:0x11d,_0x27dd7f:0x149,_0xe5b90e:0x16a,_0x3df4d1:0x5cb,_0x57f382:0x6ea,_0x3d60aa:0x69e,_0x3e36e3:0x705,_0x58a36f:0x816,_0x17eb61:0x742,_0x579040:0x1b7,_0x8175a0:0x11f,_0x58e7c6:0x11a,_0x281868:0xc8,_0x1159a8:0x139,_0xe98d23:0xdb,_0xce5311:0x59,_0x42219b:0xa7,_0x1e66b0:0x15,_0x4de878:0x5d7,_0x31189a:0x2a4,_0x54f51f:0xc8,_0x578fe6:0x1e,_0x5aa672:0x723,_0x663df:0x6de,_0x29b411:0x792,_0x472ef6:0x7a7,_0x3a1330:0x7fc,_0x24995f:0x687,_0x144e89:0x2d,_0x25a5b8:0x11a,_0x3f69ff:0x172,_0x77ac2d:0x1c8,_0x10e28b:0x5f6,_0x1a370f:0x62c,_0xd1d05:0x5bc,_0x2f0a34:0x6a5,_0x3378b8:0x7d9,_0x4e9364:0x65f,_0x5011af:0xce,_0x3b2d3a:0x208,_0x13a025:0x81,_0x57096c:0x201,_0x513a6b:0x25,_0x388cc8:0x213,_0x40a105:0x14a,_0x33068a:0x63d,_0x188f25:0x56f,_0x463c20:0x538,_0x169c57:0x4a6,_0x51a9db:0x703,_0x58188d:0x50a,_0x46fa4d:0xc8,_0x3d1283:0x57,_0x7c961:0x29,_0x186aa8:0x732,_0x1682d2:0x6fe,_0x1b358a:0x7d4,_0xa2064a:0x78,_0x381242:0x191,_0x436d90:0x13d,_0x2c2408:0x278,_0x2e1d68:0x1,_0x61869c:0x7d7,_0xe1a331:0x7d0,_0x5f2655:0x7cf,_0x18feeb:0x65b,_0x2b85d4:0x830},_0x16b8f7={_0xa8601f:0x1d9};function _0xa85010(_0x55fd6d,_0x2e3fe6,_0x4435f4,_0x182fef){return _0x1dc7a3(_0x55fd6d-0x10,_0x55fd6d,_0x4435f4-0x170,_0x2e3fe6-0x594);}const _0x46a00f={'DVNRF':_0xa85010(0x6d7,0x6fb,_0x4adab8._0x5d902c,_0x4adab8._0xbccce4)+'hidden','pKUIw':_0x3f536c(-_0x4adab8._0x2db2ce,-_0x4adab8._0x239982,-0x10f,-_0x4adab8._0x2d99fe)+_0x3f536c(0x98,_0x4adab8._0x256d66,_0x4adab8._0x4366cf,-0x8d)+_0x3f536c(-0x145,-_0x4adab8._0x11ee6b,-0x198,-0x223)+_0x3f536c(-_0x4adab8._0x3482cc,-_0x4adab8._0x25c944,-0x1f8,-0x255)+'cause\x20they'+'\x20are\x20marke'+'d\x20as\x20hidde'+'n.','GKuqD':_0xa85010(0x666,_0x4adab8._0x4b4611,_0x4adab8._0x511a2a,0x5ae)+'p\x20not\x20conf'+'igured','Jfeth':function(_0x263302){return _0x263302();},'KiBJt':function(_0x2ff5bf,_0x30e22f){return _0x2ff5bf(_0x30e22f);},'OxFMy':_0x3f536c(-_0x4adab8._0x3189fd,-0x170,-0x18e,-_0x4adab8._0x2dc0e5)+_0xa85010(_0x4adab8._0x1f756b,0x613,_0x4adab8._0xe7e05c,_0x4adab8._0xd2e4d3)+'stem\x20skill'+_0x3f536c(-0xcf,-_0x4adab8._0x2e8b67,-0x1ab,-0x1ff),'XBKWJ':_0x3f536c(-0x96,-0x1c9,0x30,-_0x4adab8._0x2e8b67)+_0xa85010(_0x4adab8._0x137e19,0x785,_0x4adab8._0x49fa05,0x7e1)+_0xa85010(0x578,_0x4adab8._0x51ffd3,0x77f,_0x4adab8._0x821664),'fRPhT':_0x3f536c(-0x111,-0xc,-_0x4adab8._0x44b50b,-0x148)+_0xa85010(0x6d0,_0x4adab8._0xa23b10,_0x4adab8._0x7b7959,_0x4adab8._0x12d12c)+_0xa85010(0x5f8,0x684,_0x4adab8._0x53d476,_0x4adab8._0x5d8259)+_0x3f536c(0x6b,_0x4adab8._0x21515b,_0x4adab8._0x57b53a,_0x4adab8._0x2cab0a)+_0xa85010(_0x4adab8._0x598145,0x77f,_0x4adab8._0x33ed7e,_0x4adab8._0x3d8b58)+_0xa85010(_0x4adab8._0x237b27,0x671,0x638,0x584)+'.','FhgpN':_0x3f536c(0x49,0x11d,_0x4adab8._0x137985,0x6f)+_0x3f536c(0x70,-_0x4adab8._0x4c5016,_0x4adab8._0x339369,_0x4adab8._0x4ce92c),'sCJmM':function(_0x15c1b9,_0x1d3040,_0xe6a86){return _0x15c1b9(_0x1d3040,_0xe6a86);},'wIlEl':_0x3f536c(_0x4adab8._0x482702,-_0x4adab8._0xf66acc,0xba,_0x4adab8._0x8c5f99)+'ted','vGgoK':function(_0x2b08f8,_0x3e0c29){return _0x2b08f8===_0x3e0c29;},'cQEvb':_0xa85010(0x497,0x56a,_0x4adab8._0x20e366,0x42a),'eVQaS':_0x3f536c(-_0x4adab8._0x38a0cf,-0x8b,-0xa4,0x15),'zKYGC':_0x3f536c(_0x4adab8._0x5a4936,-0x8a,-_0x4adab8._0xebf972,0xdc)+_0xa85010(0x4cc,_0x4adab8._0x2d1457,_0x4adab8._0x500a9e,_0x4adab8._0x370a23)+'ll'},{name:_0x1aff09}=_0x462180[_0x3f536c(-_0x4adab8._0x4b6d53,-_0x4adab8._0x80a4c1,-0x11f,-_0x4adab8._0x315268)],_0x337cd4=_0x46a00f['Jfeth'](getSkillsPath);function _0x3f536c(_0x2c75b8,_0x2afac5,_0x1a69cd,_0x3636b8){return _0x359185(_0x2c75b8-_0x16b8f7._0xa8601f,_0x2c75b8-0x9b,_0x2afac5,_0x3636b8-0x7f);}if(!_0x337cd4){const _0x47b8c9={};return _0x47b8c9[_0xa85010(0x58f,_0x4adab8._0x182496,_0x4adab8._0x1928af,0x492)]=_0x46a00f[_0x3f536c(-_0x4adab8._0x518728,-0x6c,-0x206,-0x26d)],_0x33680d['status'](0x29*-0xb2+-0x355*0x1+0x21ce)[_0x3f536c(-_0x4adab8._0xa2abdb,-_0x4adab8._0x4d9efe,-0x2f,0xe1)](_0x47b8c9);}if(await _0x46a00f['KiBJt'](isSkillSystem,_0x1aff09)){const _0x2a3300={};_0x2a3300[_0x3f536c(-_0x4adab8._0x1f6b76,-0xfa,-0x4f,-0x6e)]=_0x1aff09,_0x2a3300[_0x3f536c(-_0x4adab8._0x49bb4d,-_0x4adab8._0x1e6928,-_0x4adab8._0x1fb366,-0xf8)]=_0x462180[_0x3f536c(-0x131,-_0x4adab8._0xc7cc79,-0x40,-_0x4adab8._0x5d3a88)][_0xa85010(_0x4adab8._0xa1e490,0x5f6,0x581,_0x4adab8._0x425e86)],logger[_0x3f536c(-_0x4adab8._0x48c5bb,_0x4adab8._0x153061,0x7d,-_0x4adab8._0x21230e)](_0x46a00f[_0xa85010(0x4c7,0x56b,0x65c,0x4b6)],_0x2a3300);const _0x3fbc75={};return _0x3fbc75[_0x3f536c(-_0x4adab8._0x148941,-_0x4adab8._0x16fe97,-0x87,-_0x4adab8._0x4f0e70)]=_0x46a00f['XBKWJ'],_0x3fbc75[_0xa85010(_0x4adab8._0x5b211c,_0x4adab8._0x1e2ecf,0x693,0x6fb)]=_0x46a00f[_0x3f536c(_0x4adab8._0x798c06,0x1b,_0x4adab8._0x2f62dc,-0x81)],_0x33680d[_0xa85010(0x64b,_0x4adab8._0x33d21f,_0x4adab8._0x37bd29,0x7d3)](-0xff5+-0x1*-0x140f+-0x287)[_0xa85010(_0x4adab8._0xccf26c,0x6b6,_0x4adab8._0x1416ad,_0x4adab8._0x32346c)](_0x3fbc75);}const _0x4eab89=_0x43ab2a[_0x3f536c(-0xeb,-0x1f9,_0x4adab8._0x1ab814,-0x196)](_0x337cd4,_0x1aff09);try{if(_0x3f536c(-0x8,-0x135,_0x4adab8._0x501a02,_0x4adab8._0x3db8cf)===_0xa85010(0x587,0x56f,_0x4adab8._0x708e25,0x684)){const _0x2dc62a={};_0x2dc62a[_0xa85010(0x5dd,_0x4adab8._0x3dd68f,_0x4adab8._0x206ad1,_0x4adab8._0x1c003f)]=_0x188f52,_0x2dc62a['filepath']=_0x58ffad,_0x2dc62a['user']=_0x541091[_0x3f536c(-0x131,-0x141,-0x257,-0xde)]?.['username'],_0xecdf50['warn'](_0x3f536c(-_0x4adab8._0x5596ac,-_0x4adab8._0x5a0d79,-0x2f6,-_0x4adab8._0x516453)+'\x20read\x20file'+'\x20from\x20hidd'+'en-files\x20s'+_0x3f536c(-_0x4adab8._0x47ef06,-_0x4adab8._0x27dd7f,-0x10f,-_0x4adab8._0xe5b90e)+'ed',_0x2dc62a);const _0x26671d={};return _0x26671d[_0xa85010(0x62a,_0x4adab8._0x3df4d1,0x68c,_0x4adab8._0x57f382)]=_0x46a00f[_0xa85010(_0x4adab8._0x3d60aa,_0x4adab8._0x3e36e3,_0x4adab8._0x58a36f,_0x4adab8._0x17eb61)],_0x26671d['message']=_0x46a00f[_0x3f536c(-_0x4adab8._0x579040,-0x1a9,-0xc6,-_0x4adab8._0x8175a0)],_0x47bf21[_0x3f536c(0x11,0x10b,_0x4adab8._0x58e7c6,-_0x4adab8._0x281868)](0x280+-0x5e5+-0x3*-0x1a8)[_0x3f536c(-0x52,-_0x4adab8._0x1159a8,-0x133,_0x4adab8._0xe98d23)](_0x26671d);}else{try{await _0x5e1ddd[_0x3f536c(-_0x4adab8._0xce5311,_0x4adab8._0x42219b,-_0x4adab8._0x1e66b0,-0xf9)](_0x4eab89);}catch{const _0x8faae8={};return _0x8faae8[_0xa85010(0x4cd,0x5cb,_0x4adab8._0x4de878,0x4fe)]=_0x46a00f[_0x3f536c(-0x163,-0x15f,-_0x4adab8._0x31189a,-0x1a8)],_0x8faae8[_0x3f536c(-_0x4adab8._0x54f51f,-0x137,-_0x4adab8._0x578fe6,0x59)]=_0x1aff09,_0x33680d[_0xa85010(_0x4adab8._0x5aa672,_0x4adab8._0x33d21f,0x60c,_0x4adab8._0x663df)](0x51b*0x2+0x103d*-0x1+0x3*0x289)['json'](_0x8faae8);}const _0xfdde8e={};_0xfdde8e[_0xa85010(0x897,_0x4adab8._0x29b411,_0x4adab8._0x472ef6,0x7d1)]=!![],_0xfdde8e[_0xa85010(_0x4adab8._0x3a1330,0x711,0x671,0x7bc)]=!![],await _0x5e1ddd['rm'](_0x4eab89,_0xfdde8e),_0x46a00f[_0xa85010(0x563,_0x4adab8._0x24995f,0x55c,0x65a)](removeContainersForSkill,_0x4eab89,logger)[_0x3f536c(_0x4adab8._0x144e89,_0x4adab8._0x25a5b8,-0xfe,-0xdc)](()=>{});const _0x27e63c={};_0x27e63c[_0xa85010(0x6fa,0x640,0x579,0x627)]=_0x1aff09,_0x27e63c[_0x3f536c(-_0x4adab8._0x3f69ff,-0x1c2,-0x16d,-0x15c)]=_0x462180[_0x3f536c(-0x131,-_0x4adab8._0x77ac2d,-0xd7,-0x150)][_0xa85010(0x73c,_0x4adab8._0x10e28b,_0x4adab8._0x1a370f,_0x4adab8._0xd1d05)],logger['warn']('Skill\x20dele'+'ted',_0x27e63c);const _0x13490e={};_0x13490e[_0xa85010(0x742,_0x4adab8._0x2f0a34,_0x4adab8._0x3378b8,_0x4adab8._0x4e9364)]=!![],_0x13490e['message']=_0x46a00f[_0x3f536c(-_0x4adab8._0x5011af,-0xa2,-_0x4adab8._0x3b2d3a,-_0x4adab8._0x13a025)],_0x13490e[_0x3f536c(-0xc8,-_0x4adab8._0x57096c,-0x1eb,_0x4adab8._0x513a6b)]=_0x1aff09,_0x33680d['json'](_0x13490e);}}catch(_0x3d6970){if(_0x46a00f[_0x3f536c(0x36,0x13f,0x12e,-0xa6)](_0x46a00f[_0x3f536c(-_0x4adab8._0x2f62dc,-0x269,-_0x4adab8._0x388cc8,-_0x4adab8._0x40a105)],_0x46a00f[_0xa85010(_0x4adab8._0x33068a,0x64c,_0x4adab8._0x188f25,_0x4adab8._0x463c20)])){const _0x271e26={};return _0x271e26[_0xa85010(_0x4adab8._0x169c57,_0x4adab8._0x3df4d1,_0x4adab8._0x51a9db,_0x4adab8._0x58188d)]=_0x46a00f[_0x3f536c(-_0x4adab8._0x518728,-0x24a,-0x296,-0xe5)],_0x102c6c['status'](-0x2d1+0x16b1+-0x11e9)['json'](_0x271e26);}else{const _0x346147={};_0x346147[_0x3f536c(-_0x4adab8._0x46fa4d,_0x4adab8._0x3d1283,-0x105,-_0x4adab8._0x7c961)]=_0x1aff09,_0x346147[_0x3f536c(-0x13d,-0x282,-0x13b,-0x1fa)]=_0x3d6970[_0xa85010(_0x4adab8._0x186aa8,_0x4adab8._0x1682d2,_0x4adab8._0x1b358a,0x799)],logger[_0x3f536c(-0x13d,-0x111,-0x27d,-_0x4adab8._0xa2064a)]('Failed\x20to\x20'+_0x3f536c(-0x18e,-0x24c,-_0x4adab8._0x381242,-0x2a9)+'ll',_0x346147);const _0x5bd4de={};_0x5bd4de[_0x3f536c(-_0x4adab8._0x436d90,-_0x4adab8._0x2c2408,-0xd5,-0x14)]=_0x46a00f[_0x3f536c(0x1a,_0x4adab8._0x2e1d68,0x127,0x140)],_0x5bd4de[_0xa85010(0x5dd,0x6fe,_0x4adab8._0x61869c,_0x4adab8._0xe1a331)]=_0x3d6970['message'],_0x33680d[_0xa85010(_0x4adab8._0x5f2655,0x719,_0x4adab8._0x18feeb,_0x4adab8._0x2b85d4)](-0xedc+-0x943*-0x2+-0x6*0x49)['json'](_0x5bd4de);}}}),router[_0x359185(-0x2ac,-0x19c,-0xa2,-0x15e)](_0x359185(-0x1a7,-0x25f,-0x1c5,-0x356)+_0x1dc7a3(-0x44,-0x13c,-0xa0,-0x70),requirePermission(_0x1dc7a3(0x2ba,0x2e2,0xc5,0x209)+'w'),async(_0x554f8b,_0x34fac1)=>{const _0x5613d9={_0x16b00d:0x3af,_0xecf74f:0x3d5,_0x48e59c:0x481,_0x4ad9ca:0x3e2,_0x58459a:0x2ee,_0x4e3fd6:0x349,_0x19c10f:0x4a0,_0x4bfe0f:0x22d,_0x41e92f:0x21e,_0x181391:0x387,_0x5ca664:0x2c5,_0x3980f5:0x23d,_0x2fea6f:0x1ea,_0x1bcc4e:0x2ba,_0x50e8d7:0x289,_0x321dd2:0x241,_0x19ed57:0x3e5,_0x4f5932:0x23b,_0x199e4f:0x3c6,_0x47cfa7:0x3a1,_0x4a22c1:0x3d8,_0x1dab2c:0x340,_0x5d7ce0:0x351,_0x4b391a:0x312,_0x96579a:0x352,_0x3293af:0x2b9,_0x59c6a5:0x2a8,_0x5d7dc3:0x211,_0x4547a8:0x260,_0x594c95:0x299,_0x3f17b0:0x362,_0x350403:0x45a,_0x4bc3c8:0x59,_0x111fdd:0x19a,_0x3f7b79:0x2a4,_0x4109e5:0x20b,_0x2fd14e:0xfe,_0x1dc6b6:0x16d,_0x34c42c:0x1f7,_0x56cf47:0x264,_0x5a1456:0x352,_0x47b812:0x317,_0x4885de:0x314,_0x114f28:0x3ca,_0x1fd008:0x285,_0x4b10d6:0x41e,_0x4bc4c1:0x421,_0x5986eb:0x47d,_0xef20d7:0x1fc,_0x4dc78b:0x203,_0x242b47:0x347,_0x49e2f2:0x26a,_0x523007:0x1b8,_0x231aa2:0x222,_0x1b36ea:0x1da,_0x2fa885:0x3e6,_0x33527b:0x235,_0x29a572:0x2c8,_0x4b01ce:0x1e9,_0x2d0da1:0x17c,_0x4291b3:0x384,_0x4a27a4:0x4ca,_0x141838:0x42f,_0x53f4ed:0x46a,_0x3bf668:0x363,_0x3c00f0:0x2e5,_0x28d4b1:0x365,_0x5c21f5:0x275,_0x2e1f24:0x24a,_0x1b4259:0x2c0,_0x4dfbf4:0x255,_0x2e8bbf:0x277,_0x4a255c:0x3fc,_0xfa4667:0x2f2,_0xa9fa61:0x388,_0x51ce0b:0x287,_0x12a16a:0x477,_0x5c8ba5:0x4a7,_0x3c5901:0x361,_0x5c9ad4:0x20d,_0x9b85df:0x204,_0x95f669:0x407,_0x2d19dd:0x1ff,_0x5770f6:0xa1,_0x4626dd:0x2f7,_0x59ad06:0x284,_0x6b720f:0x1ad,_0x36bb91:0x252,_0x3cabca:0x286,_0x4685c0:0x249,_0x120506:0x2f2,_0x149d0b:0x36d,_0x17b406:0x2d8,_0xc86fb5:0x40f,_0x2b8c1a:0x271,_0x192bf5:0x24e,_0x38c8e7:0x229,_0xe6d10f:0x2db,_0x3cb891:0x193,_0x5bd41b:0x372,_0x1ab390:0x1e2,_0x56a7db:0x262,_0x2950cf:0x383,_0x58bd41:0x393,_0x198aaa:0x2dd,_0x5c4f20:0x3b6,_0x218803:0x2b7,_0x45b99e:0x3bf,_0x13372f:0x2c3,_0x6205c3:0x28d,_0x1ab415:0xd2,_0x536a46:0x205,_0x170670:0x34b,_0x218a68:0x3cf,_0x588810:0x2cf,_0x1c6dbf:0x3fe,_0x1926a1:0x2cb,_0x563e1f:0x3e9,_0x12e3b4:0x3b2,_0x1c44e7:0x1b0,_0x233f08:0x21b,_0x51b082:0x345,_0x5d864c:0x2e2,_0x5e7287:0x35f,_0x57cb4b:0x1f7,_0x564f8e:0x2b8,_0x4d768e:0x38b,_0x2cd67d:0x247,_0x1de1d7:0x3f4,_0x1cca34:0x302,_0x1a1015:0x251,_0x468e79:0xed,_0xee02b4:0x234,_0x37ad7b:0x231,_0x388f8a:0x227,_0x542441:0x12f,_0x27c627:0x28a,_0x3ff571:0x471,_0x4c9109:0x301,_0x18ce36:0x478,_0x35f3e6:0x2b3,_0x37f06f:0x340,_0x560b56:0x404,_0x4961c3:0x3ba},_0x5bcba5={_0x5409c0:0x3b},_0x968790={_0xb6b39a:0xd8,_0x185c71:0x147},_0xa460e3={'mbJWY':_0x442425(0x2c5,0x33b,_0x5613d9._0x16b00d,0x363),'kGovw':_0x442425(_0x5613d9._0xecf74f,0x352,_0x5613d9._0x48e59c,_0x5613d9._0x4ad9ca)+_0x442425(0x1e7,0x2f2,0x269,0x2a3)+_0x442425(0x313,0x25b,0x1ed,_0x5613d9._0x58459a),'IKmtZ':function(_0x11fd12){return _0x11fd12();},'ogqNB':function(_0x4098f3,_0x483688){return _0x4098f3===_0x483688;},'SVSOw':_0x2b1836(_0x5613d9._0x4e3fd6,0x2c5,0x3de,_0x5613d9._0x19c10f),'kCfcX':_0x2b1836(_0x5613d9._0x4bfe0f,_0x5613d9._0x41e92f,0x327,_0x5613d9._0x181391)+_0x2b1836(0x19c,0x2c7,_0x5613d9._0x5ca664,_0x5613d9._0x3980f5),'rnWrH':'This\x20skill'+'\x27s\x20files\x20a'+_0x2b1836(_0x5613d9._0x2fea6f,_0x5613d9._0x1bcc4e,0x1ef,_0x5613d9._0x50e8d7)+_0x442425(0x1b2,_0x5613d9._0x321dd2,0x2e6,0x191)+_0x442425(0x28a,0x394,_0x5613d9._0x19ed57,0x426)+_0x2b1836(0x362,_0x5613d9._0x4f5932,0x2ef,_0x5613d9._0x199e4f)+_0x2b1836(0x42c,0x284,_0x5613d9._0x47cfa7,_0x5613d9._0x4a22c1)+'n.','qEDTU':_0x442425(_0x5613d9._0x1dab2c,_0x5613d9._0x5d7ce0,_0x5613d9._0x4b391a,0x40b)+_0x2b1836(_0x5613d9._0x96579a,_0x5613d9._0x3293af,_0x5613d9._0x59c6a5,0x1a3),'dHBOL':'jGGxj','FerVm':_0x442425(_0x5613d9._0x5d7dc3,0x202,0x2da,0x31d),'vSgLq':_0x442425(_0x5613d9._0x4547a8,0x3a0,_0x5613d9._0x594c95,0x442)+_0x2b1836(_0x5613d9._0x3f17b0,0x24b,0x322,_0x5613d9._0x350403)+'\x20file','dqqmX':'Failed\x20to\x20'+_0x2b1836(_0x5613d9._0x4bc3c8,0x267,_0x5613d9._0x111fdd,_0x5613d9._0x3f7b79)},{name:_0x59e033}=_0x554f8b[_0x2b1836(_0x5613d9._0x4109e5,0x2c4,0x1c6,_0x5613d9._0x2fd14e)],_0x32b6b0=_0x554f8b[_0x442425(_0x5613d9._0x1dc6b6,0x224,0x2f3,0x2cb)][0x8*0x3a5+-0x201+0x3e1*-0x7];function _0x2b1836(_0x4347d0,_0x12ce2e,_0xe6ee3a,_0x5349b7){return _0x1dc7a3(_0x4347d0-_0x968790._0xb6b39a,_0x4347d0,_0xe6ee3a-_0x968790._0x185c71,_0xe6ee3a-0x1c0);}const _0x568b8d=_0xa460e3['IKmtZ'](getSkillsPath);if(!_0x568b8d){const _0x118fae={};return _0x118fae[_0x2b1836(0x31b,0x2cf,_0x5613d9._0x34c42c,_0x5613d9._0x56cf47)]=_0x442425(0x2c1,_0x5613d9._0x5a1456,_0x5613d9._0x47b812,0x37d)+'p\x20not\x20conf'+'igured',_0x34fac1[_0x2b1836(0x29c,0x39c,0x345,0x263)](0x12f*0xa+0x18c6+-0x22a5)[_0x2b1836(0x19f,_0x5613d9._0x4885de,0x2e2,0x1a6)](_0x118fae);}const _0x42a6cc=await getSkillFlags(_0x59e033);if(_0x42a6cc[_0x2b1836(_0x5613d9._0x114f28,0x1db,0x283,0x220)]){if(_0xa460e3[_0x442425(_0x5613d9._0x1fd008,0x362,0x36c,_0x5613d9._0x4b10d6)](_0xa460e3[_0x442425(0x4d1,0x3e8,0x477,_0x5613d9._0x4bc4c1)],_0xa460e3[_0x2b1836(0x28c,0x265,0x38a,_0x5613d9._0x5986eb)])){const _0x25bd5c={};_0x25bd5c['skillId']=_0x59e033,_0x25bd5c['filepath']=_0x32b6b0,_0x25bd5c[_0x2b1836(_0x5613d9._0xef20d7,0x1f1,_0x5613d9._0x4dc78b,_0x5613d9._0x242b47)]=_0x554f8b['user']?.[_0x2b1836(_0x5613d9._0x49e2f2,_0x5613d9._0x523007,_0x5613d9._0x231aa2,_0x5613d9._0x1b36ea)],logger[_0x2b1836(_0x5613d9._0x2fa885,_0x5613d9._0x33527b,_0x5613d9._0x29a572,0x2fb)](_0x2b1836(0x39,_0x5613d9._0x4b01ce,_0x5613d9._0x2d0da1,0x1b2)+_0x442425(0x202,0x1dd,0x24f,0x1ca)+_0x2b1836(_0x5613d9._0x4291b3,0x42f,0x3c1,_0x5613d9._0x4a27a4)+_0x2b1836(_0x5613d9._0x141838,_0x5613d9._0x53f4ed,_0x5613d9._0x3bf668,_0x5613d9._0x3c00f0)+_0x442425(_0x5613d9._0x28d4b1,_0x5613d9._0x5c21f5,0x281,_0x5613d9._0x2e1f24)+'ed',_0x25bd5c);const _0x1ccc13={};return _0x1ccc13[_0x442425(_0x5613d9._0x1b4259,_0x5613d9._0x4dfbf4,_0x5613d9._0x2e8bbf,0x27a)]=_0xa460e3[_0x2b1836(_0x5613d9._0x4a255c,0x362,_0x5613d9._0xfa4667,0x1d0)],_0x1ccc13[_0x442425(0x251,_0x5613d9._0xa9fa61,0x2d9,_0x5613d9._0x51ce0b)]=_0xa460e3['rnWrH'],_0x34fac1[_0x442425(_0x5613d9._0x12a16a,0x3a3,_0x5613d9._0x5c8ba5,0x3e6)](0xcb7+-0x129a+0x776)[_0x2b1836(_0x5613d9._0x3c5901,0x36f,0x2e2,_0x5613d9._0x5c9ad4)](_0x1ccc13);}else _0x427b48[_0x59fbad]=_0x2565ea[_0x2b1836(_0x5613d9._0x9b85df,0x2e3,_0x5613d9._0x1b4259,_0x5613d9._0x95f669)]()[_0x442425(0x307,0x225,0x175,0x21c)](0xe0a+-0x1a*0x5f+-0x463*0x1,-(0x270e+-0x1*0x240d+0x8*-0x60))[_0x2b1836(_0x5613d9._0x2d19dd,0x1be,0x1bf,_0x5613d9._0x5770f6)](',')[_0x2b1836(_0x5613d9._0x4626dd,0x264,0x253,_0x5613d9._0x59ad06)](_0x437c4d=>_0x437c4d[_0x2b1836(0x21f,0x2b3,0x2c0,0x2f7)]())[_0x2b1836(0x106,0x2bc,0x22e,_0x5613d9._0x6b720f)](_0x22f2fb);}function _0x442425(_0x243f67,_0x55c1fd,_0x254ba4,_0x233f86){return _0x359185(_0x243f67-_0x5bcba5._0x5409c0,_0x55c1fd-0x42d,_0x243f67,_0x233f86-0x1df);}const _0x3f78b8=_0x43ab2a[_0x2b1836(_0x5613d9._0x36bb91,_0x5613d9._0x3cabca,_0x5613d9._0x4685c0,0x27c)](_0x568b8d,_0x59e033),_0x2642a3=_0x43ab2a['join'](_0x3f78b8,_0x32b6b0),_0x2ed284=_0x43ab2a[_0x2b1836(_0x5613d9._0x120506,0x199,0x25c,0x122)](_0x2642a3),_0x14a81a=_0x43ab2a['resolve'](_0x3f78b8);if(!_0x2ed284['startsWith'](_0x14a81a)){const _0x43eb67={};return _0x43eb67[_0x442425(0x1cb,0x255,_0x5613d9._0x149d0b,0x321)]=_0xa460e3[_0x442425(0x419,_0x5613d9._0x17b406,_0x5613d9._0xc86fb5,0x393)],_0x43eb67[_0x442425(0x394,0x388,0x3bc,_0x5613d9._0x2b8c1a)]=_0x442425(_0x5613d9._0x192bf5,_0x5613d9._0x38c8e7,_0x5613d9._0xe6d10f,_0x5613d9._0x3cb891)+'rsal\x20not\x20a'+_0x442425(0x32a,0x2b0,_0x5613d9._0x5bd41b,_0x5613d9._0x1ab390),_0x34fac1[_0x2b1836(_0x5613d9._0x56a7db,_0x5613d9._0x2950cf,0x345,_0x5613d9._0x58bd41)](-0x2654+0x1215+0x15d2)[_0x2b1836(0x35d,_0x5613d9._0x198aaa,0x2e2,_0x5613d9._0x5c4f20)](_0x43eb67);}try{if(_0xa460e3['ogqNB'](_0x442425(0x2f2,0x1fc,_0x5613d9._0x218803,0x219),_0xa460e3[_0x2b1836(0x471,0x390,_0x5613d9._0x45b99e,_0x5613d9._0x13372f)])){const _0x20bd2f={};return _0x20bd2f['version']=_0xa460e3[_0x2b1836(0x1c7,0x1c7,0x21e,0x276)],_0x20bd2f[_0x2b1836(_0x5613d9._0x6205c3,0x16d,0x1de,0x220)]={},_0x20bd2f;}else{const _0x341070=await _0x5e1ddd['readFile'](_0x2642a3,_0xa460e3[_0x2b1836(_0x5613d9._0x1ab415,0x225,0x1e4,_0x5613d9._0x536a46)]);_0x34fac1['json']({'name':_0x43ab2a['basename'](_0x32b6b0),'path':_0x32b6b0,'content':_0x341070});}}catch(_0x94ac25){if(_0x94ac25[_0x2b1836(0x415,_0x5613d9._0x170670,0x34c,_0x5613d9._0x218a68)]==='ENOENT'){if(_0x442425(0xaa,0x1bb,0x1d1,0x186)!==_0x442425(0x2dc,_0x5613d9._0x588810,_0x5613d9._0x1c6dbf,0x2a9)){const _0x2c055e={};return _0x2c055e['error']='File\x20not\x20f'+_0x2b1836(_0x5613d9._0x1926a1,_0x5613d9._0x563e1f,0x3b3,_0x5613d9._0x12e3b4),_0x2c055e[_0x2b1836(_0x5613d9._0x1c44e7,0x2c0,0x20a,0x2e6)]=_0x32b6b0,_0x34fac1[_0x2b1836(_0x5613d9._0x233f08,0x257,_0x5613d9._0x51b082,0x289)](-0xe4d+-0x71f+0x1700)[_0x2b1836(0x217,0x2e5,_0x5613d9._0x5d864c,_0x5613d9._0x5e7287)](_0x2c055e);}else{const _0x2970c5={};return _0x2970c5[_0x2b1836(0x32a,0x307,_0x5613d9._0x57cb4b,0x252)]=_0xa460e3[_0x2b1836(_0x5613d9._0x564f8e,_0x5613d9._0x95f669,_0x5613d9._0x4d768e,0x366)],_0x2f8e49['status'](-0x2*-0x47c+0x8*-0x35+0x25*-0x25)['json'](_0x2970c5);}}const _0x5fbb0b={};_0x5fbb0b[_0x442425(_0x5613d9._0x2cd67d,0x2ca,0x265,_0x5613d9._0x1de1d7)]=_0x59e033,_0x5fbb0b[_0x2b1836(0x3c7,_0x5613d9._0x1cca34,_0x5613d9._0x50e8d7,0x15e)]=_0x32b6b0,_0x5fbb0b[_0x2b1836(0x10c,_0x5613d9._0x1a1015,0x1f7,_0x5613d9._0x468e79)]=_0x94ac25['message'],logger[_0x2b1836(0x316,0x17a,_0x5613d9._0x34c42c,_0x5613d9._0xee02b4)](_0xa460e3[_0x2b1836(_0x5613d9._0x2fd14e,0x1b0,_0x5613d9._0x37ad7b,_0x5613d9._0x388f8a)],_0x5fbb0b);const _0x477e7e={};_0x477e7e[_0x442425(0x1e6,0x255,_0x5613d9._0x542441,_0x5613d9._0x27c627)]=_0xa460e3[_0x442425(_0x5613d9._0x3ff571,0x3c2,0x385,0x3bb)],_0x477e7e[_0x442425(_0x5613d9._0x4c9109,_0x5613d9._0xa9fa61,0x41a,0x2f0)]=_0x94ac25[_0x442425(0x2e2,0x388,0x2b8,_0x5613d9._0x18ce36)],_0x34fac1['status'](-0x2d2+-0x11*-0x1c1+-0x190b)[_0x442425(_0x5613d9._0x35f3e6,_0x5613d9._0x37f06f,_0x5613d9._0x560b56,_0x5613d9._0x4961c3)](_0x477e7e);}}),router[_0x359185(0x29,-0x7c,-0x11f,0xcd)](_0x1dc7a3(-0xa0,0xe9,-0x12e,-0x50)+_0x1dc7a3(-0x23,-0x13f,0xbb,-0x70),requireAnyPermission([_0x359185(-0x13c,-0x156,-0x83,-0x1c0)+'t',_0x1dc7a3(0xde,0x191,0x99,0x15f)+'age']),async(_0x550617,_0x1dd917)=>{const _0x4dbb86={_0x52b488:0x18b,_0x305478:0x301,_0x7f8879:0x45,_0x3bb873:0x1d,_0x4b3dc9:0x1a7,_0x9fc0:0xcf,_0x7c7a9e:0x36e,_0x535602:0x3be,_0x576db9:0x5d6,_0x5597ba:0x493,_0x122147:0x4ca,_0x3e3835:0x47,_0x5154c3:0xd7,_0xef297f:0x38,_0xd0a687:0x9d,_0x3049fa:0x18,_0x21288d:0xe,_0x5328a9:0x3c,_0x4b813a:0x36f,_0x35354d:0x461,_0x135b72:0x3ba,_0x45a234:0x51f,_0x4a101f:0x47e,_0x12f8c2:0x3b9,_0x5f1291:0x5c,_0x1ce979:0x19f,_0x27e7bc:0xb2,_0x29ac7d:0x3f,_0x223688:0x4e6,_0x3e8b2a:0x1a9,_0x1f7979:0xdc,_0x27a6b7:0x4,_0xd8a255:0x189,_0x5a21da:0x53,_0x260e03:0xa9,_0x1e3c8a:0x3d,_0x47029b:0x9f,_0x215641:0x41,_0x30e1b0:0xc8,_0x25259f:0x121,_0x3347d6:0xfc,_0x2ed006:0x19d,_0x14db7d:0x2b7,_0x1c62b5:0x4dc,_0x1ac5a4:0x63b,_0x314e36:0x507,_0x20af25:0x477,_0x4ac430:0x52f,_0x4a6da8:0x3f6,_0x294d3e:0x3e7,_0x13e773:0x454,_0x3eaa17:0x489,_0x54fdb7:0x2fb,_0x292daa:0x2f4,_0x205a2b:0x350,_0x18dea3:0x442,_0xcf7a6:0x471,_0xbd8867:0x59c,_0x592667:0x3e0,_0xa5d337:0x4c5,_0x2ff156:0x37c,_0x4c9cc8:0x411,_0x2da3fe:0x3f6,_0x39c6e9:0x270,_0x3518f9:0x4e1,_0x38d23e:0x97,_0x1098c1:0x148,_0x2c8290:0x221,_0x156e6e:0x3ac,_0x105e88:0x3b8,_0x11967a:0x31f,_0x3b937d:0x3c4,_0x28cd19:0x2df,_0x548e81:0x3fa,_0x2d988f:0xce,_0x2c9acc:0x29a,_0x5ea6a6:0x15d,_0x110b18:0x1b9,_0xde68ca:0x186,_0x171ad0:0x376,_0x34e0f0:0x288,_0x22abd7:0xc6,_0x28eaa3:0x4ff,_0x198174:0x3bc,_0x11938d:0x3b5,_0x5867ff:0x550,_0x594f2c:0x55a,_0x5797b4:0x43,_0x4e69f3:0x1b,_0x37a986:0x12b,_0xb0efcf:0x92,_0x41f687:0xf7,_0x4693c9:0x276,_0x3d3afc:0x389,_0x353646:0x39d,_0x265364:0x29,_0x5c25ca:0x57a,_0x1c188a:0x4b4,_0x2256c1:0x167,_0x29a788:0x5d1,_0x35fbfe:0x4cf,_0x2c841e:0x1a0,_0x101014:0x104,_0x285551:0x41f,_0x3c36c9:0x24e,_0x38f5f8:0x264,_0x125c95:0x201,_0x497b32:0x1b4,_0x4b1394:0x265,_0x394cd8:0x533,_0x5e2c68:0x452,_0x3c3b28:0x43e,_0x257cb2:0x2d9,_0x2d85a7:0x4e1,_0x4e09ca:0x25f,_0xa83333:0x455,_0x27342f:0x54e,_0x593cc6:0x4c1,_0x59b04d:0x84,_0x4be39a:0x71,_0x2fb50e:0x26,_0xc3a219:0xbe,_0x267386:0x549,_0x1195ee:0xe,_0x5d8c22:0x66,_0x3f6352:0xe9,_0x49d26d:0x303,_0x29e211:0x48c,_0xa63cf7:0x3ec,_0x52ffbd:0x2af,_0x53df1d:0x2ef,_0x7c7431:0x50f,_0x5106c8:0x41b,_0x1276d6:0x49e,_0x1f5c09:0x49c,_0x29dbcb:0x46c,_0x482119:0x31,_0x28a9df:0x4ce,_0x515b21:0x440,_0x5e05bd:0x564,_0x50c417:0x464,_0x232380:0xbc,_0x20c36e:0x22,_0x291203:0x3b,_0x44e5e3:0x1a6,_0x6a3246:0x183,_0x52b775:0x18e,_0x5cbcc3:0x3a0,_0x5d885a:0x4fa,_0x398ef2:0x1e5,_0x3a62fd:0x332,_0xd1f360:0x1d0,_0x2c4ef4:0x55,_0x5ae53c:0x59,_0x33eafb:0x78,_0x3fb62e:0x32,_0x5320bf:0x67,_0x46806e:0x289,_0x190f82:0x43,_0x334b75:0xb1,_0x1db83f:0x4a6,_0x4c27a9:0x50d,_0x4b291f:0x42,_0x31f860:0x14a,_0x51f3a6:0x2c7,_0x308ced:0x3e9,_0x3fac9c:0x590,_0x3c7646:0x28,_0x2b383d:0x3f,_0x647f7:0x46e,_0x55d676:0x5e1,_0x191e01:0x16,_0x1d6781:0xe7,_0x46ae2f:0x370,_0x500f21:0x4bc,_0x36090f:0x44d,_0xda4cb1:0x4cd,_0x4c95c8:0x12e,_0x73f531:0xf5,_0x39118f:0x469,_0x379ab1:0x40e,_0x3beebd:0x372,_0x23ab97:0x4b4,_0x3f1aa5:0xf3,_0x565a92:0x79,_0xf29418:0x41,_0x4a6898:0x501,_0x56fe42:0x360,_0x53d1f5:0x355,_0x12be6d:0x5b,_0x3163cf:0xaa,_0x67efe:0x371,_0x1e1622:0x458,_0xd49404:0x3ae,_0x10b18d:0x3cc,_0x2435fc:0x1d6,_0x4af649:0x26b,_0x46e667:0x181,_0x4bfbca:0x289,_0x26e9ff:0x39b,_0x4524e0:0x5d,_0xe77d9f:0x39,_0x45c54b:0x21,_0x58b73a:0x3e6,_0x23bb1b:0x54c,_0x25bdd5:0x584,_0x44e35b:0x518,_0x5892b8:0x608,_0x4e7a05:0x5c6,_0x467b16:0x4df,_0xc1c143:0x40c,_0x5769a4:0x444,_0x43bcd7:0x39a,_0x25a776:0xb0,_0x38535d:0x34,_0x3d028e:0x318,_0x3ccb6d:0x133,_0x344cc7:0x4b2,_0x468b4b:0x39c,_0x599da8:0x488,_0xf284af:0x572,_0x3ee330:0x462,_0x970dd0:0x45c,_0xb81ddf:0x3bb,_0x2ec030:0x3e9,_0x235ec5:0x4b4,_0x5cabdc:0x196,_0x13b349:0xe0,_0x4f6641:0x4a6,_0x46ad73:0x544},_0x15bd56={_0x5e8c40:0xfe,_0x343c0d:0x102,_0x4c5338:0x2f},_0x677d3={_0x1dccb2:0x559,_0xf7e5a0:0xd5},_0x4177ac={'xrwzL':_0x2a395d(_0x4dbb86._0x52b488,0x7d,0x1a6,0x2cb)+_0x54f9c1(_0x4dbb86._0x305478,0x392,0x3d4,0x2f5),'JCfxG':_0x2a395d(_0x4dbb86._0x7f8879,_0x4dbb86._0x3bb873,0x10d,0x72)+_0x2a395d(_0x4dbb86._0x4b3dc9,0x13e,0xb3,_0x4dbb86._0x9fc0)+'md\x20-\x20delet'+_0x54f9c1(_0x4dbb86._0x7c7a9e,0x2c4,_0x4dbb86._0x535602,0x3a0)+_0x54f9c1(0x602,_0x4dbb86._0x576db9,_0x4dbb86._0x5597ba,_0x4dbb86._0x122147),'xCNfY':'Use\x20PUT\x20/s'+_0x2a395d(_0x4dbb86._0x3e3835,0xfc,_0x4dbb86._0x5154c3,-_0x4dbb86._0xef297f)+_0x2a395d(-_0x4dbb86._0xd0a687,_0x4dbb86._0x3049fa,-_0x4dbb86._0x21288d,-_0x4dbb86._0x5328a9)+'e\x20SKILL.md','ODnsL':_0x54f9c1(_0x4dbb86._0x4b813a,0x323,_0x4dbb86._0x35354d,_0x4dbb86._0x135b72)+'1','xeRbo':_0x54f9c1(_0x4dbb86._0x45a234,0x4a7,0x549,_0x4dbb86._0x4a101f)+'p\x20not\x20conf'+_0x54f9c1(0x478,0x2ba,_0x4dbb86._0x12f8c2,0x387),'qzDRI':function(_0x22cb8b,_0x23b25e){return _0x22cb8b(_0x23b25e);},'gGThL':_0x2a395d(0x1e7,-0x4d,0xbc,_0x4dbb86._0x5f1291)+_0x2a395d(_0x4dbb86._0x1ce979,0x12f,_0x4dbb86._0x27e7bc,_0x4dbb86._0x29ac7d),'wZeYP':_0x54f9c1(_0x4dbb86._0x223688,0x4e4,0x3fc,0x3b5)+_0x2a395d(_0x4dbb86._0x3e8b2a,0x2e,_0x4dbb86._0x1f7979,_0x4dbb86._0x27a6b7)+_0x2a395d(0x254,0x22a,_0x4dbb86._0xd8a255,0xb5)+_0x2a395d(_0x4dbb86._0x5a21da,0x74,_0x4dbb86._0x260e03,0x18f)+_0x2a395d(-0xa2,-0x74,-_0x4dbb86._0x1e3c8a,0xdd)+'.','PqYWV':_0x2a395d(0x13e,-_0x4dbb86._0x47029b,_0x4dbb86._0x215641,-_0x4dbb86._0x30e1b0),'LXnYf':'Access\x20den'+_0x2a395d(_0x4dbb86._0x25259f,_0x4dbb86._0x3347d6,0x117,_0x4dbb86._0x2ed006),'YufGg':function(_0x4be243,_0x1dcfd0){return _0x4be243===_0x1dcfd0;},'eeeYM':'SKILL.md','mNmfe':function(_0x480181,_0x203c42){return _0x480181!==_0x203c42;},'gBqUg':_0x54f9c1(0x44f,_0x4dbb86._0x14db7d,0x329,0x30e),'hXqRl':'SpcJW','LMjcQ':_0x54f9c1(0x45c,_0x4dbb86._0x1c62b5,_0x4dbb86._0x1ac5a4,_0x4dbb86._0x314e36)+_0x54f9c1(_0x4dbb86._0x20af25,_0x4dbb86._0x4ac430,0x4ca,0x52e),'EZCPx':'File\x20saved','KHmvl':_0x54f9c1(0x3b0,_0x4dbb86._0x4a6da8,_0x4dbb86._0x294d3e,0x4cc)+_0x54f9c1(0x28d,_0x4dbb86._0x13e773,_0x4dbb86._0x3eaa17,0x3c7)+_0x54f9c1(_0x4dbb86._0x54fdb7,0x2ce,0x384,0x3b9)},{name:_0x587b9d}=_0x550617[_0x54f9c1(_0x4dbb86._0x292daa,0x48e,0x208,_0x4dbb86._0x205a2b)],_0x301d0f=_0x550617['params'][0x2*0xec2+0x1fe5+-0x3d69],{content:_0x1ea118}=_0x550617[_0x2a395d(0xfe,0xb7,0x15f,0x184)];function _0x54f9c1(_0x148431,_0x4221e9,_0x5b01fe,_0x5bc0d6){return _0x359185(_0x148431-0x17f,_0x5bc0d6-_0x677d3._0x1dccb2,_0x5b01fe,_0x5bc0d6-_0x677d3._0xf7e5a0);}function _0x2a395d(_0x53b022,_0x43b5f5,_0x36ef30,_0x587840){return _0x1dc7a3(_0x53b022-_0x15bd56._0x5e8c40,_0x43b5f5,_0x36ef30-_0x15bd56._0x343c0d,_0x36ef30-_0x15bd56._0x4c5338);}const _0x36d88c=getSkillsPath();if(!_0x36d88c){const _0x4bed06={};return _0x4bed06['error']=_0x4177ac[_0x54f9c1(_0x4dbb86._0x18dea3,0x48c,0x588,_0x4dbb86._0xcf7a6)],_0x1dd917[_0x54f9c1(_0x4dbb86._0xbd8867,0x444,0x3aa,0x4cf)](0x2153+-0x1e99+-0xc3)[_0x54f9c1(_0x4dbb86._0x592667,_0x4dbb86._0xa5d337,0x593,0x46c)](_0x4bed06);}if(await _0x4177ac[_0x54f9c1(_0x4dbb86._0x2ff156,_0x4dbb86._0x4c9cc8,_0x4dbb86._0x2da3fe,0x3fc)](isSkillReadonly,_0x587b9d)){const _0x16aa22={};_0x16aa22[_0x54f9c1(_0x4dbb86._0x39c6e9,0x3b9,_0x4dbb86._0x3518f9,0x3a6)]=_0x587b9d,_0x16aa22[_0x2a395d(_0x4dbb86._0x38d23e,_0x4dbb86._0x1098c1,0xf8,_0x4dbb86._0x2c8290)]=_0x301d0f,_0x16aa22['user']=_0x550617['user'][_0x54f9c1(0x2aa,0x32a,0x300,_0x4dbb86._0x156e6e)],logger[_0x54f9c1(0x4a9,0x3cb,_0x4dbb86._0x105e88,0x452)]('Attempt\x20to'+_0x54f9c1(0x3f7,0x4d1,0x44a,0x45d)+_0x54f9c1(_0x4dbb86._0x11967a,_0x4dbb86._0x3b937d,_0x4dbb86._0x28cd19,_0x4dbb86._0x548e81)+'in\x20readonl'+_0x2a395d(_0x4dbb86._0x2d988f,_0x4dbb86._0x2c9acc,_0x4dbb86._0x5ea6a6,0x153)+_0x2a395d(0x6b,_0x4dbb86._0x110b18,_0x4dbb86._0xde68ca,0x155),_0x16aa22);const _0xa002b6={};return _0xa002b6[_0x54f9c1(_0x4dbb86._0x171ad0,_0x4dbb86._0x34e0f0,0x24e,0x381)]=_0x4177ac[_0x2a395d(0xc,_0x4dbb86._0x22abd7,0x1e,_0x4dbb86._0x260e03)],_0xa002b6[_0x54f9c1(_0x4dbb86._0x28eaa3,_0x4dbb86._0x198174,_0x4dbb86._0x11938d,0x4b4)]=_0x4177ac[_0x54f9c1(_0x4dbb86._0x5867ff,0x6a0,0x57e,_0x4dbb86._0x594f2c)],_0x1dd917['status'](0x2d7*-0xb+-0xcf*-0x4+0x2*0xeca)['json'](_0xa002b6);}const _0x30de42=_0x43ab2a['join'](_0x36d88c,_0x587b9d),_0x2531f8=_0x43ab2a['join'](_0x30de42,_0x301d0f),_0x410d75=_0x43ab2a['resolve'](_0x2531f8),_0x3ff79e=_0x43ab2a[_0x2a395d(_0x4dbb86._0x5797b4,_0x4dbb86._0x4e69f3,0xcb,0x20)](_0x30de42);if(!_0x410d75['startsWith'](_0x3ff79e)){if(_0x4177ac[_0x2a395d(-_0x4dbb86._0x37a986,_0x4dbb86._0xb0efcf,0x12,_0x4dbb86._0x41f687)]!==_0x54f9c1(_0x4dbb86._0x4693c9,0x382,_0x4dbb86._0x3d3afc,_0x4dbb86._0x353646)){const _0x40c634={};return _0x40c634[_0x2a395d(-0x99,-_0x4dbb86._0x265364,0x66,0x115)]=_0x4177ac[_0x54f9c1(0x3d5,0x4d8,0x32c,0x446)],_0x40c634[_0x54f9c1(0x5ea,_0x4dbb86._0x5c25ca,0x5f1,_0x4dbb86._0x1c188a)]=_0x2a395d(_0x4dbb86._0x2256c1,0x125,0x3a,-0x43)+'rsal\x20not\x20a'+'llowed',_0x1dd917[_0x54f9c1(_0x4dbb86._0x29a788,0x521,0x538,_0x4dbb86._0x35fbfe)](0x1cb3*0x1+-0x12a6+-0x87a)[_0x2a395d(_0x4dbb86._0x2c841e,_0x4dbb86._0x101014,0x151,0x283)](_0x40c634);}else{const _0x4fe54b={};return _0x4fe54b[_0x54f9c1(_0x4dbb86._0x285551,0x25b,0x325,0x381)]=_0x4177ac['xrwzL'],_0x4fe54b[_0x2a395d(0x186,_0x4dbb86._0x3c36c9,0x199,0x23e)]=_0x4177ac[_0x2a395d(_0x4dbb86._0x38f5f8,0x236,_0x4dbb86._0x125c95,0x1f1)],_0x45d5f3[_0x2a395d(0x116,0x2e9,_0x4dbb86._0x497b32,_0x4dbb86._0x4b1394)](-0x1a*-0x73+-0x1641+0xc23)[_0x54f9c1(_0x4dbb86._0x394cd8,0x488,0x45d,0x46c)](_0x4fe54b);}}if(_0x4177ac[_0x54f9c1(_0x4dbb86._0x5e2c68,_0x4dbb86._0x3c3b28,_0x4dbb86._0x257cb2,0x37f)](_0x301d0f,_0x4177ac[_0x54f9c1(0x4a8,0x4d0,_0x4dbb86._0x2d85a7,0x489)])){if(_0x4177ac[_0x2a395d(0x357,_0x4dbb86._0x4e09ca,0x235,0x196)](_0x4177ac['gBqUg'],'nBwnC')){const _0x3a4131={};return _0x3a4131['error']=_0x54f9c1(_0x4dbb86._0xa83333,0x5a6,_0x4dbb86._0x27342f,_0x4dbb86._0x593cc6)+_0x2a395d(_0x4dbb86._0x59b04d,-_0x4dbb86._0x4be39a,-_0x4dbb86._0x2fb50e,_0x4dbb86._0xc3a219),_0x3a4131[_0x54f9c1(0x3e1,0x468,_0x4dbb86._0x267386,_0x4dbb86._0x1c188a)]=_0x2a395d(-_0x4dbb86._0x1195ee,_0x4dbb86._0x5d8c22,0x4f,_0x4dbb86._0x3f6352)+_0x54f9c1(_0x4dbb86._0x49d26d,_0x4dbb86._0x29e211,0x385,0x3f2)+_0x54f9c1(0x3bd,_0x4dbb86._0xa63cf7,_0x4dbb86._0x52ffbd,0x30d)+_0x54f9c1(0x38d,_0x4dbb86._0x53df1d,_0x4dbb86._0x7c7431,_0x4dbb86._0x5106c8),_0x1dd917[_0x54f9c1(0x43e,_0x4dbb86._0x592667,0x425,0x4cf)](-0x31d*-0xc+0x1f2f*-0x1+0x1*-0x49d)[_0x54f9c1(0x493,_0x4dbb86._0x1276d6,_0x4dbb86._0x1f5c09,_0x4dbb86._0x29dbcb)](_0x3a4131);}else{const _0x21a184={};return _0x21a184[_0x2a395d(0x13d,0xd3,_0x4dbb86._0x5d8c22,_0x4dbb86._0x482119)]=_0x4177ac[_0x54f9c1(_0x4dbb86._0x28a9df,_0x4dbb86._0x515b21,_0x4dbb86._0x5e05bd,_0x4dbb86._0x50c417)],_0x21a184['message']=_0x4177ac[_0x2a395d(-0x14,_0x4dbb86._0x232380,_0x4dbb86._0x20c36e,_0x4dbb86._0x291203)],_0x167563[_0x2a395d(_0x4dbb86._0x44e5e3,_0x4dbb86._0x6a3246,_0x4dbb86._0x497b32,_0x4dbb86._0x52b775)](0x741+-0x21c6+-0x229*-0xd)[_0x54f9c1(_0x4dbb86._0x5cbcc3,0x38a,_0x4dbb86._0x5d885a,0x46c)](_0x21a184);}}try{if(_0x4177ac[_0x2a395d(_0x4dbb86._0x398ef2,_0x4dbb86._0x3a62fd,0x235,_0x4dbb86._0xd1f360)](_0x2a395d(0xe3,_0x4dbb86._0x2c4ef4,_0x4dbb86._0x5ae53c,_0x4dbb86._0x33eafb),_0x4177ac[_0x2a395d(0xd3,-0x90,_0x4dbb86._0x3fb62e,-_0x4dbb86._0x5320bf)])){try{await _0x5e1ddd[_0x2a395d(_0x4dbb86._0x46806e,0x201,0x14a,0xc7)](_0x30de42);}catch{const _0x20b47f={};return _0x20b47f[_0x2a395d(_0x4dbb86._0x190f82,-0xc5,0x66,-_0x4dbb86._0x334b75)]=_0x4177ac[_0x54f9c1(_0x4dbb86._0x1db83f,0x5a7,0x3e5,_0x4dbb86._0x4c27a9)],_0x20b47f[_0x2a395d(_0x4dbb86._0x215641,-_0x4dbb86._0x4b291f,0xdb,_0x4dbb86._0x31f860)]=_0x587b9d,_0x1dd917[_0x2a395d(_0x4dbb86._0x51f3a6,0x230,0x1b4,0xc0)](0x530+-0x21f8+0x1e5c)[_0x54f9c1(0x5a4,_0x4dbb86._0x308ced,_0x4dbb86._0x3fac9c,_0x4dbb86._0x29dbcb)](_0x20b47f);}const _0x442353=_0x43ab2a['dirname'](_0x2531f8),_0x4ca5e0={};_0x4ca5e0['recursive']=!![],await _0x5e1ddd[_0x2a395d(-0xb0,0xe6,-_0x4dbb86._0x3c7646,_0x4dbb86._0x2b383d)](_0x442353,_0x4ca5e0),await _0x5e1ddd[_0x54f9c1(_0x4dbb86._0x647f7,0x4fd,_0x4dbb86._0x55d676,0x51d)](_0x2531f8,_0x1ea118,_0x2a395d(-_0x4dbb86._0x191e01,_0x4dbb86._0x1d6781,0x13,_0x4dbb86._0x1195ee));const _0x1a323f={};_0x1a323f[_0x2a395d(0x89,-0x4b,-0x1c,-0x58)]=_0x587b9d,_0x1a323f['file']=_0x301d0f,_0x1a323f[_0x54f9c1(_0x4dbb86._0x46ae2f,0x427,0x30e,0x3c2)]=_0x550617['user']['username'],logger[_0x54f9c1(0x559,_0x4dbb86._0x500f21,0x4f9,_0x4dbb86._0x36090f)]('Skill\x20file'+_0x54f9c1(0x5af,0x57e,0x4b3,_0x4dbb86._0xda4cb1)+_0x2a395d(0x189,0x101,_0x4dbb86._0x4c95c8,_0x4dbb86._0x73f531),_0x1a323f);const _0x858c54={};_0x858c54[_0x54f9c1(_0x4dbb86._0x39118f,0x4cb,0x4ac,0x45b)]=!![],_0x858c54[_0x54f9c1(0x5f0,_0x4dbb86._0x379ab1,_0x4dbb86._0x3beebd,_0x4dbb86._0x23ab97)]=_0x4177ac[_0x2a395d(_0x4dbb86._0x3f1aa5,0xe9,0x3d,0x14f)],_0x858c54[_0x2a395d(0x8c,0xaf,_0x4dbb86._0x565a92,-_0x4dbb86._0xf29418)]=_0x301d0f,_0x1dd917[_0x54f9c1(_0x4dbb86._0x4a6898,_0x4dbb86._0x56fe42,_0x4dbb86._0x53d1f5,0x46c)](_0x858c54);}else{if(_0x57b666['code']!==-0x287+-0x5*0x47d+-0x853*-0x3&&!_0x51542d[_0x2a395d(_0x4dbb86._0x3c36c9,0x148,0x199,0x279)][_0x2a395d(0x61,_0x4dbb86._0x12be6d,_0x4dbb86._0x3163cf,-0x21)](_0x4177ac[_0x54f9c1(_0x4dbb86._0x67efe,0x433,_0x4dbb86._0x1e1622,_0x4dbb86._0xd49404)])){const _0x3b9230={};_0x3b9230[_0x54f9c1(_0x4dbb86._0x10b18d,0x321,0x408,0x381)]=_0x36425b[_0x2a395d(_0x4dbb86._0x2435fc,_0x4dbb86._0x4af649,0x199,_0x4dbb86._0x46e667)],_0x20fa49[_0x54f9c1(0x383,_0x4dbb86._0x4bfbca,_0x4dbb86._0x26e9ff,0x373)](_0x2a395d(_0x4dbb86._0x4524e0,-_0x4dbb86._0xe77d9f,0x2f,_0x4dbb86._0x45c54b)+_0x54f9c1(0x231,_0x4dbb86._0x58b73a,0x415,0x333)+_0x2a395d(0x13c,0x34c,0x23c,0x34e)+_0x54f9c1(0x57c,_0x4dbb86._0x23bb1b,_0x4dbb86._0x25bdd5,_0x4dbb86._0x44e35b)+_0x54f9c1(0x581,_0x4dbb86._0x5892b8,_0x4dbb86._0x4e7a05,0x528)+_0x54f9c1(0x2c6,_0x4dbb86._0x467b16,0x48e,_0x4dbb86._0xc1c143)+'s)',_0x3b9230);}}}catch(_0x251aac){const _0x5a9954={};_0x5a9954[_0x54f9c1(_0x4dbb86._0x5769a4,0x4a6,0x3d6,0x3f6)]=_0x587b9d,_0x5a9954[_0x54f9c1(0x3d2,_0x4dbb86._0x43bcd7,0x49c,0x413)]=_0x301d0f,_0x5a9954[_0x2a395d(_0x4dbb86._0x25a776,0x9c,0x66,_0x4dbb86._0x38535d)]=_0x251aac['message'],logger['error'](_0x4177ac[_0x2a395d(0x1d8,_0x4dbb86._0x3d028e,0x242,_0x4dbb86._0x3ccb6d)],_0x5a9954);const _0x4ac69f={};_0x4ac69f[_0x54f9c1(0x3fd,0x3c9,_0x4dbb86._0x344cc7,0x381)]=_0x54f9c1(_0x4dbb86._0x468b4b,_0x4dbb86._0x294d3e,_0x4dbb86._0x105e88,0x4cc)+_0x54f9c1(_0x4dbb86._0x599da8,0x576,_0x4dbb86._0xf284af,_0x4dbb86._0x3ee330),_0x4ac69f[_0x54f9c1(_0x4dbb86._0x970dd0,_0x4dbb86._0xb81ddf,_0x4dbb86._0x2ec030,_0x4dbb86._0x235ec5)]=_0x251aac[_0x2a395d(0x231,0x15b,0x199,_0x4dbb86._0x5cabdc)],_0x1dd917[_0x2a395d(0x7f,0x1f2,0x1b4,_0x4dbb86._0x13b349)](-0x1*-0x19a6+0x17b5+0x329*-0xf)[_0x54f9c1(_0x4dbb86._0x4f6641,0x561,_0x4dbb86._0x46ad73,0x46c)](_0x4ac69f);}}),router[_0x359185(-0x89,-0x199,-0x237,-0x2dd)]('/:name/fil'+_0x359185(-0x2c2,-0x27f,-0x2ad,-0x227),requireAnyPermission([_0x359185(-0x7d,-0x156,-0x81,-0x238)+'t',_0x1dc7a3(0x124,0xb9,0x74,0x15f)+'age']),async(_0x40f51c,_0x5f4d2c)=>{const _0x4ede06={_0xdc02bb:0x4c6,_0x50d543:0x300,_0x25e478:0x3d5,_0x1b5612:0x1cf,_0x33cecf:0x3a9,_0x38b65f:0x131,_0x1da42c:0x368,_0x3f8057:0x30b,_0x4fdcff:0x294,_0x220567:0x50c,_0x4c7f6e:0x30b,_0x338737:0x331,_0x11f203:0x37a,_0x4e959b:0x355,_0x5a09a2:0x365,_0x2e2ccc:0x35b,_0x596496:0x3ad,_0x3f7cbc:0x321,_0x259b99:0x315,_0x2c5e3e:0x1c0,_0x2844b3:0x21f,_0x1686e3:0x7f,_0x315eca:0x302,_0x4f5e96:0x31b,_0x4bdce9:0x314,_0x2fddbb:0x2db,_0x3917dd:0x2d6,_0x368f6e:0x2cc,_0x50be34:0x224,_0x1a7869:0x244,_0x4fe144:0x26e,_0x25fa62:0x468,_0xa2f0e8:0x31e,_0x3ece57:0x30a,_0x2a7dbc:0x561,_0x48f877:0x2e1,_0x116479:0x3d3,_0x32e392:0x201,_0xfaa08b:0x32e,_0x2da9e6:0x378,_0x106cbe:0x3c5,_0x281864:0x25d,_0x72ae10:0x372,_0x2826ee:0x41f,_0x1ee5bd:0x39d,_0x53408a:0x3eb,_0x3f4381:0x36c,_0x66718f:0x333,_0xd930b1:0x232,_0x512574:0x2f2,_0x205379:0x232,_0x41f9e0:0x319,_0x21e976:0x16c,_0x52658a:0x243,_0x3c73e8:0x442,_0x43da37:0x34e,_0x2db084:0x440,_0x5c84d9:0x20a,_0x56fbe9:0x3a1,_0x5455f0:0x252,_0x3b0bc7:0x1e3,_0x267902:0x270,_0x18bddd:0x2d9,_0xc85ce3:0x4c4,_0x4b9737:0x3e0,_0x15423c:0x345,_0x5d0688:0x29d,_0x59f1fc:0x364,_0x15aff9:0x200,_0x1e7851:0x396,_0x541e4f:0x3d2,_0x181ccf:0x4a3,_0x192969:0x561,_0x9ecdf0:0x34e,_0x445873:0x2b5,_0x345f2d:0x263,_0x7253df:0x398,_0x38875a:0x361,_0x2274a5:0x2df,_0x526253:0x5e7,_0x1a7ebf:0x509,_0x17d155:0x218,_0x12cf7e:0x381,_0x31a0a4:0x418,_0x189712:0x60f,_0x5c2ade:0x418,_0x403ac5:0x4d3,_0x125d66:0x48d,_0x111ae7:0x3d9,_0x3d9da9:0x362,_0x4c5df8:0x442,_0x3cc0bf:0x4cb,_0x569c5d:0x4b2,_0x480188:0x320,_0x394ad1:0x295,_0xe71f05:0x319,_0x128130:0x31b,_0x1af90b:0x2bd,_0x485cd2:0x21b,_0x3e056c:0x3db,_0x298864:0x318,_0x27633b:0x1ce,_0x86eb60:0x30f,_0x110ab3:0x44f,_0x122035:0x43f,_0xfdce18:0x409,_0x5566e2:0x498,_0x55e77f:0x521,_0x546c8a:0x412,_0x9e787d:0x3cd,_0x56c2b2:0x453,_0x3fd696:0x1c4,_0x33216f:0x19d,_0x444c44:0x1f3,_0x20c138:0x51b,_0x2f1d53:0x4a1,_0x375bfd:0x4ca,_0x4a3dad:0x493,_0x1ce21a:0x44a,_0x30a9ea:0x45d,_0x35505e:0x341,_0x51971e:0x276,_0x116f91:0x24e,_0x379c93:0x15c,_0x31907a:0x543,_0x544cef:0x3fa,_0x5be27a:0x40f,_0x10036b:0x2f5,_0x317e4d:0x1f5,_0x84f0f3:0x2e2,_0x11031a:0x469,_0x3f64a5:0x267,_0x5b7bbc:0x437,_0x4843fc:0x44e,_0x734a48:0x344,_0x54f9c8:0x37f,_0x520162:0x3b1,_0xfdcce2:0x2d2,_0x258ba2:0x2e9,_0x3020cd:0x439,_0x51e1c0:0x2ce,_0x1721c3:0x271,_0x54314d:0x39a,_0x3c32ad:0x3f0,_0x5181b6:0x2a0,_0x5413d1:0x2be,_0x571acb:0x298,_0x3bd5d1:0x1fc,_0x543ecd:0x592,_0x358f93:0x4ce},_0x39802f={_0x1c82b8:0x9b,_0x2b4221:0x43b,_0x414a25:0x61},_0x464ca5={_0xdd0684:0xa2},_0x5dfa04={'EKfBy':function(_0xdaf856,_0x266345){return _0xdaf856===_0x266345;},'yBGSQ':_0x4493a1(0x39c,0x3bc,_0x4ede06._0xdc02bb,0x40c)+_0x11e1e0(_0x4ede06._0x50d543,_0x4ede06._0x25e478,_0x4ede06._0x1b5612,0x2ea)+_0x11e1e0(0x269,_0x4ede06._0x33cecf,_0x4ede06._0x38b65f,0x1ae),'tNKRW':function(_0x4f86f5){return _0x4f86f5();},'vlkME':_0x4493a1(0x367,_0x4ede06._0x1da42c,_0x4ede06._0x3f8057,_0x4ede06._0x4fdcff)+_0x4493a1(_0x4ede06._0x220567,0x47c,0x34c,0x409)+'le\x20in\x20read'+_0x11e1e0(0x1c0,0x107,0x2c0,0x2d7)+_0x11e1e0(0x2d1,_0x4ede06._0x4c7f6e,_0x4ede06._0x338737,0x3d2),'JTRSx':_0x11e1e0(0x2b9,_0x4ede06._0x11f203,_0x4ede06._0x4e959b,0x21d)+_0x4493a1(0x467,_0x4ede06._0x5a09a2,0x375,_0x4ede06._0x2e2ccc),'wsuXK':_0x4493a1(_0x4ede06._0x596496,_0x4ede06._0x3f7cbc,0x498,0x3b6)+_0x4493a1(_0x4ede06._0x259b99,0x1ef,0x299,0x2f2)+'in\x20a\x20read-'+_0x11e1e0(_0x4ede06._0x2c5e3e,0x16a,_0x4ede06._0x2844b3,_0x4ede06._0x1686e3)+'.','uTAIA':function(_0x11cf5c,_0x598592){return _0x11cf5c!==_0x598592;},'joDjF':_0x11e1e0(0x312,_0x4ede06._0x315eca,_0x4ede06._0x4f5e96,0x31a),'hPXRd':'Access\x20den'+_0x11e1e0(_0x4ede06._0x4bdce9,0x43c,0x300,0x42b),'kkEtQ':'Path\x20trave'+_0x11e1e0(_0x4ede06._0x2fddbb,_0x4ede06._0x3917dd,_0x4ede06._0x368f6e,0x276)+_0x11e1e0(0x2be,0x3e1,0x25b,_0x4ede06._0x50be34),'FKYBb':'SKILL.md','CyjPG':_0x4493a1(0x204,0x37e,_0x4ede06._0x1a7869,_0x4ede06._0x4fe144),'JEKdD':_0x4493a1(_0x4ede06._0x25fa62,0x4cc,_0x4ede06._0xa2f0e8,0x44f)+'eration','RLoHR':_0x11e1e0(_0x4ede06._0x3ece57,0x279,0x22d,0x2be)+'ete\x20SKILL.'+_0x4493a1(_0x4ede06._0x2a7dbc,0x4c2,0x467,0x4ea)+_0x4493a1(_0x4ede06._0x48f877,_0x4ede06._0x116479,_0x4ede06._0x32e392,_0x4ede06._0xfaa08b)+_0x11e1e0(0x3ac,0x47b,0x3a1,0x40f),'zxNEa':'Skill\x20file'+_0x4493a1(_0x4ede06._0x2da9e6,0x467,0x467,0x4ae),'mprIH':_0x4493a1(0x358,0x558,0x4b1,0x489),'BagEK':_0x4493a1(_0x4ede06._0x106cbe,0x3c0,_0x4ede06._0x281864,_0x4ede06._0x72ae10)+_0x11e1e0(_0x4ede06._0x2826ee,_0x4ede06._0x220567,0x3f8,_0x4ede06._0x1ee5bd),'rObdI':'Failed\x20to\x20'+_0x11e1e0(_0x4ede06._0x53408a,0x453,_0x4ede06._0x3f4381,_0x4ede06._0x66718f)+'e'};function _0x4493a1(_0x2a0424,_0x41a92d,_0x13c6e2,_0x1fb3a1){return _0x1dc7a3(_0x2a0424-_0x464ca5._0xdd0684,_0x13c6e2,_0x13c6e2-0x65,_0x1fb3a1-0x2d8);}function _0x11e1e0(_0x2facc9,_0x4d19bd,_0x43850f,_0x503174){return _0x359185(_0x2facc9-_0x39802f._0x1c82b8,_0x2facc9-_0x39802f._0x2b4221,_0x4d19bd,_0x503174-_0x39802f._0x414a25);}const {name:_0x43e1c6}=_0x40f51c[_0x11e1e0(_0x4ede06._0xd930b1,_0x4ede06._0x512574,0x1fa,0x1a3)],_0x347d0f=_0x40f51c[_0x11e1e0(_0x4ede06._0x205379,0x31c,0x133,_0x4ede06._0x41f9e0)][0x1383+0x2bf*0xd+-0x3736],_0x149047=_0x5dfa04['tNKRW'](getSkillsPath);if(!_0x149047){const _0x31d0c6={};return _0x31d0c6[_0x11e1e0(0x263,_0x4ede06._0x21e976,_0x4ede06._0x52658a,0x34b)]=_0x5dfa04['yBGSQ'],_0x5f4d2c[_0x11e1e0(0x3b1,0x38c,0x44f,_0x4ede06._0x3c73e8)](-0x3b7*-0x3+-0x1*-0x21e6+-0xc*0x397)[_0x11e1e0(_0x4ede06._0x43da37,0x300,_0x4ede06._0x2db084,_0x4ede06._0x5c84d9)](_0x31d0c6);}if(await isSkillReadonly(_0x43e1c6)){const _0x257353={};_0x257353['skillId']=_0x43e1c6,_0x257353[_0x4493a1(0x42b,0x273,0x318,_0x4ede06._0x56fbe9)]=_0x347d0f,_0x257353[_0x4493a1(_0x4ede06._0x5455f0,_0x4ede06._0x3b0bc7,_0x4ede06._0x267902,0x31b)]=_0x40f51c['user'][_0x4493a1(0x35b,0x35c,0x2d6,0x33a)],logger[_0x4493a1(0x34e,_0x4ede06._0x18bddd,_0x4ede06._0xc85ce3,_0x4ede06._0x4b9737)](_0x5dfa04[_0x4493a1(_0x4ede06._0x15423c,_0x4ede06._0x5d0688,_0x4ede06._0x59f1fc,0x3c3)],_0x257353);const _0x2fab37={};return _0x2fab37[_0x11e1e0(0x263,0x2e0,_0x4ede06._0x15aff9,0x124)]=_0x5dfa04['JTRSx'],_0x2fab37[_0x11e1e0(_0x4ede06._0x1e7851,0x388,_0x4ede06._0x541e4f,_0x4ede06._0x181ccf)]=_0x5dfa04[_0x4493a1(0x3e5,_0x4ede06._0x192969,0x463,0x422)],_0x5f4d2c[_0x11e1e0(0x3b1,0x2e8,0x312,0x2f0)](-0x71e*-0x1+0x1c73+0x10ff*-0x2)[_0x11e1e0(_0x4ede06._0x9ecdf0,0x254,0x3e0,0x3c2)](_0x2fab37);}const _0xa27bf9=_0x43ab2a[_0x11e1e0(_0x4ede06._0x445873,0x3c4,0x389,0x322)](_0x149047,_0x43e1c6),_0x4be4db=_0x43ab2a[_0x4493a1(_0x4ede06._0x345f2d,0x3bd,_0x4ede06._0x7253df,_0x4ede06._0x38875a)](_0xa27bf9,_0x347d0f),_0x5cddfc=_0x43ab2a['resolve'](_0x4be4db),_0xac245=_0x43ab2a[_0x4493a1(_0x4ede06._0x2274a5,0x257,0x2f0,0x374)](_0xa27bf9);if(!_0x5cddfc[_0x4493a1(_0x4ede06._0x526253,_0x4ede06._0x1a7ebf,0x49b,0x4c4)](_0xac245)){if(_0x5dfa04['uTAIA'](_0x11e1e0(0x2ad,_0x4ede06._0x17d155,0x1d7,_0x4ede06._0x12cf7e),_0x5dfa04[_0x4493a1(_0x4ede06._0x31a0a4,_0x4ede06._0x189712,_0x4ede06._0x5c2ade,_0x4ede06._0x403ac5)])){const _0x1d4c71={};return _0x1d4c71['error']=_0x5dfa04[_0x4493a1(_0x4ede06._0x125d66,_0x4ede06._0x111ae7,0x34c,_0x4ede06._0x3d9da9)],_0x1d4c71[_0x4493a1(0x4b9,_0x4ede06._0xa2f0e8,0x546,_0x4ede06._0x4c5df8)]=_0x5dfa04[_0x4493a1(_0x4ede06._0x3cc0bf,_0x4ede06._0x569c5d,_0x4ede06._0x3f8057,0x3e4)],_0x5f4d2c[_0x11e1e0(0x3b1,_0x4ede06._0x480188,_0x4ede06._0x394ad1,0x42e)](0x8a4*-0x4+0x22bc+0x167)[_0x11e1e0(0x34e,0x234,0x424,0x23f)](_0x1d4c71);}else return{'authConfig':_0x5df4a1,'userId':_0x5dfa04['EKfBy'](_0x380047['mode'],'user')?_0x3e1056[_0x4493a1(0x40a,_0x4ede06._0xe71f05,0x358,_0x4ede06._0x128130)]['id']:_0x3f874a};}if(_0x347d0f===_0x5dfa04[_0x11e1e0(_0x4ede06._0x1af90b,0x1c6,0x19f,0x3cb)]){if(_0x5dfa04[_0x11e1e0(0x26c,_0x4ede06._0x485cd2,0x23f,0x16b)]===_0x5dfa04[_0x4493a1(0x201,0x420,_0x4ede06._0x3e056c,_0x4ede06._0x298864)]){const _0x4491ad={};return _0x4491ad[_0x4493a1(_0x4ede06._0x59f1fc,0x44a,_0x4ede06._0x27633b,_0x4ede06._0x86eb60)]=_0x5dfa04['JEKdD'],_0x4491ad['message']=_0x5dfa04['RLoHR'],_0x5f4d2c['status'](-0x1c37*0x1+-0x2*0x39+0x1e39)[_0x11e1e0(0x34e,0x40f,_0x4ede06._0x110ab3,0x2f2)](_0x4491ad);}else{const _0x45125e={};return _0x45125e[_0x4493a1(0x328,0x223,0x29d,0x30f)]=_0x5dfa04['yBGSQ'],_0x2ac393[_0x11e1e0(0x3b1,0x39d,0x448,_0x4ede06._0x122035)](-0xd6c*0x2+-0xc25+0x28f4*0x1)['json'](_0x45125e);}}try{const _0x4788e4=await _0x5e1ddd[_0x4493a1(0x557,_0x4ede06._0xfdce18,0x481,_0x4ede06._0x5566e2)](_0x4be4db);if(_0x4788e4['isDirector'+'y']()){const _0x4b03c7={};_0x4b03c7[_0x11e1e0(0x42a,_0x4ede06._0x55e77f,_0x4ede06._0x546c8a,_0x4ede06._0x9e787d)]=!![],_0x4b03c7[_0x4493a1(_0x4ede06._0x56c2b2,0x49f,0x463,0x455)]=!![],await _0x5e1ddd['rm'](_0x4be4db,_0x4b03c7);}else await _0x5e1ddd[_0x11e1e0(_0x4ede06._0x3fd696,_0x4ede06._0x33216f,0xba,0x222)](_0x4be4db);const _0x29e426={};_0x29e426['skill']=_0x43e1c6,_0x29e426['file']=_0x347d0f,_0x29e426[_0x11e1e0(0x22e,0x1d3,_0x4ede06._0x444c44,0x16a)]=_0x40f51c['user']['username'],logger[_0x4493a1(0x4d7,_0x4ede06._0x20c138,_0x4ede06._0x2f1d53,0x3db)](_0x5dfa04[_0x11e1e0(0x3f8,0x3d0,0x34e,0x409)],_0x29e426);const _0x1a1996={};_0x1a1996[_0x4493a1(_0x4ede06._0x375bfd,_0x4ede06._0x4a3dad,_0x4ede06._0x1ce21a,0x3e9)]=!![],_0x1a1996[_0x11e1e0(_0x4ede06._0x1e7851,0x461,_0x4ede06._0x30a9ea,0x47b)]=_0x11e1e0(0x3d4,0x443,0x3e9,_0x4ede06._0x35505e)+'ed',_0x1a1996[_0x11e1e0(_0x4ede06._0x51971e,_0x4ede06._0x116f91,_0x4ede06._0x379c93,0x1fe)]=_0x347d0f,_0x5f4d2c[_0x4493a1(_0x4ede06._0x31907a,0x2fb,0x42b,_0x4ede06._0x544cef)](_0x1a1996);}catch(_0x3eb527){if(_0x5dfa04[_0x4493a1(_0x4ede06._0x5be27a,_0x4ede06._0x10036b,_0x4ede06._0x317e4d,_0x4ede06._0x84f0f3)](_0x3eb527[_0x11e1e0(0x3b8,0x3df,_0x4ede06._0x11031a,0x369)],_0x5dfa04[_0x4493a1(0x437,0x428,0x410,0x32c)])){const _0x2ac539={};return _0x2ac539[_0x4493a1(0x224,_0x4ede06._0x3f64a5,_0x4ede06._0x5b7bbc,0x30f)]=_0x5dfa04['BagEK'],_0x2ac539[_0x4493a1(_0x4ede06._0x4843fc,_0x4ede06._0x734a48,_0x4ede06._0x54f9c8,0x322)]=_0x347d0f,_0x5f4d2c[_0x11e1e0(_0x4ede06._0x520162,_0x4ede06._0xfdcce2,0x336,_0x4ede06._0x258ba2)](0x2677+0x89*0x13+-0x2f0e)['json'](_0x2ac539);}const _0x5dfe50={};_0x5dfe50['name']=_0x43e1c6,_0x5dfe50[_0x4493a1(_0x4ede06._0x3020cd,0x359,_0x4ede06._0x51e1c0,_0x4ede06._0x56fbe9)]=_0x347d0f,_0x5dfe50[_0x11e1e0(0x263,0x14b,_0x4ede06._0x1721c3,0x143)]=_0x3eb527[_0x4493a1(0x324,_0x4ede06._0x54314d,_0x4ede06._0x86eb60,_0x4ede06._0x3c73e8)],logger['error'](_0x11e1e0(0x3ae,0x4c7,0x3b8,_0x4ede06._0x3c32ad)+_0x4493a1(_0x4ede06._0x5181b6,0x312,_0x4ede06._0x41f9e0,_0x4ede06._0x5413d1)+'ll\x20file',_0x5dfe50);const _0x3a269d={};_0x3a269d[_0x11e1e0(0x263,_0x4ede06._0x571acb,0x38e,_0x4ede06._0x3bd5d1)]=_0x5dfa04[_0x4493a1(0x511,_0x4ede06._0x543ecd,_0x4ede06._0x358f93,_0x4ede06._0x25fa62)],_0x3a269d['message']=_0x3eb527['message'],_0x5f4d2c['status'](-0x40*0x49+-0x447+-0x829*-0x3)['json'](_0x3a269d);}});function _0x1dc7a3(_0xfa8e9b,_0x575bf0,_0x3a9ad2,_0x542d91){return _0x59a4(_0x542d91- -0x1b7,_0x575bf0);}router[_0x359185(0xb6,-0x7c,0x10,-0x5c)](_0x359185(-0x26c,-0x193,-0x11d,-0x55),requireAnyPermission(['skills:edi'+'t',_0x1dc7a3(0x156,0x177,0x1f9,0x15f)+_0x1dc7a3(0x23f,0x1a6,-0x9,0x12d)]),async(_0x147674,_0x4d4f2e)=>{const _0x3cc68d={_0xecf3b1:0x2a0,_0x2c4663:0x218,_0x51ba2c:0x246,_0x5bc363:0x206,_0x35231c:0x2e5,_0x5cf2b9:0x2d9,_0xb6e4be:0x1a3,_0xb295ed:0x4e,_0x37fc5a:0x1f7,_0x2580bd:0x197,_0x2b282a:0x2b9,_0x356527:0x176,_0x46f341:0x17f,_0x1d1788:0x14d,_0x122cef:0x282,_0x38cc3a:0x16e,_0xf83826:0x44,_0x4f6db4:0x27,_0x53b47a:0x2ee,_0x4fd52d:0x3b9,_0x1130ac:0x2d2,_0x39409b:0x2be,_0x5d146e:0x330,_0x105598:0x340,_0x461a17:0x76,_0x4a7e72:0xed,_0x16c23c:0x162,_0x53b949:0x306,_0x1db037:0x28a,_0x4a7652:0x341,_0x22bc62:0x185,_0x506fbe:0x1fd,_0x185f2c:0x281,_0x1a2608:0x320,_0x3a5b2c:0x23f,_0x1abc29:0x1cd,_0x38e807:0x171,_0x3c91dc:0x93,_0x1c189a:0x22c,_0x5863dc:0x31c,_0x5374c6:0x278,_0x50a3c2:0x207,_0x413be2:0x1c3,_0x54780c:0x250,_0x28a988:0x1cc,_0x3afcc2:0x102,_0x3afc2c:0x193,_0x3aa8d9:0x1f0,_0x515c5f:0x192,_0xeb13d6:0x69,_0x472d70:0xc,_0x2bedb2:0x135,_0x492312:0x10f,_0xadd2f0:0x216,_0x1b1b55:0x1ca,_0x94a6ed:0x116,_0xcd73de:0x11c,_0x114c7e:0x337,_0x57993c:0x10b,_0x49c140:0x255,_0x10c739:0x87,_0x3ded36:0x9d,_0x48ef3d:0x160,_0x53f0e2:0x231,_0x6fdb4d:0x1bd,_0x356141:0x1e5,_0x1745db:0x1dc,_0x3e8770:0x237,_0x40c15d:0x36f,_0x3541ba:0x2ce,_0x16a2b0:0xd4,_0x26acc7:0x1ea,_0x8d55a3:0x314,_0x4e4f8d:0x258,_0xb1ccf5:0x1b4,_0x13ca65:0x1d3,_0x869357:0x106,_0x30a8ff:0x40,_0x48d063:0x23c,_0x4f24ba:0x239,_0x3a20ad:0x286,_0xc59f59:0x2b,_0x2bee6d:0xae,_0x255ee2:0x23e,_0x55ec6f:0x147,_0x3c36e9:0x224,_0x46cddc:0x283},_0x1d32e6={_0x3ba181:0x109},_0x4352bc={_0x299f76:0x2c9,_0x25d5ab:0x124},_0x5b21c4={'BhFOq':'[Proprieta'+_0x10c0c7(0x3e5,_0x3cc68d._0xecf3b1,0x37a,_0x3cc68d._0x2c4663)+_0x5186f0(0x1a1,0x1f8,0x1dd,0x2c4)+_0x5186f0(_0x3cc68d._0x51ba2c,_0x3cc68d._0x5bc363,_0x3cc68d._0x35231c,_0x3cc68d._0x5cf2b9),'dlFYW':'Coder-setu'+_0x10c0c7(0x214,_0x3cc68d._0xb6e4be,0x21b,0x1fa)+_0x5186f0(_0x3cc68d._0xb295ed,-0xf,_0x3cc68d._0x37fc5a,0xf7),'oulbU':function(_0x245c38,_0x364f6e){return _0x245c38!==_0x364f6e;},'gqkbZ':_0x10c0c7(0x274,_0x3cc68d._0x2580bd,_0x3cc68d._0x2b282a,0xb5),'gIdsv':function(_0x43c8c3,_0x398611){return _0x43c8c3(_0x398611);},'iNvCl':function(_0x1f6b13,_0x1ca73c,_0x3eb545,_0x964825){return _0x1f6b13(_0x1ca73c,_0x3eb545,_0x964825);},'bOWaD':function(_0x35e84e,_0x3cf558,_0x351d85){return _0x35e84e(_0x3cf558,_0x351d85);},'IYoPG':function(_0x567362,_0x155aea){return _0x567362(_0x155aea);},'WZndS':_0x5186f0(0x2c3,0x1cf,_0x3cc68d._0x356527,_0x3cc68d._0x46f341),'FBuGu':function(_0x1e376d,_0x3a5f34){return _0x1e376d(_0x3a5f34);},'kQUJA':_0x10c0c7(0x230,_0x3cc68d._0x1d1788,_0x3cc68d._0x122cef,_0x3cc68d._0x38cc3a),'QYewZ':_0x10c0c7(0x293,0x16c,_0x3cc68d._0xf83826,_0x3cc68d._0x4f6db4),'EAIxh':_0x5186f0(0x2f5,_0x3cc68d._0x53b47a,_0x3cc68d._0x4fd52d,_0x3cc68d._0x1130ac)+_0x10c0c7(_0x3cc68d._0x39409b,0x25a,_0x3cc68d._0x5d146e,_0x3cc68d._0x105598)+_0x10c0c7(0x114,_0x3cc68d._0x461a17,_0x3cc68d._0x4a7e72,_0x3cc68d._0x16c23c),'FRBma':function(_0x4e00a0,_0x3b73d7){return _0x4e00a0+_0x3b73d7;},'tPReh':_0x10c0c7(_0x3cc68d._0x53b949,_0x3cc68d._0x1db037,_0x3cc68d._0x4a7652,0x315)+'ailed'};function _0x5186f0(_0x3faf4c,_0x33ccd3,_0x4e2b21,_0x2e542c){return _0x359185(_0x3faf4c-0x193,_0x2e542c-_0x4352bc._0x299f76,_0x4e2b21,_0x2e542c-_0x4352bc._0x25d5ab);}if(!setupPath){const _0x2a0a5d={};return _0x2a0a5d[_0x10c0c7(0x215,0x106,_0x3cc68d._0x22bc62,_0x3cc68d._0x506fbe)]=_0x5b21c4[_0x5186f0(_0x3cc68d._0x185f2c,0x1e4,0x2b3,0x1df)],_0x4d4f2e[_0x5186f0(_0x3cc68d._0x1a2608,0x238,0x2f7,_0x3cc68d._0x3a5b2c)](0x1de8+0x1*0x12da+0x533*-0x9)['json'](_0x2a0a5d);}function _0x10c0c7(_0x33c1b9,_0x44f944,_0x34a362,_0x3b1aca){return _0x1dc7a3(_0x33c1b9-_0x1d32e6._0x3ba181,_0x34a362,_0x34a362-0x1e5,_0x44f944-0xcf);}try{if(_0x5b21c4[_0x10c0c7(_0x3cc68d._0x1abc29,0x2de,0x375,0x3e0)](_0x10c0c7(_0x3cc68d._0x38e807,0x156,_0x3cc68d._0x3c91dc,0x22e),_0x5b21c4['gqkbZ'])){const _0x12faf0={};_0x12faf0[_0x10c0c7(0x1d1,_0x3cc68d._0x1c189a,_0x3cc68d._0x5863dc,_0x3cc68d._0x5374c6)]=logger;const _0x20dcaa=await _0x5b21c4[_0x10c0c7(0x174,_0x3cc68d._0x50a3c2,0x2d5,0x1e9)](getSetupRepoAuthConfig,_0x12faf0);if(await _0x5b21c4[_0x10c0c7(0x2be,_0x3cc68d._0x413be2,0xa8,_0x3cc68d._0x54780c)](checkSetupRepoUserConnection,_0x20dcaa,_0x147674,_0x4d4f2e))return;const _0x2540df=_0x5b21c4[_0x10c0c7(0x287,0x241,_0x3cc68d._0x28a988,_0x3cc68d._0x3afcc2)](buildSetupRepoAuthParams,_0x20dcaa,_0x147674);await _0x5b21c4[_0x10c0c7(0x1a8,0x121,_0x3cc68d._0x3afc2c,_0x3cc68d._0x3aa8d9)](runSetupRepoGitCommand,{'setupRepoPath':setupPath,'args':[_0x5b21c4[_0x5186f0(-0xb3,_0x3cc68d._0x515c5f,0xfa,0x75)],'origin'],..._0x2540df,'logger':logger});const {stdout:_0x1bb51b,stderr:_0x55cf91}=await _0x5b21c4[_0x5186f0(-0xa8,0xe3,-0x49,_0x3cc68d._0xeb13d6)](runSetupRepoGitCommand,{'setupRepoPath':setupPath,'args':[_0x5b21c4['kQUJA'],'origin'],..._0x2540df,'logger':logger}),_0x583e7b=_0x1bb51b[_0x5186f0(_0x3cc68d._0x472d70,_0x3cc68d._0x38e807,0x21e,_0x3cc68d._0x2bedb2)](_0x5b21c4['QYewZ'])||_0x55cf91[_0x5186f0(_0x3cc68d._0x492312,_0x3cc68d._0xadd2f0,0x77,_0x3cc68d._0x2bedb2)](_0x5b21c4[_0x5186f0(0x3d,0x12f,0x12b,0xee)]),_0x46ce07={};_0x46ce07[_0x5186f0(0x160,0x306,0x250,_0x3cc68d._0x1b1b55)]=_0x147674[_0x5186f0(0x1cf,0xd2,0x1d3,0xfd)][_0x5186f0(_0x3cc68d._0x94a6ed,0xfb,_0x3cc68d._0x1c189a,_0x3cc68d._0xcd73de)],_0x46ce07[_0x10c0c7(0x22d,0x2a9,0x31a,_0x3cc68d._0x114c7e)]=_0x583e7b,_0x46ce07['authMode']=_0x20dcaa[_0x5186f0(0x163,_0x3cc68d._0x57993c,_0x3cc68d._0x49c140,0x15a)],_0x46ce07[_0x5186f0(0x32,_0x3cc68d._0x10c739,_0x3cc68d._0x3ded36,0xa8)+'er']=_0x20dcaa['provider']||null,logger[_0x5186f0(_0x3cc68d._0x48ef3d,_0x3cc68d._0x53f0e2,0x24b,_0x3cc68d._0x6fdb4d)](_0x5b21c4['EAIxh'],_0x46ce07),_0x4d4f2e[_0x5186f0(0x310,_0x3cc68d._0x356141,0x1bb,_0x3cc68d._0x1745db)]({'success':!_0x583e7b,'conflicts':_0x583e7b,'output':_0x5b21c4[_0x5186f0(0x24b,_0x3cc68d._0x3e8770,_0x3cc68d._0x40c15d,_0x3cc68d._0x3541ba)](_0x1bb51b,_0x55cf91)});}else _0x3ef14e[_0x5186f0(0x199,0xbc,_0x3cc68d._0x16a2b0,_0x3cc68d._0x26acc7)]=_0x5b21c4[_0x5186f0(_0x3cc68d._0x8d55a3,0x3d5,0x2aa,0x29c)],_0x52f416[_0x5186f0(0x2f5,0x23f,_0x3cc68d._0x4e4f8d,_0x3cc68d._0xb1ccf5)+'en']=!![];}catch(_0x221b4c){const _0x3f05f2={};_0x3f05f2[_0x10c0c7(_0x3cc68d._0x13ca65,_0x3cc68d._0x869357,_0x3cc68d._0x30a8ff,0x1a5)]=_0x221b4c[_0x10c0c7(_0x3cc68d._0x48d063,_0x3cc68d._0x4f24ba,0x28e,_0x3cc68d._0x3a20ad)],logger['error']('Git\x20pull\x20f'+_0x5186f0(-_0x3cc68d._0xc59f59,0xf6,_0x3cc68d._0x2bee6d,0xbf),_0x3f05f2);const _0x795d3c={};_0x795d3c['error']=_0x5b21c4['tPReh'],_0x795d3c[_0x5186f0(_0x3cc68d._0x255ee2,_0x3cc68d._0x55ec6f,_0x3cc68d._0x3c36e9,0x224)]=_0x221b4c['message'],_0x4d4f2e[_0x10c0c7(0x2d8,0x254,_0x3cc68d._0x46cddc,0x308)](0x41f*-0x4+-0x1dc9+-0x3*-0x1013)['json'](_0x795d3c);}}),router[_0x1dc7a3(0x167,0x54,0x15a,0x193)]('/git/commi'+'t',requireAnyPermission(['skills:edi'+'t',_0x359185(0x77,-0xb0,-0x2c,0x17)+_0x1dc7a3(0x7f,0x1fb,0x64,0x12d)]),async(_0x46678c,_0xab0cf1)=>{const _0x47e4ce={_0x135e3f:0x3db,_0xc8b6bd:0x580,_0x59b91e:0x4ce,_0x11cf70:0x302,_0x2d1bc8:0x5e6,_0x36c823:0x4b9,_0x18d81c:0x52d,_0x57e12b:0x67f,_0x58e4da:0x5c9,_0x3dcd11:0x464,_0x193fee:0x2ea,_0x186df0:0x54a,_0x1f1bd2:0x646,_0x1c788f:0x784,_0x396e49:0x655,_0x3da7ed:0x53b,_0x4bb91e:0x57c,_0x127e8b:0x7b3,_0x157394:0x4bd,_0x2cdf8f:0x67c,_0x554c2b:0x53d,_0x4803be:0x574,_0x466a08:0x7a5,_0x5aca38:0x6b4,_0x523329:0x5bd,_0x54dcc1:0x4cb,_0x5f1e8c:0x4d7,_0x45c1aa:0x461,_0x2af46f:0x678,_0x5af562:0x66c,_0x5b7fc4:0x631,_0x2db872:0x5b7,_0x1b06c0:0x5a0,_0x399067:0x720,_0x144a97:0x48e,_0x5092ab:0x5a7,_0x5c1eba:0x6ee,_0x410852:0x685,_0x5dad2d:0x5d8,_0x22392c:0x444,_0x6a9f15:0x549,_0x6b8ddc:0x5ea,_0x12b1a0:0x463,_0x5c6d03:0x63c,_0x4195ef:0x598,_0x3ec74b:0x3a7,_0x74755:0x43b,_0xc0415a:0x2a3,_0xf309d1:0x5bc,_0x145fb9:0x51a,_0x3d873a:0x465,_0x4fe959:0x54f,_0x3df6ff:0x432,_0x403b3a:0x744,_0x2ce46b:0x595,_0x529ac5:0x4f1,_0x1ff3a4:0x5e9,_0x3bdadf:0x532,_0x2d3b26:0x51d,_0x331db7:0x5ef,_0x1c192c:0x4df,_0x5a3972:0x533,_0x3af643:0x5aa,_0x166bc6:0x481,_0x4dcfc6:0x58b,_0x5bf440:0x496,_0x32e54c:0x752,_0x4220dd:0x5ac,_0x30b621:0x5e8,_0x4d852e:0x47b,_0x28e2f2:0x3f0,_0x3c3fa6:0x50b,_0x3966d3:0x624,_0x3c41f3:0x41f,_0x144317:0x513,_0x1c291c:0x79b,_0x3308c4:0x522,_0x4e160f:0x715,_0x7fed0f:0x820,_0x5ddb13:0x6f9,_0x224376:0x758,_0x5a3d10:0x70d,_0x35650d:0x630,_0x6aa09a:0x470,_0x59367f:0x589,_0x3aae7b:0x581,_0xc3c10d:0x58f,_0x2a16de:0x5fb,_0x5eefe8:0x6eb,_0x3b4ea6:0x6d7,_0x22941e:0x6c1,_0xa0dcc:0x557,_0x1caf06:0x4b5,_0x30a524:0x542,_0x79a5f8:0x4bb,_0xb873d4:0x68c,_0x7aa10:0x538,_0x32d553:0x342,_0x2dd898:0x54d,_0x3e9660:0x5ce,_0x153141:0x4b2,_0x5bb71f:0x651,_0x7e5ef8:0x6b3,_0x17e438:0x68e,_0x22539f:0x57f,_0x252958:0x473,_0x4b8d07:0x5e1,_0x56c81d:0x51c,_0x170eaf:0x4df,_0x58c9db:0x602,_0x2c1d3f:0x70a,_0xf23d47:0x546,_0x2d7d50:0x5d4,_0x5e7ed5:0x5f2,_0x199e84:0x520,_0x3905c3:0x612,_0xfc7aca:0x5ea,_0x89640e:0x4bf,_0x533b6f:0x3e7,_0x54d9f3:0x39c,_0x1dae27:0x528,_0x3d52c8:0x48b,_0x45928a:0x47c,_0x538401:0x5c1,_0x50d6e7:0x674,_0x36b661:0x5da,_0x56075a:0x691,_0x18ea84:0x607,_0x1cf37d:0x539,_0x46c95a:0x35c,_0x4cbbe5:0x34d,_0x4e07d6:0x4fa,_0x15c217:0x2bf,_0x258b14:0x363,_0x50268b:0x256,_0x3ea9e2:0x398,_0x4e6586:0x64e,_0x34138c:0x72d,_0x567fa0:0x6d5,_0x57f980:0x7a8,_0x509044:0x871,_0x1297ac:0x684,_0x5bc4e9:0x618,_0xe62488:0x36c,_0x40805e:0x6ae,_0x5b58dd:0x580,_0x9142df:0x60a,_0xf2ebcf:0x655,_0x2847de:0x724,_0xd5c36:0x515,_0x56760b:0x4d3,_0x5e5019:0x773,_0x21a621:0x6b8,_0x32e97a:0x63d,_0x390454:0x5ce,_0x5e9521:0x544,_0x315f0d:0x5e3,_0x2cff06:0x5a6,_0x6eb93b:0x4ee,_0x3f30aa:0x5cc,_0xe241c8:0x63b,_0x150c5f:0x51c,_0x23bad6:0x4f4,_0x1df14c:0x528,_0x4e3443:0x60e,_0x522f84:0x549,_0x54ec02:0x547,_0xd8f345:0x3af,_0x1f7970:0x4c1,_0x2b0689:0x4e3,_0x55651a:0x3c5,_0x4c5f7a:0x49e,_0xb5894c:0x4e2,_0x4ef37e:0x471,_0x9d11d6:0x717,_0x69dd26:0x5dd,_0x5b77d8:0x709,_0x12849b:0x4ef,_0x4c7398:0x543,_0x2a2973:0x5b5,_0x4ba790:0x84d,_0xaab3d4:0x6d1,_0xc8f3a5:0x60c,_0x24117b:0x38b,_0x53b748:0x390,_0x3b4fc:0x47c,_0x236b12:0x4f6,_0x4b4e9a:0x620,_0x3ce21d:0x41d,_0x4fb462:0x530,_0x33dad0:0x73d,_0x4e109f:0x5bf,_0x166e2e:0x5fc,_0xace1cd:0x616,_0xb00078:0x5c3,_0x1d29f7:0x6a7,_0x765b27:0x5d0,_0x216c33:0x4d2,_0x4d9884:0x3de,_0x5e59fa:0x3f2,_0x4a0b3e:0x790,_0x58a37e:0x86f,_0x47473f:0x292,_0x556406:0x447,_0x1dfeeb:0x548,_0x13f8de:0x53b,_0x2c7a70:0x3eb,_0x37e446:0x4bc,_0x2cd15e:0x557,_0x4b102c:0x5db,_0x229809:0x5a5,_0x159f1b:0x7c1,_0x296320:0x639,_0x1a3d14:0x6d5,_0xded61b:0x770,_0x52b004:0x650,_0xff2acc:0x4cc,_0x2ceaba:0x4d6,_0x5dc77b:0x356,_0x482a89:0x3ea,_0x219e98:0x643,_0x4e18c9:0x514,_0x5e6899:0x5c9,_0x3ecc9b:0x758,_0x32f253:0x6c0,_0x1a4a34:0x6f7,_0x2b9862:0x5d9,_0x17016c:0x724,_0x3cfb6c:0x637,_0x399b8a:0x664,_0x2890c6:0x425,_0x35adf0:0x383,_0x23949b:0x442,_0x1a7ce9:0x57b,_0x6a328b:0x651,_0x578e96:0x669,_0x4b49b5:0x47f,_0x264bd1:0x593,_0x38248f:0x6a6,_0x520b77:0x667,_0x319ef2:0x718,_0x2d321e:0x827,_0x560e9b:0x6c6,_0x1d86c2:0x46d,_0x332015:0x58e,_0x418af9:0x5ee,_0x578805:0x4b8,_0x9f13d7:0x5a9,_0x27693f:0x754,_0x16e6aa:0x6c3,_0x4887b0:0x73b,_0x33863d:0x4a6,_0x224ae4:0x63a,_0x1a5609:0x51c,_0x84aaac:0x56e,_0x67d21e:0x71b,_0x472439:0x614,_0x49b3e4:0x5ce,_0x3ec612:0x5e7,_0x35ead6:0x4b6,_0x4036dc:0x701,_0x1c7813:0x5b9,_0x196172:0x692,_0x503070:0x4f2,_0x1b5338:0x4a0,_0x3a1da2:0x51c,_0x4d48f1:0x5ce,_0x354064:0x603,_0x49d23e:0x5ce,_0x17b5b4:0x4c2,_0x5946c1:0x596,_0x5d7f3a:0x4ce,_0x7c499c:0x3c0,_0x2ab7df:0x34e,_0x2010b0:0x416,_0xb9546c:0x528,_0x3fa4e8:0x4ca,_0x1e9e15:0x436,_0x409db3:0x719,_0x43288f:0x5c8,_0x474df0:0x62b,_0x168df8:0x516,_0x162844:0x6ee,_0x4e9c23:0x5c3,_0x547f43:0x706,_0x24fdd3:0x3a0,_0x33702d:0x432,_0x581854:0x491,_0x32e7c3:0x564,_0x5a358b:0x680,_0xce8874:0x76d},_0x5ecc95={_0x53d45c:0x7b,_0x35c553:0x3fa},_0x47451b={_0x53e584:0x7a6},_0x45e203={'rxUjE':'Coder-setu'+_0x4b82e3(0x586,_0x47e4ce._0x135e3f,_0x47e4ce._0xc8b6bd,_0x47e4ce._0x59b91e)+_0x4b82e3(0x38d,0x3bf,_0x47e4ce._0x11cf70,0x437),'Tzyfb':_0x4b82e3(_0x47e4ce._0x2d1bc8,_0x47e4ce._0x36c823,0x3e5,_0x47e4ce._0x18d81c)+_0x2a67e8(0x604,_0x47e4ce._0x57e12b,0x74a,_0x47e4ce._0x58e4da),'mSsmq':_0x4b82e3(_0x47e4ce._0x3dcd11,_0x47e4ce._0x193fee,_0x47e4ce._0x186df0,0x405)+_0x2a67e8(0x539,_0x47e4ce._0x1f1bd2,_0x47e4ce._0x1c788f,0x609)+_0x2a67e8(_0x47e4ce._0x396e49,0x629,0x6b8,0x6d2),'NEpnU':_0x4b82e3(0x574,0x6a0,_0x47e4ce._0x3da7ed,_0x47e4ce._0x4bb91e)+_0x2a67e8(0x73d,_0x47e4ce._0x127e8b,0x766,0x8b8)+'ll','NgSrp':'skills','CQKbU':function(_0x401856,_0xa855c5){return _0x401856!==_0xa855c5;},'LSLtH':_0x4b82e3(_0x47e4ce._0x157394,_0x47e4ce._0x2cdf8f,0x5fb,_0x47e4ce._0x554c2b),'oQNIi':_0x4b82e3(0x4ae,_0x47e4ce._0x4803be,0x553,0x4e7),'ixXGx':'Commit\x20mes'+_0x4b82e3(0x32e,0x329,0x3ff,0x3f2)+_0x2a67e8(0x8a9,_0x47e4ce._0x466a08,_0x47e4ce._0x5aca38,0x6cd),'HxjvA':_0x2a67e8(0x4a3,_0x47e4ce._0x523329,0x57f,0x69d),'lwFCQ':_0x4b82e3(0x501,_0x47e4ce._0x54dcc1,_0x47e4ce._0x5f1e8c,_0x47e4ce._0x45c1aa)+_0x2a67e8(_0x47e4ce._0x2af46f,_0x47e4ce._0x5af562,0x6c2,_0x47e4ce._0x5b7fc4)+_0x4b82e3(_0x47e4ce._0x2db872,_0x47e4ce._0x1b06c0,0x523,0x4d4)+_0x2a67e8(_0x47e4ce._0x399067,0x6d0,0x792,0x66e)+_0x2a67e8(_0x47e4ce._0x144a97,_0x47e4ce._0x5092ab,0x60c,0x4f2),'AnPFp':function(_0x4abbcb,_0xb0890d){return _0x4abbcb===_0xb0890d;},'FseFB':_0x2a67e8(_0x47e4ce._0x5c1eba,_0x47e4ce._0x410852,0x755,0x597),'VIvvN':function(_0xb79ce9,_0x3ac276){return _0xb79ce9(_0x3ac276);},'jBEdv':function(_0x53accc,_0x1bcf6f,_0x24dbc0,_0x14b9d4){return _0x53accc(_0x1bcf6f,_0x24dbc0,_0x14b9d4);},'Ghjve':function(_0x1999e5,_0x4fb816,_0x11750f){return _0x1999e5(_0x4fb816,_0x11750f);},'qsnNy':'noreply@ex'+'ample.com','QCEJl':_0x2a67e8(0x564,0x615,0x579,0x624),'yiXMI':_0x4b82e3(0x3b4,0x513,_0x47e4ce._0x5dad2d,0x4c6),'IGVpS':_0x4b82e3(0x5da,0x601,_0x47e4ce._0x22392c,0x4dc)+_0x4b82e3(_0x47e4ce._0x6a9f15,_0x47e4ce._0x6b8ddc,_0x47e4ce._0x12b1a0,0x590)+_0x4b82e3(0x518,0x520,_0x47e4ce._0x5c6d03,_0x47e4ce._0x4195ef)+'ed','xhrxR':function(_0x23d962,_0x5cc670){return _0x23d962===_0x5cc670;},'JsvAQ':_0x4b82e3(_0x47e4ce._0x3ec74b,_0x47e4ce._0x74755,_0x47e4ce._0xc0415a,0x3d7),'GKgTM':'add','FURyi':function(_0x4d53db,_0x19e0e8,_0x3fb341,_0x549c03){return _0x4d53db(_0x19e0e8,_0x3fb341,_0x549c03);},'ugtch':_0x4b82e3(_0x47e4ce._0xf309d1,0x530,0x4cb,_0x47e4ce._0x145fb9),'ufNnl':_0x4b82e3(0x55b,_0x47e4ce._0x3d873a,_0x47e4ce._0x4fe959,0x4cc),'iUaZp':'--cached','gIkGq':_0x4b82e3(0x3e7,0x418,0x529,_0x47e4ce._0x3df6ff)+'y','wLMRf':_0x2a67e8(0x65f,0x60e,_0x47e4ce._0x403b3a,0x6da),'aLQJK':function(_0xc13d7b,_0x2dc507){return _0xc13d7b===_0x2dc507;},'APVBR':_0x4b82e3(0x57a,_0x47e4ce._0x2ce46b,_0x47e4ce._0x529ac5,_0x47e4ce._0x1ff3a4)+_0x2a67e8(0x5a2,_0x47e4ce._0x3bdadf,_0x47e4ce._0x2d3b26,0x631),'GLXOr':'No\x20changes'+'\x20under\x20ski'+'lls/\x20to\x20co'+_0x4b82e3(_0x47e4ce._0x331db7,0x5d5,_0x47e4ce._0x1c192c,0x5e1),'zyvTx':function(_0x5252cd,_0x300610,_0x54493c,_0x2b7973){return _0x5252cd(_0x300610,_0x54493c,_0x2b7973);},'YAZQt':'config','PUgmg':_0x4b82e3(0x736,_0x47e4ce._0x5a3972,_0x47e4ce._0x3af643,0x615),'LFVmk':function(_0x1dd6d7,_0x25b8d7,_0x3128a6,_0x28eaef){return _0x1dd6d7(_0x25b8d7,_0x3128a6,_0x28eaef);},'GDqNH':function(_0x1ea3aa,_0x49fb3b){return _0x1ea3aa===_0x49fb3b;},'xYZrT':_0x2a67e8(_0x47e4ce._0x166bc6,_0x47e4ce._0x4dcfc6,_0x47e4ce._0x5bf440,0x4c7),'LYFEZ':function(_0x422d25,_0x5e6f46,_0x433621,_0x16d4d8){return _0x422d25(_0x5e6f46,_0x433621,_0x16d4d8);},'bsSTL':_0x4b82e3(0x69c,_0x47e4ce._0x32e54c,0x61e,0x612)+'\x20commit\x20cr'+'eated','yaWNh':'yDLdL','Kevcc':'MDEjh','mNwmj':_0x2a67e8(0x6ba,0x654,0x65f,_0x47e4ce._0x4220dd),'gABpQ':'Skills\x20git'+_0x4b82e3(_0x47e4ce._0x30b621,0x560,0x5f3,0x555)+_0x4b82e3(_0x47e4ce._0x4d852e,_0x47e4ce._0x28e2f2,_0x47e4ce._0x3c3fa6,0x499),'lpoyU':function(_0x2f0b9e,_0x33d4f6){return _0x2f0b9e+_0x33d4f6;},'NhOpN':_0x4b82e3(_0x47e4ce._0x3966d3,_0x47e4ce._0x3c41f3,0x546,_0x47e4ce._0x144317),'Okgfc':_0x2a67e8(0x717,0x6fc,_0x47e4ce._0x1c291c,0x7ea),'KPQvM':_0x4b82e3(0x425,0x5bc,0x495,_0x47e4ce._0x3308c4)+_0x2a67e8(0x731,_0x47e4ce._0x4e160f,_0x47e4ce._0x7fed0f,_0x47e4ce._0x5ddb13)+'ed','SYcvu':_0x2a67e8(0x84f,_0x47e4ce._0x224376,0x74d,0x836),'bMuqe':_0x2a67e8(_0x47e4ce._0x5a3d10,0x6e5,0x6a5,0x5ef)},{message:_0xc392d8,push:push=!![],pullFirst:pullFirst=!![],scope:scope=_0x45e203[_0x2a67e8(0x67b,_0x47e4ce._0x35650d,0x604,0x5df)]}=_0x46678c[_0x4b82e3(0x3f0,0x66d,_0x47e4ce._0x6aa09a,0x52a)];function _0x2a67e8(_0x9d3382,_0x1133ce,_0x528f11,_0x5acd4f){return _0x359185(_0x9d3382-0x13d,_0x1133ce-_0x47451b._0x53e584,_0x5acd4f,_0x5acd4f-0xbf);}if(!_0xc392d8){if(_0x45e203[_0x4b82e3(_0x47e4ce._0x59367f,0x472,_0x47e4ce._0x3aae7b,0x4d3)](_0x45e203[_0x4b82e3(_0x47e4ce._0x157394,_0x47e4ce._0xc3c10d,_0x47e4ce._0x2a16de,0x52f)],_0x45e203['oQNIi'])){const _0x345b06={};return _0x345b06[_0x2a67e8(0x560,0x5ce,0x5d3,0x6f1)]=_0x45e203[_0x2a67e8(0x7fc,0x70c,_0x47e4ce._0x5eefe8,0x7b3)],_0xab0cf1[_0x2a67e8(_0x47e4ce._0x3b4ea6,0x71c,0x61a,_0x47e4ce._0x22941e)](0xeff*-0x2+0xd25+0x3*0x623)[_0x4b82e3(0x483,0x47a,_0x47e4ce._0xa0dcc,0x51c)](_0x345b06);}else{const _0x33c393={};return _0x33c393['error']=_0x45e203[_0x4b82e3(_0x47e4ce._0x1caf06,_0x47e4ce._0x30a524,0x554,_0x47e4ce._0x79a5f8)],_0x5dd8dd[_0x2a67e8(0x6e5,0x71c,0x7fc,_0x47e4ce._0xb873d4)](0x115*0x1f+-0x18a9+0x17*-0x4d)[_0x4b82e3(0x59f,0x524,_0x47e4ce._0x7aa10,0x51c)](_0x33c393);}}if(_0x45e203[_0x2a67e8(0x78e,0x670,0x55d,0x732)](scope,_0x4b82e3(0x352,0x30a,_0x47e4ce._0x32d553,0x418))&&scope!==_0x45e203['HxjvA']){const _0x102deb={};return _0x102deb[_0x2a67e8(_0x47e4ce._0x2dd898,_0x47e4ce._0x3e9660,_0x47e4ce._0x153141,_0x47e4ce._0x22941e)]=_0x45e203[_0x2a67e8(0x56c,0x5b8,_0x47e4ce._0x5bb71f,_0x47e4ce._0x7e5ef8)],_0xab0cf1[_0x4b82e3(0x5a6,_0x47e4ce._0x17e438,0x483,_0x47e4ce._0x22539f)](-0x1*0xbf1+-0x218f+-0x2f1*-0x10)[_0x4b82e3(_0x47e4ce._0x252958,_0x47e4ce._0x4b8d07,0x62b,_0x47e4ce._0x56c81d)](_0x102deb);}function _0x4b82e3(_0x175cfb,_0x46c736,_0x2ee473,_0xa90fca){return _0x1dc7a3(_0x175cfb-_0x5ecc95._0x53d45c,_0x2ee473,_0x2ee473-0x17c,_0xa90fca-_0x5ecc95._0x35c553);}if(!setupPath){if(_0x45e203[_0x2a67e8(0x582,0x564,0x4be,_0x47e4ce._0x170eaf)](_0x4b82e3(0x414,0x436,_0x47e4ce._0x58c9db,0x4e8),_0x45e203['FseFB'])){const _0x11c93b={};return _0x11c93b['error']='Coder-setu'+_0x2a67e8(_0x47e4ce._0x2c1d3f,0x66b,0x7a1,_0x47e4ce._0xf23d47)+_0x2a67e8(0x62d,_0x47e4ce._0x2d7d50,_0x47e4ce._0x5e7ed5,0x5d0),_0xab0cf1[_0x4b82e3(0x63f,0x5d0,0x462,0x57f)](0x19f3+-0x102e+0x36*-0x25)[_0x4b82e3(_0x47e4ce._0x199e84,_0x47e4ce._0x3905c3,_0x47e4ce._0xfc7aca,_0x47e4ce._0x56c81d)](_0x11c93b);}else return null;}try{const _0x473042={};_0x473042['logger']=logger;const _0x53caa9=await _0x45e203[_0x4b82e3(0x3dd,_0x47e4ce._0x89640e,_0x47e4ce._0x533b6f,_0x47e4ce._0x54d9f3)](getSetupRepoAuthConfig,_0x473042);if(await _0x45e203[_0x4b82e3(_0x47e4ce._0x1dae27,_0x47e4ce._0x3d52c8,0x556,_0x47e4ce._0x45928a)](checkSetupRepoUserConnection,_0x53caa9,_0x46678c,_0xab0cf1))return;const _0x3668ee=_0x45e203[_0x4b82e3(0x5f1,_0x47e4ce._0x538401,0x695,_0x47e4ce._0x59367f)](buildSetupRepoAuthParams,_0x53caa9,_0x46678c),_0x1436d0=_0x46678c[_0x2a67e8(_0x47e4ce._0x50d6e7,_0x47e4ce._0x36b661,_0x47e4ce._0x56075a,_0x47e4ce._0x18ea84)][_0x4b82e3(0x584,0x594,_0x47e4ce._0x1cf37d,0x4a6)]||_0x46678c['user'][_0x4b82e3(_0x47e4ce._0x46c95a,0x48b,_0x47e4ce._0x4cbbe5,0x45c)],_0x443077=_0x46678c[_0x2a67e8(_0x47e4ce._0x4e07d6,_0x47e4ce._0x36b661,0x4d6,0x652)][_0x4b82e3(_0x47e4ce._0x15c217,_0x47e4ce._0x258b14,_0x47e4ce._0x50268b,_0x47e4ce._0x3ea9e2)]||_0x45e203[_0x2a67e8(0x5dc,_0x47e4ce._0x4e6586,_0x47e4ce._0x34138c,_0x47e4ce._0x567fa0)];if(pullFirst)try{await _0x45e203['VIvvN'](runSetupRepoGitCommand,{'setupRepoPath':setupPath,'args':[_0x45e203[_0x2a67e8(0x71a,_0x47e4ce._0x57f980,_0x47e4ce._0x509044,_0x47e4ce._0x1297ac)],_0x45e203[_0x4b82e3(_0x47e4ce._0x56c81d,_0x47e4ce._0x5bc4e9,0x464,_0x47e4ce._0x4803be)]],..._0x3668ee,'logger':logger});}catch(_0x3d87f3){const _0x8dc882={};_0x8dc882[_0x4b82e3(0x54d,_0x47e4ce._0xe62488,0x55f,0x431)]=_0x3d87f3[_0x2a67e8(0x676,0x701,0x5c3,0x7bc)],logger['warn'](_0x45e203[_0x4b82e3(0x474,0x566,_0x47e4ce._0x40805e,_0x47e4ce._0x5b58dd)],_0x8dc882);}if(_0x45e203[_0x2a67e8(0x649,0x66d,_0x47e4ce._0x9142df,0x564)](scope,_0x45e203[_0x2a67e8(_0x47e4ce._0xf2ebcf,0x64c,_0x47e4ce._0x2847de,0x682)])){if(_0x45e203[_0x4b82e3(0x56c,_0x47e4ce._0xd5c36,0x3ef,_0x47e4ce._0x56760b)](_0x45e203[_0x2a67e8(0x7d4,0x712,0x7f8,_0x47e4ce._0x5e5019)],_0x45e203[_0x4b82e3(_0x47e4ce._0x21a621,0x4db,_0x47e4ce._0x32e97a,0x575)])){const _0x3f1bfa={};return _0x3f1bfa[_0x2a67e8(0x645,_0x47e4ce._0x390454,_0x47e4ce._0x5e9521,_0x47e4ce._0x315f0d)]=_0x45e203['Tzyfb'],_0x3f1bfa['message']=_0x45e203[_0x4b82e3(_0x47e4ce._0x2cff06,_0x47e4ce._0x6eb93b,0x54f,_0x47e4ce._0x36c823)],_0x27c0b8['status'](-0x1899+0x22*-0x55+0x2576)[_0x4b82e3(_0x47e4ce._0x3f30aa,_0x47e4ce._0xe241c8,0x5e4,_0x47e4ce._0x150c5f)](_0x3f1bfa);}else{const _0x1a8895={};_0x1a8895[_0x2a67e8(_0x47e4ce._0x23bad6,_0x47e4ce._0x1df14c,0x546,0x56d)]=setupPath,await execFileAsync(_0x2a67e8(0x5f5,_0x47e4ce._0x4e3443,0x5a5,0x6e5),[_0x45e203[_0x4b82e3(_0x47e4ce._0x522f84,_0x47e4ce._0x54ec02,_0x47e4ce._0xd8f345,0x495)],'.'],_0x1a8895);}}else{const _0x2290e1={};_0x2290e1[_0x4b82e3(0x4be,0x48d,_0x47e4ce._0x1f7970,0x38b)]=setupPath,await _0x45e203[_0x4b82e3(_0x47e4ce._0x2b0689,_0x47e4ce._0x55651a,0x427,_0x47e4ce._0x4c5f7a)](execFileAsync,_0x4b82e3(0x412,0x3dd,_0x47e4ce._0xb5894c,_0x47e4ce._0x4ef37e),[_0x45e203['GKgTM'],'--',_0x45e203['ugtch']],_0x2290e1);}const _0xfda91=scope===_0x45e203[_0x2a67e8(0x516,0x64c,0x615,0x6bc)]?[_0x45e203['ufNnl'],_0x45e203[_0x4b82e3(_0x47e4ce._0x9d11d6,0x559,0x587,_0x47e4ce._0x69dd26)],_0x45e203[_0x4b82e3(0x50b,_0x47e4ce._0x2b0689,0x65b,0x5a6)]]:[_0x45e203[_0x4b82e3(_0x47e4ce._0x5b77d8,_0x47e4ce._0x12849b,0x6e4,0x5d6)],_0x45e203[_0x4b82e3(0x62e,_0x47e4ce._0x4c7398,_0x47e4ce._0x2a2973,0x5dd)],_0x45e203[_0x2a67e8(_0x47e4ce._0x4ba790,0x743,0x78b,_0x47e4ce._0xaab3d4)],'--',_0x4b82e3(0x5e3,_0x47e4ce._0xc8f3a5,0x4e9,0x51a)],_0x4563b9={};_0x4563b9[_0x4b82e3(0x431,0x4cb,0x284,_0x47e4ce._0x24117b)]=setupPath;const {stdout:_0x5d546b}=await _0x45e203[_0x4b82e3(0x3c4,_0x47e4ce._0x53b748,0x430,_0x47e4ce._0x3b4fc)](execFileAsync,_0x45e203[_0x4b82e3(0x5ac,_0x47e4ce._0x236b12,_0x47e4ce._0x5c1eba,0x5c3)],_0xfda91,_0x4563b9);if(!_0x5d546b[_0x4b82e3(0x55a,0x5e7,0x3cf,0x4fa)]())return _0xab0cf1[_0x4b82e3(_0x47e4ce._0x4b4e9a,0x5c7,0x498,0x57f)](0x1b6*0x5+-0xdbe+0x6c9)['json']({'error':_0x45e203['aLQJK'](scope,_0x45e203[_0x4b82e3(0x3eb,_0x47e4ce._0x3ce21d,_0x47e4ce._0x4fb462,0x4af)])?_0x45e203[_0x2a67e8(0x7d8,_0x47e4ce._0x33dad0,0x709,_0x47e4ce._0x567fa0)]:_0x45e203['GLXOr']});const _0x321ea6={};_0x321ea6[_0x4b82e3(0x4c1,0x2fb,0x285,0x38b)]=setupPath,await _0x45e203[_0x2a67e8(0x533,0x555,0x593,_0x47e4ce._0x4e109f)](execFileAsync,_0x45e203[_0x4b82e3(_0x47e4ce._0x166e2e,_0x47e4ce._0xace1cd,_0x47e4ce._0x186df0,_0x47e4ce._0xb00078)],[_0x45e203[_0x2a67e8(_0x47e4ce._0x1d29f7,_0x47e4ce._0x765b27,0x588,_0x47e4ce._0x216c33)],_0x45e203[_0x4b82e3(_0x47e4ce._0x4d9884,_0x47e4ce._0x186df0,_0x47e4ce._0x5e59fa,0x42b)],_0x1436d0],_0x321ea6);const _0x56a3a6={};_0x56a3a6['cwd']=setupPath,await _0x45e203['LFVmk'](execFileAsync,_0x45e203[_0x2a67e8(_0x47e4ce._0x4a0b3e,0x760,0x6ec,_0x47e4ce._0x58a37e)],[_0x4b82e3(0x47b,_0x47e4ce._0x47473f,_0x47e4ce._0x556406,0x399),_0x4b82e3(0x605,0x666,0x516,_0x47e4ce._0x1dfeeb),_0x443077],_0x56a3a6);const _0x3b1032=_0x45e203[_0x2a67e8(0x44b,_0x47e4ce._0x13f8de,0x4df,0x4df)](scope,'all')?[_0x45e203[_0x4b82e3(0x431,_0x47e4ce._0x2c7a70,_0x47e4ce._0x37e446,0x3f0)],'-m',_0xc392d8]:[_0x45e203['xYZrT'],'-m',_0xc392d8,'--',_0x45e203[_0x2a67e8(_0x47e4ce._0x2cd15e,_0x47e4ce._0x4b102c,0x533,_0x47e4ce._0x229809)]],_0x1e3157={};_0x1e3157['cwd']=setupPath,await _0x45e203['LYFEZ'](execFileAsync,_0x45e203[_0x2a67e8(0x633,0x760,0x6a2,_0x47e4ce._0x159f1b)],_0x3b1032,_0x1e3157);const _0x22a129={};_0x22a129[_0x4b82e3(0x4e3,_0x47e4ce._0x4195ef,_0x47e4ce._0x296320,0x564)]=_0xc392d8,_0x22a129[_0x2a67e8(_0x47e4ce._0x1a3d14,0x729,0x724,_0x47e4ce._0xded61b)]=_0x1436d0,_0x22a129['scope']=scope,_0x22a129[_0x4b82e3(_0x47e4ce._0x52b004,_0x47e4ce._0xff2acc,_0x47e4ce._0x2ceaba,_0x47e4ce._0x199e84)]=pullFirst,logger['info'](_0x45e203[_0x4b82e3(_0x47e4ce._0x5dc77b,0x421,0x44e,_0x47e4ce._0x482a89)],_0x22a129);if(push){if(_0x45e203['yaWNh']!==_0x45e203[_0x4b82e3(0x5f5,_0x47e4ce._0x219e98,_0x47e4ce._0x4e18c9,_0x47e4ce._0x5e6899)]){const _0x4e22d1={'setupRepoPath':setupPath,'args':[_0x45e203['mNwmj'],_0x45e203['yiXMI']],..._0x3668ee};_0x4e22d1[_0x2a67e8(0x622,0x6f4,_0x47e4ce._0x3ecc9b,_0x47e4ce._0x32f253)]=logger;const {stdout:_0x379642,stderr:_0x2d2803}=await runSetupRepoGitCommand(_0x4e22d1),_0x2e4f47={};_0x2e4f47['executedBy']=_0x46678c[_0x2a67e8(0x681,0x5da,_0x47e4ce._0x1a4a34,_0x47e4ce._0x2b9862)][_0x2a67e8(_0x47e4ce._0x17016c,0x5f9,0x70d,_0x47e4ce._0x5bc4e9)],_0x2e4f47['authMode']=_0x53caa9[_0x2a67e8(0x523,_0x47e4ce._0x3cfb6c,0x61a,0x6a7)],_0x2e4f47['authProvid'+'er']=_0x53caa9[_0x2a67e8(0x4d3,0x5b9,_0x47e4ce._0x399b8a,0x589)]||null,logger[_0x4b82e3(0x3ca,0x559,0x59b,0x4fd)](_0x45e203[_0x4b82e3(0x32e,_0x47e4ce._0x2890c6,_0x47e4ce._0x35adf0,_0x47e4ce._0x23949b)],_0x2e4f47),_0xab0cf1['json']({'success':!![],'committed':!![],'pushed':!![],'output':_0x45e203['lpoyU'](_0x379642,_0x2d2803)});}else{const _0xd18519={};return _0xd18519[_0x2a67e8(_0x47e4ce._0x1a7ce9,0x5ce,_0x47e4ce._0x6a328b,_0x47e4ce._0x578e96)]=_0x2a67e8(_0x47e4ce._0x4b49b5,_0x47e4ce._0x264bd1,0x698,_0x47e4ce._0x38248f)+_0x2a67e8(_0x47e4ce._0x520b77,0x58f,0x63c,0x4a7)+_0x4b82e3(0x59b,_0x47e4ce._0x319ef2,0x6dd,0x608),_0x5b3f31[_0x2a67e8(0x67b,0x71c,0x7f7,_0x47e4ce._0x2d321e)](0x1*-0x1281+-0x1834+0x2c45*0x1)['json'](_0xd18519);}}else{if(_0x45e203['NhOpN']!==_0x45e203[_0x4b82e3(_0x47e4ce._0x560e9b,0x698,_0x47e4ce._0x1d86c2,0x59c)]){const _0x1d254b={};_0x1d254b[_0x2a67e8(_0x47e4ce._0x332015,0x6a8,_0x47e4ce._0x418af9,0x70b)]=!![],_0x1d254b[_0x4b82e3(_0x47e4ce._0x578805,0x6a2,0x651,_0x47e4ce._0x9f13d7)]=!![],_0x1d254b[_0x2a67e8(_0x47e4ce._0x27693f,0x755,_0x47e4ce._0x16e6aa,_0x47e4ce._0x4887b0)]=![],_0xab0cf1[_0x4b82e3(0x4c7,_0x47e4ce._0x33863d,_0x47e4ce._0x224ae4,_0x47e4ce._0x1a5609)](_0x1d254b);}else{const _0x4b00e5={};_0x4b00e5[_0x2a67e8(_0x47e4ce._0x84aaac,0x643,0x6c9,_0x47e4ce._0x67d21e)]=_0x388b43,_0x4b00e5[_0x2a67e8(_0x47e4ce._0x472439,_0x47e4ce._0x49b3e4,0x4c1,0x6c6)]=_0x1cdebd['message'],_0x17ea7f[_0x2a67e8(0x66f,0x5ce,0x4b9,0x6b3)](_0x45e203[_0x2a67e8(_0x47e4ce._0x3ec612,0x543,0x558,0x68c)],_0x4b00e5);const _0x3a6093={};_0x3a6093['error']=_0x45e203[_0x2a67e8(0x567,_0x47e4ce._0x4c7398,0x476,_0x47e4ce._0x35ead6)],_0x3a6093[_0x2a67e8(0x62c,_0x47e4ce._0x4036dc,0x6a1,0x7d0)]=_0x308bc3[_0x2a67e8(_0x47e4ce._0x1c7813,0x701,0x83f,_0x47e4ce._0x196172)],_0xffac89['status'](0x5*-0x3+-0x20e7+-0x1175*-0x2)[_0x4b82e3(0x61b,_0x47e4ce._0x503070,_0x47e4ce._0x1b5338,_0x47e4ce._0x3a1da2)](_0x3a6093);}}}catch(_0x1d69e2){const _0x55ffcc={};_0x55ffcc[_0x2a67e8(0x543,_0x47e4ce._0x4d48f1,0x649,_0x47e4ce._0x354064)]=_0x1d69e2[_0x2a67e8(0x75f,0x701,0x62d,0x786)],logger[_0x2a67e8(0x56e,_0x47e4ce._0x49d23e,_0x47e4ce._0x17b5b4,_0x47e4ce._0x5946c1)](_0x45e203[_0x4b82e3(_0x47e4ce._0x5d7f3a,_0x47e4ce._0x7c499c,_0x47e4ce._0x2ab7df,_0x47e4ce._0x2010b0)],_0x55ffcc);try{const _0x10e3a5={};_0x10e3a5[_0x2a67e8(0x48f,_0x47e4ce._0xb9546c,_0x47e4ce._0x3fa4e8,0x41f)]=setupPath,await _0x45e203[_0x4b82e3(0x330,0x2cb,0x2c9,0x3b8)](execFileAsync,_0x4b82e3(0x484,0x59f,_0x47e4ce._0x1e9e15,_0x47e4ce._0x4ef37e),[_0x45e203[_0x2a67e8(0x5db,_0x47e4ce._0x765b27,0x5a1,_0x47e4ce._0x409db3)],_0x45e203['SYcvu'],_0x45e203[_0x2a67e8(_0x47e4ce._0x5c6d03,_0x47e4ce._0x43288f,0x6ec,_0x47e4ce._0x236b12)]],_0x10e3a5);const _0x23a124={};_0x23a124[_0x4b82e3(0x361,0x27b,0x268,0x38b)]=setupPath,await execFileAsync(_0x45e203[_0x4b82e3(_0x47e4ce._0x474df0,_0x47e4ce._0x168df8,_0x47e4ce._0x162844,_0x47e4ce._0x4e9c23)],[_0x45e203['YAZQt'],_0x45e203[_0x2a67e8(0x836,0x742,0x7e3,_0x47e4ce._0x547f43)],_0x45e203['bMuqe']],_0x23a124);}catch{}const _0x1440bf={};_0x1440bf[_0x4b82e3(0x499,_0x47e4ce._0x24fdd3,_0x47e4ce._0x33702d,0x431)]=_0x45e203['KPQvM'],_0x1440bf[_0x4b82e3(_0x47e4ce._0x581854,0x5ae,0x512,_0x47e4ce._0x32e7c3)]=_0x1d69e2[_0x2a67e8(_0x47e4ce._0x5a358b,_0x47e4ce._0x4036dc,0x603,0x821)],_0xab0cf1['status'](-0x8*0xf4+-0x941+0x12d5)[_0x2a67e8(_0x47e4ce._0xce8874,0x6b9,0x634,0x7b3)](_0x1440bf);}}),router[_0x359185(-0x187,-0x7c,-0xe3,-0x37)](_0x1dc7a3(0x149,0x26b,0x15c,0x123),requireAnyPermission([_0x1dc7a3(0x11d,0x1da,0xb4,0xb9)+'t',_0x359185(-0xc4,-0xb0,-0xc3,-0xa6)+_0x1dc7a3(0xc6,0x1bc,0x126,0x12d)]),async(_0x31504e,_0x2d5b41)=>{const _0x189877={_0x35781b:0x155,_0x465034:0xcb,_0x2c6595:0xaf,_0x8a96f9:0x27f,_0x2b57ba:0x241,_0x542903:0x1e0,_0xda73cd:0x4a3,_0x4c1d9d:0x376,_0x54d5d9:0x464,_0x54b9a7:0x3fd,_0x33bcb6:0x4f7,_0x86b548:0x474,_0x272f02:0x38f,_0x2772be:0x39e,_0x169b6f:0x158,_0x919585:0x180,_0x49f44c:0x233,_0x3c9fe4:0x4c,_0x481ee6:0x39e,_0x596d99:0x50b,_0x2631cc:0x105,_0x33a265:0x341,_0x4a792f:0xad,_0x22098e:0x293,_0x33b708:0x29b,_0x90bba3:0x23c,_0x4adc34:0x250,_0x416e83:0x133,_0x32f56b:0x4e3,_0x24a556:0x49a,_0x4c04ca:0x4da,_0x2954a7:0xcc,_0x140536:0x73,_0x360cd8:0x443,_0x393aaf:0x350,_0x9239d0:0x41d,_0x5a82f4:0x4e9,_0x17fcc3:0x1fc,_0x534767:0x404,_0x49a761:0x428,_0x813f3b:0x14a,_0x1e9166:0xa,_0x3cc239:0x3c7,_0x39af65:0x368,_0x1d8c44:0x384,_0x18b07e:0x47c,_0x11987a:0x214,_0x4216db:0x362,_0x1cfc60:0x2f7,_0x4f5bd6:0x37a,_0x454e97:0x11f,_0x5bcf3a:0xe9,_0x27d88b:0x119,_0x1812f0:0x25,_0x5c4dfe:0x94,_0x18dfa0:0x89,_0x5ee925:0x14f,_0x249c98:0x1bb,_0x3a0eb8:0xe5,_0x5a84b7:0x13a,_0x382356:0x70,_0xac5823:0x1b8,_0x57e0f0:0x20e,_0x20b640:0x31,_0x3f71dc:0xb1,_0x2fdc4c:0x91,_0x3a9298:0xf0,_0x56bb95:0x69,_0x238843:0x3e4,_0x3ec6db:0x331,_0x29ff48:0x306,_0x21fdff:0x29c,_0x50e8d9:0x1f5,_0x59f4ad:0xad,_0x19b700:0x177,_0xbbbce5:0x30,_0x32a629:0x34,_0x31d277:0x15e,_0x1ee340:0x7c,_0x22ca8b:0x400,_0x509829:0x2ed,_0x18a7fc:0x49d,_0x2076b9:0x359,_0x19c258:0x41,_0x27ffdd:0x48,_0xb828b2:0x38b,_0x553501:0x397,_0x59cf2f:0x11a,_0x54084f:0x3d,_0x56fa8a:0x184,_0x3caf1f:0x514,_0x360e4b:0x3e,_0x3f2dbf:0x7c,_0x3cfc3b:0x14,_0x1df1e5:0x1f,_0xd2c2bf:0x6a,_0xcda6c9:0x1df,_0x3d4f6f:0x380,_0x5109e9:0x301,_0x522093:0x227,_0x47503b:0xf8,_0x484696:0x266,_0xac1f48:0x133,_0x344b3d:0x1a2,_0x5277cb:0x6a,_0x474b38:0x1e5,_0x257101:0x1cc,_0x12cfa6:0xeb,_0x22ba22:0xd1,_0x4cc59d:0x255,_0xe79cff:0x41f,_0x402fdd:0x354,_0x21caea:0x4cc,_0x13e7d8:0x4af,_0x1b9994:0x245,_0x33ec8c:0x28f,_0x22af7f:0x1ab,_0x43b2d7:0x108,_0x45fb72:0x36,_0x593eb3:0x259,_0x2c1426:0x172,_0x39c6ce:0x1,_0x420838:0x16a,_0x122bd1:0x2f2,_0x5a6894:0x42b,_0x52f0d7:0x37c,_0x2690fa:0x193,_0x524502:0x21d,_0x4f808e:0x2f4,_0x1435ab:0x33c,_0x2802d9:0xef,_0x541a36:0xd,_0x124d60:0x2a6,_0x2f05a0:0x4b4,_0x4afde1:0x46a,_0x30f45a:0x399,_0x79031a:0x1c3,_0x1afaa4:0x14e,_0x5d33a2:0x12d,_0x408a4d:0x2cd,_0x4daba3:0x2b3,_0x43cce5:0x286,_0x2a99fe:0x225,_0x50ada4:0x106,_0x448d7d:0x458,_0x1ddb80:0x54c,_0x1b146f:0x380,_0x1ccefe:0x90,_0x304112:0x25,_0x16eb50:0x126,_0x32c750:0x1d9,_0xc0c36c:0xe7,_0x172c0e:0x29e,_0x7985ba:0x2d9,_0x33a854:0x363,_0x57fc8d:0x1b2,_0x1b1d11:0x2ee,_0x58c983:0x2f8,_0x7cbf86:0x24f,_0x4080e1:0x272,_0x442d28:0x2a3,_0x178b86:0x195,_0x25be2b:0x2fb,_0x418345:0x41e,_0x88928f:0x547,_0x1c4059:0x336,_0x46b6f3:0x3fe,_0x2e6e49:0x3d6,_0x47ef9e:0x22,_0x320126:0x7,_0x339839:0x33b,_0x39736a:0x3a9,_0x517a6e:0x398,_0x5cf932:0x4ae,_0x40afa7:0x28d,_0x437efc:0x2c3,_0x5ca29e:0x3bc,_0x38f561:0x118,_0x4dcf17:0x13f,_0x233ee3:0x12c,_0x5315f9:0x68,_0x50539c:0x11,_0x1f4b93:0xdd,_0xce3832:0x1fa,_0x4d0500:0xde,_0x1edf99:0xad,_0x51cac1:0xb9,_0x2a49aa:0x15c,_0x15effd:0x340,_0x45f743:0x3c0,_0x582010:0x3b8,_0x151215:0x3cf,_0xc716ca:0x4af,_0x55b219:0x5c0,_0x32f0ae:0x44a,_0x56c6bb:0x31e,_0x5d5ba8:0x11a,_0x262481:0x146,_0x56b4fc:0xd},_0xe06512={_0x5a0948:0x1f3,_0xc465bb:0xfa,_0x52346d:0x113},_0x34359d={_0x561f08:0x199};function _0xd3a67a(_0x2fefe2,_0x4e4c99,_0x5b4b6f,_0x336f43){return _0x359185(_0x2fefe2-_0x34359d._0x561f08,_0x2fefe2-0x4a5,_0x4e4c99,_0x336f43-0xaa);}const _0x22c78f={'wxYeT':'Failed\x20to\x20'+_0x36e1d6(-_0x189877._0x35781b,0x40,-0x130,-0xca),'KNBQW':'skills','cxGVr':_0x36e1d6(-_0x189877._0x465034,-_0x189877._0x2c6595,-0x1a1,-0x115)+_0xd3a67a(_0x189877._0x8a96f9,_0x189877._0x2b57ba,_0x189877._0x542903,0x282)+_0xd3a67a(_0x189877._0xda73cd,0x53d,_0x189877._0x4c1d9d,0x4bc)+_0xd3a67a(_0x189877._0x54d5d9,0x563,_0x189877._0x54b9a7,_0x189877._0x33bcb6)+_0xd3a67a(_0x189877._0x86b548,0x4f9,0x375,0x446)+_0xd3a67a(0x358,_0x189877._0x272f02,0x3d8,_0x189877._0x2772be)+'s)','grDJf':'Cannot\x20pus'+_0x36e1d6(-0x201,-0x142,-_0x189877._0x169b6f,-0xc4)+_0xd3a67a(0x32a,0x2e4,0x3a9,0x3ce)+_0x36e1d6(-_0x189877._0x919585,-_0x189877._0x49f44c,-_0x189877._0x3c9fe4,-0x16d),'iUzcD':_0xd3a67a(0x3ca,_0x189877._0x481ee6,0x4db,_0x189877._0x596d99)+_0x36e1d6(-_0x189877._0x2631cc,-0x112,-0x91,-0x41)+'igured','ePeWJ':function(_0x468257,_0x5d4544){return _0x468257!==_0x5d4544;},'HElcH':_0xd3a67a(0x37b,0x401,_0x189877._0x33a265,0x30f),'EJSYf':function(_0x41f33d,_0x26bd2c){return _0x41f33d(_0x26bd2c);},'PUCCJ':function(_0x17fa91,_0x2036cb,_0x2741e3,_0x38c00f){return _0x17fa91(_0x2036cb,_0x2741e3,_0x38c00f);},'rWZsC':function(_0xd00a8a,_0xb66c90,_0x57c081){return _0xd00a8a(_0xb66c90,_0x57c081);},'FoLMh':function(_0x1746e7,_0x1e8819){return _0x1746e7>_0x1e8819;},'XybSl':_0x36e1d6(_0x189877._0x4a792f,0xc2,0x16c,0xeb),'Sprza':function(_0x573802,_0x4e7b87){return _0x573802||_0x4e7b87;},'rnGjP':function(_0x1c570d,_0x4ec663){return _0x1c570d!==_0x4ec663;},'CXrMl':_0xd3a67a(_0x189877._0x22098e,_0x189877._0x33b708,_0x189877._0x90bba3,0x18f),'UjGSc':_0x36e1d6(-0xfb,-_0x189877._0x4adc34,-0x16a,-_0x189877._0x416e83)+_0xd3a67a(0x3b4,_0x189877._0x32f56b,_0x189877._0x24a556,_0x189877._0x4c04ca)+'ahead/behi'+_0x36e1d6(0xe7,_0x189877._0x2954a7,-0xc5,_0x189877._0x140536)+_0xd3a67a(_0x189877._0x360cd8,_0x189877._0x4c1d9d,_0x189877._0x393aaf,0x380)+'h','fScZE':function(_0x251dfb,_0x7f4766){return _0x251dfb>_0x7f4766;},'CkMGc':_0xd3a67a(0x493,0x471,_0x189877._0x9239d0,_0x189877._0x5a82f4)+_0x36e1d6(-0x1a4,-_0x189877._0x17fcc3,-0x13c,-0x101)+'le\x20when\x20lo'+_0xd3a67a(_0x189877._0x534767,0x2e7,0x522,_0x189877._0x49a761)+_0x36e1d6(0x117,0x127,_0x189877._0x813f3b,_0x189877._0x1e9166)+'of\x20remote\x20'+_0xd3a67a(0x3ac,_0x189877._0x3cc239,_0x189877._0x39af65,_0x189877._0x1d8c44)+_0xd3a67a(0x3f2,0x34e,0x3c1,_0x189877._0x18b07e),'YaoFF':_0xd3a67a(0x353,0x367,0x397,_0x189877._0x11987a),'hofyY':_0xd3a67a(_0x189877._0x4216db,_0x189877._0x1cfc60,0x388,_0x189877._0x4f5bd6),'NIdmP':function(_0x5c91b7,_0x2d37e0){return _0x5c91b7+_0x2d37e0;},'uPCYC':function(_0x5d7389,_0x57cb8b){return _0x5d7389!==_0x57cb8b;},'yhJCl':_0x36e1d6(-0x167,0x3e,-_0x189877._0x454e97,-_0x189877._0x5bcf3a),'qaDXJ':_0x36e1d6(0x187,_0x189877._0x27d88b,0x21d,0x103)+_0x36e1d6(-0xdc,-_0x189877._0x1812f0,_0x189877._0x5c4dfe,-_0x189877._0x18dfa0)+'ed','AghPI':_0x36e1d6(-_0x189877._0x5ee925,-0xdb,-_0x189877._0x249c98,-_0x189877._0x3a0eb8)+'ailed'};function _0x36e1d6(_0x3ff759,_0x2b1e85,_0x4c349a,_0x4454d3){return _0x359185(_0x3ff759-_0xe06512._0x5a0948,_0x4454d3-_0xe06512._0xc465bb,_0x4c349a,_0x4454d3-_0xe06512._0x52346d);}if(!setupPath){const _0x3e0b7b={};return _0x3e0b7b['error']=_0x22c78f[_0x36e1d6(0x8b,-0x16d,-0x36,-0x4e)],_0x2d5b41[_0x36e1d6(-0x7,_0x189877._0x5a84b7,-0x86,_0x189877._0x382356)](-0x30*-0xa3+0x3*0x213+0x1*-0x22d2)['json'](_0x3e0b7b);}try{if(_0x22c78f[_0x36e1d6(-0x1d9,-_0x189877._0xac5823,-_0x189877._0x57e0f0,-0x136)](_0x22c78f[_0x36e1d6(-0x7a,-0xe2,0x14,-_0x189877._0x20b640)],_0x22c78f[_0x36e1d6(-0x9e,0xcb,-_0x189877._0x3f71dc,-_0x189877._0x20b640)])){const _0x562be3={};_0x562be3[_0x36e1d6(-0x66,_0x189877._0x2fdc4c,-_0x189877._0x3a9298,-_0x189877._0x56bb95)]=_0x1a9411,_0x562be3[_0xd3a67a(0x2cd,_0x189877._0x238843,0x397,_0x189877._0x3ec6db)]=_0x3d9b43['message'],_0x22c698[_0xd3a67a(0x2cd,0x28d,0x319,_0x189877._0x29ff48)](_0x22c78f[_0xd3a67a(0x3df,0x35c,0x2db,_0x189877._0x21fdff)],_0x562be3);const _0x31b6a5={};_0x31b6a5[_0xd3a67a(0x2cd,_0x189877._0x50e8d9,0x2e9,0x21f)]=_0x22c78f[_0x36e1d6(_0x189877._0x59f4ad,_0x189877._0x19b700,-_0x189877._0xbbbce5,_0x189877._0x32a629)],_0x31b6a5[_0x36e1d6(-0x16,_0x189877._0x31d277,-_0x189877._0x1ee340,0x55)]=_0x3c26e4[_0xd3a67a(_0x189877._0x22ca8b,_0x189877._0x509829,0x48d,0x3d4)],_0x1c8124[_0xd3a67a(0x41b,_0x189877._0x18a7fc,0x560,_0x189877._0x2076b9)](-0xb65+0x1*0xc75+0xe4)['json'](_0x31b6a5);}else{const _0x177c9b={};_0x177c9b[_0x36e1d6(_0x189877._0x19c258,0x104,-0xec,_0x189877._0x27ffdd)]=logger;const _0xa61c2e=await _0x22c78f[_0xd3a67a(_0x189877._0xb828b2,0x331,_0x189877._0x553501,0x326)](getSetupRepoAuthConfig,_0x177c9b);if(await _0x22c78f['PUCCJ'](checkSetupRepoUserConnection,_0xa61c2e,_0x31504e,_0x2d5b41))return;const _0x7986ef={};_0x7986ef[_0x36e1d6(-0x140,-_0x189877._0x59cf2f,-_0x189877._0x54084f,-_0x189877._0x56fa8a)]=setupPath;const {stdout:_0x28d10d}=await _0x22c78f[_0xd3a67a(0x47c,0x3a2,_0x189877._0x3caf1f,0x3b2)](execAsync,_0x36e1d6(-0x2e,_0x189877._0x360e4b,_0x189877._0x3f2dbf,-_0x189877._0x3cfc3b)+_0x36e1d6(-0xa3,-_0x189877._0x1df1e5,-0x3a,_0x189877._0xd2c2bf)+_0x36e1d6(-0x270,-_0x189877._0xcda6c9,-0xc2,-0x172)+'D',_0x7986ef),_0x5116d8=_0x28d10d[_0xd3a67a(0x396,_0x189877._0x3d4f6f,_0x189877._0x5109e9,0x307)](),_0x4c70a3={};_0x4c70a3[_0xd3a67a(_0x189877._0x522093,0x224,_0x189877._0x47503b,_0x189877._0x484696)]=setupPath;const {stdout:_0x12424f}=await execAsync(_0x36e1d6(-0x8a,_0x189877._0xac1f48,0x66,0xa4)+'\x20--porcela'+'in',_0x4c70a3);if(_0x22c78f['FoLMh'](_0x12424f[_0xd3a67a(0x396,0x3b3,0x4c8,0x327)]()[_0x36e1d6(0x59,0x1c,-_0x189877._0x344b3d,-_0x189877._0x5277cb)],-0x1*-0x1bb0+0x34*0xaf+-0x3f3c)){if(_0x22c78f['ePeWJ'](_0x36e1d6(0x33,_0x189877._0x474b38,_0x189877._0x257101,_0x189877._0x12cfa6),_0x22c78f[_0x36e1d6(0x3f,-0x234,-_0x189877._0x22ba22,-0xed)])){if(!_0x4077f4)return null;return _0x361d3a['join'](_0x3f2260,_0x22c78f['KNBQW'],_0xd3a67a(0x369,0x349,_0x189877._0x4cc59d,0x264)+_0xd3a67a(_0x189877._0xe79cff,0x4cc,_0x189877._0x402fdd,_0x189877._0x21caea)+'n');}else{const _0x66e62a={};return _0x66e62a['error']=_0x22c78f[_0xd3a67a(_0x189877._0x13e7d8,0x40f,0x4ec,0x5f1)],_0x2d5b41['status'](-0x1fb9+-0x1d8*0x6+-0x1b5*-0x1a)['json'](_0x66e62a);}}let _0xddf93e=-0x1f36+0x23d6+-0x4a0,_0x46768a=0xe3e+-0x6cd*-0x1+-0x150b;try{const _0x59380e={};_0x59380e[_0xd3a67a(_0x189877._0x522093,_0x189877._0x1b9994,_0x189877._0x33ec8c,0x2f5)]=setupPath;const {stdout:_0xa2e342}=await _0x22c78f[_0x36e1d6(-0x37,0xd7,_0x189877._0x22af7f,_0x189877._0x22ba22)](execAsync,_0x36e1d6(0x6c,-_0x189877._0x27ffdd,_0x189877._0x43b2d7,_0x189877._0x45fb72)+_0xd3a67a(0x25c,_0x189877._0x593eb3,0x2fb,0x1aa)+'right\x20--co'+_0x36e1d6(_0x189877._0x2c1426,-_0x189877._0x39c6ce,_0x189877._0x420838,0x53)+'/'+_0x5116d8+'...HEAD',_0x59380e),[_0x40308e,_0xc05ce8]=_0xa2e342['trim']()['split']('\x09')['map'](Number);_0xddf93e=_0x22c78f['Sprza'](_0xc05ce8,0xd8d*-0x1+-0x17*0x179+0x2f6c),_0x46768a=_0x22c78f[_0xd3a67a(0x30a,0x238,_0x189877._0x122bd1,0x24a)](_0x40308e,-0xd*0x16a+0x7a*0x43+-0x66*0x22);}catch(_0x32ce4c){if(_0x22c78f['rnGjP'](_0x22c78f[_0xd3a67a(_0x189877._0x5a6894,0x42d,_0x189877._0x52f0d7,0x307)],'XdLCx')){const _0x5bdea5={};_0x5bdea5[_0xd3a67a(0x2cd,_0x189877._0x2690fa,_0x189877._0x524502,0x355)]=_0x32ce4c[_0xd3a67a(_0x189877._0x22ca8b,_0x189877._0x4f808e,_0x189877._0x54b9a7,_0x189877._0x1435ab)],logger[_0x36e1d6(-_0x189877._0x2802d9,-0xff,0x7,-_0x189877._0x541a36)](_0x22c78f['UjGSc'],_0x5bdea5);}else{const _0x32d0fb={};_0x32d0fb[_0xd3a67a(0x2cd,0x3ae,0x367,_0x189877._0x124d60)]=_0x5174a7[_0xd3a67a(0x400,0x3cc,0x454,_0x189877._0x2f05a0)],_0x1e9c08['debug'](_0x22c78f[_0xd3a67a(_0x189877._0x4afde1,0x398,0x594,_0x189877._0x30f45a)],_0x32d0fb);}}if(_0xddf93e===0x163e+-0xb*0x22c+0x1a6||_0x22c78f[_0x36e1d6(-_0x189877._0x79031a,-0x76,-_0x189877._0x1afaa4,-_0x189877._0x5d33a2)](_0x46768a,0xc87+-0xb25+0x3*-0x76)){const _0x47d18e={};return _0x47d18e[_0xd3a67a(_0x189877._0x408a4d,0x302,_0x189877._0x4daba3,_0x189877._0x43cce5)]=_0x22c78f[_0xd3a67a(_0x189877._0x2a99fe,_0x189877._0x50ada4,0x1bf,0x2b5)],_0x47d18e[_0xd3a67a(_0x189877._0x448d7d,_0x189877._0x1ddb80,_0x189877._0x1b146f,0x587)]=_0xddf93e,_0x47d18e['behind']=_0x46768a,_0x2d5b41['status'](0x256a+0x7ce+-0x2b9f)[_0x36e1d6(0xa8,-0xfe,_0x189877._0x1ccefe,_0x189877._0x541a36)](_0x47d18e);}const {stdout:_0x1d979e,stderr:_0x84f5f5}=await _0x22c78f[_0xd3a67a(0x38b,0x42f,0x3bf,_0x189877._0x534767)](runSetupRepoGitCommand,{'setupRepoPath':setupPath,'args':[_0x22c78f[_0x36e1d6(_0x189877._0x304112,_0x189877._0x16eb50,_0x189877._0x32c750,_0x189877._0xc0c36c)],_0x22c78f['hofyY']],..._0x22c78f[_0x36e1d6(-0x29,0x11e,0x5,0xd1)](buildSetupRepoAuthParams,_0xa61c2e,_0x31504e),'logger':logger}),_0x8621bf={};_0x8621bf[_0xd3a67a(0x3a6,_0x189877._0x172c0e,0x466,0x42d)]=_0x31504e[_0xd3a67a(_0x189877._0x7985ba,_0x189877._0x33a854,_0x189877._0x57fc8d,_0x189877._0x1b1d11)][_0xd3a67a(_0x189877._0x58c983,0x215,0x283,_0x189877._0x7cbf86)],_0x8621bf['branch']=_0x5116d8,_0x8621bf[_0xd3a67a(_0x189877._0x4080e1,_0x189877._0x442d28,_0x189877._0x178b86,_0x189877._0x25be2b)+'ePush']=_0xddf93e,_0x8621bf[_0xd3a67a(0x45a,0x3db,_0x189877._0x418345,_0x189877._0x88928f)]=_0xa61c2e[_0xd3a67a(_0x189877._0x1c4059,0x391,_0x189877._0x46b6f3,_0x189877._0x2e6e49)],_0x8621bf['authProvid'+'er']=_0xa61c2e[_0x36e1d6(-0x1c1,-_0x189877._0x47ef9e,_0x189877._0x320126,-0xf3)]||null,logger[_0xd3a67a(_0x189877._0x30f45a,_0x189877._0x339839,_0x189877._0x39736a,_0x189877._0x517a6e)](_0xd3a67a(_0x189877._0x5cf932,0x541,0x5dc,0x48b)+_0xd3a67a(_0x189877._0x40afa7,_0x189877._0x437efc,_0x189877._0x5ca29e,0x25f)+'uted',_0x8621bf),_0x2d5b41[_0x36e1d6(0x90,-_0x189877._0x38f561,0x8f,0xd)]({'success':!![],'pushed':!![],'branch':_0x5116d8,'output':_0x22c78f['NIdmP'](_0x1d979e,_0x84f5f5)});}}catch(_0x4ac28f){if(_0x22c78f[_0x36e1d6(-_0x189877._0x4dcf17,-_0x189877._0x233ee3,0x5f,-0x7d)](_0x22c78f[_0x36e1d6(_0x189877._0x5315f9,-_0x189877._0x50539c,-0x36,_0x189877._0x1f4b93)],'quWoh')){const _0x1b264a={};_0x1b264a[_0x36e1d6(-0x148,-0xda,-_0x189877._0xce3832,-_0x189877._0x4d0500)]=_0x4ac28f['message'],logger['error'](_0x22c78f['qaDXJ'],_0x1b264a);const _0x1136e0={};_0x1136e0['error']=_0x22c78f['AghPI'],_0x1136e0['message']=_0x4ac28f['message'],_0x1136e0['stderr']=_0x4ac28f[_0x36e1d6(-_0x189877._0x1edf99,-_0x189877._0x51cac1,-_0x189877._0x3a0eb8,-_0x189877._0x2a49aa)],_0x2d5b41[_0xd3a67a(0x41b,_0x189877._0x15effd,0x540,_0x189877._0x45f743)](0x241+-0x3d2+0x385)[_0xd3a67a(_0x189877._0x582010,0x2a9,0x3a5,_0x189877._0x151215)](_0x1136e0);}else{const _0x3a26a0={};return _0x3a26a0['error']=_0x22c78f[_0xd3a67a(_0x189877._0xc716ca,0x48a,0x3c6,_0x189877._0x55b219)],_0x5aaff7[_0xd3a67a(0x41b,_0x189877._0x30f45a,_0x189877._0x32f0ae,_0x189877._0x56c6bb)](0x1674+-0x18cf+0x3f4)[_0x36e1d6(-_0x189877._0x5d5ba8,-0x114,_0x189877._0x262481,_0x189877._0x56b4fc)](_0x3a26a0);}}}),router[_0x1dc7a3(0x126,0xb9,0x23f,0x193)](_0x359185(0x8e,-0xa2,-0xa2,0x9b)+'rd',requireAnyPermission(['skills:edi'+'t','skills:man'+_0x1dc7a3(0x57,0x221,0x196,0x12d)]),async(_0x25f801,_0xb02db2)=>{const _0x155358={_0x143d18:0x183,_0x22dcc5:0x529,_0x5e737a:0x421,_0x4d6e3a:0x55d,_0x336af2:0x3ee,_0x423839:0x41f,_0x12dbd7:0x565,_0x4d2d26:0x651,_0x4f6d2c:0x590,_0x4977e0:0x2d4,_0x43a5dc:0x2d7,_0x170a11:0x1c7,_0x585337:0x81,_0x23a884:0x2fa,_0x46d7c9:0x38b,_0xdb9860:0x570,_0x4bee14:0x652,_0x87eece:0x44a,_0x2d84ff:0x212,_0x268a29:0x1ea,_0x52ad62:0x128,_0x49b5c9:0x185,_0x5dbb66:0x16f,_0x235144:0x13a,_0x5cc4f6:0x3ee,_0x51244c:0x3b0,_0xb251a7:0x3c6,_0x3ba77f:0x2b2,_0x27eab5:0x269,_0x13d223:0x413,_0x2c290d:0x342,_0x54b1fc:0x35b,_0x4cd0bd:0x476,_0x532d41:0x436,_0xbd715e:0x265,_0x45cc22:0x148,_0x2724bb:0x388,_0x1d0c90:0x316,_0x2057e9:0x237,_0x426785:0x44f,_0x1fd169:0x25e,_0x15ed7c:0x3c9,_0x77b2ce:0x592,_0x3bbd1b:0x47d,_0x1e50dc:0x430,_0x3e528a:0x3fe,_0x51a869:0x302,_0x2aad97:0x470,_0x523198:0x3fa,_0x2f9e1c:0x428,_0x563390:0x2a9,_0x16fad4:0x255,_0x26d5e4:0x179,_0x5640b1:0x10e,_0x54a701:0x2ed,_0x2a4086:0xdb,_0x1fe261:0x301,_0x40fc96:0x21f,_0x44dec8:0x521,_0x1d666e:0x605,_0x508843:0x46f,_0x2b0a0d:0x4c7,_0x59eaaa:0x340,_0x4f4251:0x2b3,_0x3e066b:0x357,_0x20dcdc:0x309,_0x26be26:0x521,_0xe2976d:0x5a7,_0x13e4dc:0x3c6,_0x881378:0x30b,_0x125923:0x3bb,_0x56920d:0x255,_0xff658a:0x33e},_0x218107={_0x583dab:0x1d1,_0x256d18:0x5c6};function _0x2abc11(_0xe7b832,_0x3c5d8d,_0x905c54,_0x14f024){return _0x359185(_0xe7b832-_0x218107._0x583dab,_0xe7b832-_0x218107._0x256d18,_0x3c5d8d,_0x14f024-0x97);}function _0x3c1f03(_0x1149d2,_0x4aabe1,_0x457e60,_0x4b93d2){return _0x359185(_0x1149d2-0x6c,_0x1149d2-0x3e5,_0x4aabe1,_0x4b93d2-0x37);}const _0x56f177={'dUuXt':'Coder-setu'+_0x3c1f03(0x2aa,0x290,_0x155358._0x143d18,0x3a3)+_0x2abc11(0x3f4,0x453,_0x155358._0x22dcc5,_0x155358._0x5e737a),'BUFTq':_0x2abc11(0x42e,0x459,0x520,_0x155358._0x4d6e3a),'GfvqB':_0x2abc11(0x4d7,_0x155358._0x336af2,0x3e6,_0x155358._0x423839),'aRBkH':function(_0x294a32,_0x4d3c57,_0x5ca923,_0x1ea26c){return _0x294a32(_0x4d3c57,_0x5ca923,_0x1ea26c);},'aTAUm':_0x2abc11(_0x155358._0x12dbd7,_0x155358._0x4d2d26,0x467,_0x155358._0x4f6d2c),'Driuw':_0x3c1f03(_0x155358._0x4977e0,0x313,0x368,_0x155358._0x43a5dc),'tChKJ':_0x3c1f03(_0x155358._0x170a11,_0x155358._0x585337,_0x155358._0x23a884,0x9d)+'nges\x20have\x20'+'been\x20disca'+_0x2abc11(_0x155358._0x46d7c9,0x29c,0x381,_0x155358._0x46d7c9),'TfAOl':_0x2abc11(0x539,_0x155358._0xdb9860,_0x155358._0x4bee14,0x513)+'discard\x20sk'+_0x2abc11(0x4f3,0x4ef,0x4d2,_0x155358._0x87eece)+'es','ZwLsq':'Failed\x20to\x20'+_0x3c1f03(_0x155358._0x2d84ff,_0x155358._0x268a29,_0x155358._0x52ad62,_0x155358._0x49b5c9)+_0x3c1f03(0x1cf,_0x155358._0x5dbb66,0x2b6,_0x155358._0x235144)};if(!setupPath){const _0x2017d9={};return _0x2017d9[_0x2abc11(_0x155358._0x5cc4f6,_0x155358._0x5cc4f6,_0x155358._0x51244c,_0x155358._0x22dcc5)]=_0x56f177['dUuXt'],_0xb02db2[_0x3c1f03(0x35b,_0x155358._0xb251a7,_0x155358._0x3ba77f,_0x155358._0x27eab5)](-0x1e7d+0x43a*0x1+0x1c3a)[_0x3c1f03(0x2f8,0x379,_0x155358._0x13d223,0x261)](_0x2017d9);}try{const _0x4cf9da={};_0x4cf9da['cwd']=setupPath,await execFileAsync(_0x56f177[_0x2abc11(0x458,0x558,0x357,_0x155358._0x2c290d)],[_0x2abc11(0x48f,_0x155358._0x54b1fc,_0x155358._0x4cd0bd,_0x155358._0x532d41),_0x3c1f03(_0x155358._0xbd715e,0x2ea,_0x155358._0x45cc22,_0x155358._0x2724bb),'--',_0x56f177[_0x3c1f03(_0x155358._0x1d0c90,_0x155358._0x2057e9,_0x155358._0x426785,_0x155358._0x51244c)]],_0x4cf9da);const _0x19237f={};_0x19237f[_0x2abc11(0x348,0x423,0x228,_0x155358._0x1fd169)]=setupPath,await _0x56f177[_0x2abc11(0x3fd,0x538,_0x155358._0x15ed7c,0x34c)](execFileAsync,_0x56f177[_0x2abc11(0x458,_0x155358._0x77b2ce,_0x155358._0x3bbd1b,0x315)],[_0x56f177[_0x2abc11(_0x155358._0x1e50dc,_0x155358._0x3e528a,_0x155358._0x51a869,0x43e)],_0x56f177[_0x2abc11(0x587,_0x155358._0x2aad97,0x5b8,0x4a1)],_0x56f177['GfvqB']],_0x19237f);const _0xcd6dcf={};_0xcd6dcf['executedBy']=_0x25f801[_0x2abc11(_0x155358._0x523198,0x361,0x427,_0x155358._0x2f9e1c)][_0x3c1f03(0x238,0x336,0x2fe,_0x155358._0x563390)],logger['info'](_0x3c1f03(0x1c7,0x13b,_0x155358._0x16fad4,0xf7)+_0x3c1f03(0x23f,_0x155358._0x26d5e4,_0x155358._0x5640b1,_0x155358._0x54a701)+_0x3c1f03(0x1aa,_0x155358._0x2a4086,0x1b8,0x2ba),_0xcd6dcf);const _0x55f77d={};_0x55f77d[_0x3c1f03(0x2e7,_0x155358._0x1fe261,_0x155358._0x40fc96,0x3bc)]=!![],_0x55f77d[_0x2abc11(_0x155358._0x44dec8,_0x155358._0x1d666e,0x491,0x476)]=_0x56f177['tChKJ'],_0xb02db2[_0x2abc11(0x4d9,_0x155358._0x508843,0x4af,_0x155358._0x2b0a0d)](_0x55f77d);}catch(_0x4b5d54){const _0x82575e={};_0x82575e['error']=_0x4b5d54[_0x3c1f03(_0x155358._0x59eaaa,0x20c,0x462,0x240)],logger['error'](_0x56f177['TfAOl'],_0x82575e);const _0x33555f={};_0x33555f[_0x2abc11(0x3ee,_0x155358._0x4f4251,0x330,0x3a5)]=_0x56f177[_0x3c1f03(_0x155358._0x3e066b,0x270,0x3e0,_0x155358._0x20dcdc)],_0x33555f[_0x3c1f03(0x340,0x297,0x2de,0x21c)]=_0x4b5d54[_0x2abc11(_0x155358._0x26be26,_0x155358._0x3e528a,_0x155358._0xe2976d,0x3e1)],_0xb02db2[_0x3c1f03(0x35b,_0x155358._0x13e4dc,0x39a,_0x155358._0x881378)](0x68+0x3*-0x10b+0x13*0x3f)[_0x3c1f03(0x2f8,_0x155358._0x125923,_0x155358._0x56920d,_0x155358._0xff658a)](_0x33555f);}});export default router;
|
|
1
|
+
(function(_0x43ccd5,_0x289be2){const _0x2bdc88={_0x59ae8c:0x2f6,_0x12d070:0x254,_0x59e907:0x1c1,_0x273b7f:0x1d3,_0x19a487:0x8b,_0x129a41:0x13c,_0xcfe1e0:0x1fd,_0x29a9ee:0x151,_0x5b817a:0x237,_0x43a011:0x261,_0x2112c3:0x341,_0x1a54f5:0x1f6,_0x16dab0:0xf2,_0x5bf6d5:0xc1,_0x5852a7:0x279,_0x14f3b1:0x16a,_0x28b2f2:0x1b3,_0x5c8279:0x1f2,_0x1de5dc:0x9f,_0x23d3e4:0x23,_0x501b77:0x12d,_0x1fc9ba:0x93,_0x571323:0x13e,_0x1cfd03:0x1d,_0x1ffc7b:0xa1},_0x3b3672={_0x1bf705:0x245};function _0x16b649(_0x559787,_0x216963,_0x233ae2,_0xb24296){return _0x3c80(_0xb24296- -0x116,_0x233ae2);}const _0x489a02=_0x43ccd5();function _0x2df454(_0x213edf,_0x38abc5,_0x1b75ab,_0x489025){return _0x3c80(_0x1b75ab- -_0x3b3672._0x1bf705,_0x38abc5);}while(!![]){try{const _0x58c790=-parseInt(_0x16b649(_0x2bdc88._0x59ae8c,_0x2bdc88._0x12d070,_0x2bdc88._0x59e907,_0x2bdc88._0x273b7f))/(0x1ecf+0xde2+-0x2cb0)*(parseInt(_0x2df454(-_0x2bdc88._0x19a487,-_0x2bdc88._0x129a41,0x21,0x134))/(0x12a2+-0xe09*-0x1+-0x20a9))+parseInt(_0x16b649(_0x2bdc88._0xcfe1e0,0x140,0x44,_0x2bdc88._0x29a9ee))/(-0x231b+-0x7*-0x4e8+0xc6)+parseInt(_0x16b649(_0x2bdc88._0x5b817a,0x335,0x33c,_0x2bdc88._0x43a011))/(-0x2*0x9cd+0x5a+0x1344)*(parseInt(_0x2df454(0x235,_0x2bdc88._0x2112c3,0x25f,0x320))/(-0x2077+-0x25*-0x66+-0x2f5*-0x6))+parseInt(_0x16b649(0x131,-0x1b,_0x2bdc88._0x1a54f5,_0x2bdc88._0x16dab0))/(-0x1*0x51c+0x6f1*-0x1+0xc13)+-parseInt(_0x16b649(_0x2bdc88._0x5bf6d5,_0x2bdc88._0x5852a7,_0x2bdc88._0x14f3b1,_0x2bdc88._0x28b2f2))/(0x2eb*0xb+0x86a+0x143e*-0x2)+parseInt(_0x2df454(_0x2bdc88._0x5c8279,-0x85,_0x2bdc88._0x1de5dc,0x1e1))/(0x19bc+0x5d*0x43+-0x320b)+-parseInt(_0x16b649(_0x2bdc88._0x23d3e4,0x6e,0xf,_0x2bdc88._0x501b77))/(0x2382+-0x31d*0x4+-0x1*0x1705)*(parseInt(_0x2df454(_0x2bdc88._0x1fc9ba,_0x2bdc88._0x571323,_0x2bdc88._0x1cfd03,-_0x2bdc88._0x1ffc7b))/(0x167d+0x13ad+-0x2a2*0x10));if(_0x58c790===_0x289be2)break;else _0x489a02['push'](_0x489a02['shift']());}catch(_0x1df1b0){_0x489a02['push'](_0x489a02['shift']());}}}(_0x3d7f,-0xa*-0x50b6+-0xe0b*-0x10e+-0x7d18e));function _0x3c80(_0x5616d5,_0x4a4dd0){_0x5616d5=_0x5616d5-(0xd*0x2a7+0x48*0x2b+-0x1*0x2ca5);const _0x36436c=_0x3d7f();let _0x29d6f9=_0x36436c[_0x5616d5];if(_0x3c80['siYQPF']===undefined){var _0x557a5b=function(_0x19fdd1){const _0x2874ee='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x48e2b3='',_0x2740d7='';for(let _0x28f475=0x5c9*-0x5+-0x14d*0x9+0x28a2,_0x368db2,_0xc1a897,_0x1cee14=-0x1*-0xdb4+-0x24af+0x16fb;_0xc1a897=_0x19fdd1['charAt'](_0x1cee14++);~_0xc1a897&&(_0x368db2=_0x28f475%(-0x1*-0x64d+0x404+0x36f*-0x3)?_0x368db2*(-0x13c6+0x147+0x12bf)+_0xc1a897:_0xc1a897,_0x28f475++%(-0x21b3+-0x2*0x4e+0x2253))?_0x48e2b3+=String['fromCharCode'](-0x72e*-0x1+0xcf9+-0x1328&_0x368db2>>(-(0xe5e+-0xd58+-0x104)*_0x28f475&-0x26ab*-0x1+0xece+-0x11d1*0x3)):-0xe19+0x1*0x363+0xab6){_0xc1a897=_0x2874ee['indexOf'](_0xc1a897);}for(let _0x15142b=-0x1ced+0x887+0x175*0xe,_0x466d8f=_0x48e2b3['length'];_0x15142b<_0x466d8f;_0x15142b++){_0x2740d7+='%'+('00'+_0x48e2b3['charCodeAt'](_0x15142b)['toString'](-0xef6+0xc0f+-0x3*-0xfd))['slice'](-(0x1229+0x14*0x1de+-0x377f));}return decodeURIComponent(_0x2740d7);};_0x3c80['WCAwdU']=_0x557a5b,_0x3c80['VSoCEM']={},_0x3c80['siYQPF']=!![];}const _0x213a7b=_0x36436c[0x2*0x350+-0xc5*-0x26+-0x23de*0x1],_0x3be026=_0x5616d5+_0x213a7b,_0x18a4a4=_0x3c80['VSoCEM'][_0x3be026];return!_0x18a4a4?(_0x29d6f9=_0x3c80['WCAwdU'](_0x29d6f9),_0x3c80['VSoCEM'][_0x3be026]=_0x29d6f9):_0x29d6f9=_0x18a4a4,_0x29d6f9;}import _0x3651e8 from'express';import{promises as _0x8fb774}from'fs';import _0x2355a5 from'path';import{exec,execFile}from'child_process';import{promisify}from'util';import{setupPath,reloadCoderConfig}from'../start.js';import{requirePermission,requireAnyPermission}from'../middleware/requirePermission.js';import{logger}from'../lib/logger.js';function _0x3d7f(){const _0x130588=['C2L6zq','sNDnzxq','sxbmwem','y1rWA0u','t2TPtMq','vMn1sgG','zhzbEMO','DLb3C0q','C211Bfe','Aw5JBhvKzxm','wKnOueW','B01jDgG','zM9Yy2u','lZPUyw1Ll2zPBa','Eg1HEvC','BwqGlsbKzwXLDa','BMDLCYbOyxzLia','sw5QCxC','B3jPz2LU','ug1RswW','Cg9ZDa','uuzABwq','rfbHthC','s0XqrLm','zw5KC1DPDgG','y1zyD1q','lIbfEhbLy3rLza','zMHPsey','Dvbks1y','DhmGyNv0ig1PCW','EuL3C2q','r2L0ihb1C2GGzG','C3bSAxq','yxv0AenVBMzPzW','rMLSzsbZyxzLza','uMPIrw0','u2TPBgWGywXYzq','yLDmqLi','CLDnswK','ihrVihbYB2nLzq','z0Pvs3K','wKXPsMm','BgXVD2vK','DxnLCI5LBwfPBa','re9VuNa','wxzpr1G','ChvSBezPCNn0','ywnJzxnZ','AKPzuMu','v25mq1q','s29sy1q','u0TjteWUBwq','BMqGy2fUBM90ia','ENH0C2S','sujuCK0','r25rr2u','igH5CgHLBNmGBW','ls1JywnOzwq','ven6tfy','q1bUALe','yKnru2u','vxnLifbvvcaVCW','igrLBgv0zwq','qwrMDwW','B2nRzwq','ywXS','zsbZA2LSBhmGyW','u2TPBgXZigDPDa','shbfBg0','wgHgsK0','ysbZExn0zw0GCW','rermru8','DxfqEhO','BKvXCfC','zwfKlw9UBhK','v2H0EhC','CIaI','sfDTtvC','zxrLigzPBgvZia','s1P4wxG','y29UzMXPy3rZ','wuXnv3a','swrmDfK','ywHLywqVyMvOAq','ALHVy2q','B21TAxr0zwqGyW','lwzK','DLPZz3K','Egj0u2i','C2TPBgXjza','Avn5whq','CgrHDgvK','vhb3rfm','ruLlzeG','BLnIAMK','zxjYB3i','D252sfO','DxbKyxrLihnRAq','igfZihjLywqTBW','ywDL','q2fUBM90ignYzq','u2TPBgWGzMLSzq','DNHSEMK','CMvZB2X2zq','u2TPBgWGDxbKyq','u0vuvvbFuefusa','yxrL','z09Az3K','oIbBxq','BwTKAxi','AuPiv00','zgLYBMfTzq','BK1HyMG','Awz5igzPBgvZia','C3rKzxjY','AMLpugC','uxv5qMS','C3vJy2vZCW','zKjetw8','y2HPBgrYzw4','wNHeEK4','C3nMzwS','qwnJzxnZigrLBG','rxHeqKG','yw5Kig5VDcbIzq','ChDvs1K','mJbqDhDAv2q','zxnNCLq','B1r4ywC','C3rHDhvZ','C2TPBgXZoMvKAq','r2L0ihb1BgWGzG','sLzMtuW','AxnbCNjHEq','CuXWtxa','ls0T','yMvLBIbKAxnJyq','Aw4GCMvHzg9UBa','BwjLCNmSigfUza','AxPVuvq','CxHsuw0','zw4TzMLSzxmGCW','wvnfy0C','y2TbD0i','wKvvq1u','ic0TCg9Yy2vSyq','Bw9Kzq','zwvHELe','yvvRz0K','sezqDLC','r0jPv0u','uvbVBhC','zujvuxC','yMvMB3jLihb1CW','C2TPBgXZoMrLBa','z2L0ignOzwnRlq','shLzz0u','ig11C3qGyMuGmG','yMvOAw5K','AM9PBG','mZG0mJy0mfjbvujrDa','vLP2DLO','y2fSigjYyw5JAa','qvLYu00','AwXSCYbJAgfUzW','q3vLD0m','zxnZAwjSzsbIzq','y29UBMvJDgvK','u2v0ienprevsxW','rgDbvKK','reThz3m','ig5Vic5NAxrPzW','z2L0','D012BKW','CMvHzgrPCG','ignYzwf0zs91Ca','ls11BNnLDa','CMvHzcbMAwXL','B3vUza','AeT1rgO','uxv1wfy','A3r2rwm','yMrHwLi','Bwf0y2G','C2TPBgXZlW','sevbra','AwvK','y1DJveG','s3jhqw8','A0HYBLy','C1DiseW','DgrjrvG','Ee5dvei','Dg1muwm','tM8Gy2HHBMDLCW','uKDSy1O','qwnKs3C','ignYzwf0zwqVDq','AMjhy3a','ChvSBa','ic0GChjVBxb0ia','q291BgqGBM90ia','CMvJDxjZAxzL','B21TAxqGzMfPBa','rMLSzsbKzwXLDa','BgLZDcbZA2LSBa','Bw1PDa','ihrVigvUywjSzq','DNjtvfq','tgfvDwe','zMLSDgvY','yM9KEq','r2L0ignVBw1PDa','zxrLifnlsuXmlG','sfDxv3a','lI4VBgLIl3vZzq','y3jLyxrLzej5','DMvRwhu','BMX5','nta0mte3BxblrNLr','ALbqDuy','AwDUB3jLia','y1fYwgq','CgfYyw1Z','u2TPBgWGzgvSzq','CMvHzg9UBhK','zeLJA0O','B3DLCMnHC2uGBa','twLID1C','ANjqBwi','yK5mvem','AwDUB3jLigvYCG','zvLLBgi','ChjVBxb0sgLKza','B2TYENi','CMuGBM90igfJyW','BNqGAxmGBM90ia','s1nvuvG','y0XnBKO','BNmUANm','DMfSAwq','wLjUvMC','DhLWzq','igfZigeGC3LZDa','tu52z2G','ignVBw1PDcbJCG','C2TPBgW','yKvLwM0','zxfrsMW','zhP0wxe','mtbpzKrjAvG','wvbYqLq','BvD4twq','tw5bANq','ndK1ndeWyNzIDefg','mtqZnZmWm3jbALDcwa','sw1uBgG','whrIAfC','wuPVCLm','q3LAAfy','AxnZAw5N','ALbAwvG','B3v0Chv0','rMfPBgvKihrVia','sMP3ufe','A2LSBhmVoM5HBq','EgPVywS','EMDkr0O','AgL4DKi','yxv0Ae1Vzgu','AgLUza','ugf0Acb0CMf2zq','vu5tufK','zM9YrwfJAa','BcbMAwXL','lM1K','A2LSBc4','ls1Uyw1Llw9UBa','se5lyxa','l2DPDc9WDxnO','DMvIvvK','AuTxt3G','BuXLzuu','reTtsgS','zgLMzG','vNjSrgO','qM1QwMO','EfPzvLm','lMLTCg9YDgvKlq','DgjZyMu','zw0GC2TPBgWGyq','Avjqug4','CNKGy29UDgvUDa','uM91DgvY','rMLSzsbUB3qGzG','Aw4GysbYzwfKlq','EMnmsu4','j3mGzMLSzxmGyq','ihb1BgWGzxHLyW','zMLSzxm','Dw50ig9YAwDPBG','yMuGzgvSzxrLza','uhvZAcbPCYbVBG','BMfSq1m','z2L0ihjLDI1SAq','z0LuBwS','CNnHBcbUB3qGyq','ywHLywq','igrLBgv0zsbZEq','uK1fBvi','rwfcEKO','uK9tBwq','igjSB2nRzwq','ihb1C2GGzMfPBa','y2f1C2uGDgHLEq','sezSv0i','ms4WlJa','BMfTzq','iI4GugXLyxnLia','ww9IAeS','CcbUB3qGy29UzG','ChjVDMLKzxi','DxrLza','zM91BMq','BgL2Dwy','C2TPBgXZoNzPzq','y2HLy2TVDxq','AgLKzgvUxq','AvrLD3i','ihjLywqGzMLSzq','BwvZC2fNzq','C3rHCNrZv2L0Aa','q3DyB0m','zgvSzxrL','DgvYCW','C2XPy2u','qMj6Bfu','lty0ignOyxjHyW','vuv3B0m','uMjcAxm','AgfZ','D0DPsLC','Bg9Nz2vY','BgXZlYb0BYbJBW','z2LiD3G','sw52ywXPzcbJBW','zgvSzxrLihnRAq','weDZqMm','q1rSsfi','ww91CIbHy2nVDq','vNndr3e','yuzzwLi','sMzIBvC','ntq3odu1swXhrMXX','uK9dyLe','CNnLic0TywjICG','u2TPBgXZignOyq','D2L0AezPBgvuEq','igLZihjLCxvPCG','ANnVBG','tK5Rveu','BguGD2HLBIbSBW','tuX6yvC','y1vmBuG','D0HrD3a','tfLMsgO','Bw1PDcbZy29Wzq','AxvJzMS','vM9htfC','u2TpDgy','q29KzxiTC2v0Dq','A25sv3i','ru5pru5u','BwfW','DuzHt2W','AxneAxjLy3rVCG','u1f1u2e','y29UBMvJDcb5BW','AwD1CMvK','y29Kzq','mtiXmJKYmg51uMjMEq','w1bYB3bYAwv0yq','s2HJwNO','wK5yzfq','DMnZsMS','mLDpzMzIuW','DgTAEwC','BcbPBNn0zwfK','rgfstfq','y3rVCNKGzxHPCW','zgvSzxrLzej5','igzYB20GAgLKza','zxjHDgLVBG','zgLZy2fYzcbZAW','z2L0ihn0yxr1CW','qLzOzNC','y29UzMLN','vLr6qxy','DMnbvNq','t0nxu0S','zKHlyvC','Cu9Js3e','u2TPBgWGBM90ia','CMvK','BNPgB00','C2TPBgXZoM1HBG','whH0sKC','t2LtDwC','BguGAw4GCMvHza','z2LcBva','wunQwxm','zwzoBhy','vhjjqK4','DgvZDa','CKL5uvu','ChjVDMLKzxjZ','BhKGyxzHAwXHyG','rff0Efu','C1j0twG','C3rYAw5N','ChHeuKy','CMvHzcbZA2LSBa','A0fMAMu','BeT2qLC','ihnRAwXS','yxv0AfbYB3zPza','zgvZy3jPChrPBW','q2LJBwu','lxbYB3zPzgvYlq','ihrVignVBw1PDa','q2fUBM90igrLBa','u2TPBgWGAxmGCG','zgf0zsbMAwXLia','igzPBgu','Bw9KzwW','yxjNDw1LBNqTAa','uMHxCM0','ze9HB0y','sxvUEwu','AMDgvhG','quX3A0y','DLHOufK','quvrsxK','y29TBwL0DgvK','z3PcA3m','zgLYzwn0B3j5ia','Aw9vrK0','zw50CMLLCW','B2yGCMvTB3rLia','v1rmCwG','zwvZBxC','s3boAvy','vw5fyLC','ChjVDMLKzxjFDa','zu5UB3q','qvfSu1i','yuDpz20','Aw5NihnRAwXSia','yNjHBMnO','Dg9vChbLCKnHCW','DhjPBq','AgLKzuzPBgvZ','AMTZD2K','C2LPqum','vgHPCYbZA2LSBa','vurHuwe','u2TPBgWGBMfTzq','wgvmyu8','rxjYB3iGCMvHza','D2j3yu8','lI4VBgLIl2DPDa','sgX0tvq','A2LSBcbIBg9JAW','zxmVkG','Efz5y1G','x3vZzxjFBM90xW','uLbKDuG','r0X3DwW','igrLBgv0zsbMAq','AgfUz2vZ','C3vIC3rYAw5N','DMLcC28','zsb0BYb1CgrHDa','BMqGC3rHDhvZia','z2v0','DxPoCwm','igfYzsbTyxjRzq','thfwu1C','BMX5ig9YigLZia','ihvUzgvYihnRAq','y2f0y2G','l2DPDc9KAxnJyq','rMLSzxmGyxjLia','Chv0','DxiGywnJB3vUDa','l2DPDc9JB21TAq','vM9rug8','lI4Usevbra','BvPuuey','wunqyu4','yxjL','Cgf0Aa','wNnWu2G','A2jHBNq','rejzENm','zK5fELO','su9py2G','yw1WBguUy29T','rKHXqxe','BgT3z2i','CNbbtKS','C3zoDwC','q09orKXjq1q','uNj6wKu','yMvJyxvZzsbPDa','yuzHrha','EMXkCey','uhvSBcbIzwzVCG','qxr0zw1WDcb0BW','A0XhyuW','vfngBvi','Avvtv3O','CgHQugO','r2T6ChO','se5MCKy','zMLSzxbHDgG','ig11C3qGyMuGBa','mJm0mdrzyxbIDNu','DMvYC2LVBG','zxrL','DgvKihnRAwXSCW','CMvHzezPBgu','rxDhvvm','BgDpvKK','Evfuzhq','v29NsNi','CMrLza','shLyswq','CLjdz2S','y3vdweG','C2vYDMLJzs5QCW','we9Owui','C2TPBgXZoMnYzq','tKzNAeW','DuzAthK','D0PRvK0','BurOCw8','Bg9JywXLq29TCa','yMfZzw5HBwu','zxHLy3v0zwrcEq','y29UBMvJDgvKia','BhnoCgW','C3nsu3a','DxnLCM5HBwu','zxrLihn5C3rLBq','C3fszMO','ChvZAa','BMDLCYbKAxnJyq','Aw50','ueP5Eu8','C2fNzsbYzxf1Aq','z0XRq0W','D3jPDgvgAwXL','DuvVqLu','C2LUzYbts0Lmta','CgvZ','AxngAwXL','D2TpCe0','Bg9HzcbPBxbVCG','C2TPBgXZlMPZBW','B1r2tMK','qLz3B1C','svjszKG','zMT5sxC','uMXpCwm','rfjOrhC','qwP3CNG','B3Lzug4','BM9YzxbSEubLEa','DxnLCG','C1vkCKq','igLZigfOzwfKia','BhP0De4','D3jPDguGzMLSzq','B09HzMO','Chbnug8','C3rLBsbZA2LSBa','y2HHCKf0','C2TPBgXZ','vLv6qum','ALzXv1O','y29UDgvUDhm','vvrUyK4','ihnRAwXSCY4','y29TBwL0','A2v5CW','veLuug0','DgvK','zgv0zxjTAw5Lia','shvfBvm','zgLZy2fYzcbJAa','zMLUza','Dg8GChjVDMLKzq','sfPQsvO','ExbcyK8','sxvzAue','A01kB0C','ExLZr2i','BgvUz3rO','uK9dAKe','DLfQA0C','A3HOruq','yw5Nzxm','EMfYCxO','EMDIsLi','Aunssuu','sKnuqLu','C2v0DxbFCMvWBW','icaTia','BLvdteS','l2DPDc9WDwXS','uKzhAhe','C3rHDa','z2v0ihnRAwXS','sw52ywXPzcbVCa','rMLRwNC','rxPUyLa','DxrMltG','sNfkqLy','AgncsgK','CgvxCK8','u2TPBgWGzgLYzq','zNjVvLO','sxHyzfO','t3HzufO','ihjLz2LZDhj5','zsbts0Lmtc5Tza','DxbKyxrLzej5','zvb1C2G','BgWGzMLSzq','ig5VCM1HBcbPzG','tgfkshC','C29YDa','vNjSCu4','C2TPBgXoyw1L','lZPUyw1L','mNWWFdf8m3W0','CKDgAw0','v21yzfa','ChvZAgvK','CKDTrgG','AgLKzgvU','t0PZzgW','ihb1C2GGzxHLyW','zujsv2y','uKjuBgO','D2fYBG','v0HKz3G','Aw5MBW','zgvIDwC','C3LZDgvT','AMTmDLu','zwf0zwq','Ee5Kt3e','zgLYzwn0B3j5','ignHBM5VDcbIzq','swT5ugC','zMLSzxniAwrKzq','ihb1C2GGy29TCa','turmvxm','reXVt00','u2TPBgWGy3jLyq','ywrK','Dw5MCMO','tgTKtfK','zxHPDcbJB2rLia','EgvgzLq','Dw5SAw5R','EfnNueK','y3DK','vK1yyM4','zxr0zxjZlcbUDq','zgLYzwn0B3j5tq','zMLSzq','ywLSzwq','tuzQEhe','zgvSzxrLigzPBa','z1L1Cu4','u05lEwm','yxrLig9Yig1Vza','ywXSB3DLzc10BW','ue9HvNe','zw1HAwW','q2fUBM90ihb1CW','BM9YzsbLEgLZDa','B25SEsbZA2LSBa','ywr5igv4Axn0CW','s2DyEKq','u1LcB2S','yw1L','B2XZ','A1ncsKS'];_0x3d7f=function(){return _0x130588;};return _0x3d7f();}import{getSetupRepoAuthConfig,runSetupRepoGitCommand}from'../lib/setup-repo-git-auth.js';import{removeContainersForSkill}from'../lib/docker-utils.js';const execAsync=promisify(exec),execFileAsync=promisify(execFile),router=_0x3651e8[_0xc95ba2(0x6f0,0x6a7,0x65d,0x545)]();function _0x3603a9(_0x5687b8,_0x7e199b,_0xb2a7b3,_0x3e2328){return _0x3c80(_0x5687b8-0x1f0,_0xb2a7b3);}function buildSetupRepoAuthParams(_0x2c3300,_0x5d75ba){const _0x314143={_0x4d82ee:0x599,_0x887efc:0x55a,_0x4fcd53:0x9c,_0x5136e8:0x1c0,_0x5af70:0x31,_0xac13b4:0x1f4,_0x9738b0:0x119,_0x4c7317:0x10c},_0x45b999={_0x40f326:0x729},_0x4bd4c5={_0x25fcbc:0x104},_0x2c52f8={};_0x2c52f8['Adful']=_0xe7bfb4(_0x314143._0x4d82ee,_0x314143._0x887efc,0x524,0x65c);const _0x36422a=_0x2c52f8,_0x47ea6a={};function _0xe7bfb4(_0x55eef3,_0x4d8817,_0x5e3859,_0xe158da){return _0xc95ba2(_0x5e3859,_0x4d8817-_0x4bd4c5._0x25fcbc,_0xe158da- -0x11f,_0xe158da-0x1bd);}function _0x35021d(_0x5a0b52,_0x168c3e,_0x1899da,_0x2fe8b3){return _0xc95ba2(_0x168c3e,_0x168c3e-0xd5,_0x2fe8b3- -_0x45b999._0x40f326,_0x2fe8b3-0x194);}return _0x47ea6a[_0x35021d(0xad,-0x34,0x34,0xee)]=_0x2c3300,_0x47ea6a['userId']=_0x2c3300[_0x35021d(-_0x314143._0x4fcd53,-_0x314143._0x5136e8,-_0x314143._0x5af70,-0x15f)]===_0x36422a[_0x35021d(_0x314143._0xac13b4,0x2b,_0x314143._0x9738b0,_0x314143._0x4c7317)]?_0x5d75ba['user']['id']:undefined,_0x47ea6a;}async function checkSetupRepoUserConnection(_0x519e9e,_0x547011,_0x443c94){const _0x30bd0c={_0x52a908:0x323,_0x6223ce:0x3ed,_0x2c58b6:0x1df,_0x3a07d8:0xa1,_0x38ab44:0x422,_0x4b53b:0x111,_0x3e526d:0x118,_0x297815:0x468,_0x1a9827:0x349,_0x4e2d1d:0x1b8,_0x3a39cb:0x118,_0x204e1d:0x1cc,_0x29f2fb:0x12a,_0x30e2b:0x10,_0x239745:0x8d,_0x4a58b6:0x28,_0x53b9c4:0x3a4,_0x49b9b8:0x45d,_0x161399:0x2d3,_0x55bb77:0x38b,_0x22075d:0xca,_0x54b6ee:0x1f,_0x11c6d1:0x211,_0x4da6fd:0xe0,_0x129c02:0x99,_0x5939fb:0x21,_0x17cdb7:0x51,_0x5619d3:0x131,_0x361216:0x174,_0xc7ebb1:0x107,_0x4b4275:0x2a,_0x394253:0x3eb,_0xac92e5:0x310,_0x1bb560:0x49c,_0x195b63:0x38d,_0x589721:0x2b0,_0x554462:0x33e,_0x1285c3:0x316,_0x32a007:0x487,_0x265d2b:0x3f4,_0x50ea3b:0x512,_0x53af23:0x4f4,_0x7c3cfb:0x415,_0xe7e51b:0x5b,_0xfeae48:0x419,_0x446233:0x37f,_0x21a930:0x3a9,_0x14917b:0x44c,_0x2de39b:0x338,_0x44cb0f:0x330,_0x224bcd:0x2b1,_0xcedf15:0x165,_0x2a909a:0x29c,_0x1d0af3:0x4a6,_0x48387c:0x377,_0xb72364:0x599,_0x3fa87b:0x534,_0xaa9d1f:0x4d6,_0x447334:0x2f2,_0x42372c:0x2ba,_0x37ae81:0x61,_0x3dfa1f:0x436,_0x484e6a:0x31d,_0x575b82:0x13d,_0x4fef57:0x275,_0xbe66c9:0x531,_0x2f0489:0x510,_0x40b372:0x58a,_0x65357c:0x33e,_0x4776eb:0x28e},_0x53f33d={_0x27e62d:0x4a,_0x5368be:0x5e9},_0x1f188e={_0x5e1007:0x2ec},_0x114e8f={'giHwx':function(_0x52645e,_0xf8228f){return _0x52645e!==_0xf8228f;},'KseMo':'user','qOcKq':_0x43c65a(_0x30bd0c._0x52a908,_0x30bd0c._0x6223ce,0x347,_0x30bd0c._0x2c58b6)+'r-git-toke'+_0x88ca5b(0x2e,0x3e,_0x30bd0c._0x3a07d8,0xec),'YJorS':function(_0x3f5a7b,_0x52db27,_0x546e93){return _0x3f5a7b(_0x52db27,_0x546e93);},'jRDFC':_0x43c65a(_0x30bd0c._0x38ab44,0x4df,0x3dd,0x4d7)+_0x88ca5b(0x1a8,0xfb,_0x30bd0c._0x4b53b,_0x30bd0c._0x3e526d)+_0x43c65a(_0x30bd0c._0x297815,0x34a,_0x30bd0c._0x1a9827,0x344),'ALwkF':function(_0x2899d5){return _0x2899d5();},'BVwoW':_0x88ca5b(0x27c,_0x30bd0c._0x4e2d1d,_0x30bd0c._0x3a39cb,0x256)+_0x88ca5b(_0x30bd0c._0x204e1d,_0x30bd0c._0x29f2fb,_0x30bd0c._0x30e2b,0x171)+_0x88ca5b(-_0x30bd0c._0x239745,-0xa,-_0x30bd0c._0x4a58b6,0x120)};if(_0x114e8f[_0x43c65a(_0x30bd0c._0x53b9c4,_0x30bd0c._0x49b9b8,_0x30bd0c._0x161399,_0x30bd0c._0x55bb77)](_0x519e9e[_0x88ca5b(_0x30bd0c._0x22075d,-_0x30bd0c._0x54b6ee,0x58,-0x3b)],_0x114e8f['KseMo']))return![];function _0x43c65a(_0x1b1130,_0x291d66,_0x27f4a0,_0x57767f){return _0xc95ba2(_0x291d66,_0x291d66-0x4d,_0x1b1130- -_0x1f188e._0x5e1007,_0x57767f-0x34);}function _0x88ca5b(_0x40cf6e,_0x2e19b9,_0x5b5aad,_0x597297){return _0xc95ba2(_0x597297,_0x2e19b9-_0x53f33d._0x27e62d,_0x2e19b9- -_0x53f33d._0x5368be,_0x597297-0x14);}const {getUserGitToken:_0xad94c1}=await import(_0x114e8f[_0x88ca5b(_0x30bd0c._0x11c6d1,_0x30bd0c._0x4da6fd,_0x30bd0c._0x129c02,_0x30bd0c._0x5939fb)]),_0x3be6c3=await _0x114e8f[_0x88ca5b(-0x85,_0x30bd0c._0x17cdb7,0x159,0xb2)](_0xad94c1,_0x547011['user']['id'],_0x519e9e[_0x88ca5b(_0x30bd0c._0x5619d3,0x90,0xe9,_0x30bd0c._0x361216)]);if(!_0x3be6c3){const {loadProvidersConfig:_0x359db5}=await import(_0x114e8f['jRDFC']),_0x579fc0=await _0x114e8f[_0x88ca5b(0x1e3,_0x30bd0c._0xc7ebb1,_0x30bd0c._0x4b4275,0x4b)](_0x359db5),_0x520713=_0x579fc0[_0x43c65a(_0x30bd0c._0x394253,_0x30bd0c._0xac92e5,_0x30bd0c._0x1bb560,0x2c3)]?.[_0x519e9e[_0x43c65a(_0x30bd0c._0x195b63,0x451,0x255,_0x30bd0c._0x589721)]]?.[_0x43c65a(_0x30bd0c._0x554462,_0x30bd0c._0x1285c3,0x3c7,0x321)]||null,_0x1abc1e={};return _0x1abc1e['error']=_0x114e8f[_0x43c65a(_0x30bd0c._0x32a007,_0x30bd0c._0x265d2b,0x4a7,_0x30bd0c._0x50ea3b)],_0x1abc1e['provider_n'+_0x43c65a(0x507,_0x30bd0c._0x53af23,0x541,_0x30bd0c._0x7c3cfb)]=_0x519e9e[_0x88ca5b(_0x30bd0c._0xe7e51b,0x90,-0x4,0x17d)],_0x1abc1e[_0x43c65a(0x411,0x52d,_0x30bd0c._0xfeae48,_0x30bd0c._0x446233)+'ype']=_0x520713,_0x1abc1e['message']=_0x43c65a(_0x30bd0c._0x21a930,0x4c1,0x488,_0x30bd0c._0x14917b)+_0x43c65a(_0x30bd0c._0x2de39b,_0x30bd0c._0x44cb0f,0x349,_0x30bd0c._0x224bcd)+_0x88ca5b(_0x30bd0c._0xcedf15,0x175,0x64,_0x30bd0c._0x2a909a)+_0x43c65a(_0x30bd0c._0x1d0af3,_0x30bd0c._0x48387c,_0x30bd0c._0xb72364,0x4fb)+_0x43c65a(0x556,_0x30bd0c._0x3fa87b,0x520,_0x30bd0c._0xaa9d1f)+_0x519e9e[_0x43c65a(_0x30bd0c._0x195b63,0x402,_0x30bd0c._0x447334,_0x30bd0c._0x42372c)]+(_0x88ca5b(-0xb7,0x8d,0x179,-_0x30bd0c._0x37ae81)+_0x43c65a(0x3c5,_0x30bd0c._0x3dfa1f,_0x30bd0c._0x484e6a,0x327)+_0x88ca5b(0x276,_0x30bd0c._0x575b82,_0x30bd0c._0x4fef57,0x1f)+_0x43c65a(_0x30bd0c._0xbe66c9,0x522,_0x30bd0c._0x2f0489,_0x30bd0c._0x40b372)+'d.'),_0x443c94[_0x88ca5b(_0x30bd0c._0x65357c,_0x30bd0c._0x4776eb,0x18a,0x382)](-0xe*-0x1fd+-0x7e4*0x2+-0xa7b)[_0x88ca5b(-0x51,0xb6,-0xc,0x3)](_0x1abc1e),!![];}return![];}function getSkillsPath(){const _0x82d725={_0x18ab53:0x492,_0x4f143b:0x5e0,_0x4016db:0x529,_0x241013:0x642,_0xe0e772:0x71f,_0x205d7e:0x6bc},_0xddeb11={_0x2ee9fc:0x49e,_0x4cb1bc:0x14d},_0x5bf021={_0xc290d7:0x65,_0x422cbe:0x1aa};function _0x36e0bc(_0x205a87,_0x489423,_0x4309e8,_0x5548e9){return _0xc95ba2(_0x5548e9,_0x489423-0x1b1,_0x4309e8- -_0x5bf021._0xc290d7,_0x5548e9-_0x5bf021._0x422cbe);}if(!setupPath)return null;function _0xd129e9(_0x124ec2,_0x5501be,_0x136a02,_0xf5b24){return _0xc95ba2(_0x5501be,_0x5501be-0xca,_0x124ec2- -_0xddeb11._0x2ee9fc,_0xf5b24-_0xddeb11._0x4cb1bc);}return _0x2355a5[_0x36e0bc(_0x82d725._0x18ab53,_0x82d725._0x4f143b,0x572,_0x82d725._0x4016db)](setupPath,_0x36e0bc(_0x82d725._0x241013,0x683,_0x82d725._0xe0e772,_0x82d725._0x205d7e));}async function skillsDirExists(){const _0x5cee76={_0xd1bea6:0x69b,_0x30e4ca:0x625,_0x3fbcde:0x5c6,_0x4632a8:0x641,_0x3cec5e:0x734,_0x313d11:0x7aa,_0x57345a:0x6d9,_0x1b123d:0x750,_0x522b93:0x732,_0xd822e8:0x71a,_0x6fe5d0:0x85e,_0x449b6a:0x7c2,_0x408ce0:0x585,_0x3f5fab:0x69c,_0x31fb24:0x760},_0x1d460a={_0x312ee4:0x1c3},_0x2c215e={_0x34609f:0xb4},_0x3fa949={'ZSwHW':_0x141bd3(_0x5cee76._0xd1bea6,_0x5cee76._0x30e4ca,0x69c,0x581),'Emzbx':function(_0x34d94c){return _0x34d94c();},'CPnjQ':function(_0x118804,_0xf8c299){return _0x118804===_0xf8c299;},'GnQGe':_0x48498f(_0x5cee76._0x3fbcde,_0x5cee76._0x4632a8,_0x5cee76._0x3cec5e,0x660)};function _0x141bd3(_0x512f5f,_0x358f10,_0x5eb662,_0xf61f16){return _0xc95ba2(_0x512f5f,_0x358f10-_0x2c215e._0x34609f,_0xf61f16- -0xf3,_0xf61f16-0xe1);}const _0x5baa08=_0x3fa949['Emzbx'](getSkillsPath);if(!_0x5baa08)return![];function _0x48498f(_0x5f0ac5,_0x1cf7dd,_0x185c1c,_0x598554){return _0xc95ba2(_0x598554,_0x1cf7dd-0x4a,_0x1cf7dd- -_0x1d460a._0x312ee4,_0x598554-0x1ee);}try{return await _0x8fb774[_0x141bd3(_0x5cee76._0x313d11,_0x5cee76._0x57345a,_0x5cee76._0x1b123d,_0x5cee76._0x522b93)](_0x5baa08),!![];}catch{if(_0x3fa949[_0x141bd3(_0x5cee76._0xd822e8,_0x5cee76._0x6fe5d0,0x7e2,0x73e)](_0x3fa949[_0x48498f(_0x5cee76._0x449b6a,0x66a,0x7aa,0x75b)],'xmayW'))return![];else{const _0x494563={};return _0x494563[_0x48498f(0x6bd,_0x5cee76._0x408ce0,0x4d2,_0x5cee76._0x3f5fab)]=_0x3fa949['ZSwHW'],_0x494563[_0x141bd3(_0x5cee76._0x31fb24,0x5e0,0x5a0,0x691)]={},_0x494563;}}}async function ensureSkillsDir(){const _0x1447f0={_0x33d12c:0x19,_0x35dcce:0x53,_0x5ad595:0xd3,_0x1f7920:0x106,_0x53add1:0x46e,_0x2125f9:0x390,_0x407077:0xb0,_0x546f5f:0x11b,_0x37cfee:0x76,_0xc5d40a:0x15c,_0x19ae7b:0xcb,_0xa6c9b3:0x7e,_0x12816e:0xd6,_0x1e6e39:0x187,_0x443315:0x1ee,_0x156fbd:0xb0,_0x2aa75:0xa6,_0x4287c7:0xd7,_0x304519:0x1be,_0x420347:0x40b,_0x4d250b:0x32d,_0xf140e4:0x4d4},_0xbe8cf3={_0x374f54:0x1eb,_0xb89fc4:0x1e6},_0xfab0e5={_0x4009c6:0x1cc,_0x2ba950:0x728},_0x21568e={'TEtTL':function(_0x20f9a9){return _0x20f9a9();},'nUCLK':function(_0x13fc0f,_0xe4053e){return _0x13fc0f===_0xe4053e;},'fBDMo':'cLMnJ'};function _0x1b28a8(_0x1df90c,_0x5284c2,_0x16b6e0,_0x506102){return _0xc95ba2(_0x16b6e0,_0x5284c2-_0xfab0e5._0x4009c6,_0x5284c2- -_0xfab0e5._0x2ba950,_0x506102-0x1b2);}const _0x5ea7c4=_0x21568e['TEtTL'](getSkillsPath);if(!_0x5ea7c4){if(_0x21568e[_0x1b28a8(-_0x1447f0._0x33d12c,0x7b,0x1e,-_0x1447f0._0x35dcce)](_0x1b28a8(-0x181,-0x102,-_0x1447f0._0x5ad595,-_0x1447f0._0x1f7920),_0x21568e[_0x50b714(0x4bd,_0x1447f0._0x53add1,0x55b,_0x1447f0._0x2125f9)]))throw new Error('Coder-setu'+_0x1b28a8(-0x84,-_0x1447f0._0x407077,0xa4,-0xdc)+_0x1b28a8(-_0x1447f0._0x546f5f,-_0x1447f0._0x37cfee,-0x50,-_0x1447f0._0xc5d40a));else throw new _0x1dca0b(_0x1b28a8(_0x1447f0._0x19ae7b,-_0x1447f0._0xa6c9b3,-_0x1447f0._0x12816e,-_0x1447f0._0x1e6e39)+_0x1b28a8(-_0x1447f0._0x443315,-_0x1447f0._0x156fbd,-0x1ea,0xb)+_0x1b28a8(-_0x1447f0._0x2aa75,-0x76,_0x1447f0._0x4287c7,-_0x1447f0._0x304519));}const _0x39e51b={};_0x39e51b['recursive']=!![],await _0x8fb774[_0x50b714(_0x1447f0._0x420347,0x465,_0x1447f0._0x4d250b,_0x1447f0._0xf140e4)](_0x5ea7c4,_0x39e51b);function _0x50b714(_0x10590a,_0x14cd26,_0x3d8eed,_0x534bd0){return _0xc95ba2(_0x10590a,_0x14cd26-_0xbe8cf3._0x374f54,_0x14cd26- -0x3fe,_0x534bd0-_0xbe8cf3._0xb89fc4);}return _0x5ea7c4;}async function getGitIgnoredFiles(_0x4c35b2,_0x494fdc){const _0x4d78b1={_0x311646:0x74e,_0x38274f:0x882,_0x1ca4f8:0x763,_0x244a20:0x5d3,_0x2df1d0:0x7c3,_0x297432:0x708,_0x5232ab:0x5d1,_0x4cb618:0x57f,_0x3bdccc:0x999,_0x34a287:0x4ac,_0x5f3bb0:0x49d,_0x1cdcf5:0x594,_0xbadce2:0x7ff,_0x1fdb1f:0x74f,_0x28cf98:0x7f2,_0x59a67d:0x819,_0x52a348:0x6c9,_0x396c34:0x72a,_0xbb2667:0x7eb,_0x405532:0x703,_0x21b001:0x8cc,_0x2ae2d0:0x31,_0x5abf97:0x22e,_0x2688bc:0x18b,_0x2dd3cc:0x62f,_0x52d6bf:0x535,_0x244419:0x8a4,_0xfaefb6:0x7a8,_0x44cd02:0x861,_0x401a30:0x74b,_0x2b8b61:0x768,_0x5175ff:0x883,_0x1b9035:0x7df,_0x1f6892:0x92b,_0x44207c:0x85f,_0xc7aa50:0x772,_0x549227:0x73f,_0x3df0ed:0x702,_0x3ac9eb:0x333,_0x1db625:0x771,_0x3e8382:0x813,_0xd4b319:0x737,_0x301676:0x677,_0x5eacad:0x39c,_0x35ab8c:0x1fd,_0xa37b4c:0x2b5,_0x1258f3:0x512,_0x34a7f5:0x526,_0x517621:0x301,_0x4620a2:0x3f8,_0x2dd7be:0x5fe,_0x178035:0x6d8,_0x56fc8f:0x295,_0x4e64ce:0x30e,_0x24dbeb:0xe9,_0x549688:0x216,_0x3a11c4:0x2b9,_0xfcb121:0x2bb,_0x4cbc9f:0x690,_0x29782a:0x248,_0x56d4ca:0x33e,_0x29aaab:0x26b,_0xd83e06:0x4e0,_0x4c8004:0x624,_0x413137:0x2d3,_0x19433d:0x40d,_0x4d6626:0x4c1},_0x3d371c={_0x3bb7f3:0x448,_0x2a55a:0x14c};function _0x2f625c(_0x2643ca,_0x5437e6,_0x2f7d32,_0x431362){return _0xc95ba2(_0x2643ca,_0x5437e6-0x1,_0x431362- -_0x3d371c._0x3bb7f3,_0x431362-_0x3d371c._0x2a55a);}const _0x1bca05={'ssRSp':_0x15ff57(0x7dc,_0x4d78b1._0x311646,0x671,_0x4d78b1._0x38274f)+'\x20create/up'+_0x15ff57(_0x4d78b1._0x1ca4f8,0x6f8,_0x4d78b1._0x244a20,_0x4d78b1._0x2df1d0)+_0x15ff57(_0x4d78b1._0x297432,_0x4d78b1._0x5232ab,0x6af,_0x4d78b1._0x4cb618)+'y\x20skill\x20bl'+_0x15ff57(_0x4d78b1._0x3bdccc,0x846,0x916,0x8a3),'bdaZR':_0x2f625c(0x31b,_0x4d78b1._0x34a287,0x55c,0x412)+_0x2f625c(0x464,0x441,_0x4d78b1._0x5f3bb0,0x3a1)+'ify\x20files\x20'+_0x15ff57(_0x4d78b1._0x1cdcf5,0x66f,0x626,0x7c8)+_0x15ff57(0x72e,_0x4d78b1._0xbadce2,_0x4d78b1._0x1fdb1f,0x6a2)+'.','uFZLy':_0x15ff57(_0x4d78b1._0x28cf98,_0x4d78b1._0x59a67d,_0x4d78b1._0x52a348,0x948),'JwMet':function(_0x19518d,_0xe6840c,_0xb5fcc5){return _0x19518d(_0xe6840c,_0xb5fcc5);},'CTlHR':function(_0x1eedc1,_0x435c6a){return _0x1eedc1!==_0x435c6a;},'jPPuF':_0x15ff57(_0x4d78b1._0x396c34,_0x4d78b1._0xbb2667,_0x4d78b1._0x405532,_0x4d78b1._0x21b001)+'1','gInoY':_0x2f625c(0x1a2,_0x4d78b1._0x2ae2d0,_0x4d78b1._0x5abf97,_0x4d78b1._0x2688bc)+_0x15ff57(0x62c,_0x4d78b1._0x2dd3cc,_0x4d78b1._0x52d6bf,0x77b)+'or\x20(may\x20be'+'\x20normal\x20if'+'\x20no\x20.gitig'+'nore\x20exist'+'s)'},_0x3c3634=new Set();if(!_0x494fdc[_0x15ff57(_0x4d78b1._0x244419,_0x4d78b1._0xfaefb6,0x6c0,_0x4d78b1._0x44cd02)])return _0x3c3634;function _0x15ff57(_0x255e41,_0x321469,_0x54eabe,_0x415ead){return _0xc95ba2(_0x255e41,_0x321469-0x68,_0x321469-0x10,_0x415ead-0x173);}try{if(_0x15ff57(0x788,_0x4d78b1._0x59a67d,0x741,0x7b9)!==_0x1bca05[_0x15ff57(_0x4d78b1._0x401a30,_0x4d78b1._0x2b8b61,_0x4d78b1._0x5175ff,_0x4d78b1._0x1b9035)]){const _0x28528e={};_0x28528e[_0x15ff57(_0x4d78b1._0x1f6892,_0x4d78b1._0x44207c,0x89b,_0x4d78b1._0xc7aa50)]=_0x2be611,_0x28528e[_0x15ff57(_0x4d78b1._0x549227,0x755,_0x4d78b1._0x3df0ed,0x8b0)]=_0xa86589,_0x28528e[_0x2f625c(0x1ea,0x424,0x315,_0x4d78b1._0x3ac9eb)]=_0x39c228['user'][_0x15ff57(0x6fd,_0x4d78b1._0x1db625,_0x4d78b1._0x3e8382,_0x4d78b1._0xd4b319)],_0x3b0f2a['warn'](_0x1bca05[_0x15ff57(0x6cf,0x770,0x825,_0x4d78b1._0x301676)],_0x28528e);const _0xc66162={};return _0xc66162['error']=_0x2f625c(_0x4d78b1._0x5eacad,_0x4d78b1._0x35ab8c,_0x4d78b1._0xa37b4c,0x29f)+_0x2f625c(_0x4d78b1._0x1258f3,_0x4d78b1._0x34a7f5,_0x4d78b1._0x517621,_0x4d78b1._0x4620a2),_0xc66162['message']=_0x1bca05[_0x15ff57(0x68d,_0x4d78b1._0x2dd7be,_0x4d78b1._0x178035,0x57d)],_0x3fec2b['status'](-0x51*0x2+0x1*0x67f+-0x12*0x3d)['json'](_0xc66162);}else{const _0x574891={};_0x574891['cwd']=_0x4c35b2;const {stdout:_0xc191c6}=await _0x1bca05[_0x2f625c(0x4e3,_0x4d78b1._0x56fc8f,_0x4d78b1._0x4e64ce,0x3af)](execAsync,'git\x20check-'+_0x2f625c(_0x4d78b1._0x24dbeb,0x31d,0x2ee,0x1cd)+_0x494fdc['map'](_0x39ace2=>'\x22'+_0x39ace2+'\x22')[_0x15ff57(0x625,0x5e7,0x54f,0x6b4)]('\x20'),_0x574891);_0xc191c6['split']('\x0a')[_0x2f625c(0x253,0x20d,_0x4d78b1._0x549688,0x1c2)](Boolean)[_0x2f625c(_0x4d78b1._0x3a11c4,0x324,_0x4d78b1._0xfcb121,0x201)](_0x2c9763=>_0x3c3634[_0x15ff57(0x6ac,0x7e8,0x884,0x6f7)](_0x2c9763['trim']()));}}catch(_0x53aa76){if(_0x1bca05[_0x15ff57(0x592,0x6a4,_0x4d78b1._0x4cbc9f,0x5c5)](_0x53aa76[_0x2f625c(_0x4d78b1._0x29782a,0x126,_0x4d78b1._0x56d4ca,_0x4d78b1._0x29aaab)],-0x4*-0x982+-0x153b+-0x35c*0x5)&&!_0x53aa76['message']['includes'](_0x1bca05[_0x15ff57(_0x4d78b1._0xd83e06,_0x4d78b1._0x4c8004,0x709,0x754)])){const _0x345531={};_0x345531[_0x2f625c(_0x4d78b1._0x413137,0x384,0x343,_0x4d78b1._0x19433d)]=_0x53aa76['message'],logger[_0x2f625c(_0x4d78b1._0x4d6626,0x2cf,_0x4d78b1._0x4620a2,0x383)](_0x1bca05['gInoY'],_0x345531);}}return _0x3c3634;}function filterGitIgnoredFiles(_0x3994d9,_0x21e478,_0x55e223=''){const _0x3ba14a={_0x346ec4:0x3f3,_0x2184cb:0x460,_0x451d40:0x1b1,_0x5ca20b:0x297,_0x24ec77:0x2c8},_0x138e07={_0xd39626:0x27a,_0x596e85:0x429,_0xbade44:0x3d8,_0x15cabf:0x41c,_0x392bf8:0x3ac,_0x27d00:0x480,_0x118014:0x356,_0x288242:0x4b7,_0x5f3fe4:0x54a,_0x39d619:0x224,_0xe5bf0d:0x31d,_0x49031d:0x496,_0x7618ac:0x538},_0x4f4b43={_0x1aabe2:0x5b,_0x2a2907:0x123},_0x1e21e9={_0x3d1411:0x3df},_0x4c45f4={_0x842ca5:0x95};function _0x1a187c(_0x534550,_0x33bc18,_0x247c60,_0x19576e){return _0xc95ba2(_0x247c60,_0x33bc18-0x13a,_0x19576e- -0x21e,_0x19576e-0x1d6);}const _0x162aec={'uzNqc':function(_0x23c643,_0x207225,_0x21bff9,_0x33c6b6){return _0x23c643(_0x207225,_0x21bff9,_0x33c6b6);},'DRhDw':function(_0xddd1ed,_0x4b8f90){return _0xddd1ed===_0x4b8f90;},'XxtJG':'MPfDc','RFGhq':_0x59f1fe(0x451,0x511,_0x3ba14a._0x346ec4,_0x3ba14a._0x2184cb),'RGlcZ':function(_0x2dad6f,_0x2e8ad0,_0x13f1e7,_0x24379a){return _0x2dad6f(_0x2e8ad0,_0x13f1e7,_0x24379a);}};function _0x59f1fe(_0x39acd3,_0x3eae0c,_0x30f05b,_0x2c4323){return _0xc95ba2(_0x2c4323,_0x3eae0c-0x12d,_0x30f05b- -0x342,_0x2c4323-0x84);}return _0x3994d9[_0x59f1fe(_0x3ba14a._0x451d40,_0x3ba14a._0x5ca20b,_0x3ba14a._0x24ec77,0x40e)](_0x30855c=>{const _0x512b28={_0x2c4594:0x487,_0x4a28dd:0x1e8,_0x4b4b28:0x268,_0x1e7b84:0x6d3,_0x558be2:0x74b};function _0x1742e6(_0x4d74bc,_0x409692,_0x3632d8,_0x1654e4){return _0x59f1fe(_0x4d74bc-0xa0,_0x409692-0x1a3,_0x3632d8- -_0x4c45f4._0x842ca5,_0x409692);}const _0x5f40bf={'dkRCy':function(_0x3d9a9e,_0x5bf96b,_0x47638e,_0x16efcd){function _0x541d5e(_0x4bf23b,_0x422542,_0x3496b2,_0x3fce1a){return _0x3c80(_0x3fce1a-0x92,_0x3496b2);}return _0x162aec[_0x541d5e(0x452,0x4ad,0x51a,_0x1e21e9._0x3d1411)](_0x3d9a9e,_0x5bf96b,_0x47638e,_0x16efcd);}};function _0x5e25c3(_0x264f74,_0x1da545,_0x31bb3f,_0xf59d21){return _0x59f1fe(_0x264f74-0x13d,_0x1da545-_0x4f4b43._0x1aabe2,_0x1da545- -_0x4f4b43._0x2a2907,_0x31bb3f);}if(_0x162aec[_0x1742e6(0x421,0x35c,0x3a0,0x487)](_0x162aec[_0x1742e6(0x393,_0x138e07._0xd39626,0x2f7,_0x138e07._0x596e85)],_0x162aec[_0x1742e6(0x453,_0x138e07._0xbade44,0x3ce,_0x138e07._0x15cabf)])){const _0xde3880={_0x54baff:0x174},_0x5a7d58={_0xb6ca0:0x149};return _0x15db4c['filter'](_0x15f8c5=>{const _0xb5024d=_0x2f8aa1?_0x52fecf+'/'+_0x15f8c5[_0x2852e6(0x642,0x5b0,0x5d5,0x6b0)]:_0x15f8c5[_0x372729(_0x512b28._0x2c4594,0x289,_0x512b28._0x4a28dd,0x342)];function _0x372729(_0x1178b6,_0xbbf30a,_0x3caf26,_0x5626e2){return _0x1742e6(_0x1178b6-0x1e9,_0xbbf30a,_0x5626e2- -0x14,_0x5626e2-_0x5a7d58._0xb6ca0);}function _0x2852e6(_0x690852,_0x27bd09,_0x5e700d,_0x1302cd){return _0x5e25c3(_0x690852-0xf2,_0x27bd09-0x2e8,_0x1302cd,_0x1302cd-_0xde3880._0x54baff);}if(_0x12ac87[_0x372729(_0x512b28._0x4b4b28,0x283,0x30b,0x2a1)](_0xb5024d))return![];return _0x15f8c5[_0x2852e6(_0x512b28._0x1e7b84,0x6f0,_0x512b28._0x558be2,0x69d)]&&(_0x15f8c5['children']=_0x5f40bf['dkRCy'](_0x5865f1,_0x15f8c5[_0x372729(0x32c,0x39d,0x36f,0x482)],_0x3748dc,_0x907702)),!![];});}else{const _0x14ba04=_0x55e223?_0x55e223+'/'+_0x30855c[_0x1742e6(_0x138e07._0x392bf8,_0x138e07._0x27d00,_0x138e07._0x118014,0x313)]:_0x30855c['path'];if(_0x21e478['has'](_0x14ba04))return![];return _0x30855c[_0x5e25c3(_0x138e07._0x288242,0x408,0x2f7,_0x138e07._0x5f3fe4)]&&(_0x30855c['children']=_0x162aec[_0x1742e6(0xfe,0x15e,_0x138e07._0x39d619,_0x138e07._0xe5bf0d)](filterGitIgnoredFiles,_0x30855c[_0x1742e6(0x54e,0x53c,_0x138e07._0x49031d,_0x138e07._0x7618ac)],_0x21e478,_0x55e223)),!![];}});}function getImportedSkillsRegistryPath(){const _0x36fd35={_0x32bc2c:0x245,_0x28f4e4:0x359,_0x296c86:0x5c3,_0x47c852:0x474,_0x20cc28:0x5e5,_0x57a81e:0x404,_0xd442:0x2e3,_0x1c2fc2:0x3df,_0x1e14e3:0x4ec},_0x189f6c={_0x4b3d83:0x89,_0x419bff:0x392},_0x58447e={_0x1d1c70:0x2a1,_0x423d09:0x1ea};function _0x31c2d0(_0x5d4e94,_0x5c2e6d,_0x3ee36c,_0x2ee8be){return _0xc95ba2(_0x5c2e6d,_0x5c2e6d-0xcc,_0x5d4e94- -_0x58447e._0x1d1c70,_0x2ee8be-_0x58447e._0x423d09);}const _0x32499c={};function _0xdf3f0a(_0x39a619,_0x266efb,_0x507c4d,_0x370604){return _0xc95ba2(_0x39a619,_0x266efb-_0x189f6c._0x4b3d83,_0x507c4d- -_0x189f6c._0x419bff,_0x370604-0x112);}_0x32499c['ZspSh']='skills';const _0x35701e=_0x32499c;if(!setupPath)return null;return _0x2355a5[_0xdf3f0a(0x1e1,0x17b,_0x36fd35._0x32bc2c,_0x36fd35._0x28f4e4)](setupPath,_0x35701e[_0x31c2d0(0x48d,_0x36fd35._0x296c86,_0x36fd35._0x47c852,_0x36fd35._0x20cc28)],'.imported-'+_0xdf3f0a(_0x36fd35._0x57a81e,_0x36fd35._0xd442,_0x36fd35._0x1c2fc2,_0x36fd35._0x1e14e3)+'n');}async function loadImportedSkillsRegistry(){const _0x5ad552={_0x4535a5:0x6c6,_0x38182b:0xc7,_0xddef6d:0x6a,_0x31cabf:0x35,_0x178747:0x5e7,_0x1fc575:0x63b,_0x1ff199:0x61d,_0x2216dc:0x212,_0x4507e0:0xd,_0x131505:0x6d2,_0x4f9565:0x738,_0x39c543:0xf,_0x5a7945:0x248,_0x567159:0x125,_0x232bc0:0x179,_0x2ab017:0x56,_0x22ab7e:0x69f,_0x3e0609:0x741,_0x514103:0x7b4,_0x4e84c5:0x624,_0x204775:0x6c5,_0x15e011:0x419,_0x2f4bba:0x1a3,_0x5da65e:0x264,_0x4f71fa:0x1a8,_0x2a73c3:0x39e,_0x48873d:0x344,_0x2428ab:0x22,_0x73358b:0x160,_0x27485d:0x6e8,_0x30960e:0x4c8,_0x1a8ca7:0xf6,_0xc944d7:0x1d3,_0x25a04b:0x6d6,_0x440a51:0x288,_0x45da0e:0x29c,_0x5dd579:0x289,_0x2a8d0d:0x6a3,_0x14caa7:0x219,_0x461b64:0x2d3,_0x55ebba:0x6bf,_0x284fe5:0x734,_0x2ce9d2:0x655,_0x44230c:0x75d,_0xb35409:0x722,_0x22e1a0:0x7fd,_0x575afd:0x789,_0x54fa2e:0x62e,_0x3d5776:0x898,_0x29a793:0x17d,_0x1c1d79:0x216,_0x1f9aba:0x1fd,_0x20b6ee:0x349,_0x1052fa:0x1c6},_0x36eca8={_0x137dae:0x1e8,_0x2de364:0x533,_0xd0f52f:0x123},_0x467c64={_0x12086a:0x72};function _0x1729e4(_0x3500c0,_0x4cf91e,_0xac3ce9,_0x11f631){return _0xc95ba2(_0x4cf91e,_0x4cf91e-0x92,_0xac3ce9- -_0x467c64._0x12086a,_0x11f631-0xd4);}const _0x677bdb={'XGsBc':function(_0x5ede6d,_0x602c09){return _0x5ede6d===_0x602c09;},'dztYq':'all','ZRnVg':'No\x20changes'+_0x1729e4(_0x5ad552._0x4535a5,0x6af,0x673,0x534),'ZwSsy':_0x5ca7f1(0x66,_0x5ad552._0x38182b,_0x5ad552._0xddef6d,-_0x5ad552._0x31cabf)+_0x1729e4(_0x5ad552._0x178747,0x6c1,0x6af,0x6fc)+_0x1729e4(0x61b,_0x5ad552._0x1fc575,_0x5ad552._0x1ff199,0x57f)+_0x5ca7f1(_0x5ad552._0x2216dc,0xd3,-_0x5ad552._0x4507e0,0x1b),'svNug':function(_0xa881af){return _0xa881af();},'yysGb':_0x1729e4(0x879,_0x5ad552._0x131505,0x7a2,_0x5ad552._0x4f9565),'aGOgm':_0x5ca7f1(_0x5ad552._0x39c543,0x141,_0x5ad552._0x5a7945,_0x5ad552._0x567159),'wnLDp':_0x5ca7f1(0x142,_0x5ad552._0x232bc0,0x1c4,0x26f),'SQuSa':_0x5ca7f1(0x81,0x10c,_0x5ad552._0x2ab017,-0x47)+'load\x20impor'+_0x5ca7f1(0x152,0x217,0x214,0x107)+_0x1729e4(0x728,_0x5ad552._0x22ab7e,_0x5ad552._0x3e0609,_0x5ad552._0x514103)};function _0x5ca7f1(_0x4c5964,_0x153e96,_0x524ae2,_0x30dcdc){return _0xc95ba2(_0x30dcdc,_0x153e96-_0x36eca8._0x137dae,_0x153e96- -_0x36eca8._0x2de364,_0x30dcdc-_0x36eca8._0xd0f52f);}const _0x5b8462=_0x677bdb[_0x1729e4(_0x5ad552._0x4e84c5,0x75c,_0x5ad552._0x204775,0x6a8)](getImportedSkillsRegistryPath);if(!_0x5b8462){if(_0x5ca7f1(_0x5ad552._0x15e011,0x2e1,0x36c,0x3e0)!==_0x677bdb[_0x5ca7f1(_0x5ad552._0x2f4bba,_0x5ad552._0x5da65e,_0x5ad552._0x4f71fa,0x175)])return _0x1b377f[_0x5ca7f1(_0x5ad552._0x2a73c3,_0x5ad552._0x48873d,0x3fe,0x234)](0x3f5*0x1+-0x38*-0xb+-0x4c4)['json']({'error':_0x677bdb[_0x5ca7f1(_0x5ad552._0x2428ab,_0x5ad552._0x73358b,0x1ef,0xf4)](_0x5bde97,_0x677bdb[_0x1729e4(0x61e,_0x5ad552._0x27485d,0x5bf,_0x5ad552._0x30960e)])?_0x677bdb[_0x5ca7f1(-0x54,_0x5ad552._0x1a8ca7,0x21d,_0x5ad552._0xc944d7)]:_0x677bdb['ZwSsy']});else{const _0x54c0c1={};return _0x54c0c1[_0x1729e4(0x797,0x647,_0x5ad552._0x25a04b,0x677)]=_0x677bdb[_0x5ca7f1(_0x5ad552._0x440a51,0x1cd,_0x5ad552._0x45da0e,_0x5ad552._0x5dd579)],_0x54c0c1[_0x1729e4(0x75b,0x6d6,0x712,_0x5ad552._0x2a8d0d)]={},_0x54c0c1;}}try{const _0x2cde62=await _0x8fb774[_0x5ca7f1(0x1ac,0x218,0xfe,0xcd)](_0x5b8462,_0x5ca7f1(_0x5ad552._0x14caa7,0x278,_0x5ad552._0x461b64,0x33c));return JSON['parse'](_0x2cde62);}catch(_0x58f23a){if(_0x677bdb[_0x1729e4(_0x5ad552._0x55ebba,0x76b,0x621,_0x5ad552._0x284fe5)](_0x58f23a[_0x1729e4(_0x5ad552._0x2ce9d2,0x620,0x641,_0x5ad552._0x44230c)],_0x677bdb['wnLDp'])){const _0x377e70={};return _0x377e70[_0x1729e4(0x7d8,0x787,0x6d6,_0x5ad552._0xb35409)]=_0x677bdb['aGOgm'],_0x377e70[_0x1729e4(_0x5ad552._0x22e1a0,_0x5ad552._0x575afd,0x712,_0x5ad552._0x54fa2e)]={},_0x377e70;}const _0x2bb2f5={};_0x2bb2f5[_0x1729e4(_0x5ad552._0x3d5776,0x798,0x7e3,0x857)]=_0x58f23a['message'],logger['error'](_0x677bdb[_0x5ca7f1(0x6e,_0x5ad552._0x29a793,_0x5ad552._0x1c1d79,0x24c)],_0x2bb2f5);const _0x8a3622={};return _0x8a3622[_0x5ca7f1(_0x5ad552._0x1f9aba,0x215,_0x5ad552._0x20b6ee,_0x5ad552._0x1052fa)]=_0x677bdb['aGOgm'],_0x8a3622['skills']={},_0x8a3622;}}async function getSkillFlags(_0x232ed5){const _0x41bd74={_0x47d134:0x49d,_0x4b4731:0x349,_0x2ccc71:0x31a,_0xfc4e07:0x3b4,_0x211d98:0x658,_0x5abe73:0x54b},_0x3cc483={_0x17907b:0x94};function _0x3f9710(_0x4e971b,_0x3fdd9e,_0x2e15dd,_0x1c2689){return _0xc95ba2(_0x2e15dd,_0x3fdd9e-_0x3cc483._0x17907b,_0x1c2689- -0x239,_0x1c2689-0x8f);}const _0x4d2f08={'MLzaW':function(_0x132657){return _0x132657();}};function _0x541a9e(_0x2fa936,_0xb65e3d,_0x13ff2d,_0x5b7c04){return _0xc95ba2(_0x13ff2d,_0xb65e3d-0xa8,_0xb65e3d- -0x359,_0x5b7c04-0x131);}const _0x3773da=await _0x4d2f08[_0x541a9e(_0x41bd74._0x47d134,_0x41bd74._0x4b4731,_0x41bd74._0x2ccc71,_0x41bd74._0xfc4e07)](loadImportedSkillsRegistry);return _0x3773da[_0x3f9710(0x53a,0x4c6,_0x41bd74._0x211d98,_0x41bd74._0x5abe73)][_0x232ed5]?.['flags']||{};}async function isSkillReadonly(_0x100b28){const _0xb59882={_0x5a5ebd:0x13e,_0x42f688:0x339,_0x34b4fc:0x130,_0x367a9a:0xf6,_0x491c0e:0x262,_0x220b68:0x263,_0xeb7807:0x152,_0x46c139:0xb,_0x1ded5d:0x3c4,_0x301a18:0x374,_0x4e17a6:0x305,_0x3f1998:0x3e3},_0x3c62b8={_0x2609e6:0x16c},_0x39e8a1={_0x2eb389:0x8d},_0x33699e={};function _0x67289d(_0x207591,_0x5bbc86,_0x1657da,_0x1700ef){return _0xc95ba2(_0x207591,_0x5bbc86-0xec,_0x5bbc86- -0x6f7,_0x1700ef-_0x39e8a1._0x2eb389);}_0x33699e[_0x67289d(-0xad,0xb2,0x20e,_0xb59882._0x5a5ebd)]=function(_0x134fac,_0xbe80a8){return _0x134fac===_0xbe80a8;};function _0xcc6927(_0x476010,_0x43cd8a,_0x4757d5,_0x24e4b7){return _0xc95ba2(_0x24e4b7,_0x43cd8a-_0x3c62b8._0x2609e6,_0x4757d5- -0x4c7,_0x24e4b7-0xb9);}_0x33699e[_0xcc6927(0x27c,0x485,_0xb59882._0x42f688,0x46a)]=function(_0x40856d,_0x4639e9){return _0x40856d===_0x4639e9;};const _0x2cc2b4=_0x33699e,_0x1abfb9=await getSkillFlags(_0x100b28);return _0x2cc2b4[_0x67289d(_0xb59882._0x34b4fc,0xb2,0x1d8,_0xb59882._0x367a9a)](_0x1abfb9[_0xcc6927(_0xb59882._0x491c0e,_0xb59882._0x220b68,_0xb59882._0xeb7807,-_0xb59882._0x46c139)],!![])||_0x2cc2b4[_0x67289d(0xa4,0x109,0x14d,0x24e)](_0x1abfb9[_0xcc6927(_0xb59882._0x1ded5d,_0xb59882._0x301a18,_0xb59882._0x4e17a6,_0xb59882._0x3f1998)],!![]);}async function isSkillSystem(_0x354fc7){const _0x3559d9={_0x58473a:0x2ac,_0x4fd32a:0x8e},_0xfd249f=await getSkillFlags(_0x354fc7);function _0x5d98c8(_0x1acda7,_0x440b65,_0x4d0ae9,_0x387a07){return _0xc95ba2(_0x1acda7,_0x440b65-0xcc,_0x387a07- -0x60a,_0x387a07-0xed);}return _0xfd249f[_0x5d98c8(0xf0,_0x3559d9._0x58473a,_0x3559d9._0x4fd32a,0x1c2)]===!![];}function validateSkillName(_0x144b0d){const _0x6af28e={_0x520794:0x7a5,_0x220065:0x69a,_0x4a50b7:0x7c9,_0x1fc59f:0x8c1,_0x3b1919:0x721,_0x6c4df4:0x8b2,_0xa196d8:0x6b0,_0x5c3ef7:0x66b,_0x2e541c:0x5b7,_0x260778:0x60e,_0xecc526:0x3ad,_0x5c2b0a:0x477,_0x49df65:0x418,_0x3617d0:0x449,_0x11b77b:0x513,_0x35877e:0x48d,_0x4f881e:0x5bd,_0x51ca7e:0x547,_0x1ee384:0x2aa,_0x36e287:0x52b,_0x54ed47:0x3cc,_0x19e484:0x57d,_0x309e4a:0x338,_0x38cc81:0x559,_0x112b07:0x32c,_0x5adf56:0x4bd,_0x411f25:0x7a5,_0x370329:0x6b3,_0x1307ee:0x830,_0x354dda:0x465,_0x2b9a41:0x52b,_0x15457b:0x55b,_0x34492e:0x53b,_0x84b708:0x657,_0x23eab7:0x62d,_0x207605:0x5b7,_0x4a4ec6:0x5aa,_0x5e2125:0x473,_0x20d5b1:0x7d7,_0x10fa40:0x880,_0x5f2424:0x555,_0x580223:0x688,_0x344429:0x5d3,_0x2cbcf6:0x512,_0x3013f2:0x7f1,_0x2b818b:0x709,_0x2173a4:0x69c,_0x5bc200:0x68b,_0x474bf0:0x575,_0x3cf3a3:0x62b,_0x3eabea:0x6be,_0x2fe3b8:0x309,_0x9bbda8:0x342,_0x5312e5:0x3e7},_0x492adc={_0x3d7ad5:0x89},_0x25c078={};_0x25c078[_0x819d52(_0x6af28e._0x520794,0x828,0x6ab,_0x6af28e._0x220065)]=function(_0x1a2885,_0x4af31f){return _0x1a2885!==_0x4af31f;},_0x25c078[_0x819d52(_0x6af28e._0x4a50b7,_0x6af28e._0x1fc59f,_0x6af28e._0x3b1919,_0x6af28e._0x6c4df4)]='string',_0x25c078[_0x819d52(0x55b,_0x6af28e._0xa196d8,0x452,_0x6af28e._0x5c3ef7)]='Skill\x20name'+'\x20is\x20requir'+'ed';function _0x819d52(_0x289bf4,_0xf53adb,_0x2cec7e,_0x431eb1){return _0xc95ba2(_0xf53adb,_0xf53adb-0x2,_0x289bf4- -0x7e,_0x431eb1-0xf1);}_0x25c078[_0x8e50c8(0x50a,_0x6af28e._0x2e541c,_0x6af28e._0x260778,0x555)]='Skill\x20name'+_0x8e50c8(0x57b,_0x6af28e._0xecc526,_0x6af28e._0x5c2b0a,0x505)+_0x8e50c8(_0x6af28e._0x49df65,0x2f6,_0x6af28e._0x3617d0,0x3da)+'etters,\x20nu'+_0x819d52(0x544,_0x6af28e._0x11b77b,_0x6af28e._0x35877e,_0x6af28e._0x4f881e)+_0x8e50c8(0x4d5,0x5ec,_0x6af28e._0x51ca7e,0x5ed)+_0x8e50c8(_0x6af28e._0x1ee384,_0x6af28e._0x36e287,0x367,0x3d1),_0x25c078['vxlzi']=function(_0x3bfc55,_0x321031){return _0x3bfc55<_0x321031;},_0x25c078[_0x8e50c8(_0x6af28e._0x54ed47,_0x6af28e._0x19e484,0x556,0x463)]=function(_0x27a33e,_0x491762){return _0x27a33e>_0x491762;},_0x25c078[_0x819d52(0x68b,0x58e,_0x6af28e._0x4a50b7,0x560)]='Skill\x20name'+_0x819d52(0x557,0x524,0x67c,0x494)+_0x8e50c8(_0x6af28e._0x309e4a,_0x6af28e._0x38cc81,0x2ee,0x448)+_0x8e50c8(_0x6af28e._0x112b07,0x360,_0x6af28e._0x5adf56,0x445);const _0x4ec9d1=_0x25c078;if(!_0x144b0d||_0x4ec9d1[_0x819d52(_0x6af28e._0x411f25,_0x6af28e._0x370329,0x8df,_0x6af28e._0x1307ee)](typeof _0x144b0d,_0x4ec9d1[_0x819d52(0x7c9,0x763,0x754,0x6f6)])){const _0x48aac5={};return _0x48aac5[_0x819d52(0x5aa,_0x6af28e._0x354dda,_0x6af28e._0x2b9a41,0x4dc)]=![],_0x48aac5[_0x8e50c8(0x72e,0x732,0x5a7,0x614)]=_0x4ec9d1[_0x819d52(_0x6af28e._0x15457b,0x4aa,_0x6af28e._0x34492e,0x691)],_0x48aac5;}if(!/^[a-z0-9-]+$/[_0x819d52(_0x6af28e._0x84b708,_0x6af28e._0x23eab7,0x556,_0x6af28e._0x207605)](_0x144b0d)){const _0x29c203={};return _0x29c203[_0x819d52(_0x6af28e._0x4a4ec6,0x4d4,_0x6af28e._0x5e2125,0x5dd)]=![],_0x29c203[_0x819d52(_0x6af28e._0x20d5b1,0x6df,0x7c6,_0x6af28e._0x10fa40)]=_0x4ec9d1[_0x8e50c8(0x66f,0x5df,0x578,_0x6af28e._0x5f2424)],_0x29c203;}function _0x8e50c8(_0x511b25,_0x37d329,_0xee0565,_0x399f44){return _0xc95ba2(_0xee0565,_0x37d329-0x153,_0x399f44- -0x241,_0x399f44-_0x492adc._0x3d7ad5);}if(_0x4ec9d1[_0x819d52(0x7de,_0x6af28e._0x580223,0x857,0x91e)](_0x144b0d[_0x8e50c8(0x586,_0x6af28e._0x344429,_0x6af28e._0x2cbcf6,0x557)],0x8ad+0x89c+-0x1*0x1147)||_0x4ec9d1[_0x8e50c8(0x3de,0x4bc,0x3f4,0x463)](_0x144b0d[_0x819d52(0x71a,0x65b,_0x6af28e._0x3013f2,0x7e0)],-0x11c9*0x2+-0x6ca+0x2a9c)){const _0x22b747={};return _0x22b747[_0x819d52(0x5aa,_0x6af28e._0x2b818b,_0x6af28e._0x2173a4,0x601)]=![],_0x22b747[_0x819d52(0x7d7,0x744,0x836,0x8f2)]=_0x4ec9d1[_0x819d52(_0x6af28e._0x5bc200,_0x6af28e._0x474bf0,_0x6af28e._0x3cf3a3,_0x6af28e._0x3eabea)],_0x22b747;}const _0x3c8c69={};return _0x3c8c69[_0x8e50c8(_0x6af28e._0x2fe3b8,0x2ee,_0x6af28e._0x9bbda8,_0x6af28e._0x5312e5)]=!![],_0x3c8c69;}function _0xc95ba2(_0x4d126f,_0x2c3b10,_0x21cec9,_0x12c7bd){return _0x3c80(_0x21cec9-0x3d0,_0x4d126f);}function parseSkillMd(_0xb3040){const _0x3f204b={_0x596a36:0x672,_0x4aa4da:0x66,_0x2bbadb:0xd6,_0x64b21a:0x47c,_0x164106:0x47e,_0x2b93dd:0x645,_0x1f7c8a:0x631,_0x182661:0x5bc,_0x6af0c2:0x6aa,_0x2e5b5f:0x49f,_0x18014e:0x66e,_0x5c58ce:0x494,_0xac672f:0x514,_0x3cdd1e:0x670,_0x52cc8d:0x506,_0x10de58:0x3b4,_0x238c35:0x74,_0x4dd4a3:0x8d,_0x62b3da:0x5cf,_0x25ad7d:0x682,_0x258617:0xe0,_0x4d428e:0x50,_0x5c5b7f:0xd,_0x57a6c2:0x5a,_0x4c4aba:0x283,_0x317ac1:0x252,_0x588379:0xf9,_0x30a054:0x1d,_0x1b345b:0x5d8,_0x5c4282:0x622,_0x2030d8:0x646,_0x3288a0:0x5bc,_0xa23d08:0x520,_0x401862:0x47f,_0xca5d6c:0x40a,_0x404bce:0x58e,_0x7ab4c8:0x45c,_0x518057:0x449,_0x4f3b12:0xc2,_0x1fcfe7:0x7c,_0x46d041:0x49,_0x16c1ec:0x57,_0x3c1d56:0x1c1,_0x4d6e59:0x87,_0x50c511:0x57,_0x5afc89:0xd1,_0x268250:0x3b,_0x415ad6:0x5a3,_0x2ab097:0x81,_0x50b941:0x479,_0x3433af:0x51a,_0x44adce:0x54e,_0x1db768:0x115,_0x31a708:0x1c,_0x4034ce:0x22,_0x13686a:0x554,_0x4fc0d9:0x451,_0x47d709:0x5f4,_0x24cf6f:0x5c9,_0x4cf999:0x56,_0x50d1fd:0x4ac,_0x48da6b:0x49c,_0x4e55e6:0xd3,_0x12c689:0x65d,_0x464ed9:0x642,_0x2bc89b:0x56a,_0x267be2:0x511,_0x55405:0x7c,_0x1300fc:0x390,_0x579024:0x45b,_0x1939fa:0xac,_0x3c2ddc:0x17,_0x3adb1f:0x36,_0x4ffa28:0x70b,_0x319b8f:0x6f7,_0x513fde:0x83e,_0x52534b:0x86,_0xd23d61:0x96,_0x1a7c79:0x505,_0x1e711c:0x5b0,_0x4790bb:0x184,_0x1c03fe:0x1b6,_0x557db0:0x56f,_0x5c4421:0x5a,_0x1d68f7:0x26,_0x1d8856:0xe5,_0x4bde90:0x56d,_0x447acb:0x43f,_0x1318b1:0x59,_0x3b15df:0x104,_0x2925be:0x454,_0x320dd1:0x37f,_0x53599d:0x3e5,_0x428655:0x7a6,_0x47c5a2:0x4c,_0x45886c:0x6e,_0x5bdba7:0x14,_0x8a16a5:0x1df,_0x1b4239:0x143,_0x4b62e3:0x9e,_0x1b3034:0xfb,_0x522bad:0x511,_0x5eb8f2:0x540,_0x173168:0x3c2,_0x554025:0xc2,_0x467323:0x100,_0x570411:0x21,_0x40bf1c:0x43,_0xe1b80c:0x20,_0x4eead0:0x1,_0x1c3e3f:0x57b,_0x50fe96:0x52f,_0x34f617:0x5df,_0x45d550:0xee,_0x5d992e:0xb9,_0x29de4c:0x1aa,_0x208964:0x4ec,_0x936122:0x526,_0x88a3bd:0x69f,_0x5ab646:0x525,_0x30d68f:0x73f,_0x3a9cef:0x5d1,_0x44f037:0x495,_0x24ca45:0x3f1},_0x4a28ff={_0x88e447:0xd5,_0x351ba5:0x176},_0x4639dc={_0x16097f:0x79a,_0x2fe084:0xdb};function _0x1f5fb3(_0x5c02ca,_0x3dc5c1,_0x10c9e2,_0x23913b){return _0xc95ba2(_0x3dc5c1,_0x3dc5c1-0x1cb,_0x23913b- -_0x4639dc._0x16097f,_0x23913b-_0x4639dc._0x2fe084);}const _0x6a7a9a={};_0x6a7a9a['VsCGq']=function(_0x4c1663,_0x3f67ed){return _0x4c1663===_0x3f67ed;},_0x6a7a9a[_0x191879(0x682,_0x3f204b._0x596a36,0x585,0x61c)]=_0x1f5fb3(-_0x3f204b._0x4aa4da,0x16b,0x8c,_0x3f204b._0x2bbadb)+_0x191879(_0x3f204b._0x64b21a,0x48f,_0x3f204b._0x164106,0x5b6),_0x6a7a9a[_0x191879(_0x3f204b._0x2b93dd,_0x3f204b._0x1f7c8a,_0x3f204b._0x182661,0x624)]='Path\x20trave'+_0x1f5fb3(0xf,-0x241,-0x180,-0x130)+_0x191879(_0x3f204b._0x6af0c2,0x7eb,0x5fc,0x613),_0x6a7a9a[_0x191879(0x552,0x462,_0x3f204b._0x2e5b5f,_0x3f204b._0x18014e)]=function(_0x40054a,_0x487b31){return _0x40054a<_0x487b31;},_0x6a7a9a[_0x191879(0x5db,_0x3f204b._0x5c58ce,_0x3f204b._0xac672f,_0x3f204b._0x3cdd1e)]=function(_0x14ac5e,_0xe33815){return _0x14ac5e===_0xe33815;},_0x6a7a9a[_0x191879(_0x3f204b._0x52cc8d,0x3c4,_0x3f204b._0x10de58,0x4a0)]=_0x1f5fb3(0x57,-0x46,_0x3f204b._0x238c35,_0x3f204b._0x4dd4a3),_0x6a7a9a[_0x191879(0x696,0x53b,_0x3f204b._0x62b3da,0x644)]='---',_0x6a7a9a[_0x191879(0x5a3,_0x3f204b._0x25ad7d,0x646,0x534)]=function(_0x6db03a,_0x14a9ae){return _0x6db03a+_0x14a9ae;},_0x6a7a9a['Ajwrx']=_0x1f5fb3(-0x70,-_0x3f204b._0x258617,-0x91,_0x3f204b._0x4d428e)+_0x1f5fb3(0x78,-0xe3,-_0x3f204b._0x5c5b7f,_0x3f204b._0x57a6c2),_0x6a7a9a[_0x1f5fb3(-_0x3f204b._0x4c4aba,-0x81,-_0x3f204b._0x317ac1,-0x178)]='dBIdj',_0x6a7a9a[_0x1f5fb3(-_0x3f204b._0x588379,-0xaf,-_0x3f204b._0x30a054,0x40)]=function(_0x4f0808,_0x48c015){return _0x4f0808!==_0x48c015;},_0x6a7a9a[_0x191879(_0x3f204b._0x1b345b,0x650,0x695,0x524)]='jVqWZ',_0x6a7a9a['vXhPY']='ALAvj';const _0x1f441a=_0x6a7a9a,_0x76e4bf=_0xb3040['split']('\x0a'),_0x3a2c96={};let _0x1f7653='',_0x458284=![],_0x31f585=![],_0x108032=-0x9fc+0xcbd*-0x2+0x2376;for(let _0x3cfc2c=-0x4*-0x7c9+-0x2f9*0x1+-0x1c2b*0x1;_0x1f441a['fHKaW'](_0x3cfc2c,_0x76e4bf[_0x191879(_0x3f204b._0x5c4282,_0x3f204b._0x2030d8,_0x3f204b._0xac672f,_0x3f204b._0x3288a0)]);_0x3cfc2c++){const _0x4e4d05=_0x76e4bf[_0x3cfc2c];if(_0x1f441a[_0x191879(_0x3f204b._0xa23d08,_0x3f204b._0x401862,_0x3f204b._0xca5d6c,0x47d)](_0x3cfc2c,-0x17f0*0x1+0x1d8b+-0x59b)&&_0x4e4d05[_0x191879(_0x3f204b._0x404bce,0x5fb,0x596,_0x3f204b._0x7ab4c8)]()===_0x191879(_0x3f204b._0x518057,0x445,0x565,0x3d3)){_0x458284=!![];continue;}if(_0x458284){if(_0x1f441a[_0x1f5fb3(-0xfc,-_0x3f204b._0x4f3b12,_0x3f204b._0x1fcfe7,-_0x3f204b._0x46d041)](_0x1f441a[_0x1f5fb3(-_0x3f204b._0x16c1ec,-_0x3f204b._0x3c1d56,-_0x3f204b._0x4d6e59,-0x11e)],_0x1f441a['livuf'])){if(_0x1f441a['HyXId'](_0x4e4d05[_0x1f5fb3(-_0x3f204b._0x50c511,-_0x3f204b._0x5afc89,_0x3f204b._0x268250,-0x96)](),_0x1f441a[_0x191879(0x696,0x67a,_0x3f204b._0x415ad6,0x5a8)])){_0x458284=![],_0x31f585=!![],_0x108032=_0x1f441a[_0x1f5fb3(-0x95,-0x29,-0x57,-_0x3f204b._0x2ab097)](_0x3cfc2c,-0x2*-0xc15+-0x1ad3+0x2aa);continue;}const _0x1d3793=_0x4e4d05[_0x191879(_0x3f204b._0x50b941,_0x3f204b._0x3433af,_0x3f204b._0x44adce,0x403)](/^([a-z-]+):\s*(.*)$/);if(_0x1d3793){const [,_0xc2b77f,_0x587d9e]=_0x1d3793;if(_0xc2b77f===_0x1f441a[_0x1f5fb3(-_0x3f204b._0x1db768,-_0x3f204b._0x31a708,-0xdb,-_0x3f204b._0x4034ce)]&&!_0x587d9e[_0x191879(0x58e,_0x3f204b._0x13686a,_0x3f204b._0x4fc0d9,_0x3f204b._0x47d709)]())_0x3a2c96[_0xc2b77f]=[];else{if(_0x587d9e['trim']()[_0x191879(0x50d,_0x3f204b._0x24cf6f,0x539,0x564)]('[')&&_0x587d9e['trim']()[_0x1f5fb3(-_0x3f204b._0x4cf999,-0x38,0x188,_0x3f204b._0x238c35)](']')){if(_0x1f441a[_0x191879(_0x3f204b._0x50d1fd,0x489,_0x3f204b._0x48da6b,0x5e5)]===_0x1f441a[_0x1f5fb3(-0xde,-0x131,-_0x3f204b._0x4e55e6,-0x178)])_0x3a2c96[_0xc2b77f]=_0x587d9e[_0x191879(_0x3f204b._0x404bce,_0x3f204b._0x12c689,_0x3f204b._0x464ed9,_0x3f204b._0x2bc89b)]()[_0x191879(_0x3f204b._0x267be2,0x3d6,0x653,0x579)](-0x2271*-0x1+0xe5*-0x23+-0x1*0x321,-(0x1272+-0x9*-0x1c6+-0x2267))[_0x1f5fb3(0x16,0x136,0x19,_0x3f204b._0x55405)](',')['map'](_0x43f495=>_0x43f495[_0x1f5fb3(-0x116,0x51,0x57,-0x96)]())[_0x191879(0x494,_0x3f204b._0x1300fc,0x37c,_0x3f204b._0x579024)](Boolean);else for(const _0x466a3e of _0x26b0fb){_0x49c7dd[_0x1f5fb3(_0x3f204b._0x1939fa,-_0x3f204b._0x3c2ddc,0x6e,-_0x3f204b._0x3adb1f)](_0x5c87f9+'/'+_0x466a3e['path']),_0x466a3e[_0x191879(0x6f7,0x771,0x826,_0x3f204b._0x4ffa28)]&&_0x227ab4(_0x466a3e[_0x191879(_0x3f204b._0x319b8f,0x70f,_0x3f204b._0x513fde,0x63f)],_0x19a6a9);}}else _0x587d9e[_0x1f5fb3(-0x11f,_0x3f204b._0x52534b,0xb2,-_0x3f204b._0xd23d61)]()&&(_0x3a2c96[_0xc2b77f]=_0x587d9e[_0x191879(0x58e,_0x3f204b._0x1a7c79,_0x3f204b._0x1e711c,_0x3f204b._0x415ad6)]());}}else{if(_0x4e4d05[_0x1f5fb3(-0xff,-_0x3f204b._0x4790bb,0x54,-0x96)]()[_0x1f5fb3(-0x1a9,-_0x3f204b._0x1c03fe,-0x25e,-0x117)]('-\x20')&&_0x3a2c96[_0x191879(0x674,_0x3f204b._0x557db0,0x70a,0x71e)+_0x1f5fb3(0xf3,-0x102,-0xfc,_0x3f204b._0x5c4421)]){const _0x516ebc=Object[_0x1f5fb3(-_0x3f204b._0x1d68f7,-0x74,0xe,-0xf)](_0x3a2c96)[_0x1f5fb3(_0x3f204b._0x1d8856,-0xe2,-0x28,-0x9)](_0x4dfc10=>Array[_0x1f5fb3(0x1d2,0x203,0x59,0xe1)](_0x3a2c96[_0x4dfc10]));_0x516ebc&&_0x3a2c96[_0x516ebc][_0x191879(0x5ee,0x53b,0x646,_0x3f204b._0x24cf6f)](_0x4e4d05[_0x191879(0x58e,0x52b,0x42f,_0x3f204b._0x4bde90)]()[_0x191879(_0x3f204b._0x267be2,0x541,0x3df,_0x3f204b._0x447acb)](0x9b*-0x1c+0x6*-0x545+0x4*0xc25)['trim']());}}}else return{'authConfig':_0x1fa5f1,'userId':_0x1f441a[_0x1f5fb3(0x4e,_0x3f204b._0x1318b1,-0x1bf,-_0x3f204b._0x3b15df)](_0x40697c[_0x191879(_0x3f204b._0x2925be,_0x3f204b._0x320dd1,0x4ca,_0x3f204b._0x53599d)],'user')?_0x2ead14['user']['id']:_0x5e17f3};}}if(_0x31f585){if(_0x1f441a[_0x191879(0x664,0x579,0x511,_0x3f204b._0x428655)](_0x1f441a[_0x1f5fb3(-0x111,-0x1a8,0xef,-_0x3f204b._0x47c5a2)],_0x1f5fb3(0x34,-0x2e,-_0x3f204b._0x45886c,-_0x3f204b._0x5bdba7))){const _0x26ea9e={};return _0x26ea9e['error']=_0x1f441a['IpLXC'],_0x26ea9e[_0x1f5fb3(-_0x3f204b._0x8a16a5,-0x1eb,-0x3d,-0x118)]=_0x1f441a[_0x1f5fb3(0x14d,_0x3f204b._0x1d8856,_0x3f204b._0x1b4239,0x21)],_0x650d90['status'](-0x17a6+-0x1*-0x724+0x1215)[_0x1f5fb3(-_0x3f204b._0x4b62e3,-0x215,-0x20b,-_0x3f204b._0x1b3034)](_0x26ea9e);}else _0x1f7653=_0x76e4bf[_0x191879(_0x3f204b._0x522bad,_0x3f204b._0x5eb8f2,_0x3f204b._0x173168,0x3ec)](_0x108032)['join']('\x0a')[_0x1f5fb3(-_0x3f204b._0x554025,-_0x3f204b._0x467323,-_0x3f204b._0x570411,-_0x3f204b._0xd23d61)]();}else{if(_0x1f441a[_0x1f5fb3(0xd,-0x22,_0x3f204b._0x40bf1c,0x40)](_0x1f441a[_0x1f5fb3(_0x3f204b._0xe1b80c,-0x132,_0x3f204b._0x4eead0,-0xa9)],_0x1f441a[_0x191879(_0x3f204b._0x1c3e3f,0x509,_0x3f204b._0x50fe96,_0x3f204b._0x34f617)])){const _0x260887=_0x1f5fb3(-0xf4,-_0x3f204b._0x45d550,-_0x3f204b._0x5d992e,-_0x3f204b._0x29de4c)+_0x30f8ac+'/';_0x926f4e[_0x191879(0x50d,0x5e7,0x468,_0x3f204b._0x208964)](_0x260887)&&_0x316c15[_0x191879(0x662,_0x3f204b._0x936122,_0x3f204b._0x88a3bd,_0x3f204b._0x5ab646)](_0x131adc['substring'](_0x260887[_0x191879(0x622,0x519,_0x3f204b._0x30d68f,_0x3f204b._0x3a9cef)]));}else _0x1f7653=_0xb3040['trim']();}const _0x3a69c4={};_0x3a69c4['frontmatte'+'r']=_0x3a2c96,_0x3a69c4[_0x191879(_0x3f204b._0x44f037,0x48f,0x5ca,_0x3f204b._0x24ca45)]=_0x1f7653;function _0x191879(_0x234556,_0x19bfdf,_0x302854,_0x3033d2){return _0xc95ba2(_0x3033d2,_0x19bfdf-_0x4a28ff._0x88e447,_0x234556- -_0x4a28ff._0x351ba5,_0x3033d2-0x11f);}return _0x3a69c4;}function serializeSkillMd(_0x23ba09,_0x9e488f){const _0x1bff33={_0x5a7062:0x539,_0xced449:0x61a,_0x50accf:0x14b,_0x2af4b5:0x325,_0x546efc:0x391,_0x1f3f97:0xd8,_0x4e798e:0x188,_0x5d733a:0xd6,_0x13269f:0x74,_0x2bb010:0x240,_0x274d08:0x61f,_0x13d3ba:0x46b,_0x24389f:0x4d4,_0x46eadf:0x5b6,_0x1e80be:0x4ea,_0x4929ee:0x1d8,_0x3d2136:0x4f,_0x57f113:0x3b8,_0x36b47d:0x359,_0x22f1cf:0x47d,_0x137733:0x195,_0x18050e:0x695,_0x52732a:0x5c7,_0x41e890:0x298,_0x38eef5:0x6c,_0x46483d:0x543,_0x2cf361:0x65e,_0x3b37a8:0x5e9,_0x5a9d30:0x4b0,_0x1e4ae9:0x60a,_0x335055:0x5d2,_0x41d0a9:0x56c,_0x35eba1:0x4ee,_0x3914f7:0xe5,_0x121712:0xad,_0x468a10:0x59,_0x436413:0x7b,_0xa4e0ab:0x4cc,_0xe2f6b6:0x411,_0xd722eb:0x5ee,_0xb528c1:0x53d,_0x2d1baf:0x363,_0x23bee9:0x195,_0x14a014:0x1e6,_0x11ab2c:0x81,_0x106e10:0x2cb,_0x43666d:0x153,_0x2e51a1:0x1eb,_0xd066e1:0x465,_0x57259e:0x3ec,_0x4994fa:0x517,_0x1afa70:0x5c7,_0x49952a:0x53b,_0x28549a:0x4b0,_0x49ce14:0xa3,_0x463291:0x2e,_0x597923:0x11a},_0x55ac32={_0x3c862a:0x20},_0x114056={_0x365955:0x1e8},_0x346f76={};_0x346f76[_0x18592c(0x5fa,_0x1bff33._0x5a7062,_0x1bff33._0xced449,0x4e0)]=_0xeffa7(_0x1bff33._0x50accf,_0x1bff33._0x2af4b5,0x23a,_0x1bff33._0x546efc),_0x346f76[_0xeffa7(0x122,_0x1bff33._0x1f3f97,_0x1bff33._0x4e798e,0x7c)]='---',_0x346f76[_0xeffa7(-_0x1bff33._0x5d733a,0x1b3,_0x1bff33._0x13269f,0x1ad)]=function(_0x12526b,_0x5b097a){return _0x12526b!==_0x5b097a;};function _0xeffa7(_0x553385,_0x17fffb,_0x2d9c4c,_0xb39c4f){return _0xc95ba2(_0xb39c4f,_0x17fffb-0x119,_0x2d9c4c- -0x5a9,_0xb39c4f-_0x114056._0x365955);}_0x346f76[_0x18592c(0x2b0,0x465,_0x1bff33._0x2bb010,0x37f)]=_0x18592c(_0x1bff33._0x274d08,_0x1bff33._0x13d3ba,0x442,_0x1bff33._0x24389f),_0x346f76[_0x18592c(0x5a0,0x63b,_0x1bff33._0x46eadf,_0x1bff33._0x1e80be)]=_0xeffa7(_0x1bff33._0x4929ee,-0x37,0x8f,_0x1bff33._0x3d2136);const _0x2b3d25=_0x346f76,_0x4ab5a2=[_0x2b3d25[_0x18592c(_0x1bff33._0x57f113,0x349,_0x1bff33._0x36b47d,_0x1bff33._0x22f1cf)]];for(const [_0x49a55e,_0x566a39]of Object[_0xeffa7(0xc1,_0x1bff33._0x137733,0x14e,0x1c)](_0x23ba09)){if(Array[_0x18592c(0x664,0x49c,_0x1bff33._0x18050e,_0x1bff33._0x52732a)](_0x566a39)){if(_0x566a39['length']===0x7c*0xc+-0x136*0x12+0x155*0xc)_0x4ab5a2[_0xeffa7(0x1d0,_0x1bff33._0x41e890,0x1bb,_0x1bff33._0x38eef5)](_0x49a55e+_0x18592c(_0x1bff33._0x46483d,0x485,_0x1bff33._0x2cf361,0x5ae));else{_0x4ab5a2[_0x18592c(0x579,0x437,_0x1bff33._0x3b37a8,_0x1bff33._0x5a9d30)](_0x49a55e+':');for(const _0x299cfa of _0x566a39){_0x4ab5a2['push'](_0x18592c(_0x1bff33._0x1e4ae9,_0x1bff33._0x335055,_0x1bff33._0x41d0a9,_0x1bff33._0x35eba1)+_0x299cfa);}}}else{if(_0x2b3d25[_0xeffa7(0x1aa,0x1c1,0x74,-0x17)](_0x566a39,undefined)&&_0x2b3d25[_0xeffa7(-_0x1bff33._0x3914f7,0x133,0x74,-0xdf)](_0x566a39,null)&&_0x2b3d25[_0xeffa7(_0x1bff33._0x121712,-0x10,0x74,0x62)](_0x566a39,'')){if(_0x2b3d25[_0x18592c(0x332,0x286,0x32e,0x369)](_0x2b3d25[_0xeffa7(_0x1bff33._0x468a10,0xef,0x8a,-_0x1bff33._0x436413)],_0x2b3d25[_0x18592c(_0x1bff33._0xa4e0ab,_0x1bff33._0xe2f6b6,0x3ae,0x4ea)]))_0x4ab5a2[_0x18592c(_0x1bff33._0xd722eb,_0x1bff33._0xb528c1,_0x1bff33._0x2d1baf,0x4b0)](_0x49a55e+':\x20'+_0x566a39);else{const _0x5d9eff={};_0x5d9eff[_0xeffa7(_0x1bff33._0x23bee9,_0x1bff33._0x14a014,0xcc,0xea)]=_0x18e39a['name'],_0x5d9eff[_0xeffa7(-0x46,0xe6,_0x1bff33._0x11ab2c,0xe8)]=_0x2b3d25[_0xeffa7(_0x1bff33._0x106e10,_0x1bff33._0x43666d,_0x1bff33._0x2e51a1,0x13f)],_0x5d9eff['path']=_0x25b9e6,_0x172bda[_0x18592c(_0x1bff33._0xd066e1,_0x1bff33._0x57259e,0x470,0x4b0)](_0x5d9eff);}}}}function _0x18592c(_0x5ef7f5,_0x49fcd0,_0x4096e0,_0x1bbd3f){return _0xc95ba2(_0x4096e0,_0x49fcd0-0x1c4,_0x1bbd3f- -0x2b4,_0x1bbd3f-_0x55ac32._0x3c862a);}return _0x4ab5a2[_0x18592c(0x472,_0x1bff33._0x4994fa,_0x1bff33._0x1afa70,_0x1bff33._0x5a9d30)](_0x2b3d25['fNEzZ']),_0x4ab5a2['push'](''),_0x4ab5a2[_0x18592c(0x48c,0x52b,_0x1bff33._0x49952a,_0x1bff33._0x28549a)](_0x9e488f),_0x4ab5a2[_0xeffa7(-0x8b,_0x1bff33._0x49ce14,_0x1bff33._0x463291,-_0x1bff33._0x597923)]('\x0a');}async function readSkill(_0x5701be){const _0x27acf1={_0x59cd08:0x65c,_0x53030d:0xda,_0x98785c:0x54,_0x1dd2e4:0x12f,_0x36d8b0:0x9a,_0x2d616c:0x50a,_0x11c7b0:0x6f5,_0x2e184a:0x5dd,_0x5dc0b6:0x69d,_0x24cf76:0x6a7,_0x2f42d1:0x655,_0x2284f5:0x72c,_0x4a0225:0x6aa,_0x5d38d8:0x66e,_0x1bf345:0x520,_0x218b3e:0x4d5,_0x5b2539:0x5d4,_0x48b47a:0x500,_0x5b0b0f:0x5b8,_0x2261d9:0x573,_0x3dba8f:0x4f1,_0x173b6a:0x4ad,_0x403d33:0x576,_0x27034f:0x67b,_0x4c9537:0x538,_0x48eb5c:0x669,_0x52cb09:0x60a,_0x26733c:0x692,_0x287871:0x27,_0x37c4ad:0x6e,_0x465786:0x76,_0x442b48:0x54c,_0x1431e6:0x699,_0x5019ef:0x45f,_0x6d4f9d:0xaf,_0x426c27:0x11,_0x32aac3:0xd4,_0x4f41de:0x1e6,_0x3f8b1f:0x160,_0x328baf:0x797,_0x1a736a:0x6cb,_0x22c7bb:0x864,_0x40fc99:0x2b2,_0x425686:0x203,_0x2a64bd:0x3b7,_0x476d0a:0x20f,_0x3c766c:0x18b,_0x1c6d58:0x777,_0x5521e7:0x75e,_0x2075e7:0x724,_0x59212e:0x6b7,_0x55036f:0xad,_0x2acdf0:0x57,_0x599659:0x2,_0x30dafa:0x1f9,_0x503e82:0x1b6,_0x2a3cdb:0x88c,_0x5be878:0x72e,_0x2c747e:0x77c,_0x1a7dc8:0x71b,_0x3f53e2:0x135,_0x24cca0:0xc9,_0x53576a:0x67a,_0x422b28:0x2ac,_0x2f63c9:0xa6,_0x5e3808:0xf1,_0x1997b8:0x39,_0x252c5a:0x181,_0x5e6e51:0x770,_0x1c6def:0x1ad,_0x3e5cf9:0x2cc,_0x1eab0a:0x1b9,_0x19a5e3:0xab,_0x5778ac:0x166,_0x495fba:0x1d1,_0x1f5ea6:0x6e0,_0x957640:0x5dc,_0x211996:0x5f4,_0x462d70:0x632,_0x2bb025:0xab,_0x519bad:0xbe,_0x51c006:0x202,_0x4b44b7:0x127,_0x26e331:0x34e,_0x4fc3dd:0x216,_0x37f68c:0x1cf,_0x4afa23:0xda,_0x43e611:0x531,_0x153b2e:0x3fc,_0x3485e5:0x589,_0x48254e:0x783,_0x4ec22b:0x6eb,_0x192e09:0xd7,_0x2167ee:0x1c1,_0x64871:0x29e,_0x14f4c5:0x58e,_0x48ab88:0x513,_0x547732:0x789,_0x38fffb:0x702,_0x4f1737:0x5c8,_0x260245:0x560,_0x4f2eb5:0x8c,_0x5f3705:0x1d3,_0x4d4368:0x721,_0x36ca32:0x6fc,_0x4867c3:0x7cc,_0x1e3fef:0x11f,_0x4899ce:0x27f,_0x19c34b:0xd7,_0x237a7a:0x15f,_0x2c7eec:0xc4,_0x4ec1e4:0x6ec,_0x4d3c67:0x6af,_0x59be5d:0x775,_0x576246:0x658,_0x2bfd7e:0xdd,_0x51966f:0x1aa,_0x300a0a:0x4ed,_0x73ade8:0x7c2,_0x2b1785:0x682,_0x4f03bc:0x6bf,_0x143dc4:0x5fa,_0x58148f:0x4e4,_0x19ae89:0x1e1,_0x5915a8:0x25,_0x4bd355:0x2e,_0x216d2a:0x279,_0x206c75:0x364,_0x59375c:0xa6,_0x3dfba3:0x68,_0x25e1cc:0x1ea,_0x3798f0:0x1f5,_0x8a3ef9:0x8de,_0x3286b2:0x1bb,_0x12c5ca:0x39,_0x253c30:0xa3,_0x5b81a3:0xd2,_0x35276b:0x56,_0x4c28c9:0x5c0,_0x44c7f2:0x119,_0x1c3068:0x597,_0x1e53c1:0x5c0,_0x3cb97f:0x581,_0x13ab97:0x8c,_0x278136:0x24,_0x1e6e14:0x33,_0x3f43a8:0x159,_0x411814:0x5ba,_0x3994f9:0x681,_0x1219e0:0xd7,_0x1e75ab:0x2cf,_0xbc6d09:0x426,_0x5bab44:0x36f,_0x584275:0x188,_0x25b46d:0x314,_0x272af9:0xa9,_0xf45648:0x865,_0x5a2625:0x5e2,_0x26ae3f:0x612,_0x5dc643:0x51a,_0x1447e6:0x281,_0x1c6a49:0x309,_0xea2ce8:0x379,_0x5b7a2a:0x274,_0x43e4bb:0x4d5,_0x15a31f:0x46d,_0x5b9384:0x578,_0x44e7f8:0x254,_0x179e60:0x5dc,_0xcb32fb:0x690,_0x69454e:0x1dd,_0x171178:0x23f,_0x3835ea:0x1c3,_0x3b54fb:0x2f1,_0x56e43c:0x186,_0xfa4f56:0x1cd,_0x296c01:0x35b,_0x461d82:0x165,_0x454028:0x721,_0x3dbfca:0x730,_0x3e0dd7:0x768,_0x1d0d7e:0x2b7,_0x5e38d6:0x410,_0x1f36e7:0x34d,_0x52ba8e:0x19a,_0x52d52d:0xc0,_0x4e9c22:0x225,_0x4b0f02:0x5cd,_0x4202ac:0x4e9,_0x550704:0x480,_0x2f2b50:0x79e,_0x2f8f68:0x75c,_0x507413:0x2d9,_0x24f8eb:0x332,_0x5047d0:0x34e,_0x15c087:0x3fe,_0x2076e7:0x194,_0x21a061:0x671,_0x4ef92:0x672,_0x368dea:0x530,_0x57d577:0x5fb,_0x5d20bb:0x629,_0x246b85:0x6ba,_0x2c767e:0x20b,_0x2858e6:0x1b1,_0x141fc2:0x2b7,_0xdca118:0x339,_0x5bb22e:0x7a7,_0x495166:0x657,_0x347552:0x64c,_0x3b7182:0x19d,_0x9e525d:0x54,_0x2ba420:0x231,_0x53a986:0x1bf,_0x59462d:0x838,_0x4d28a4:0x761,_0x198739:0x65f,_0x41fd65:0x10f,_0x2f3ca5:0x175,_0x49a746:0x39,_0x318313:0xab},_0x2a7018={_0x513e43:0x304,_0x17b1f5:0x260,_0x630bc7:0x38d,_0x43c225:0x58,_0x396030:0x1a0,_0x2820b6:0x404,_0xa6803:0x27d},_0x430c14={_0x145fd9:0x4c3},_0x2dbcf2={_0xdf4162:0x7a},_0x3a2324={_0x567c10:0x465,_0x4bb39a:0x1d3,_0x555611:0x1ff,_0x3bfb9e:0x602,_0xebaa34:0x6f8,_0x4d68f5:0x7e8,_0x23f1eb:0x591,_0x5d41d7:0x697,_0x5b4db8:0x7af,_0x46c5f2:0x857,_0x20d015:0x461,_0x264bca:0x3de,_0x206361:0x35e,_0x305bcb:0x312,_0x16c302:0x1e6,_0x17caf2:0x6d1,_0x34f158:0x7be,_0x1059e5:0x128,_0x14b6f9:0x6d7,_0x34b078:0x531,_0x4f0a80:0x2d3,_0x30bf9c:0x447,_0x3e4eca:0x3c6,_0x115926:0x6b7,_0x568d1d:0x620,_0x422191:0x387,_0x89327:0x46c,_0x2ff568:0x3e8,_0x21c0ee:0x766,_0x57fc5c:0x608,_0x572857:0x719,_0x473ca0:0x749},_0x1a771d={_0x5caf1b:0x85,_0x346147:0x6b,_0x5ad817:0xc0,_0x90a8b1:0x51,_0x1349b2:0x39d,_0x254c23:0x466,_0x58bef1:0xa9,_0x6dad8b:0x11,_0x2a6376:0x123,_0x307c45:0x232,_0x159c8c:0x209,_0x55e4b4:0x22b},_0x466759={_0x3ea225:0x4d},_0x4b6849={_0x3f0c9d:0x1b8,_0xd5e9a9:0x59e},_0x29e5a0={'hixvB':_0x5b3d62(0x616,0x5f5,0x658,_0x27acf1._0x59cd08)+_0x3dd889(_0x27acf1._0x53030d,0x177,-_0x27acf1._0x98785c,_0x27acf1._0x1dd2e4)+_0x3dd889(0x114,_0x27acf1._0x36d8b0,0x24c,0xa1),'YobhK':_0x5b3d62(_0x27acf1._0x2d616c,0x58a,0x55d,0x6cd)+_0x5b3d62(_0x27acf1._0x11c7b0,_0x27acf1._0x2e184a,0x599,_0x27acf1._0x5dc0b6)+'ll','tdIEX':_0x5b3d62(_0x27acf1._0x24cf76,_0x27acf1._0x2f42d1,_0x27acf1._0x2284f5,_0x27acf1._0x4a0225)+_0x5b3d62(_0x27acf1._0x5d38d8,_0x27acf1._0x1bf345,_0x27acf1._0x218b3e,0x606)+_0x5b3d62(0x49d,_0x27acf1._0x5b2539,_0x27acf1._0x48b47a,_0x27acf1._0x5b0b0f)+_0x5b3d62(_0x27acf1._0x2261d9,0x5d1,_0x27acf1._0x3dba8f,0x54a),'ktvEc':function(_0x3d0fc3,_0x494009){return _0x3d0fc3!==_0x494009;},'dIckJ':_0x5b3d62(_0x27acf1._0x173b6a,0x5f4,0x4a6,0x715),'dvAzj':_0x5b3d62(_0x27acf1._0x403d33,_0x27acf1._0x27034f,0x74b,_0x27acf1._0x4c9537),'JCTBU':function(_0x10fb2c,_0x36ef1d){return _0x10fb2c===_0x36ef1d;},'lZXvZ':'YZQeT','GKvoH':'OFNkB','MFjxq':_0x3dd889(0x1a0,0x74,0x234,0x97)+_0x5b3d62(0x657,0x5cc,_0x27acf1._0x5dc0b6,0x5de)+_0x5b3d62(_0x27acf1._0x48eb5c,_0x27acf1._0x52cb09,0x67c,_0x27acf1._0x26733c)+_0x3dd889(_0x27acf1._0x287871,-0x129,-_0x27acf1._0x37c4ad,-0x26)+_0x3dd889(0x172,0x2b1,_0x27acf1._0x465786,0x25f)+'ed','EIKdH':_0x5b3d62(0x78a,0x653,_0x27acf1._0x442b48,0x558)+_0x5b3d62(0x465,0x5ac,0x5a5,_0x27acf1._0x1431e6)+_0x5b3d62(_0x27acf1._0x5019ef,0x56e,0x61e,0x5cd)+_0x3dd889(0x40,-_0x27acf1._0x6d4f9d,_0x27acf1._0x426c27,-0x8c)+_0x3dd889(_0x27acf1._0x32aac3,0xb2,0x75,-0x63)+'\x20are\x20marke'+'d\x20as\x20hidde'+'n.','wMvnL':_0x3dd889(_0x27acf1._0x4f41de,_0x27acf1._0x3f8b1f,0x2f8,0x2ad),'jXocd':function(_0x10c5ae){return _0x10c5ae();},'LqVSW':_0x5b3d62(_0x27acf1._0x328baf,0x774,_0x27acf1._0x1a736a,_0x27acf1._0x22c7bb),'sRtMh':'utf-8','JVfML':function(_0x2a300e,_0x4e3c63){return _0x2a300e!==_0x4e3c63;},'IkyPg':_0x3dd889(_0x27acf1._0x40fc99,_0x27acf1._0x425686,0x1d6,_0x27acf1._0x2a64bd),'cKEJY':_0x3dd889(0x271,_0x27acf1._0x476d0a,0x139,0x350),'iTewr':_0x3dd889(0x211,0x172,0x157,_0x27acf1._0x3c766c)+'ctory\x20exis'+_0x5b3d62(_0x27acf1._0x1c6d58,_0x27acf1._0x5521e7,0x7ce,0x8bb)+_0x5b3d62(_0x27acf1._0x2075e7,_0x27acf1._0x59212e,0x5c8,0x708)+_0x3dd889(_0x27acf1._0x55036f,_0x27acf1._0x2acdf0,_0x27acf1._0x599659,0x58),'zgJGJ':function(_0x297985,_0x2b682d){return _0x297985!==_0x2b682d;},'ZEUCU':_0x3dd889(0xf9,0x2b,_0x27acf1._0x30dafa,_0x27acf1._0x503e82),'froVZ':_0x3dd889(0x10a,0xc,0x199,0xfc),'IxXdZ':_0x5b3d62(_0x27acf1._0x2a3cdb,_0x27acf1._0x5be878,0x7bb,0x614),'NSmdr':'xkvto','XdiVF':function(_0x51d03b,_0x496567,_0x21410a){return _0x51d03b(_0x496567,_0x21410a);},'ROSmd':_0x5b3d62(_0x27acf1._0x2c747e,_0x27acf1._0x1a7dc8,0x79d,0x770),'gFqcC':function(_0x3f4459,_0x3f6a9e){return _0x3f4459>_0x3f6a9e;},'tmLQc':'iiThY','pJdIH':_0x3dd889(_0x27acf1._0x3f53e2,_0x27acf1._0x24cca0,0x194,0x1de),'OCWSK':function(_0x5626a5,_0x60b2db){return _0x5626a5(_0x60b2db);},'ZLiJc':function(_0x566402,_0x17aa3a){return _0x566402>_0x17aa3a;},'aUkgI':_0x5b3d62(0x455,0x554,_0x27acf1._0x53576a,0x552)};function _0x3dd889(_0x154325,_0x312f09,_0xfc260a,_0x59461e){return _0xc95ba2(_0xfc260a,_0x312f09-_0x4b6849._0x3f0c9d,_0x154325- -_0x4b6849._0xd5e9a9,_0x59461e-0x16d);}const _0x503552=_0x29e5a0[_0x3dd889(_0x27acf1._0x422b28,0x218,0x23b,0x376)](getSkillsPath);if(!_0x503552)throw new Error(_0x29e5a0[_0x3dd889(_0x27acf1._0x2f63c9,0x29,0x1ab,_0x27acf1._0x5e3808)]);const _0x564e62=_0x2355a5['join'](_0x503552,_0x5701be);function _0x5b3d62(_0x4d17a0,_0x5a22e3,_0x411fc8,_0x1e2ffe){return _0xc95ba2(_0x411fc8,_0x5a22e3-_0x466759._0x3ea225,_0x5a22e3- -0xb5,_0x1e2ffe-0x13e);}const _0x3299b9=_0x2355a5[_0x3dd889(_0x27acf1._0x1997b8,0x39,-0x99,-0xf3)](_0x564e62,_0x29e5a0[_0x3dd889(_0x27acf1._0x252c5a,0x1f0,0x201,0x17a)]);try{await _0x8fb774[_0x5b3d62(0x675,_0x27acf1._0x5e6e51,0x7ad,0x7ef)](_0x564e62);}catch{return null;}let _0x5e3b5d='';try{_0x5e3b5d=await _0x8fb774[_0x3dd889(_0x27acf1._0x1c6def,_0x27acf1._0x3e5cf9,_0x27acf1._0x1eab0a,0x153)](_0x3299b9,_0x29e5a0[_0x3dd889(0x13c,0xa9,0x206,_0x27acf1._0x19a5e3)]);}catch{if(_0x29e5a0['JVfML'](_0x29e5a0[_0x3dd889(0x234,0x23e,_0x27acf1._0x5778ac,_0x27acf1._0x495fba)],_0x29e5a0['cKEJY'])){const _0x6190e3={};_0x6190e3[_0x5b3d62(_0x27acf1._0x1f5ea6,0x707,0x60a,_0x27acf1._0x957640)]=_0x5701be,logger[_0x5b3d62(0x624,0x713,0x72c,_0x27acf1._0x211996)](_0x29e5a0[_0x5b3d62(_0x27acf1._0x462d70,0x5cb,0x6da,0x6ef)],_0x6190e3);}else{const _0x2b854a={_0x11345b:0xd7,_0x412d3f:0xe,_0x5abec6:0x1ae},_0xae091f={_0x2326f8:0x163,_0x4509b8:0x1b4},_0x4e6f4d=new _0x1d5fcc();_0x307bc5[_0x3dd889(_0x27acf1._0x2bb025,0x1,0x7e,_0x27acf1._0x519bad)](_0xe489ff=>{function _0x163a36(_0x99872c,_0x537af1,_0x33f074,_0x5e71ce){return _0x3dd889(_0x99872c-_0xae091f._0x2326f8,_0x537af1-_0xae091f._0x4509b8,_0x5e71ce,_0x5e71ce-0x11e);}const _0x2bc448=_0x5ae491(-_0x1a771d._0x5caf1b,0x68,-_0x1a771d._0x346147,_0x1a771d._0x5ad817)+_0x4964ab+'/';function _0x5ae491(_0x26613c,_0x29af38,_0x213e83,_0x43efcb){return _0x3dd889(_0x26613c- -_0x2b854a._0x11345b,_0x29af38-_0x2b854a._0x412d3f,_0x29af38,_0x43efcb-_0x2b854a._0x5abec6);}_0xe489ff[_0x5ae491(0xe,0x16b,0xc,-_0x1a771d._0x90a8b1)](_0x2bc448)&&_0x4e6f4d[_0x163a36(_0x1a771d._0x1349b2,0x2cc,0x472,_0x1a771d._0x254c23)](_0xe489ff[_0x5ae491(0xa3,-_0x1a771d._0x58bef1,-_0x1a771d._0x6dad8b,0x9d)](_0x2bc448[_0x5ae491(_0x1a771d._0x2a6376,_0x1a771d._0x307c45,_0x1a771d._0x159c8c,_0x1a771d._0x55e4b4)]));}),_0xe18cf0=_0x3852cd(_0x201953,_0x4e6f4d);}}const {frontmatter:_0x1c711e,body:_0x2170a1}=parseSkillMd(_0x5e3b5d);let _0x4f0867=[];try{if(_0x29e5a0[_0x3dd889(_0x27acf1._0x51c006,_0x27acf1._0x4b44b7,_0x27acf1._0x26e331,0x1bd)]('Bqsem',_0x5b3d62(0x78a,0x744,0x81a,0x65e)))_0x2874ee['children']=_0x48e2b3(_0x2740d7[_0x3dd889(0x2cf,0x1b1,0x21b,_0x27acf1._0x4fc3dd)],_0x28f475,_0x368db2);else{const _0x24ee40={};_0x24ee40['withFileTy'+_0x3dd889(_0x27acf1._0x37f68c,0x104,_0x27acf1._0x4afa23,0x26e)]=!![];const _0x551497=await _0x8fb774[_0x5b3d62(0x410,_0x27acf1._0x43e611,_0x27acf1._0x153b2e,_0x27acf1._0x3485e5)](_0x564e62,_0x24ee40);for(const _0x2750d1 of _0x551497){if(_0x29e5a0[_0x5b3d62(_0x27acf1._0x48254e,_0x27acf1._0x4ec22b,0x6ea,_0x27acf1._0x328baf)](_0x2750d1[_0x3dd889(_0x27acf1._0x192e09,-0x79,0x38,0x8a)],'SKILL.md'))continue;if(_0x2750d1[_0x3dd889(0x1d0,_0x27acf1._0x2167ee,0x106,_0x27acf1._0x64871)]()){if(_0x29e5a0[_0x5b3d62(0x59d,_0x27acf1._0x14f4c5,0x659,0x55a)](_0x29e5a0[_0x5b3d62(0x509,_0x27acf1._0x48ab88,0x5ae,0x5ec)],_0x29e5a0[_0x5b3d62(_0x27acf1._0x547732,0x6fb,_0x27acf1._0x38fffb,0x695)])){const _0x443eba={};_0x443eba['name']=_0x2750d1[_0x5b3d62(0x5df,0x5c0,_0x27acf1._0x4f1737,_0x27acf1._0x260245)],_0x443eba[_0x3dd889(_0x27acf1._0x4f2eb5,_0x27acf1._0x5f3705,-0x2b,0x1d)]=_0x29e5a0[_0x5b3d62(_0x27acf1._0x4d4368,_0x27acf1._0x36ca32,0x813,_0x27acf1._0x4867c3)],_0x443eba[_0x3dd889(0x18f,_0x27acf1._0x1e3fef,0x273,_0x27acf1._0x4899ce)]=_0x2750d1[_0x3dd889(_0x27acf1._0x19c34b,0x1c4,_0x27acf1._0x237a7a,_0x27acf1._0x2c7eec)],_0x4f0867[_0x5b3d62(_0x27acf1._0x4ec1e4,_0x27acf1._0x4d3c67,0x590,_0x27acf1._0x59be5d)](_0x443eba);}else{const _0x32ce09={};return _0x32ce09[_0x5b3d62(0x817,0x7a0,0x6a6,_0x27acf1._0x576246)]='Skill\x20not\x20'+_0x3dd889(_0x27acf1._0x2bfd7e,_0x27acf1._0x51966f,0x20b,0x18d),_0x32ce09[_0x5b3d62(0x6ac,0x5c0,0x534,_0x27acf1._0x300a0a)]=_0x2828e0,_0x126b17[_0x5b3d62(0x861,_0x27acf1._0x73ade8,0x7bc,_0x27acf1._0x2b1785)](0x21c7*-0x1+0x1885+0xad6)['json'](_0x32ce09);}}else{if(_0x2750d1[_0x5b3d62(_0x27acf1._0x4f03bc,_0x27acf1._0x143dc4,_0x27acf1._0x58148f,0x4d2)+'y']()){if(_0x29e5a0[_0x3dd889(0xa5,_0x27acf1._0x19ae89,_0x27acf1._0x5915a8,-_0x27acf1._0x4bd355)](_0x29e5a0['NSmdr'],'xkvto')){const _0x235c6e={};return _0x235c6e[_0x3dd889(0x2b7,_0x27acf1._0x216d2a,0x372,_0x27acf1._0x206c75)]=_0x29e5a0[_0x3dd889(_0x27acf1._0x59375c,_0x27acf1._0x3dfba3,_0x27acf1._0x25e1cc,_0x27acf1._0x3798f0)],_0x38039e[_0x5b3d62(0x6de,0x7c2,_0x27acf1._0x8a3ef9,0x666)](0x1*0x1749+0x396*-0xa+0xe8a)[_0x3dd889(0x101,_0x27acf1._0x3286b2,0xdc,-0x58)](_0x235c6e);}else{const _0x27753e=_0x2355a5[_0x3dd889(_0x27acf1._0x12c5ca,_0x27acf1._0x253c30,-_0x27acf1._0x5b81a3,-_0x27acf1._0x35276b)](_0x564e62,_0x2750d1[_0x5b3d62(0x663,_0x27acf1._0x4c28c9,0x51f,0x6ba)]),_0xc7f7c1=await _0x29e5a0['XdiVF'](listFilesRecursive,_0x27753e,_0x2750d1[_0x3dd889(0xd7,0x61,0x51,_0x27acf1._0x44c7f2)]),_0x213cd0={};_0x213cd0[_0x5b3d62(_0x27acf1._0x1c3068,_0x27acf1._0x4c28c9,0x4fd,0x6f3)]=_0x2750d1[_0x5b3d62(0x5f8,_0x27acf1._0x1e53c1,_0x27acf1._0x3cb97f,0x5a1)],_0x213cd0[_0x3dd889(_0x27acf1._0x13ab97,-_0x27acf1._0x278136,_0x27acf1._0x1e6e14,_0x27acf1._0x3f43a8)]=_0x29e5a0[_0x5b3d62(0x689,_0x27acf1._0x411814,_0x27acf1._0x3994f9,_0x27acf1._0x4ec1e4)],_0x213cd0['path']=_0x2750d1[_0x3dd889(_0x27acf1._0x1219e0,0x1e6,-_0x27acf1._0x465786,0x179)],_0x213cd0[_0x3dd889(_0x27acf1._0x1e75ab,_0x27acf1._0xbc6d09,_0x27acf1._0x5bab44,_0x27acf1._0x584275)]=_0xc7f7c1,_0x4f0867[_0x3dd889(0x1c6,0x20d,_0x27acf1._0x25b46d,0x258)](_0x213cd0);}}}}if(_0x29e5a0['gFqcC'](_0x4f0867[_0x3dd889(0x1fa,0xd5,_0x27acf1._0x272af9,0x1dd)],0x1*0x827+-0x117e+0x1*0x957)&&setupPath){if(_0x29e5a0[_0x5b3d62(_0x27acf1._0xf45648,0x7c5,0x7b1,0x818)](_0x29e5a0[_0x5b3d62(_0x27acf1._0x5a2625,0x544,0x4f6,0x466)],_0x29e5a0['pJdIH'])){const _0x52a854=[],_0x402cbb=(_0x382d29,_0x1d099f=_0x5b3d62(0x4e0,0x53b,0x42c,0x507)+_0x5701be)=>{const _0x4643d3={_0x308ea7:0x3da,_0x4b5980:0xba};function _0x718ce4(_0x3b70c5,_0xfa0fda,_0x3f9a61,_0x12e9c6){return _0x3dd889(_0xfa0fda-0x507,_0xfa0fda-0x7,_0x12e9c6,_0x12e9c6-0x15);}const _0x5b249a={};_0x5b249a['VplYY']=_0x29e5a0[_0x718ce4(0x4b6,0x560,_0x3a2324._0x567c10,0x4ea)];function _0x77e3e7(_0x24fed1,_0x2f885b,_0x4065a4,_0x1c419d){return _0x5b3d62(_0x24fed1-0x26,_0x4065a4- -_0x4643d3._0x308ea7,_0x2f885b,_0x1c419d-_0x4643d3._0x4b5980);}const _0x104bd3=_0x5b249a;if(_0x29e5a0[_0x77e3e7(_0x3a2324._0x4bb39a,_0x3a2324._0x555611,0x15e,0x19d)](_0x29e5a0[_0x718ce4(0x54b,0x583,_0x3a2324._0x3bfb9e,0x439)],_0x29e5a0[_0x718ce4(0x63d,0x765,0x791,0x754)]))for(const _0x96bdc8 of _0x382d29){if(_0x29e5a0[_0x718ce4(_0x3a2324._0xebaa34,0x709,0x7f9,_0x3a2324._0x4d68f5)](_0x29e5a0['lZXvZ'],_0x29e5a0['GKvoH'])){const _0x36aa99={};return _0x36aa99[_0x718ce4(0x4ef,_0x3a2324._0x23f1eb,_0x3a2324._0x5d41d7,0x5d5)]=![],_0x36aa99['error']=_0x104bd3['VplYY'],_0x36aa99;}else _0x52a854['push'](_0x1d099f+'/'+_0x96bdc8[_0x718ce4(0x58a,0x696,_0x3a2324._0x5b4db8,0x591)]),_0x96bdc8[_0x718ce4(0x922,0x7d6,_0x3a2324._0x46c5f2,0x771)]&&_0x402cbb(_0x96bdc8[_0x77e3e7(0x2b8,_0x3a2324._0x20d015,_0x3a2324._0x264bca,_0x3a2324._0x206361)],_0x1d099f);}else{const _0x4e645c={};_0x4e645c[_0x77e3e7(0x140,_0x3a2324._0x305bcb,_0x3a2324._0x16c302,0x2a3)]=_0x538f0f,_0x4e645c[_0x718ce4(_0x3a2324._0x17caf2,_0x3a2324._0x34f158,0x915,0x6a2)]=_0xee90a6[_0x77e3e7(0x256,0x16f,0x1f3,_0x3a2324._0x1059e5)],_0x549a88['error'](_0x29e5a0[_0x718ce4(_0x3a2324._0x14b6f9,0x5e0,_0x3a2324._0x34b078,0x5f1)],_0x4e645c);const _0x5ef09a={};_0x5ef09a[_0x77e3e7(_0x3a2324._0x4f0a80,_0x3a2324._0x30bf9c,_0x3a2324._0x3e4eca,0x3f0)]=_0x29e5a0[_0x718ce4(0x57e,0x5e0,0x6a7,_0x3a2324._0x115926)],_0x5ef09a[_0x718ce4(_0x3a2324._0x568d1d,0x5eb,0x577,0x494)]=_0x475548['message'],_0x59e507[_0x77e3e7(_0x3a2324._0x422191,_0x3a2324._0x89327,_0x3a2324._0x2ff568,0x417)](-0x12c1*0x1+-0x90*-0x2b+0xb*-0x51)[_0x718ce4(_0x3a2324._0x21c0ee,_0x3a2324._0x57fc5c,_0x3a2324._0x572857,_0x3a2324._0x473ca0)](_0x5ef09a);}};_0x29e5a0[_0x5b3d62(0x518,_0x27acf1._0x26ae3f,_0x27acf1._0x5dc643,0x4dc)](_0x402cbb,_0x4f0867);const _0x286f5e=await getGitIgnoredFiles(setupPath,_0x52a854);if(_0x29e5a0[_0x3dd889(_0x27acf1._0x1447e6,_0x27acf1._0x1c6a49,_0x27acf1._0xea2ce8,_0x27acf1._0x5b7a2a)](_0x286f5e[_0x5b3d62(0x62f,0x741,0x865,0x7c2)],-0x5*0x13b+-0x15f*0xf+-0x3c*-0x72)){if(_0x29e5a0[_0x5b3d62(0x495,0x517,_0x27acf1._0x43e4bb,_0x27acf1._0x15a31f)]!==_0x29e5a0[_0x5b3d62(_0x27acf1._0x5b9384,0x517,0x54b,0x407)]){const _0x114088={};_0x114088[_0x3dd889(0x2b1,0x3b8,0x312,_0x27acf1._0x44e7f8)]=_0x191ff3,_0x114088[_0x5b3d62(_0x27acf1._0x179e60,_0x27acf1._0xcb32fb,0x572,0x7cd)]=_0x5736c7,_0x114088[_0x3dd889(_0x27acf1._0x69454e,0x1ae,0x232,_0x27acf1._0x171178)]=_0x1c4ad8[_0x5b3d62(0x612,0x6c6,0x6b5,0x696)]?.[_0x3dd889(_0x27acf1._0x3835ea,_0x27acf1._0x3b54fb,_0x27acf1._0x56e43c,_0x27acf1._0xfa4f56)],_0x4ff360[_0x3dd889(0x22a,_0x27acf1._0x296c01,_0x27acf1._0x461d82,0x1ea)](_0x29e5a0[_0x5b3d62(_0x27acf1._0x454028,_0x27acf1._0x3dbfca,_0x27acf1._0x3e0dd7,0x648)],_0x114088);const _0x404082={};return _0x404082[_0x3dd889(_0x27acf1._0x1d0d7e,_0x27acf1._0x5e38d6,_0x27acf1._0x1f36e7,0x3bb)]=_0x3dd889(0x186,0x28,_0x27acf1._0x52ba8e,_0x27acf1._0x52d52d)+_0x3dd889(_0x27acf1._0x4e9c22,0x115,0x14a,0x152),_0x404082[_0x5b3d62(0x4b4,_0x27acf1._0x4b0f02,_0x27acf1._0x4202ac,_0x27acf1._0x550704)]=_0x29e5a0[_0x5b3d62(0x836,_0x27acf1._0x2f2b50,_0x27acf1._0x2f8f68,0x7a2)],_0x2a850f[_0x3dd889(_0x27acf1._0x507413,_0x27acf1._0x24f8eb,_0x27acf1._0x5047d0,_0x27acf1._0x15c087)](-0x950+0x12cd+-0x7ea)[_0x3dd889(0x101,_0x27acf1._0x5915a8,0x8,_0x27acf1._0x2076e7)](_0x404082);}else{const _0x2df44b=new Set();_0x286f5e[_0x5b3d62(0x43a,0x594,_0x27acf1._0x21a061,0x483)](_0x20ca2b=>{function _0xf41e30(_0x4dd8a4,_0x42c24f,_0x960432,_0xadb44b){return _0x3dd889(_0x42c24f-0x150,_0x42c24f-0xad,_0xadb44b,_0xadb44b-_0x2dbcf2._0xdf4162);}function _0x45d86a(_0x5963b0,_0x16d7f3,_0x1b9681,_0x5ed7b7){return _0x5b3d62(_0x5963b0-0x34,_0x1b9681- -_0x430c14._0x145fd9,_0x5963b0,_0x5ed7b7-0x1c9);}const _0x2c30ed=_0xf41e30(0x108,0x1a2,0x107,0x1d9)+_0x5701be+'/';_0x20ca2b['startsWith'](_0x2c30ed)&&_0x2df44b[_0x45d86a(_0x2a7018._0x513e43,0x176,_0x2a7018._0x17b1f5,_0x2a7018._0x630bc7)](_0x20ca2b[_0x45d86a(_0x2a7018._0x43c225,0x1b1,_0x2a7018._0x396030,0x247)](_0x2c30ed[_0xf41e30(0x246,0x34a,_0x2a7018._0x2820b6,_0x2a7018._0xa6803)]));}),_0x4f0867=filterGitIgnoredFiles(_0x4f0867,_0x2df44b);}}}else{if(!_0x466d8f)return null;return _0x35b850['join'](_0x327365,_0x29e5a0[_0x5b3d62(_0x27acf1._0x4ef92,_0x27acf1._0x368dea,_0x27acf1._0x57d577,_0x27acf1._0x5d20bb)],_0x5b3d62(0x482,0x5a3,_0x27acf1._0x246b85,0x54b)+_0x5b3d62(0x6b1,0x6bc,0x6ec,0x570)+'n');}}}}catch(_0x20fe0a){const _0x3f2413={};_0x3f2413[_0x3dd889(0x21e,_0x27acf1._0x2c767e,_0x27acf1._0x2858e6,0x1e9)]=_0x5701be,_0x3f2413[_0x3dd889(_0x27acf1._0x141fc2,_0x27acf1._0xdca118,0x242,0x1de)]=_0x20fe0a['message'],logger[_0x5b3d62(_0x27acf1._0x5bb22e,0x713,0x69b,0x872)](_0x5b3d62(0x5d0,_0x27acf1._0x495166,0x6ec,0x5c3)+_0x5b3d62(0x64e,_0x27acf1._0x347552,0x5fa,0x530)+_0x3dd889(0x157,_0x27acf1._0x3b7182,0x105,_0x27acf1._0x9e525d)+_0x3dd889(0x1e9,0x1a7,0x2b3,0x94),_0x3f2413);}return{'id':_0x5701be,..._0x1c711e,'name':_0x1c711e[_0x3dd889(_0x27acf1._0x192e09,0x20b,_0x27acf1._0x2ba420,_0x27acf1._0x53a986)]||_0x5701be[_0x5b3d62(_0x27acf1._0x59462d,_0x27acf1._0x4d28a4,0x73a,_0x27acf1._0x198739)]('-')[_0x3dd889(_0x27acf1._0x41fd65,0x55,0x247,_0x27acf1._0x2f3ca5)](_0x447ceb=>_0x447ceb[_0x3dd889(0x1e5,0x2c9,0x172,0x33a)](0x1a*0x2f+0x25b0+-0x2a76*0x1)[_0x5b3d62(0x573,0x64e,0x6ff,0x767)+'e']()+_0x447ceb[_0x3dd889(0xe9,0x56,0xb2,0x10)](0x37f*0xa+0x57e+-0x2873))[_0x3dd889(_0x27acf1._0x49a746,0x39,_0x27acf1._0x318313,-0x4a)]('\x20'),'body':_0x2170a1,'files':_0x4f0867};}async function listFilesRecursive(_0x1c4b0e,_0x56ff08=''){const _0x56367a={_0xbf8a24:0x5eb,_0x7de2c9:0x509,_0x5788e6:0x70f,_0x5532e9:0x637,_0x246dbd:0x75b,_0x18e530:0x7d0,_0x2b4549:0x8c5,_0x30eb7b:0x4be,_0x3dab63:0x812,_0x3378b4:0x6f7,_0x1c6710:0x7ba,_0x428b67:0x26b,_0x4ab476:0x214,_0x10f656:0x6ec,_0x121a18:0x6e2,_0x229905:0x1a2,_0x648aa5:0x3f7,_0x1b72dd:0x2d3,_0x1669e1:0x888,_0x564451:0x7e8,_0x32d7e3:0x83e,_0x5528f5:0x844,_0x3c6c62:0x805,_0x404416:0x7a1,_0x48f216:0x7df,_0x22f5ad:0x5dc,_0x5b2f2d:0x244,_0x267b40:0x3b5,_0x51a60c:0x622,_0x4b07b8:0x68d,_0x294952:0x2d4,_0x50d36d:0x24b,_0xf9991e:0x32e,_0x1baa0a:0x812,_0x5a48a0:0x95e,_0x274202:0x51f,_0x2f65ed:0x5bb,_0x466054:0x39f,_0x19f0a6:0x7e3,_0x79145b:0x900,_0x43fd30:0x692,_0x697528:0x109,_0x2307f0:0x167,_0x28664b:0x223,_0xa3e575:0x235,_0x5a9b68:0x6ef,_0x4363a9:0x553,_0x50d8a9:0x642,_0x47822b:0x77c,_0x4c5d4f:0x89e,_0x9f0e7a:0x739,_0x519bf8:0x15b,_0x5c3155:0x250,_0x32c9e7:0x12d,_0x1c88af:0x237,_0x51c057:0x21c,_0x7739b1:0x599,_0x3210af:0x752,_0x2d1992:0x55d,_0x5d3ada:0x306,_0x128081:0x745,_0x1e42cd:0x5ec,_0x1f28e2:0x64b,_0x3c56ad:0x4a8,_0x8d1c33:0x525,_0x505947:0x42d,_0x4c6069:0x40a},_0x112e50={_0x14c98a:0x88,_0x1867ca:0x440},_0x2e09ff={_0x33c434:0xce},_0x31c825={};_0x31c825['VJkvr']=_0x3c5389(_0x56367a._0xbf8a24,_0x56367a._0x7de2c9,0x615,_0x56367a._0x5788e6)+_0x3c5389(_0x56367a._0x5532e9,0x783,_0x56367a._0x246dbd,0x64c)+'or\x20(may\x20be'+_0x3c5389(_0x56367a._0x18e530,0x6ae,0x843,_0x56367a._0x2b4549)+_0x3c5389(0x5fb,0x4a3,_0x56367a._0x30eb7b,_0x56367a._0xbf8a24)+'nore\x20exist'+'s)',_0x31c825[_0x3c5389(_0x56367a._0x3dab63,_0x56367a._0x3378b4,0x7a2,_0x56367a._0x1c6710)]=function(_0x4512ca,_0x368636){return _0x4512ca===_0x368636;},_0x31c825[_0x4acdf3(_0x56367a._0x428b67,0x250,_0x56367a._0x4ab476,0x1b5)]=_0x3c5389(_0x56367a._0x10f656,0x6a4,0x61a,_0x56367a._0x121a18),_0x31c825[_0x4acdf3(_0x56367a._0x229905,_0x56367a._0x648aa5,_0x56367a._0x1b72dd,0x2f4)]='file';function _0x3c5389(_0x46e371,_0x57d7e5,_0x3456e3,_0x374ade){return _0xc95ba2(_0x374ade,_0x57d7e5-_0x2e09ff._0x33c434,_0x46e371-0x18,_0x374ade-0x163);}_0x31c825[_0x3c5389(0x72d,0x852,_0x56367a._0x1669e1,0x6b3)]=_0x3c5389(_0x56367a._0x564451,_0x56367a._0x32d7e3,_0x56367a._0x5528f5,_0x56367a._0x3c6c62);const _0x9fc836=_0x31c825,_0x3486c8={};function _0x4acdf3(_0x5e02b0,_0x5333fb,_0xa8397d,_0x580a26){return _0xc95ba2(_0x5e02b0,_0x5333fb-_0x112e50._0x14c98a,_0x580a26- -_0x112e50._0x1867ca,_0x580a26-0x77);}_0x3486c8[_0x3c5389(0x6b5,_0x56367a._0x404416,_0x56367a._0x48f216,_0x56367a._0x22f5ad)+_0x4acdf3(_0x56367a._0x5b2f2d,0x3ac,_0x56367a._0x267b40,0x32d)]=!![];const _0x38afba=await _0x8fb774[_0x3c5389(0x5fe,_0x56367a._0x51a60c,0x5c4,0x534)](_0x1c4b0e,_0x3486c8),_0x36eda9=[];for(const _0x22548e of _0x38afba){const _0x3b0124=_0x56ff08?_0x56ff08+'/'+_0x22548e['name']:_0x22548e[_0x3c5389(_0x56367a._0x4b07b8,0x74f,0x642,0x7b9)];if(_0x22548e[_0x4acdf3(_0x56367a._0x294952,0x1f8,_0x56367a._0x50d36d,_0x56367a._0xf9991e)]()){if(_0x9fc836[_0x3c5389(_0x56367a._0x1baa0a,0x815,0x897,_0x56367a._0x5a48a0)](_0x9fc836[_0x3c5389(0x60d,_0x56367a._0x274202,0x70c,_0x56367a._0x2f65ed)],_0x4acdf3(0x298,0x33d,0x449,0x329))){const _0x3317cf={};_0x3317cf[_0x4acdf3(0x418,_0x56367a._0x466054,0x409,0x415)]=_0x387413['message'],_0x129f81[_0x3c5389(_0x56367a._0x19f0a6,_0x56367a._0x79145b,0x842,_0x56367a._0x43fd30)](_0x9fc836['VJkvr'],_0x3317cf);}else{const _0x4600f6={};_0x4600f6[_0x4acdf3(_0x56367a._0x697528,_0x56367a._0x2307f0,_0x56367a._0x28664b,_0x56367a._0xa3e575)]=_0x22548e[_0x3c5389(0x68d,_0x56367a._0x5a9b68,0x775,_0x56367a._0x4363a9)],_0x4600f6[_0x3c5389(_0x56367a._0x50d8a9,0x729,0x622,0x5eb)]=_0x9fc836['FHqAq'],_0x4600f6[_0x3c5389(0x745,0x5fd,0x7ee,0x7a1)]=_0x3b0124,_0x36eda9[_0x3c5389(_0x56367a._0x47822b,_0x56367a._0x4c5d4f,0x676,_0x56367a._0x9f0e7a)](_0x4600f6);}}else{if(_0x22548e[_0x4acdf3(_0x56367a._0x519bf8,_0x56367a._0x5c3155,_0x56367a._0x32c9e7,0x26f)+'y']()){const _0x2f133f=await listFilesRecursive(_0x2355a5['join'](_0x1c4b0e,_0x22548e[_0x4acdf3(0x300,0x110,_0x56367a._0x1c88af,0x235)]),_0x3b0124),_0x9bff37={};_0x9bff37[_0x4acdf3(0x2d3,0x20e,_0x56367a._0x51c057,0x235)]=_0x22548e[_0x3c5389(_0x56367a._0x4b07b8,_0x56367a._0x7739b1,0x69e,0x6a5)],_0x9bff37[_0x3c5389(0x642,_0x56367a._0x3210af,_0x56367a._0x2d1992,0x54e)]=_0x9fc836[_0x4acdf3(0x3a1,0x369,_0x56367a._0x5d3ada,0x2d5)],_0x9bff37[_0x3c5389(_0x56367a._0x128081,_0x56367a._0x1e42cd,0x686,_0x56367a._0x1f28e2)]=_0x3b0124,_0x9bff37[_0x4acdf3(_0x56367a._0x3c56ad,_0x56367a._0x8d1c33,0x571,_0x56367a._0x505947)]=_0x2f133f,_0x36eda9[_0x4acdf3(0x3aa,0x2a4,_0x56367a._0x4c6069,0x324)](_0x9bff37);}}}return _0x36eda9;}router['get']('/',requirePermission('skills:vie'+'w'),async(_0x38f262,_0xf1878e)=>{const _0x3106ea={_0x189468:0x134,_0x1d7f83:0x23e,_0xa463eb:0x107,_0x4ea366:0x2c,_0x1d4178:0x13f,_0x4d32e4:0x153,_0x18b366:0xec,_0x48d3b6:0x1ce,_0x276fcc:0x16,_0x520ae6:0xed,_0x8a115a:0xa8,_0x50d0d4:0x6e,_0x1e0984:0x137,_0x2b4156:0xa0,_0x4fc105:0x162,_0x5a9608:0x22,_0x14a5c2:0x1bd,_0x5b192f:0xd2,_0x4890e2:0x2bb,_0x39272f:0x159,_0x52fd4e:0x237,_0xf9048:0x1e5,_0x1895b8:0x6a,_0x51d5d5:0xd,_0xa5b2bc:0x6c,_0x34992b:0x1d4,_0x465263:0xe5,_0xe375a7:0xd4,_0x55f03a:0xea,_0x10fa9d:0x3c,_0x1fc0ed:0x54,_0x4fe107:0xe1,_0x2ed90e:0xe2,_0x5b54ce:0xae,_0x1a8081:0xca,_0x24e6a7:0x141,_0x7f2e73:0x250,_0x59e184:0xcd,_0x25474:0x25c,_0x3844f3:0x77,_0x310525:0x91,_0x1f1a30:0xf1,_0x2f86ad:0x1b7,_0x544feb:0x21c,_0x1e4e52:0x13a,_0x192d44:0x191,_0x3f94c2:0x1df,_0x2e3b32:0x35,_0x3279d3:0x8d,_0x22065f:0x28,_0x407cf1:0xb3,_0x3487fb:0x11,_0x16e634:0x94,_0x2180fc:0x6f,_0x40605b:0xc6,_0x1d3ddf:0x115,_0x4ebe73:0x2f,_0x44eb96:0x242,_0x348925:0x50,_0x1d5224:0xb9,_0x2bbf78:0x18d,_0x149b48:0x13e,_0x5f4bbe:0x134,_0x1fd838:0x11d,_0x6beb0b:0x60,_0x19d1e7:0x227,_0x4b1a83:0x1a6,_0x58d4b8:0xd8,_0x5293e4:0x48,_0x4027ef:0x74,_0x46941d:0x3,_0x3c9e2c:0x1cf,_0x57a748:0x6c,_0x221ea2:0x86,_0x3dc8cd:0x5a,_0x14e788:0x113,_0x401889:0x81,_0x537207:0x186,_0x5b22b2:0x11e,_0x414284:0x18c,_0x1b9f5a:0x9c,_0x41fa9d:0xd,_0x267477:0x16,_0x2f3e0a:0x2f,_0xba2f3:0x6b,_0x11caf0:0x164,_0x5cf1c5:0x41,_0x196c2d:0x24,_0x3d3f16:0x3d,_0x5197f9:0xb7,_0x5341eb:0x68,_0x13e90a:0x92,_0x2989d8:0x67,_0x22b9c1:0x3f,_0x2e9e24:0x143,_0x5a83a4:0xff,_0x3ccb3a:0xb4,_0x4891b9:0x1e4,_0x244334:0x101,_0x2bb6d0:0x1f4,_0x563431:0x3a,_0x4e6702:0x147,_0x535f77:0x51,_0x4bc698:0xec,_0x3cb3d5:0x96,_0x52bd37:0x4e,_0x66e794:0x119,_0x1201e8:0x2,_0x17b9a2:0x46,_0x22f698:0xd1},_0x2f788c={_0x5b3c9e:0x1c8,_0x162fcd:0x17b},_0x177f5b={_0xd3f487:0x129},_0x2554e5={'SCALV':_0x3e66ae(-0x11c,-_0x3106ea._0x189468,-_0x3106ea._0x1d7f83,-0x1f0)+_0x3e66ae(-_0x3106ea._0xa463eb,0x34,0x16b,_0x3106ea._0x4ea366),'IBTrM':function(_0x183d09){return _0x183d09();},'xbtSb':function(_0x443ccf,_0x3c0a0b){return _0x443ccf===_0x3c0a0b;},'rGmDh':_0x410274(-0x38,-0x136,_0x3106ea._0x1d4178,0x26),'LYfHj':_0x3e66ae(-_0x3106ea._0x4d32e4,-0x193,-0x142,-0x296)+_0x3e66ae(0x6a,_0x3106ea._0x18b366,0x11d,0x20c)+_0x3e66ae(-_0x3106ea._0x48d3b6,-0x16c,-0xd7,-0x279)+_0x3e66ae(-0xf5,_0x3106ea._0x276fcc,0x132,-0x128),'cULmH':function(_0xab93f0){return _0xab93f0();},'BmjZj':function(_0x56135e,_0x412727){return _0x56135e(_0x412727);},'DOoRp':_0x410274(_0x3106ea._0x520ae6,0x64,-_0x3106ea._0x8a115a,0x94)+_0x410274(0xfd,_0x3106ea._0x50d0d4,0xe1,0x9e),'lKvBW':'argument-h'+_0x3e66ae(-_0x3106ea._0x1e0984,-0xd,-_0x3106ea._0x2b4156,-0x56),'QPolw':'WRCcC','jgFTx':_0x3e66ae(-_0x3106ea._0x4fc105,-0x113,-0x4f,_0x3106ea._0x5a9608),'RrzZE':_0x3e66ae(-_0x3106ea._0x14a5c2,-_0x3106ea._0x189468,-_0x3106ea._0x5b192f,-0x89)+_0x3e66ae(-_0x3106ea._0x4890e2,-0x16e,-0x212,-0x18c)+'s'},_0x2b7e7b=_0x2554e5[_0x3e66ae(0x9b,0xb9,_0x3106ea._0x39272f,0x193)](getSkillsPath);function _0x3e66ae(_0x5e76e1,_0x356692,_0x404be3,_0x1c5a7f){return _0xc95ba2(_0x404be3,_0x356692-_0x177f5b._0xd3f487,_0x356692- -0x773,_0x1c5a7f-0x169);}if(!_0x2b7e7b){if(_0x2554e5[_0x410274(_0x3106ea._0x52fd4e,_0x3106ea._0xf9048,_0x3106ea._0x1895b8,0xf8)](_0x2554e5[_0x410274(0x15c,-0x51,-_0x3106ea._0x51d5d5,_0x3106ea._0xa5b2bc)],_0x2554e5['rGmDh'])){const _0x9d2be0={};return _0x9d2be0[_0x3e66ae(-0x6b,0xe2,0xa8,_0x3106ea._0x34992b)]='Coder-setu'+'p\x20not\x20conf'+_0x410274(-0x92,0x76,0xb4,-0xa4),_0x9d2be0[_0x410274(-_0x3106ea._0x465263,0x41,-0xad,-_0x3106ea._0xe375a7)]=_0x2554e5[_0x410274(0x6d,-0x95,-0x160,-0xb1)],_0xf1878e[_0x3e66ae(0x1c9,0x104,0x1e8,_0x3106ea._0x55f03a)](-0x23c4+-0x1d3*-0x9+0x1550)[_0x3e66ae(-_0x3106ea._0x10fa9d,-0xd4,-0x220,-0xf2)](_0x9d2be0);}else{const _0x16de68={};_0x16de68[_0x410274(-0x6e,-0x57,_0x3106ea._0x1fc0ed,-_0x3106ea._0x4fe107)]=_0x1166a7,_0x16de68[_0x3e66ae(0x166,_0x3106ea._0x2ed90e,_0x3106ea._0x5b54ce,_0x3106ea._0x1a8081)]=_0x2fb6e5[_0x3e66ae(-_0x3106ea._0x24e6a7,-0xf1,-_0x3106ea._0x7f2e73,-0x1df)],_0x224608[_0x410274(_0x3106ea._0x59e184,_0x3106ea._0x25474,0x6f,0xff)]('Failed\x20to\x20'+'get\x20skill',_0x16de68);const _0x348a39={};_0x348a39[_0x3e66ae(-0x5f,_0x3106ea._0x2ed90e,_0x3106ea._0x3844f3,_0x3106ea._0x310525)]=_0x2554e5['SCALV'],_0x348a39[_0x3e66ae(-0x12a,-_0x3106ea._0x1f1a30,0x2b,-_0x3106ea._0x2f86ad)]=_0x7aa0f[_0x410274(-_0x3106ea._0x544feb,-_0x3106ea._0x1e4e52,-0x184,-0xd4)],_0x50b50c[_0x3e66ae(_0x3106ea._0x192d44,0x104,0x1f2,_0x3106ea._0x3f94c2)](0x1*0x209b+-0x13b4+-0xaf3)[_0x410274(-_0x3106ea._0x2e3b32,-0x30,0x78,-0xb7)](_0x348a39);}}function _0x410274(_0x1db488,_0x562424,_0x285a00,_0x3760b8){return _0xc95ba2(_0x562424,_0x562424-_0x2f788c._0x5b3c9e,_0x3760b8- -0x756,_0x3760b8-_0x2f788c._0x162fcd);}try{if(!await _0x2554e5[_0x410274(0x5e,_0x3106ea._0x3279d3,-_0x3106ea._0x22065f,-_0x3106ea._0x407cf1)](skillsDirExists)){const _0x4ac109={};return _0x4ac109[_0x3e66ae(0x97,_0x3106ea._0x3487fb,0x74,0x5d)]=[],_0x4ac109[_0x3e66ae(-_0x3106ea._0x16e634,_0x3106ea._0x2180fc,_0x3106ea._0x40605b,_0x3106ea._0x1d3ddf)+_0x410274(_0x3106ea._0x4ebe73,0x3a,-_0x3106ea._0x44eb96,-0x11a)]=!![],_0xf1878e['json'](_0x4ac109);}const _0x7d505e={};_0x7d505e[_0x410274(-0x31,_0x3106ea._0x348925,-0x1b6,-_0x3106ea._0x1d5224)+_0x3e66ae(0x10a,-0x6,-0xbc,-0x10)]=!![];const _0x1a2590=await _0x8fb774[_0x3e66ae(-0xeb,-_0x3106ea._0x2bbf78,-_0x3106ea._0x149b48,-0x1eb)](_0x2b7e7b,_0x7d505e),_0x287753=[];for(const _0x53642e of _0x1a2590){if(!_0x53642e['isDirector'+'y']())continue;const _0xfadde6=await _0x2554e5[_0x3e66ae(-_0x3106ea._0x5f4bbe,-_0x3106ea._0x1fd838,-_0x3106ea._0x6beb0b,-_0x3106ea._0x19d1e7)](readSkill,_0x53642e[_0x410274(-_0x3106ea._0x4b1a83,-0x56,0x4d,-0xe1)]);if(_0xfadde6){const _0x2ee7cb={};_0x2ee7cb['id']=_0xfadde6['id'],_0x2ee7cb['name']=_0xfadde6[_0x3e66ae(-0x18d,-0xfe,0x3,-_0x3106ea._0x58d4b8)],_0x2ee7cb[_0x410274(-0xd0,-0x194,-_0x3106ea._0x5293e4,-_0x3106ea._0x4027ef)+'n']=_0xfadde6[_0x410274(-_0x3106ea._0x46941d,-_0x3106ea._0x3c9e2c,-0x115,-_0x3106ea._0x4027ef)+'n']||'',_0x2ee7cb[_0x410274(-0x1c0,-0x5a,-0x3,-_0x3106ea._0x57a748)]=_0xfadde6[_0x410274(-_0x3106ea._0x221ea2,-_0x3106ea._0x3dc8cd,-0x39,-_0x3106ea._0x57a748)]||'',_0x2ee7cb['allowed-to'+_0x3e66ae(_0x3106ea._0x14e788,_0x3106ea._0x401889,0x134,_0x3106ea._0x537207)]=_0xfadde6[_0x2554e5[_0x410274(_0x3106ea._0x5b22b2,0xe4,0x16c,0xcc)]]||[],_0x2ee7cb[_0x410274(0xa2,-_0x3106ea._0x414284,_0x3106ea._0x1b9f5a,-0x6b)+_0x3e66ae(-0x14a,-_0x3106ea._0x41fa9d,-0xfc,-0xc4)]=_0xfadde6[_0x2554e5[_0x3e66ae(_0x3106ea._0x267477,-_0x3106ea._0x16e634,_0x3106ea._0x2f3e0a,-_0x3106ea._0xba2f3)]]||'',_0x287753[_0x410274(-_0x3106ea._0x465263,-0xb7,0xa8,0xe)](_0x2ee7cb);}}_0x287753[_0x410274(-0xd7,_0x3106ea._0x11caf0,_0x3106ea._0x5cf1c5,0x64)]((_0xf534e2,_0x3748e2)=>_0xf534e2[_0x410274(-0x12f,-0x1d6,-0x1d,-0xe1)][_0x410274(-0xd4,0x13e,-0xc7,0x5)+_0x410274(-0x8c,0x121,0xd6,-0x2a)](_0x3748e2[_0x3e66ae(-0x1ff,-0xfe,-0x1ed,-0x76)]));const _0x5f2806={};_0x5f2806[_0x410274(-0xed,-0x28,-_0x3106ea._0x196c2d,0x2e)]=_0x287753,_0xf1878e[_0x410274(-0x6b,-_0x3106ea._0x3d3f16,0x5c,-_0x3106ea._0x5197f9)](_0x5f2806);}catch(_0x4d29eb){if(_0x2554e5[_0x410274(-_0x3106ea._0x5341eb,-_0x3106ea._0x3c9e2c,-0x1b3,-0x187)]!==_0x2554e5[_0x410274(_0x3106ea._0x13e90a,0x75,0x41,-_0x3106ea._0x2989d8)]){const _0x1353c6={};_0x1353c6[_0x410274(-_0x3106ea._0x22b9c1,_0x3106ea._0x2e9e24,_0x3106ea._0x2180fc,_0x3106ea._0x5a83a4)]=_0x4d29eb[_0x410274(-_0x3106ea._0x3ccb3a,-_0x3106ea._0x4891b9,-0x88,-0xd4)],logger[_0x410274(_0x3106ea._0x244334,_0x3106ea._0x2bb6d0,0x242,0xff)](_0x2554e5[_0x3e66ae(-0xce,-_0x3106ea._0x563431,-_0x3106ea._0x4e6702,_0x3106ea._0x535f77)],_0x1353c6);const _0x50cd5c={};_0x50cd5c[_0x410274(-0x5,0x16f,_0x3106ea._0x4bc698,0xff)]=_0x2554e5[_0x3e66ae(_0x3106ea._0x3cb3d5,-0x3a,-0x135,-0xd9)],_0x50cd5c[_0x3e66ae(-0x239,-_0x3106ea._0x1f1a30,0xd,-_0x3106ea._0x52bd37)]=_0x4d29eb[_0x410274(-_0x3106ea._0x66e794,-_0x3106ea._0x1201e8,-_0x3106ea._0x17b9a2,-0xd4)],_0xf1878e[_0x3e66ae(_0x3106ea._0x22f698,0x104,-0x21,0x1f0)](-0x10c8+0x1b5+0x5ad*0x3)['json'](_0x50cd5c);}else _0x4a9f2f[_0x14d5a3]=_0x24661e['trim']();}}),router[_0xc95ba2(0x769,0x7ae,0x71c,0x60b)](_0xc95ba2(0x919,0x7b1,0x7bd,0x781),requirePermission(_0x3603a9(0x49d,0x347,0x535,0x520)+'w'),async(_0x38aff5,_0x34c997)=>{const _0x5a61bd={_0x5425e9:0x52,_0x3cc9af:0x244,_0x3ae2f3:0x215,_0xde06cb:0x2db,_0x583c2c:0x20f,_0x4f4314:0x2d2,_0x2b4c74:0x340,_0x1df280:0x30f,_0x1055ae:0x344,_0x1c54e9:0x1c3,_0x2ea938:0x3de,_0x20d6b6:0x383,_0x2ae528:0x288,_0x8f99cb:0x119,_0x28270a:0x268,_0x7633ef:0x13d,_0x22020a:0x434,_0x3f7f1d:0x515,_0x39ae3a:0x285,_0x390126:0x13e,_0x2b4965:0x59,_0x98fce:0x28,_0x41a53d:0x17,_0x47d665:0xe8,_0x570f20:0x19,_0x1a2eb7:0x42,_0x1897e0:0x161,_0x58eae2:0x135,_0x2eba92:0xf,_0x4d8583:0x150,_0x5cdc82:0x8f,_0x253b55:0xae,_0x51f79d:0x2f6,_0x3581bf:0xf9,_0x42901a:0xdf,_0x19872b:0xf9,_0x220111:0x4f,_0x1f3aba:0x447,_0x170a62:0x4b3,_0x509296:0x129,_0x31678f:0x8e,_0x5205c6:0x19a,_0x2d768b:0xa9,_0x43d736:0x29f,_0x14c678:0x23d,_0x48ada1:0x368,_0x41d8b4:0x22d,_0x3eae42:0x1f1,_0x355f61:0x235,_0x2c10c8:0x6c,_0x3c1f23:0x233,_0x49b7db:0x20b,_0xdddbef:0x164,_0x1c383e:0x3a3,_0x2198d3:0x472,_0xb1269:0x436,_0x41177:0x26f,_0xb2f611:0x2bf,_0x30c288:0x64,_0x41f2a4:0x13,_0x384f14:0x7d,_0x3843a2:0x92,_0x3ea258:0x88,_0xb5bd92:0x41,_0x5d6018:0x318,_0x59a3ba:0x439,_0x15be02:0xd4,_0x57178d:0x153,_0x514c51:0x96,_0x45dac4:0x6,_0x4eb444:0x157,_0x427023:0x15e,_0x461b4c:0x33b,_0x3f8fad:0x30b,_0x2a37c6:0xa9,_0x8fe369:0x12d,_0x1c1e0e:0x414,_0x3773b7:0x36e,_0x562e35:0x22d,_0x47b412:0x22f,_0x313132:0x349,_0x21334b:0x56,_0x287fda:0x110,_0x4f4f60:0x252,_0x82ab0a:0x159,_0x4ffdc2:0x6a,_0x4e6cf9:0x103,_0x480a29:0x5c,_0x350ec3:0x251},_0xe86f7d={_0x1fcd12:0x150},_0x22723e={_0x2123b1:0x446,_0x59eaaa:0x1c6,_0x2a8c19:0x1a9};function _0x6fefff(_0x469d6f,_0x20cdbf,_0x4db0ae,_0x262067){return _0x3603a9(_0x262067- -_0x22723e._0x2123b1,_0x20cdbf-_0x22723e._0x59eaaa,_0x20cdbf,_0x262067-_0x22723e._0x2a8c19);}const _0x34174b={'FAuDB':'Coder-setu'+_0x6fefff(0x63,-0x5d,0x3b,_0x5a61bd._0x5425e9)+'igured','XtbhW':function(_0x8c3003,_0x4f02e3){return _0x8c3003===_0x4f02e3;},'MNvgh':_0xaa34be(_0x5a61bd._0x3cc9af,0x1a3,_0x5a61bd._0x3ae2f3,_0x5a61bd._0xde06cb),'mLeeE':_0xaa34be(_0x5a61bd._0x583c2c,0x326,_0x5a61bd._0x4f4314,0x34c)+_0xaa34be(_0x5a61bd._0x2b4c74,_0x5a61bd._0x1df280,_0x5a61bd._0x1055ae,0x3cb)+_0xaa34be(0x31a,_0x5a61bd._0x1c54e9,_0x5a61bd._0x2ea938,0x36b)+_0xaa34be(_0x5a61bd._0x20d6b6,0x24b,_0x5a61bd._0x2ae528,0x255),'RhWrm':'SnBag','xZYVS':_0x6fefff(0x178,_0x5a61bd._0x8f99cb,_0x5a61bd._0x28270a,_0x5a61bd._0x7633ef),'UkmDj':function(_0x3f1150,_0x1d71a8){return _0x3f1150(_0x1d71a8);},'cQrXd':function(_0x19ae38,_0x44e46a){return _0x19ae38(_0x44e46a);},'OiSug':_0xaa34be(_0x5a61bd._0x22020a,0x51b,_0x5a61bd._0x3f7f1d,0x44c),'RMEmR':_0xaa34be(_0x5a61bd._0x39ae3a,0x1d5,_0x5a61bd._0x390126,0x2e3)+_0x6fefff(-_0x5a61bd._0x2b4965,0xc2,-_0x5a61bd._0x98fce,0x36)+_0x6fefff(-_0x5a61bd._0x41a53d,-0x104,-0x75,-0x26)+_0xaa34be(0x24f,0x395,0x379,0x180),'oyYPn':_0x6fefff(0xfb,-0xff,_0x5a61bd._0x47d665,_0x5a61bd._0x570f20)+_0x6fefff(_0x5a61bd._0x1a2eb7,0xc3,0xe8,0x181)};function _0xaa34be(_0x10b652,_0x995b7d,_0x269486,_0x547367){return _0x3603a9(_0x10b652- -0x250,_0x995b7d-0x18f,_0x995b7d,_0x547367-_0xe86f7d._0x1fcd12);}const {name:_0x16cccc}=_0x38aff5[_0x6fefff(-_0x5a61bd._0x1897e0,0xaf,_0x5a61bd._0x58eae2,-_0x5a61bd._0x2eba92)];try{if(_0x34174b[_0x6fefff(_0x5a61bd._0x4d8583,_0x5a61bd._0x5cdc82,_0x5a61bd._0x253b55,0xc6)]!==_0x34174b[_0xaa34be(0x227,_0x5a61bd._0x51f79d,0x242,0x12b)]){const _0x5d25eb=await _0x34174b['UkmDj'](readSkill,_0x16cccc);if(!_0x5d25eb){const _0x455571={};return _0x455571[_0xaa34be(0x425,0x4b2,0x580,0x33c)]='Skill\x20not\x20'+_0xaa34be(0x24b,0x22b,0x324,0x382),_0x455571[_0x6fefff(_0x5a61bd._0x3581bf,_0x5a61bd._0x42901a,_0x5a61bd._0x19872b,_0x5a61bd._0x220111)]=_0x16cccc,_0x34c997[_0xaa34be(_0x5a61bd._0x1f3aba,_0x5a61bd._0x170a62,0x522,0x49d)](0x412+-0x6a2*0x3+0x1168)['json'](_0x455571);}const _0x48dfc4=await _0x34174b[_0x6fefff(-_0x5a61bd._0x509296,-0x131,-0x32,-0x10)](getSkillFlags,_0x16cccc);if(_0x48dfc4['hidePrompt']){if(_0x34174b['XtbhW'](_0x34174b[_0x6fefff(_0x5a61bd._0x31678f,0x2f,_0x5a61bd._0x5205c6,_0x5a61bd._0x2d768b)],_0x34174b[_0xaa34be(_0x5a61bd._0x43d736,0x1f2,0x16c,0x2e3)]))_0x5d25eb['body']=_0x34174b[_0xaa34be(_0x5a61bd._0x14c678,_0x5a61bd._0x48ada1,0x13e,_0x5a61bd._0x41d8b4)],_0x5d25eb[_0xaa34be(_0x5a61bd._0x3eae42,0x1e1,0x284,_0x5a61bd._0x355f61)+'en']=!![];else throw new _0x21bea8(_0x34174b['FAuDB']);}_0x48dfc4[_0x6fefff(0x116,_0x5a61bd._0x2c10c8,0x1ba,_0x5a61bd._0x42901a)]&&(_0x5d25eb[_0xaa34be(_0x5a61bd._0x3c1f23,_0x5a61bd._0x49b7db,0x142,_0x5a61bd._0xdddbef)]=[],_0x5d25eb[_0xaa34be(_0x5a61bd._0x1c383e,_0x5a61bd._0x2198d3,_0x5a61bd._0xb1269,0x301)+'n']=!![]),_0x5d25eb['flags']=_0x48dfc4,_0x34c997[_0xaa34be(_0x5a61bd._0x41177,_0x5a61bd._0xb2f611,0x320,0x395)](_0x5d25eb);}else{if(_0x34174b[_0x6fefff(-0x13b,_0x5a61bd._0x30c288,-0xaa,_0x5a61bd._0x41f2a4)](_0x1196cb[_0x6fefff(0x1e1,_0x5a61bd._0x384f14,_0x5a61bd._0x3843a2,0x8d)],_0x6fefff(-_0x5a61bd._0x3ea258,_0x5a61bd._0xb5bd92,-0x8b,0x86))){const _0x5a255f={};return _0x5a255f[_0xaa34be(_0x5a61bd._0x5d6018,0x1c7,_0x5a61bd._0x59a3ba,0x445)]=_0x34174b[_0x6fefff(-_0x5a61bd._0x15be02,-_0x5a61bd._0x57178d,_0x5a61bd._0x514c51,_0x5a61bd._0x45dac4)],_0x5a255f[_0x6fefff(_0x5a61bd._0x4eb444,0x120,0xda,_0x5a61bd._0x427023)]={},_0x5a255f;}const _0x4fdac3={};_0x4fdac3[_0x6fefff(0x161,_0x5a61bd._0x461b4c,0x336,0x22f)]=_0x2c2fe7['message'],_0x391460[_0x6fefff(0x13a,0x183,_0x5a61bd._0x3f8fad,0x22f)](_0x34174b[_0x6fefff(0x71,_0x5a61bd._0x2a37c6,-_0x5a61bd._0x8fe369,0x2c)],_0x4fdac3);const _0x4da235={};return _0x4da235['version']=_0x34174b[_0x6fefff(-0x129,-0xcc,0xeb,_0x5a61bd._0x45dac4)],_0x4da235[_0xaa34be(0x354,0x37f,_0x5a61bd._0x1c1e0e,0x30d)]={},_0x4da235;}}catch(_0x4a79e3){const _0x3976ef={};_0x3976ef['name']=_0x16cccc,_0x3976ef[_0x6fefff(_0x5a61bd._0x3773b7,_0x5a61bd._0x562e35,0x149,_0x5a61bd._0x47b412)]=_0x4a79e3['message'],logger['error'](_0x34174b[_0xaa34be(_0x5a61bd._0x313132,0x252,0x367,0x293)],_0x3976ef);const _0x5ac0db={};_0x5ac0db[_0x6fefff(0x1ed,0x387,0x14c,0x22f)]=_0x34174b[_0x6fefff(0xbd,_0x5a61bd._0x21334b,_0x5a61bd._0x287fda,_0x5a61bd._0x57178d)],_0x5ac0db[_0xaa34be(_0x5a61bd._0x4f4f60,0xfb,0x37a,_0x5a61bd._0x82ab0a)]=_0x4a79e3[_0x6fefff(-_0x5a61bd._0x4ffdc2,_0x5a61bd._0x4e6cf9,0xba,_0x5a61bd._0x480a29)],_0x34c997[_0x6fefff(0x2cd,0x235,0x34e,_0x5a61bd._0x350ec3)](-0x1f21+-0x266b+0x4780)['json'](_0x5ac0db);}}),router[_0x3603a9(0x62a,0x73c,0x4da,0x5e3)]('/',requireAnyPermission([_0xc95ba2(0x7e2,0x66d,0x756,0x88c)+_0x3603a9(0x680,0x559,0x5a7,0x753),_0xc95ba2(0x5a8,0x801,0x6cd,0x7d0)+'age']),async(_0x1e925c,_0x5b5ad5)=>{const _0x39838e={_0x44b937:0x4dc,_0x58e9f6:0x3d0,_0x2c2dbb:0x436,_0x149895:0x451,_0x2e6491:0x404,_0x2ea03b:0x510,_0x1f7560:0xb1,_0x47db50:0x4a0,_0x29f0fe:0x2,_0x1cd14e:0xde,_0x244f87:0x540,_0x91b4c6:0x41d,_0x52659d:0x49a,_0x306753:0x3a7,_0x5b331c:0x141,_0x4b4b60:0x148,_0x7067fb:0x8f,_0x33e2a1:0xf8,_0xbc2d21:0x5dc,_0x48317c:0x591,_0x397fd0:0x56f,_0x1e6e74:0x8e,_0x37ca25:0xe,_0x36182a:0x1d8,_0x137b55:0x4a6,_0x13ea6a:0x4f,_0x3704c5:0xa4,_0x403d44:0xcb,_0x59ba84:0x266,_0x1d074d:0x257,_0x3c83fc:0x4e3,_0xdd199:0x426,_0x31d078:0x57c,_0x229b27:0x88,_0x1e7b1e:0x11a,_0x41592e:0x3ac,_0x20d018:0x4b,_0x53a2bb:0x61,_0x347e5f:0x21f,_0xeecc89:0x145,_0x3c626b:0x2da,_0x40f2f7:0x2cc,_0x2ff6e0:0x1f2,_0x7baefb:0x44f,_0x2a0fdd:0x563,_0x598d77:0x47e,_0x2d7b98:0x526,_0x15b1b6:0x519,_0x16b223:0x580,_0x4abcf8:0x5e,_0x4bd4eb:0x61,_0x427d78:0x11e,_0x1c396d:0xd3,_0x257902:0x341,_0x275d74:0x4d5,_0x2756d0:0x628,_0x95ef4b:0x3f4,_0x5dcecd:0x3be,_0x455c89:0x3b7,_0x5c16ad:0x2db,_0x1c048a:0x3b4,_0x1d40fd:0x4d6,_0x2b3754:0x2d1,_0xb151e4:0x1,_0x231aa2:0x105,_0x217333:0x57,_0x402048:0x5ba,_0x33810e:0x5bc,_0x28e82d:0x54,_0x566d55:0xeb,_0x28ba09:0x184,_0x41b685:0x6a4,_0x153548:0x5fd,_0x1a2255:0x56,_0x4f2a46:0x1d0,_0x58a504:0x2b3,_0x2b292a:0x2fa,_0x4ddb57:0x30d,_0x2f102a:0x26e,_0x11a6e6:0x280,_0x57ecb6:0x1e,_0x349439:0x58,_0x361ef6:0x4ba,_0x325a2b:0x414,_0x3db15f:0x2f4,_0x51109f:0x3d3,_0x294d18:0x36,_0xf241ab:0xdb,_0x305fe5:0x7e,_0xa19bf8:0x5c7,_0x59633f:0x5ad,_0x545553:0x603,_0x2885d2:0x141,_0x58139f:0x452,_0x2efc62:0x64e,_0x2ff76f:0x14,_0x3ba3d1:0x8d,_0x8e4af4:0x9e,_0x33bd23:0x6,_0x127485:0x13,_0x41fd59:0x86,_0xc8b9aa:0x124,_0x328818:0x166,_0x316450:0x1f6,_0x162341:0x27,_0x1b23cb:0xa0,_0x35fc1a:0x1cd,_0x20ba0c:0x5ae,_0x7a932f:0x4a,_0x181019:0xe5,_0xf4f248:0x161,_0x25790c:0xcd,_0x155806:0x44,_0x1facf5:0x3fa,_0x579cac:0x486,_0x1ee512:0x40e,_0x4fd73a:0x4cd,_0x3dca82:0x6af,_0x39da1e:0x16c,_0x2bee26:0x1d7,_0x58cbc3:0x233,_0x516221:0x272,_0x2d85ea:0x45c,_0x26714d:0x70,_0x33c641:0x21b,_0x5152a0:0x30f,_0x2a3d5e:0x363,_0x2b1915:0x55b,_0x59acd6:0x482,_0x2d9d54:0x2b,_0x129a76:0x441,_0x32414b:0x4e0,_0x4d5d25:0x5b0,_0x5a90b9:0x12d,_0x55ab35:0x313,_0xf2c41d:0x2e4,_0x3718ec:0x11,_0x4463c7:0x4d1,_0x1b6a22:0x73d,_0x581b4e:0x4ef,_0x4dcad0:0x65c,_0x530490:0x453,_0x4656c3:0x40e,_0x35c94c:0x1ef,_0x25d8d7:0x447,_0x69591e:0x96,_0x159b97:0x1b2,_0x5672ef:0x4a0,_0x54d9ca:0x493,_0x2cadea:0x126,_0x396377:0x1d1,_0x8b8814:0xc,_0x1cc5ec:0x12f,_0x4e89db:0x250,_0x2b3259:0x39d,_0x3dee36:0x690,_0x522c66:0x5bc,_0x18dc74:0x2d6,_0xd40f3f:0x389,_0xc0d59c:0x2ce,_0x4b1439:0x2fd,_0xd9d340:0x418,_0x3a818d:0x2dd,_0x33e462:0xc7,_0x267f0c:0x597,_0x2be693:0x4fc,_0x5f2a1b:0x9e,_0x41c20a:0x1,_0x2ffff4:0x23,_0x3f5217:0x19,_0x50caee:0x18e,_0x189bf2:0x6f,_0x5e6fe3:0x3d,_0x24d793:0x117,_0x29bd3e:0x4da,_0x1d602e:0x4b1,_0x362a74:0x68b,_0x214ae8:0x467,_0x154e94:0x545,_0x512a5c:0x7f,_0x1b4e33:0x7b,_0x3cbb00:0x28d,_0x328406:0x524,_0x13e6e8:0x45e,_0x428694:0x524,_0x5bd8f5:0x120,_0x1ad28d:0xef,_0x15ff66:0x1b5,_0x32185f:0x278,_0x2c1863:0xba,_0x2d0a64:0x61e,_0x57b646:0x54f,_0x3eb802:0x536,_0xba8e55:0x78,_0x5de4af:0x8a,_0x52fd9d:0x16e,_0x249165:0x68e,_0x410803:0x50d,_0x345bf6:0x6e,_0xbabf3e:0x42b,_0x3d7a6d:0x3c1,_0x79a21:0x63f,_0x4cc7a1:0x75e,_0x403c41:0x4c2,_0x4b50d2:0x41,_0x4ac66b:0x106,_0x247f56:0x58e,_0x43436c:0x5ec,_0x1a5860:0x55f},_0x5821d1={_0x402777:0x1eb},_0xdb9958={'iKWOx':_0x2a9389(_0x39838e._0x44b937,0x498,_0x39838e._0x58e9f6,_0x39838e._0x2c2dbb)+_0x2a9389(_0x39838e._0x149895,0x36b,0x3d5,_0x39838e._0x2e6491)+_0x2a9389(0x34a,0x356,0x450,0x43e),'gzBks':'Error\x20read'+_0x2a9389(0x539,0x371,0x553,0x48d)+'directory\x20'+_0x2a9389(0x5d0,0x4ff,_0x39838e._0x2ea03b,0x513),'pxDRF':function(_0x222b3b,_0xcc372c){return _0x222b3b!==_0xcc372c;},'vebUY':_0x405c1f(0x3b,0x91,_0x39838e._0x1f7560,-0x82),'LaJHw':_0x2a9389(0x56d,0x350,_0x39838e._0x47db50,0x496)+_0x405c1f(-_0x39838e._0x29f0fe,-0x8d,-_0x39838e._0x1cd14e,0x9b)+'ed','wbwaO':_0x2a9389(0x406,_0x39838e._0x244f87,0x4c3,0x496)+'\x20must\x20be\x20l'+_0x2a9389(_0x39838e._0x91b4c6,0x4f6,_0x39838e._0x52659d,_0x39838e._0x306753)+_0x405c1f(_0x39838e._0x5b331c,_0x39838e._0x4b4b60,_0x39838e._0x7067fb,_0x39838e._0x33e2a1)+'mbers,\x20and'+_0x2a9389(_0x39838e._0xbc2d21,_0x39838e._0x48317c,_0x39838e._0x397fd0,0x5ba)+_0x405c1f(-_0x39838e._0x1e6e74,0x92,-_0x39838e._0x37ca25,-_0x39838e._0x36182a),'fkyIw':function(_0x3f43e0,_0x569aa0){return _0x3f43e0<_0x569aa0;},'WmXdP':function(_0x4ecefc,_0x22a546){return _0x4ecefc>_0x22a546;},'EznbP':_0x2a9389(0x3d6,_0x39838e._0x137b55,0x4e1,0x496)+'\x20must\x20be\x202'+_0x405c1f(-0x17,0x143,_0x39838e._0x13ea6a,-0x26)+'ters','VUzAC':function(_0x2c9ca5,_0x44a3a6){return _0x2c9ca5(_0x44a3a6);},'TCzLV':function(_0x4826c3,_0x1f5c0e){return _0x4826c3===_0x1f5c0e;},'XOhYB':_0x405c1f(_0x39838e._0x3704c5,0xc6,_0x39838e._0x403d44,0xa5),'lkvze':function(_0x2e5bc8,_0x16855c){return _0x2e5bc8===_0x16855c;},'ExDBH':_0x2a9389(0x3ff,0x4a3,0x440,0x4b6),'eqQJl':'AQAJp','xeFfT':_0x405c1f(0x17a,_0x39838e._0x59ba84,_0x39838e._0x1d074d,0x1c5)+_0x2a9389(_0x39838e._0x3c83fc,0x4a1,_0x39838e._0xdd199,_0x39838e._0x31d078),'TLQmM':function(_0x1f49b1,_0x5ce37f){return _0x1f49b1||_0x5ce37f;},'OJsdl':function(_0x53f51e,_0xb8eb1){return _0x53f51e>_0xb8eb1;},'UNSPY':_0x405c1f(_0x39838e._0x229b27,0x1e1,_0x39838e._0x1e7b1e,0x1d7),'lQuYw':_0x2a9389(0x491,0x2de,0x311,_0x39838e._0x41592e),'iUSWz':_0x405c1f(_0x39838e._0x20d018,0x13e,-0x1e,-_0x39838e._0x53a2bb)+_0x405c1f(0xc6,_0x39838e._0x347e5f,_0x39838e._0xeecc89,-0x54),'zRnYs':function(_0x502720,_0x14a26c){return _0x502720||_0x14a26c;},'xSgPI':_0x405c1f(0x189,_0x39838e._0x3c626b,_0x39838e._0x40f2f7,_0x39838e._0x2ff6e0),'ijCkq':'utf-8','giBmP':_0x2a9389(_0x39838e._0x7baefb,0x683,0x4f7,_0x39838e._0x2a0fdd)+_0x2a9389(_0x39838e._0x598d77,0x5c3,_0x39838e._0x2d7b98,_0x39838e._0x15b1b6),'rpANK':function(_0x3e2718,_0x22e2e4){return _0x3e2718!==_0x22e2e4;},'ZqTBy':_0x2a9389(_0x39838e._0x16b223,0x679,0x666,0x553),'NNkTE':_0x405c1f(_0x39838e._0x4abcf8,-0xdd,-0xaf,0x1b9),'vekXu':function(_0x59cc3f){return _0x59cc3f();},'RjbEm':_0x405c1f(-_0x39838e._0x4bd4eb,-_0x39838e._0x427d78,-_0x39838e._0x1c396d,0x56)+'create\x20ski'+'ll'},{name:_0x4f1c46,displayName:_0x1e26f7,description:_0x18eb75,model:_0x417bca,'allowed-tools':_0x44c4c8,'argument-hint':_0x2090a3,body:_0x4a62e4}=_0x1e925c[_0x2a9389(_0x39838e._0x257902,_0x39838e._0x275d74,0x323,0x397)],_0x9e873e=_0xdb9958[_0x2a9389(_0x39838e._0x2756d0,_0x39838e._0x95ef4b,0x533,0x511)](validateSkillName,_0x4f1c46);function _0x405c1f(_0x1d9bf1,_0x44881e,_0x3751cf,_0x21614e){return _0xc95ba2(_0x3751cf,_0x44881e-0xad,_0x1d9bf1- -0x6a0,_0x21614e-0x3c);}if(!_0x9e873e[_0x2a9389(_0x39838e._0x5dcecd,_0x39838e._0x455c89,_0x39838e._0x5c16ad,_0x39838e._0x1c048a)]){const _0xaa180b={};return _0xaa180b['error']=_0x9e873e[_0x2a9389(_0x39838e._0x1d40fd,0x6bb,0x737,0x5e1)],_0x5b5ad5[_0x405c1f(0x1d7,0x30c,0x214,_0x39838e._0x2b3754)](-0x1*-0x566+0xc32+-0x1008)[_0x405c1f(-_0x39838e._0xb151e4,_0x39838e._0x231aa2,-0x7d,-_0x39838e._0x217333)](_0xaa180b);}function _0x2a9389(_0x539ea2,_0x1347ff,_0x19a794,_0x9f10ec){return _0x3603a9(_0x9f10ec- -0x94,_0x1347ff-0xc7,_0x1347ff,_0x9f10ec-_0x5821d1._0x402777);}try{if(_0xdb9958[_0x2a9389(0x635,_0x39838e._0x402048,0x573,_0x39838e._0x33810e)](_0xdb9958['XOhYB'],_0xdb9958[_0x405c1f(0xb5,-_0x39838e._0x28e82d,_0x39838e._0x566d55,0xa0)])){const _0x533813=await ensureSkillsDir(),_0x20fd20=_0x2355a5[_0x405c1f(-0xc9,-0xeb,-0x3a,-_0x39838e._0x28ba09)](_0x533813,_0x4f1c46);try{if(_0xdb9958['lkvze'](_0xdb9958[_0x2a9389(0x6d8,0x678,_0x39838e._0x41b685,_0x39838e._0x153548)],_0xdb9958[_0x405c1f(-0x70,-_0x39838e._0x1a2255,-0x7a,-0x178)])){const _0x5bc7f8={};return _0x5bc7f8['error']=_0x405c1f(_0x39838e._0x4f2a46,_0x39838e._0x58a504,_0x39838e._0x2b292a,_0x39838e._0x4ddb57)+_0x2a9389(0x2d6,_0x39838e._0x2f102a,_0x39838e._0x11a6e6,0x37e),_0x5bc7f8[_0x405c1f(-_0x39838e._0x57ecb6,-0x4f,-0x11a,-_0x39838e._0x349439)]=_0x2a9389(_0x39838e._0x361ef6,_0x39838e._0x325a2b,_0x39838e._0x3db15f,_0x39838e._0x51109f)+_0x405c1f(-_0x39838e._0x294d18,-_0x39838e._0xf241ab,-0x33,0x112)+_0x405c1f(0x180,_0x39838e._0x305fe5,0x294,0x150),_0x6bdb95[_0x2a9389(_0x39838e._0xa19bf8,0x559,_0x39838e._0x59633f,_0x39838e._0x545553)](-0x3e*0x97+0x48+0x25dd)[_0x405c1f(-0x1,0xae,-0x147,_0x39838e._0x2885d2)](_0x5bc7f8);}else{await _0x8fb774[_0x2a9389(_0x39838e._0x58139f,0x613,_0x39838e._0x2efc62,0x5b1)](_0x20fd20);const _0x5322c5={};return _0x5322c5['error']=_0xdb9958[_0x2a9389(0x5fd,0x4d5,0x5f5,0x568)],_0x5322c5[_0x405c1f(-0x2b,-_0x39838e._0x2ff76f,_0x39838e._0x3ba3d1,-0xb1)]=_0x4f1c46,_0x5b5ad5['status'](-0x1913*0x1+0x258b+-0xadf)[_0x405c1f(-_0x39838e._0xb151e4,0xd9,-0x42,0xdf)](_0x5322c5);}}catch{}const _0x9258e9={};_0x9258e9[_0x405c1f(-_0x39838e._0x8e4af4,_0x39838e._0x33bd23,-_0x39838e._0x127485,-_0x39838e._0x41fd59)]=!![],await _0x8fb774['mkdir'](_0x20fd20,_0x9258e9);const _0x2ea9c6={'name':_0x1e26f7||_0x4f1c46['split']('-')[_0x405c1f(0xd,_0x39838e._0xc8b9aa,0x51,_0x39838e._0x328818)](_0x2701d0=>_0x2701d0[_0x405c1f(0xe3,0x21d,0x20d,0xeb)](0x1979+0x20e2+0x3a5b*-0x1)[_0x405c1f(0x63,0xb5,-0x65,-0xd7)+'e']()+_0x2701d0[_0x405c1f(-0x19,0x9a,0x5d,0x64)](-0x2*-0x135a+0x2097+0x16d*-0x32))['join']('\x20'),'description':_0xdb9958['TLQmM'](_0x18eb75,'')};_0x44c4c8&&_0xdb9958[_0x405c1f(0x124,0x1c0,_0x39838e._0x316450,0x136)](_0x44c4c8[_0x405c1f(0xf8,_0x39838e._0x162341,_0x39838e._0x1b23cb,_0x39838e._0x35fc1a)],0x78d*-0x2+0xdef+0x12b)&&(_0x2ea9c6['allowed-to'+_0x2a9389(0x4d6,_0x39838e._0x20ba0c,0x448,0x580)]=_0x44c4c8);_0x417bca&&(_0x2ea9c6[_0x405c1f(_0x39838e._0x7a932f,_0x39838e._0x181019,-0xa2,_0x39838e._0xf4f248)]=_0x417bca);if(_0x2090a3){if(_0xdb9958[_0x405c1f(0x3c,-_0x39838e._0x25790c,-_0x39838e._0x155806,0x24)](_0xdb9958[_0x2a9389(0x4c9,0x3f5,0x2cd,0x3d4)],_0xdb9958['lQuYw']))_0x2ea9c6[_0xdb9958[_0x2a9389(_0x39838e._0x1facf5,_0x39838e._0x579cac,_0x39838e._0x1ee512,_0x39838e._0x4fd73a)]]=_0x2090a3;else{const _0x40987={};return _0x40987[_0x2a9389(0x706,_0x39838e._0x3dca82,0x5cc,0x5e1)]=_0xdb9958[_0x405c1f(-0x4f,-_0x39838e._0x39da1e,-0x33,0x44)],_0x463b4a[_0x405c1f(_0x39838e._0x2bee26,_0x39838e._0x58cbc3,0x255,_0x39838e._0x516221)](-0xb73*-0x1+0x1*-0x139f+0xa23)[_0x2a9389(0x552,0x2f4,_0x39838e._0x2d85ea,0x42b)](_0x40987);}}const _0x1431fe=serializeSkillMd(_0x2ea9c6,_0xdb9958['zRnYs'](_0x4a62e4,''));await _0x8fb774[_0x405c1f(0xca,0x119,-0x41,_0x39838e._0x26714d)](_0x2355a5[_0x2a9389(_0x39838e._0x33c641,0x3ed,_0x39838e._0x5152a0,_0x39838e._0x2a3d5e)](_0x20fd20,_0xdb9958[_0x2a9389(_0x39838e._0x2b1915,0x436,_0x39838e._0x59acd6,0x56a)]),_0x1431fe,_0xdb9958['ijCkq']);const _0x4fff0d={};_0x4fff0d[_0x405c1f(-_0x39838e._0x2d9d54,-0xf8,-0xd,0xe6)]=_0x4f1c46,_0x4fff0d[_0x2a9389(0x2b8,0x3f6,_0x39838e._0x129a76,0x39c)]=_0x1e925c[_0x405c1f(_0x39838e._0xf241ab,0x137,-0x4,0x31)]['username'],logger[_0x2a9389(_0x39838e._0x32414b,_0x39838e._0x4d5d25,0x67f,0x556)](_0xdb9958[_0x405c1f(0x31,0x17b,-0x69,-_0x39838e._0x5a90b9)],_0x4fff0d);const _0x767373={};_0x767373['success']=!![],_0x767373[_0x2a9389(_0x39838e._0x55ab35,_0x39838e._0xf2c41d,0x3fe,_0x39838e._0x1ee512)]=_0xdb9958[_0x405c1f(0x31,-0x19,0x8d,_0x39838e._0x3718ec)],_0x767373[_0x2a9389(0x4b5,0x440,_0x39838e._0x4463c7,0x401)]=_0x4f1c46,_0x5b5ad5[_0x2a9389(_0x39838e._0x1b6a22,0x673,0x50a,0x603)](-0x271*0x1+0x2*-0x12ba+0x28ae)[_0x2a9389(_0x39838e._0x581b4e,0x41f,0x4ee,0x42b)](_0x767373);}else{const _0x4cfed7={};_0x4cfed7[_0x2a9389(0x538,_0x39838e._0x4dcad0,0x40f,0x548)]=_0x497d8a,_0x4cfed7[_0x405c1f(0x1b5,0x113,0x159,0xa8)]=_0x1ea7da[_0x2a9389(0x2cf,_0x39838e._0x530490,0x43f,_0x39838e._0x4656c3)],_0x3b3a70[_0x405c1f(0x128,0x47,_0x39838e._0x35c94c,0xf7)](_0xdb9958[_0x2a9389(0x3ee,_0x39838e._0x25d8d7,0x3df,0x480)],_0x4cfed7);}}catch(_0x5af0dc){if(_0xdb9958[_0x405c1f(_0x39838e._0x69591e,_0x39838e._0x159b97,0xb4,0x128)](_0x405c1f(0xc7,0x10d,0x129,0xe3),_0xdb9958['ZqTBy'])){const _0xf261b7={};_0xf261b7['name']=_0x4f1c46,_0xf261b7['error']=_0x5af0dc['message'],logger['error']('Failed\x20to\x20'+'create\x20ski'+'ll',_0xf261b7);try{if(_0xdb9958[_0x2a9389(_0x39838e._0x5672ef,0x449,_0x39838e._0x54d9ca,0x468)](_0x405c1f(0x19f,0x232,_0x39838e._0x2cadea,_0x39838e._0x396377),_0xdb9958[_0x405c1f(0x0,-0x138,-_0x39838e._0x8b8814,_0x39838e._0x1cc5ec)])){const _0x51d294=_0xdb9958[_0x2a9389(0x333,_0x39838e._0x4e89db,0x4ad,_0x39838e._0x2b3259)](getSkillsPath);if(_0x51d294){if(_0xdb9958[_0x2a9389(_0x39838e._0x3dee36,0x6a2,0x4e0,_0x39838e._0x522c66)](_0x2a9389(0x442,_0x39838e._0x18dc74,_0x39838e._0xd40f3f,0x3e7),_0x2a9389(0x3a3,0x4c1,_0x39838e._0xc0d59c,0x3f3))){const _0x4c4ec6=_0x5d4482?_0x205575+'/'+_0x5c3b41[_0x2a9389(0x594,0x37c,0x525,0x4b9)]:_0x4398ce['path'];if(_0x60a5dd[_0x2a9389(0x4c8,_0x39838e._0x4b1439,0x3b6,_0x39838e._0xd9d340)](_0x4c4ec6))return![];return _0x37c61d[_0x405c1f(_0x39838e._0x35fc1a,0xe7,0x110,0x203)]&&(_0x47f771[_0x405c1f(0x1cd,0x96,_0x39838e._0x3a818d,_0x39838e._0x33e462)]=_0x5efca2(_0x5616d5[_0x2a9389(0x714,_0x39838e._0x267f0c,_0x39838e._0x2be693,0x5f9)],_0x4a4dd0,_0x36436c)),!![];}else{const _0x53710f={};_0x53710f[_0x405c1f(-_0x39838e._0x5f2a1b,_0x39838e._0x41c20a,_0x39838e._0x2ffff4,-_0x39838e._0x3f5217)]=!![],_0x53710f['force']=!![],await _0x8fb774['rm'](_0x2355a5['join'](_0x51d294,_0x4f1c46),_0x53710f);}}}else{if(!_0x3ada7c||_0xdb9958[_0x405c1f(0x3c,_0x39838e._0x50caee,-_0x39838e._0x189bf2,0x161)](typeof _0x4c0499,_0xdb9958[_0x405c1f(-0x50,_0x39838e._0x5e6fe3,0xcc,-_0x39838e._0x24d793)])){const _0x2d0e8e={};return _0x2d0e8e['valid']=![],_0x2d0e8e[_0x2a9389(_0x39838e._0x29bd3e,_0x39838e._0x1d602e,_0x39838e._0x362a74,0x5e1)]=_0xdb9958[_0x2a9389(0x51c,0x4ec,_0x39838e._0x214ae8,_0x39838e._0x154e94)],_0x2d0e8e;}if(!/^[a-z0-9-]+$/['test'](_0x5f3f78)){const _0x204d91={};return _0x204d91['valid']=![],_0x204d91[_0x405c1f(0x1b5,_0x39838e._0x512a5c,_0x39838e._0x1b4e33,_0x39838e._0x3cbb00)]=_0xdb9958[_0x2a9389(0x4b2,_0x39838e._0x328406,0x52f,0x499)],_0x204d91;}if(_0xdb9958[_0x2a9389(0x430,0x4b5,_0x39838e._0x13e6e8,0x501)](_0x113a7c[_0x2a9389(0x602,0x4e2,0x45e,_0x39838e._0x428694)],-0x2*0x97+0x77c+0x1a*-0x3e)||_0xdb9958[_0x405c1f(_0x39838e._0x5bd8f5,0x22a,0x98,_0x39838e._0x1ad28d)](_0x49564d['length'],0x2163+-0x525*-0x3+-0x1849*0x2)){const _0x42052f={};return _0x42052f[_0x2a9389(0x2f6,0x2ff,0x409,0x3b4)]=![],_0x42052f[_0x405c1f(_0x39838e._0x15ff66,_0x39838e._0x32185f,_0x39838e._0x2c1863,0x1a5)]=_0xdb9958[_0x2a9389(_0x39838e._0x2d0a64,0x639,_0x39838e._0x57b646,_0x39838e._0x3eb802)],_0x42052f;}const _0x31483b={};return _0x31483b[_0x405c1f(-_0x39838e._0xba8e55,-_0x39838e._0x5de4af,-_0x39838e._0x52fd9d,-_0x39838e._0x1e7b1e)]=!![],_0x31483b;}}catch{}const _0xa21f86={};_0xa21f86['error']=_0xdb9958[_0x2a9389(_0x39838e._0x249165,0x52b,_0x39838e._0x410803,0x5a5)],_0xa21f86[_0x405c1f(-_0x39838e._0x57ecb6,0xb4,-_0x39838e._0x345bf6,-0x16b)]=_0x5af0dc[_0x2a9389(_0x39838e._0xbabf3e,0x356,_0x39838e._0x3d7a6d,0x40e)],_0x5b5ad5[_0x2a9389(_0x39838e._0x79a21,_0x39838e._0x4cc7a1,_0x39838e._0x403c41,_0x39838e._0x545553)](0xd31*0x2+-0xaa3+-0xdcb*0x1)['json'](_0xa21f86);}else _0x37cca4[_0x405c1f(-_0x39838e._0x5e6fe3,_0x39838e._0x4b50d2,-0x169,_0x39838e._0x4ac66b)]=[],_0x23c1de[_0x2a9389(0x649,_0x39838e._0x247f56,_0x39838e._0x43436c,_0x39838e._0x1a5860)+'n']=!![];}}),router[_0x3603a9(0x545,0x54a,0x451,0x3f7)](_0xc95ba2(0x7bd,0x860,0x7bd,0x8db),requireAnyPermission([_0x3603a9(0x698,0x63c,0x6c5,0x7bf)+'t',_0x3603a9(0x4ed,0x5b4,0x3c1,0x566)+'age']),async(_0x52ccdc,_0x7aa59b)=>{const _0x4d712e={_0x27565c:0x621,_0x2bd80e:0x756,_0x231410:0x52c,_0x34429c:0x623,_0x3cab70:0x61c,_0x1c69b9:0x5e4,_0x46c1dd:0x699,_0x189bf4:0x7b3,_0x4252a7:0x72e,_0x2a7d07:0x655,_0x87994c:0x564,_0x4ae97d:0x509,_0x169b23:0x657,_0x327eac:0x672,_0x373fd4:0x6ee,_0xd16a76:0x521,_0x1c7c79:0x448,_0x5780f3:0x519,_0x5e7978:0x668,_0x4e4492:0x562,_0x153b29:0x601,_0x3db64d:0x563,_0x26b222:0x4e7,_0xca233f:0x584,_0x4aabfb:0x6cf,_0x540278:0x619,_0x10802d:0x5e0,_0x356cf7:0x4c1,_0x351575:0x550,_0x24e1b9:0x636,_0x5c8515:0x707,_0x40a324:0x64c,_0x5e00d0:0x6d2,_0x354c03:0x656,_0x562bb1:0x881,_0x5bb33a:0x6f9,_0x580591:0x4c6,_0x196404:0x533,_0xaffa85:0x60d,_0x54a9e5:0x6a3,_0x141a09:0x76d,_0x3f2864:0x612,_0x467251:0x63a,_0x2e115d:0x833,_0x5065e4:0x7d1,_0x803d55:0x77b,_0x52b34e:0x6d4,_0x5f168d:0x720,_0x1cd2f9:0x62c,_0x161514:0x4fe,_0x2ebbfa:0x727,_0x385b4d:0x6ca,_0x379a99:0x727,_0x3df989:0x6f3,_0x189fc6:0x6ae,_0x42892d:0x607,_0x314e0c:0x6ac,_0x13da62:0x6e1,_0x366407:0x83f,_0xbb4deb:0x8aa,_0x417f98:0x734,_0x371b08:0x794,_0x5a4486:0x791,_0x3f5332:0x5b9,_0x51175e:0x6c3,_0x41da84:0x5ca,_0x46da70:0x7d9,_0x1c04c0:0x78d,_0x56a136:0x491,_0x4bd8a0:0x536,_0x3fbdbd:0x6ae,_0x2a80ed:0x4b6,_0x2e3aa2:0x588,_0x17b3c8:0x534,_0x332fc7:0x468,_0x2f0e7d:0x899,_0x134370:0x573,_0x23bfdb:0x630,_0x8a0e9b:0x56d,_0xb58b11:0x890,_0x5bd165:0x78b,_0x1c01cf:0x45b,_0x5465ca:0x6ef,_0x3c1d86:0x5b1,_0x34be5e:0x4ef,_0x18ca7a:0x6d5,_0x26eb4e:0x732,_0x504a1f:0x6c9,_0x27ff8c:0x6e0,_0x38ab55:0x51c,_0x2a6de4:0x5f5,_0x5e2b2b:0x64a,_0x55aa9c:0x730,_0x44a75a:0x665,_0x17d55b:0x5fa,_0x1ddd22:0x6d8,_0x535ae5:0x5f8,_0x40a50c:0x74c,_0x5dc211:0x7b3,_0x32f636:0x78b,_0x5bd9d1:0x58c,_0x28e672:0x576,_0x2fb3a7:0x538,_0x4fb89e:0x523,_0x396dd3:0x637,_0x850083:0x77c,_0x4d829a:0x90b,_0x476d2a:0x7ad,_0x43cbfa:0x599,_0x2b38fc:0x5d5,_0x449e64:0x6e6,_0x8e045f:0x7bf,_0x1b68db:0x5ee,_0x3a0b86:0x6d0,_0x2139b6:0x759,_0xca9240:0x7c4,_0x15e9cf:0x785,_0x329bf3:0x5bf,_0xa07e0d:0x4ee,_0x212445:0x75f,_0x1af40b:0x6b1,_0x37965e:0x5db,_0x525d1e:0x54a,_0x12d847:0x436,_0x1569df:0x636,_0x10c8ba:0x669,_0x5944e0:0x768,_0x2f8a0a:0x617,_0x29fbb5:0x622,_0x198129:0x688,_0x3c4488:0x6de,_0x12ff81:0x6fd,_0x12f332:0x6ec,_0x2e7004:0x570,_0x4aba3c:0x64b,_0x2e2063:0x4d6,_0x56701b:0x69f,_0x3a0bf4:0x583,_0x4b5d51:0x5ee,_0x4b7c52:0x6cb,_0x27491b:0x4f5,_0x4cfa03:0x4ef,_0x37ddea:0x643,_0x5a3085:0x653,_0x57e118:0x6d1,_0x40d086:0x75f,_0x487d39:0x608,_0x291d65:0x5aa,_0x159c58:0x5ab,_0xef0750:0x709,_0x15f847:0x795,_0x3a810b:0x4cb,_0x5ba102:0x451,_0x5aa74c:0x417,_0x577eac:0x536,_0x97e134:0x53e,_0x58d3ad:0x55c,_0x29733c:0x5a6,_0x474995:0x73b,_0x426d41:0x6d4,_0x3ba4bd:0x5fc,_0x1afb64:0x614,_0x4ca8e0:0x4fb,_0x4e1352:0x76f,_0x502e3a:0x7c0,_0x17930a:0x7eb,_0x53ce7e:0x4d4,_0x3a80b0:0x715,_0x19c6c4:0x5d9,_0x5a0b64:0x58e,_0x4a083d:0x608,_0x52d23c:0x408,_0x371148:0x455,_0x37e4c6:0x50e,_0x13e7bc:0x5ec,_0x3b5433:0x53d,_0xbac7ae:0x682,_0x4db19e:0x869,_0x5dfc9f:0x798,_0x2cda5d:0x725,_0x3fe229:0x5fd,_0x3bfb94:0x817,_0x5c266f:0x705,_0x328f3b:0x5d4,_0x4e0740:0x5a9,_0x1e1510:0x4e5,_0x7a8f48:0x5f1,_0x38683f:0x6cc,_0x385a6e:0x6c4,_0x595831:0x659,_0x32bf56:0x48d,_0x457fb7:0x5b8,_0x3c8e94:0x679,_0x5226e9:0x6c1,_0x330d8b:0x7d6,_0x367446:0x745,_0x10dc73:0x6b7,_0x3c02c6:0x7c9,_0x88f36a:0x7c8,_0x15d8d0:0x52b,_0x5ec533:0x67f,_0x3b677f:0x6c1,_0x5525bc:0x6b9,_0x25a174:0x5fe,_0x5e62be:0x435,_0x434892:0x6a2,_0xb0c2e0:0x571,_0x384f05:0x6ef,_0xd57faf:0x5bc,_0x2e6942:0x729,_0xb79e47:0x81d,_0x48a775:0x825,_0x1ca1c8:0x7c4,_0x20f8ca:0x81a,_0x69473c:0x6f7,_0x3e0d74:0x721,_0x7d93e7:0x677,_0x405643:0x47a,_0x57d201:0x5ab,_0x11ca1b:0x48a,_0x48295:0x4dd,_0xef8b25:0x708,_0xb03961:0x5ab,_0x16a401:0x5f1,_0x2d7a09:0x5dd,_0x763379:0x5e3,_0x471cd2:0x6a8,_0x11b333:0x6c0,_0x548861:0x690,_0x19571e:0x787,_0x3617d9:0x6a8,_0x15cd83:0x664,_0xee1ce2:0x4df,_0x3f46f6:0x6f1,_0x4845d6:0x658,_0x362b08:0x5de,_0x2d452f:0x519,_0x2e6cfd:0x4c6,_0x2ceaf1:0x3ce},_0x4a01c4={_0x2a8286:0x14c},_0x4b5e5d={_0x4b6538:0xc5},_0x4358ed={'xVycX':_0x471b14(_0x4d712e._0x27565c,0x51b,_0x4d712e._0x2bd80e,0x61d)+'ead-only','gJUKy':_0x471b14(_0x4d712e._0x231410,0x739,_0x4d712e._0x34429c,_0x4d712e._0x3cab70)+_0x17590a(0x6be,_0x4d712e._0x1c69b9,_0x4d712e._0x46c1dd,_0x4d712e._0x189bf4)+'in\x20a\x20read-'+'only\x20skill'+'.','AYrSM':function(_0x151f77,_0x1a9c36){return _0x151f77===_0x1a9c36;},'ppMPo':_0x471b14(_0x4d712e._0x4252a7,0x6b2,_0x4d712e._0x2a7d07,0x711)+'1','lzttN':_0x471b14(_0x4d712e._0x87994c,0x5db,0x4c8,_0x4d712e._0x4ae97d)+_0x17590a(0x499,0x4b7,0x42c,0x356)+'or\x20(may\x20be'+_0x471b14(_0x4d712e._0x169b23,0x7ec,_0x4d712e._0x327eac,_0x4d712e._0x373fd4)+_0x471b14(0x3e9,_0x4d712e._0xd16a76,_0x4d712e._0x1c7c79,_0x4d712e._0x5780f3)+_0x17590a(_0x4d712e._0x5e7978,_0x4d712e._0x4e4492,0x6c6,_0x4d712e._0x153b29)+'s)','tkZyg':_0x471b14(_0x4d712e._0x3db64d,_0x4d712e._0x26b222,0x448,_0x4d712e._0xca233f),'WTLqh':_0x471b14(_0x4d712e._0x4aabfb,0x679,_0x4d712e._0x540278,_0x4d712e._0x10802d)+_0x471b14(0x473,_0x4d712e._0x356cf7,0x6e8,0x5ae)+_0x17590a(_0x4d712e._0x231410,0x532,0x645,_0x4d712e._0x351575),'KkzBw':function(_0x3f9726,_0x2b484d){return _0x3f9726(_0x2b484d);},'nzFoM':'This\x20skill'+_0x471b14(0x656,_0x4d712e._0x24e1b9,0x83a,_0x4d712e._0x5c8515)+'\x20modified\x20'+_0x17590a(0x5b4,0x461,_0x4d712e._0x40a324,0x65a)+'\x20is\x20marked'+_0x17590a(_0x4d712e._0x5e00d0,0x73d,0x57e,0x7b3)+_0x471b14(0x664,0x56c,0x6fb,_0x4d712e._0x354c03)+_0x471b14(0x7dd,_0x4d712e._0x562bb1,_0x4d712e._0x5bb33a,0x772)+_0x17590a(_0x4d712e._0x580591,_0x4d712e._0x196404,0x5d8,_0x4d712e._0xaffa85),'kxhED':_0x17590a(_0x4d712e._0x54a9e5,_0x4d712e._0x141a09,_0x4d712e._0x3f2864,_0x4d712e._0x467251),'IRRfH':function(_0x32cc60,_0x592ec4){return _0x32cc60!==_0x592ec4;},'rGFim':_0x471b14(_0x4d712e._0x2e115d,0x627,_0x4d712e._0x5065e4,_0x4d712e._0x803d55),'DaRLT':function(_0x572ea6,_0xf20f06){return _0x572ea6!==_0xf20f06;},'vcAVt':_0x471b14(0x72b,0x769,_0x4d712e._0x52b34e,_0x4d712e._0x5f168d)+'ols','vQjkG':function(_0x47649f,_0x455e3){return _0x47649f>_0x455e3;},'iCRIE':function(_0x5ca7aa,_0x43f51d){return _0x5ca7aa!==_0x43f51d;},'lsNpl':_0x17590a(_0x4d712e._0x1cd2f9,_0x4d712e._0x161514,_0x4d712e._0x2ebbfa,_0x4d712e._0x385b4d),'xNdOq':function(_0x55958b,_0x2ccc85){return _0x55958b!==_0x2ccc85;},'eesmw':_0x471b14(_0x4d712e._0x379a99,0x53a,0x692,0x621)+_0x471b14(_0x4d712e._0x3df989,_0x4d712e._0x189fc6,0x6c1,0x69c),'mDhqo':'iLlvW','TWSyN':function(_0x41c463,_0x2b7e73){return _0x41c463!==_0x2b7e73;},'DKSHk':function(_0x29474c,_0x2aae31,_0x14986d){return _0x29474c(_0x2aae31,_0x14986d);},'iucfk':_0x471b14(_0x4d712e._0x52b34e,_0x4d712e._0x42892d,_0x4d712e._0x314e0c,_0x4d712e._0x13da62),'POaVq':_0x471b14(_0x4d712e._0x366407,_0x4d712e._0xbb4deb,_0x4d712e._0x417f98,_0x4d712e._0x371b08)+_0x471b14(0x56e,_0x4d712e._0x5a4486,_0x4d712e._0x3f5332,_0x4d712e._0x51175e),'oTvNi':_0x471b14(0x6b6,_0x4d712e._0x41da84,0x647,0x575)+_0x471b14(_0x4d712e._0x46da70,0x777,0x8cd,_0x4d712e._0x1c04c0)+'ll'},{name:_0x515949}=_0x52ccdc[_0x17590a(_0x4d712e._0x56a136,0x488,0x3ae,_0x4d712e._0x4bd8a0)],{name:_0xa28f6d,description:_0x360790,model:_0x575a12,'allowed-tools':_0x8177cb,'argument-hint':_0x4bc366,body:_0x5b564a}=_0x52ccdc['body'];function _0x471b14(_0x2c1f2c,_0x5a9538,_0x234d5b,_0x2f48a9){return _0x3603a9(_0x2f48a9-0x116,_0x5a9538-0xa0,_0x5a9538,_0x2f48a9-_0x4b5e5d._0x4b6538);}const _0x2616a9=getSkillsPath();if(!_0x2616a9){if(_0x4358ed[_0x471b14(_0x4d712e._0x3fbdbd,_0x4d712e._0x2a80ed,_0x4d712e._0x2e3aa2,0x5f0)]===_0x4358ed[_0x17590a(_0x4d712e._0x17b3c8,0x55b,0x659,_0x4d712e._0x332fc7)]){const _0x2acb13={};return _0x2acb13[_0x471b14(0x7c3,_0x4d712e._0x2f0e7d,0x769,0x78b)]=_0x4358ed[_0x17590a(_0x4d712e._0x134370,_0x4d712e._0x23bfdb,_0x4d712e._0x8a0e9b,0x587)],_0x7aa59b[_0x471b14(0x902,0x86b,0x70c,0x7ad)](0x5d*0x33+-0x1*-0x1e4f+-0xa9*0x47)['json'](_0x2acb13);}else{const _0x2e94d8={};return _0x2e94d8[_0x471b14(0x670,_0x4d712e._0xb58b11,0x644,_0x4d712e._0x5bd165)]='Skill\x20not\x20'+_0x471b14(_0x4d712e._0x1c01cf,0x68e,_0x4d712e._0x5465ca,_0x4d712e._0x3c1d86),_0x2e94d8[_0x17590a(_0x4d712e._0x34be5e,0x617,0x586,0x5a0)]=_0x3adfb6,_0x3c8d91[_0x17590a(0x6f1,0x6c4,_0x4d712e._0x18ca7a,0x785)](-0xa1c+-0x1117+0x35*0x8b)[_0x471b14(0x72e,0x4e5,_0x4d712e._0x26eb4e,0x5d5)](_0x2e94d8);}}function _0x17590a(_0xc5ddd4,_0x3a8b4c,_0x514a7a,_0x2fc0ff){return _0x3603a9(_0xc5ddd4-0x5a,_0x3a8b4c-_0x4a01c4._0x2a8286,_0x2fc0ff,_0x2fc0ff-0x11c);}if(await _0x4358ed['KkzBw'](isSkillReadonly,_0x515949)){const _0x5a27f6={};_0x5a27f6[_0x17590a(_0x4d712e._0x504a1f,0x7ab,0x6d4,_0x4d712e._0x27ff8c)]=_0x515949,_0x5a27f6[_0x17590a(0x5f5,_0x4d712e._0x38ab55,0x5c7,0x523)]=_0x52ccdc[_0x17590a(_0x4d712e._0x2a6de4,0x5d7,_0x4d712e._0x5e2b2b,_0x4d712e._0x55aa9c)][_0x471b14(0x7e6,_0x4d712e._0x44a75a,0x67f,0x697)],logger[_0x471b14(0x6ea,_0x4d712e._0x17d55b,_0x4d712e._0x1ddd22,0x6fe)]('Attempt\x20to'+'\x20edit\x20read'+_0x17590a(0x669,_0x4d712e._0x535ae5,0x74d,_0x4d712e._0x40a50c)+'\x20blocked',_0x5a27f6);const _0x5139cf={};return _0x5139cf[_0x471b14(0x7f9,0x8c6,_0x4d712e._0x5dc211,_0x4d712e._0x32f636)]=_0x4358ed[_0x17590a(_0x4d712e._0x5bd9d1,_0x4d712e._0x28e672,0x477,0x4ba)],_0x5139cf[_0x471b14(_0x4d712e._0x2fb3a7,0x561,_0x4d712e._0x4fb89e,0x5b8)]=_0x4358ed[_0x471b14(_0x4d712e._0x396dd3,0x70a,0x730,0x602)],_0x7aa59b[_0x471b14(0x858,_0x4d712e._0x850083,_0x4d712e._0x4d829a,_0x4d712e._0x476d2a)](-0x1*0x21b3+0x25a*-0x2+0x13fd*0x2)[_0x471b14(0x5c9,_0x4d712e._0x43cbfa,0x56a,_0x4d712e._0x2b38fc)](_0x5139cf);}const _0x560205=_0x2355a5['join'](_0x2616a9,_0x515949),_0x56469a=_0x2355a5['join'](_0x560205,_0x4358ed[_0x471b14(_0x4d712e._0x449e64,0x759,_0x4d712e._0x8e045f,0x6d1)]);try{try{if(_0x4358ed[_0x17590a(_0x4d712e._0x1b68db,0x71c,0x657,0x50e)](_0x4358ed['rGFim'],_0x4358ed[_0x471b14(0x6ef,0x84f,_0x4d712e._0x3a0b86,0x6f5)])){const _0x27ca85={};_0x27ca85[_0x471b14(_0x4d712e._0x2139b6,0x744,_0x4d712e._0xca9240,_0x4d712e._0x15e9cf)]=_0x4c08b1,_0x27ca85[_0x17590a(_0x4d712e._0x329bf3,_0x4d712e._0xa07e0d,0x4ee,_0x4d712e._0x17b3c8)]=_0x15fc74,_0x27ca85[_0x471b14(_0x4d712e._0x212445,0x55b,0x57c,_0x4d712e._0x1af40b)]=_0x7f01ac[_0x471b14(0x636,0x782,0x6b2,0x6b1)][_0x17590a(_0x4d712e._0x37965e,0x5ee,0x56e,_0x4d712e._0x525d1e)],_0x4b3901['warn'](_0x471b14(0x5b4,0x738,_0x4d712e._0x10802d,0x674)+_0x17590a(0x590,_0x4d712e._0x12d847,_0x4d712e._0x1569df,0x6d2)+_0x17590a(0x54a,0x43a,0x471,0x686)+_0x17590a(_0x4d712e._0x10c8ba,_0x4d712e._0x5944e0,0x767,0x5e9)+_0x17590a(0x4ea,0x467,_0x4d712e._0x2f8a0a,_0x4d712e._0x29fbb5),_0x27ca85);const _0x45b92a={};return _0x45b92a['error']=_0x4358ed[_0x471b14(0x659,_0x4d712e._0x198129,0x67f,0x648)],_0x45b92a[_0x471b14(0x469,_0x4d712e._0x3c4488,_0x4d712e._0x12ff81,0x5b8)]=_0x4358ed[_0x17590a(0x698,_0x4d712e._0x12f332,0x546,0x5b5)],_0x156d81['status'](0x41*0x33+-0x931+-0x22f)[_0x471b14(_0x4d712e._0x2e7004,_0x4d712e._0x4aba3c,_0x4d712e._0x2e2063,0x5d5)](_0x45b92a);}else await _0x8fb774[_0x17590a(_0x4d712e._0x56701b,_0x4d712e._0x3a0bf4,0x603,0x6c9)](_0x560205);}catch{const _0x28cc8f={};return _0x28cc8f[_0x17590a(_0x4d712e._0x4aabfb,0x5cb,_0x4d712e._0x4b5d51,0x7d8)]=_0x471b14(_0x4d712e._0x4b7c52,0x530,0x5d6,0x600)+_0x17590a(_0x4d712e._0x27491b,0x503,0x498,0x542),_0x28cc8f[_0x17590a(_0x4d712e._0x4cfa03,_0x4d712e._0x37ddea,0x45e,0x57a)]=_0x515949,_0x7aa59b['status'](0x1fc9*0x1+-0x1eb*-0xf+0x1d7d*-0x2)[_0x471b14(0x4d2,0x590,_0x4d712e._0x5a3085,0x5d5)](_0x28cc8f);}const _0x568ffe=await _0x4358ed['KkzBw'](readSkill,_0x515949),_0x14bc78=_0x4358ed[_0x471b14(0x71d,_0x4d712e._0x57e118,_0x4d712e._0x40d086,0x6aa)](_0xa28f6d,undefined)?_0xa28f6d:_0x568ffe?.[_0x471b14(0x5ca,_0x4d712e._0x487d39,_0x4d712e._0x291d65,_0x4d712e._0x159c58)]||_0x515949[_0x17590a(0x690,_0x4d712e._0xef0750,_0x4d712e._0x15f847,0x5f9)]('-')[_0x471b14(_0x4d712e._0x3a810b,0x736,0x70e,0x5e3)](_0x13c788=>_0x13c788['charAt'](-0xf41+-0x6*0x3fb+0x2723)['toUpperCas'+'e']()+_0x13c788['slice'](0x1273+-0x1*0x802+-0xa70))[_0x17590a(_0x4d712e._0x5ba102,0x41c,0x3da,_0x4d712e._0x5aa74c)]('\x20'),_0xaea690={'name':_0x14bc78,'description':_0x4358ed[_0x17590a(_0x4d712e._0x577eac,_0x4d712e._0x97e134,_0x4d712e._0x87994c,0x3ed)](_0x360790,undefined)?_0x360790:_0x568ffe?.[_0x17590a(_0x4d712e._0x58d3ad,0x5b9,0x5b4,0x65a)+'n']||''},_0x5c0f82=_0x4358ed[_0x471b14(_0x4d712e._0x29733c,_0x4d712e._0x474995,0x4d4,0x5f2)](_0x8177cb,undefined)?_0x8177cb:_0x568ffe?.[_0x4358ed[_0x471b14(_0x4d712e._0x426d41,0x4fd,0x638,_0x4d712e._0x3ba4bd)]];_0x5c0f82&&_0x4358ed[_0x17590a(_0x4d712e._0x1afb64,_0x4d712e._0x4ca8e0,_0x4d712e._0x4e1352,0x644)](_0x5c0f82[_0x471b14(0x635,_0x4d712e._0x502e3a,_0x4d712e._0x17930a,0x6ce)],-0xf6*0x6+0x7*-0x251+-0x15fb*-0x1)&&(_0xaea690[_0x4358ed['vcAVt']]=_0x5c0f82);const _0x2b77d6=_0x4358ed[_0x17590a(0x619,0x695,0x55b,_0x4d712e._0xef0750)](_0x575a12,undefined)?_0x575a12:_0x568ffe?.[_0x471b14(_0x4d712e._0x53ce7e,_0x4d712e._0x3a80b0,0x58f,0x620)];if(_0x2b77d6){if('CUrJu'!==_0x4358ed[_0x17590a(_0x4d712e._0x19c6c4,0x629,_0x4d712e._0x5a0b64,0x561)])_0xaea690[_0x17590a(_0x4d712e._0x87994c,_0x4d712e._0x4a083d,0x407,_0x4d712e._0x52d23c)]=_0x2b77d6;else{if(_0x4358ed[_0x17590a(_0x4d712e._0x371148,_0x4d712e._0x37e4c6,0x362,0x344)](_0x5803cd[_0x471b14(0x73d,0x7a4,0x593,0x6ce)],-0x584+0xd1*0x9+-0x43*0x7))_0x1a3d33[_0x17590a(0x5de,0x6d1,_0x4d712e._0x13e7bc,_0x4d712e._0x3b5433)](_0x5d1592+_0x471b14(_0x4d712e._0xbac7ae,0x7b1,_0x4d712e._0x4db19e,_0x4d712e._0x5dfc9f));else{_0x41ab80[_0x17590a(0x5de,_0x4d712e._0x2cda5d,_0x4d712e._0x3fe229,0x6d8)](_0x40c41d+':');for(const _0x5a2a5f of _0x5c4c24){_0x5c63e5[_0x17590a(0x5de,0x4c3,0x6fb,0x680)](_0x471b14(_0x4d712e._0x3bfb94,0x80e,0x61a,_0x4d712e._0x1ddd22)+_0x5a2a5f);}}}}const _0x265c6f=_0x4358ed[_0x471b14(0x6bf,0x79f,0x6eb,_0x4d712e._0x5c266f)](_0x4bc366,undefined)?_0x4bc366:_0x568ffe?.[_0x4358ed[_0x471b14(0x776,0x787,0x744,0x630)]];if(_0x265c6f){if(_0x4358ed[_0x17590a(_0x4d712e._0x328f3b,_0x4d712e._0x4e0740,_0x4d712e._0x1e1510,_0x4d712e._0x7a8f48)]===_0x17590a(_0x4d712e._0x38683f,0x808,_0x4d712e._0x385a6e,_0x4d712e._0x595831)){if(_0x6fab85['code']!==-0x3c8+-0x6ec+0xab5&&!_0x2e4232[_0x471b14(_0x4d712e._0x32bf56,_0x4d712e._0x53ce7e,0x5b7,_0x4d712e._0x457fb7)][_0x17590a(_0x4d712e._0x3c8e94,_0x4d712e._0x5226e9,_0x4d712e._0x330d8b,0x578)](_0x4358ed[_0x471b14(_0x4d712e._0x367446,0x687,0x5e0,_0x4d712e._0x10dc73)])){const _0x2a1a4c={};_0x2a1a4c[_0x471b14(0x78b,_0x4d712e._0x3c02c6,_0x4d712e._0x88f36a,_0x4d712e._0x5bd165)]=_0x1cf1fa['message'],_0x2ef183[_0x17590a(0x645,0x52f,0x617,_0x4d712e._0x15d8d0)](_0x4358ed[_0x17590a(0x5f8,0x5a4,_0x4d712e._0x5ec533,0x68f)],_0x2a1a4c);}}else _0xaea690[_0x4358ed[_0x17590a(0x574,0x4bb,_0x4d712e._0x3b677f,_0x4d712e._0x5525bc)]]=_0x265c6f;}const _0x5efaf2=_0x4358ed['TWSyN'](_0x5b564a,undefined)?_0x5b564a:_0x568ffe?.['body']||'',_0x263f99=_0x4358ed[_0x471b14(_0x4d712e._0x25a174,_0x4d712e._0x5e62be,_0x4d712e._0x434892,0x589)](serializeSkillMd,_0xaea690,_0x5efaf2);await _0x8fb774[_0x471b14(0x683,_0x4d712e._0xb0c2e0,_0x4d712e._0x385b4d,0x6a0)](_0x56469a,_0x263f99,_0x4358ed[_0x17590a(0x521,0x4e0,0x4ba,0x596)]);const _0x4a4068={};_0x4a4068[_0x471b14(_0x4d712e._0x384f05,_0x4d712e._0xd57faf,0x634,0x5ab)]=_0x515949,_0x4a4068[_0x471b14(_0x4d712e._0x2e6942,0x6d1,_0x4d712e._0xb79e47,0x6eb)]=_0x52ccdc[_0x17590a(0x5f5,0x6ae,0x4f0,0x4b5)]['username'],logger[_0x471b14(_0x4d712e._0x48a775,0x731,0x713,0x700)](_0x4358ed[_0x17590a(0x665,0x753,_0x4d712e._0x5bb33a,_0x4d712e._0x1ca1c8)],_0x4a4068);const _0x2bd125={};_0x2bd125['success']=!![],_0x2bd125['message']=_0x4358ed[_0x471b14(0x7ff,_0x4d712e._0x20f8ca,_0x4d712e._0x69473c,_0x4d712e._0x3e0d74)],_0x2bd125[_0x471b14(_0x4d712e._0x7d93e7,_0x4d712e._0x405643,_0x4d712e._0x467251,_0x4d712e._0x57d201)]=_0x515949,_0x7aa59b[_0x17590a(0x519,_0x4d712e._0x11ca1b,_0x4d712e._0x48295,_0x4d712e._0x487d39)](_0x2bd125);}catch(_0x5c5f34){const _0x10af87={};_0x10af87[_0x471b14(0x50a,0x612,_0x4d712e._0xef8b25,_0x4d712e._0xb03961)]=_0x515949,_0x10af87[_0x17590a(0x6cf,0x70b,0x753,_0x4d712e._0x16a401)]=_0x5c5f34['message'],logger[_0x471b14(0x6c8,0x69e,0x760,0x78b)](_0x4358ed[_0x471b14(_0x4d712e._0x2d7a09,_0x4d712e._0x763379,_0x4d712e._0x2a7d07,_0x4d712e._0x471cd2)],_0x10af87);const _0x185d52={};_0x185d52['error']=_0x4358ed[_0x471b14(_0x4d712e._0x11b333,_0x4d712e._0x548861,_0x4d712e._0x19571e,_0x4d712e._0x3617d9)],_0x185d52[_0x471b14(_0x4d712e._0x23bfdb,_0x4d712e._0x15cd83,_0x4d712e._0xee1ce2,0x5b8)]=_0x5c5f34['message'],_0x7aa59b[_0x17590a(_0x4d712e._0x3f46f6,_0x4d712e._0x4845d6,_0x4d712e._0x362b08,0x5a3)](0x1*0x163c+0x72b+-0x1*0x1b73)[_0x17590a(_0x4d712e._0x2d452f,0x5c1,_0x4d712e._0x2e6cfd,_0x4d712e._0x2ceaf1)](_0x185d52);}}),router[_0xc95ba2(0x6e5,0x7a5,0x685,0x78c)]('/:name',requireAnyPermission([_0xc95ba2(0x4f8,0x557,0x5d2,0x656)+_0xc95ba2(0x826,0x614,0x749,0x7e7),_0x3603a9(0x4ed,0x52e,0x3a7,0x648)+_0x3603a9(0x679,0x60a,0x570,0x5d0)]),async(_0x3965fd,_0x10ff56)=>{const _0x2b28ec={_0x86eb22:0x11c,_0x4177e3:0x262,_0x43799c:0x375,_0x10b358:0x1ee,_0x3c65a4:0x15b,_0x3612d0:0x251,_0x5af036:0x232,_0x10f470:0xa2,_0x527c16:0x129,_0x257412:0x274,_0x19ae00:0x443,_0x2a3861:0x3d5,_0xf38e37:0x371,_0x54996c:0x36b,_0x43585b:0x274,_0x284525:0x117,_0x22ca4d:0x57d,_0x4a92a3:0x47f,_0x3e960c:0x3e5,_0x15379e:0x467,_0x5c599f:0x22c,_0x20204c:0x28c,_0xb3b1d3:0x110,_0x26ff2a:0x4a1,_0x1cb8ce:0x404,_0x467a55:0x3e9,_0xb1bbc0:0x380,_0x68bb4f:0x2d5,_0x5700e4:0x4b3,_0x4df664:0x492,_0x502ef5:0x553,_0x2da4b0:0x397,_0x58a6e5:0x4f1,_0x21cce7:0x41b,_0x3d493c:0x295,_0x333d31:0x3f7,_0x2d9e02:0x4de,_0x5424f9:0x497,_0x249dda:0x44,_0x9b7dbd:0x57,_0x76a102:0x107,_0x5ea8ed:0x1d9,_0x35bb12:0x654,_0x42b0f2:0x46f,_0x2b8634:0x207,_0x5b7730:0x1b5,_0x16dd70:0x296,_0x57abea:0x3d9,_0x2702d7:0x330,_0x539776:0x480,_0x16027d:0x45d,_0x106379:0x4c9,_0x1379c0:0x2c3,_0x430d4c:0x233,_0x4e2f10:0x308,_0x668c28:0x399,_0x205bda:0x36,_0x563dde:0x42b,_0x188885:0x36a,_0x5c4f2c:0x3fb,_0x1e4a3a:0xd5,_0x5e1602:0x1cc,_0x19e8a5:0x37a,_0x548169:0xe3,_0x32e4bf:0xfe,_0x572ee7:0x1c9,_0x2e137e:0x403,_0x16be59:0x302,_0x415921:0x23f,_0x301ba0:0x1a9,_0x2afd2b:0x1bd,_0x455f38:0x21a,_0x575f10:0x2bc,_0x156e9f:0x173,_0x2b576f:0x91,_0x54e69d:0x56,_0x3269ec:0x35,_0x5ebd84:0x49c,_0x4546a7:0x45,_0x5193c0:0x183,_0x212f29:0xc3,_0x201e87:0x115,_0x323148:0x1ca,_0x31aea5:0x35c,_0x29e486:0x332,_0x5a8651:0x5ff,_0x5d8fd5:0x66f,_0x147957:0x427,_0x341301:0x326,_0xb14ece:0x462,_0x3b356f:0x1fc,_0x259a66:0x2d0,_0x3dc4e1:0x168,_0x463097:0x57c,_0x22e359:0x543,_0x5c04af:0x278,_0x248459:0x37a,_0x9cfb38:0x546,_0x43e3fc:0x37d,_0x3874de:0x466,_0x20667a:0x30e,_0x111c7c:0x1ce,_0x31609f:0x3d3,_0x82a1ef:0x378,_0x395b4e:0x342,_0x3f20cf:0x38a,_0x581828:0xf0,_0x4dffb4:0x8d,_0x51f36e:0x2fe,_0x5dcd68:0x456,_0x294664:0xe3,_0x9cd327:0x1e3,_0x92abca:0x3ad,_0x32e0e6:0x369,_0x3602ba:0x20b,_0x5558f2:0x46e,_0x50be82:0x37f,_0x23ef8a:0x351,_0x1a82f8:0x482,_0x17a547:0x4a3,_0x2fc985:0x53f,_0xde1264:0x387,_0x1a937a:0x2fd,_0x1fd071:0x2a2,_0x45a44f:0x372,_0x50ea98:0x27f},_0x52e09d={_0x3a3c63:0x67,_0x1f3e8b:0x126},_0x50a0c8={_0x4c2ce4:0x16d};function _0x4ddcd3(_0xe02cf8,_0x2bdcac,_0x53b2e6,_0xd49ae6){return _0x3603a9(_0xe02cf8- -0x3b2,_0x2bdcac-0x10b,_0x2bdcac,_0xd49ae6-_0x50a0c8._0x4c2ce4);}const _0x213722={'eBUQw':_0x4ddcd3(0x258,0x191,0x13c,_0x2b28ec._0x86eb22)+_0x4ddcd3(_0x2b28ec._0x4177e3,_0x2b28ec._0x43799c,_0x2b28ec._0x10b358,_0x2b28ec._0x3c65a4),'aFaDp':_0x4ddcd3(_0x2b28ec._0x3612d0,0x17c,0x133,_0x2b28ec._0x5af036),'JjwPQ':function(_0x527ae7){return _0x527ae7();},'unfrj':function(_0x2146fa,_0x4c4120){return _0x2146fa!==_0x4c4120;},'QuuXV':_0x4ddcd3(0x34,_0x2b28ec._0x10f470,0xeb,0x58),'YCjYs':_0x4ddcd3(0x118,_0x2b28ec._0x527c16,_0x2b28ec._0x257412,0x13c)+_0x57aa24(_0x2b28ec._0x19ae00,0x37d,0x4c4,_0x2b28ec._0x2a3861)+'igured','ROCjA':function(_0x366c1f,_0x2cb343){return _0x366c1f===_0x2cb343;},'KoRcT':'VrPWW','MxuLg':'Attempt\x20to'+_0x57aa24(0x27e,_0x2b28ec._0xf38e37,_0x2b28ec._0x54996c,0x493)+_0x4ddcd3(0x1f0,0x219,_0x2b28ec._0x43585b,_0x2b28ec._0x284525)+'\x20blocked','bdQye':'Cannot\x20del'+_0x57aa24(0x442,0x467,0x349,_0x2b28ec._0x22ca4d)+_0x57aa24(_0x2b28ec._0x4a92a3,_0x2b28ec._0x3e960c,_0x2b28ec._0x15379e,0x2da),'XeLaO':_0x4ddcd3(_0x2b28ec._0x5c599f,0x1e1,_0x2b28ec._0x20204c,_0x2b28ec._0xb3b1d3),'bWLBR':function(_0x45c486,_0x1d04bb,_0x11d945){return _0x45c486(_0x1d04bb,_0x11d945);},'KLPFS':_0x57aa24(0x2c8,0x3cf,_0x2b28ec._0x26ff2a,_0x2b28ec._0x1cb8ce)+_0x57aa24(_0x2b28ec._0x467a55,_0x2b28ec._0xb1bbc0,0x49a,_0x2b28ec._0x68bb4f),'AziDy':'Skill\x20dele'+_0x57aa24(_0x2b28ec._0x5700e4,_0x2b28ec._0x4df664,_0x2b28ec._0x502ef5,0x4ce),'jkLvU':_0x57aa24(0x3da,0x344,0x2c8,0x309)+_0x57aa24(0x445,_0x2b28ec._0x2da4b0,_0x2b28ec._0x58a6e5,_0x2b28ec._0x21cce7)+'ll'},{name:_0x264011}=_0x3965fd[_0x57aa24(_0x2b28ec._0x3d493c,0x31c,_0x2b28ec._0x333d31,0x3e5)];function _0x57aa24(_0x141cb2,_0x291eb1,_0x14f387,_0x2f4287){return _0x3603a9(_0x291eb1- -0x11b,_0x291eb1-_0x52e09d._0x3a3c63,_0x141cb2,_0x2f4287-_0x52e09d._0x1f3e8b);}const _0x2a49ad=_0x213722[_0x4ddcd3(0xae,0x1f1,0x168,0xf5)](getSkillsPath);if(!_0x2a49ad){if(_0x213722[_0x57aa24(0x45e,_0x2b28ec._0x2d9e02,0x4b8,_0x2b28ec._0x5424f9)](_0x213722[_0x4ddcd3(0x5a,-_0x2b28ec._0x249dda,_0x2b28ec._0x9b7dbd,-_0x2b28ec._0x249dda)],_0x4ddcd3(0x34,-_0x2b28ec._0x76a102,0x4d,-0x126)))_0x2d2713[_0x213722[_0x57aa24(0x306,_0x2b28ec._0x68bb4f,_0x2b28ec._0x5ea8ed,0x17b)]]=_0x34a5d6;else{const _0x2bd746={};return _0x2bd746['error']=_0x213722[_0x57aa24(0x354,0x3d7,0x291,0x352)],_0x10ff56[_0x57aa24(_0x2b28ec._0x35bb12,0x57c,0x5ca,_0x2b28ec._0x42b0f2)](-0x83d+0x11*0x129+0x985*-0x1)[_0x4ddcd3(0x10d,0x44,-0x7,-0x20)](_0x2bd746);}}if(await isSkillSystem(_0x264011)){if(_0x213722[_0x4ddcd3(_0x2b28ec._0x2b8634,_0x2b28ec._0x5b7730,0xd6,0x2a7)](_0x213722['KoRcT'],_0x213722[_0x4ddcd3(_0x2b28ec._0x16dd70,_0x2b28ec._0x57abea,0x3b0,_0x2b28ec._0x2702d7)])){const _0x436700={};_0x436700['skillId']=_0x264011,_0x436700[_0x57aa24(0x32e,_0x2b28ec._0x539776,_0x2b28ec._0x16027d,_0x2b28ec._0x106379)]=_0x3965fd['user']['username'],logger['warn'](_0x213722['MxuLg'],_0x436700);const _0x2392a6={};return _0x2392a6[_0x4ddcd3(_0x2b28ec._0x1379c0,0x23f,_0x2b28ec._0x430d4c,_0x2b28ec._0x4e2f10)]=_0x213722['bdQye'],_0x2392a6[_0x57aa24(0x37f,0x387,0x33e,_0x2b28ec._0x668c28)]='This\x20skill'+'\x20is\x20marked'+_0x57aa24(_0x2b28ec._0x539776,0x330,0x3e3,0x218)+_0x4ddcd3(0xc8,-0x7c,-_0x2b28ec._0x205bda,0x57)+_0x57aa24(0x3f4,0x52f,0x571,_0x2b28ec._0x563dde)+_0x57aa24(0x241,_0x2b28ec._0x188885,0x270,0x25a)+'.',_0x10ff56[_0x4ddcd3(0x2e5,_0x2b28ec._0x5c4f2c,0x1a2,0x43a)](-0xfd9+0x69f+0xacd)[_0x4ddcd3(0x10d,_0x2b28ec._0x1e4a3a,0x41,_0x2b28ec._0x5e1602)](_0x2392a6);}else{const _0x57d10c={};_0x57d10c[_0x57aa24(0x37b,_0x2b28ec._0x19e8a5,0x3e3,0x374)]=_0x2baf9a[_0x4ddcd3(_0x2b28ec._0x548169,_0x2b28ec._0x32e4bf,_0x2b28ec._0x572ee7,0x14a)],_0x57d10c[_0x57aa24(_0x2b28ec._0x2e137e,0x32f,_0x2b28ec._0x16be59,_0x2b28ec._0x415921)]=_0x213722[_0x4ddcd3(_0x2b28ec._0x301ba0,_0x2b28ec._0x2afd2b,0x2ce,_0x2b28ec._0x455f38)],_0x57d10c[_0x4ddcd3(0x19b,_0x2b28ec._0x575f10,0x2b9,_0x2b28ec._0x156e9f)]=_0x2413c9[_0x4ddcd3(0xe3,_0x2b28ec._0x2b576f,_0x2b28ec._0x54e69d,-_0x2b28ec._0x3269ec)],_0x3d856c[_0x57aa24(_0x2b28ec._0x5ebd84,0x469,0x354,0x440)](_0x57d10c);}}const _0x243490=_0x2355a5[_0x4ddcd3(_0x2b28ec._0x4546a7,-0x5e,0x1a4,_0x2b28ec._0x5193c0)](_0x2a49ad,_0x264011);try{const _0x1175b6=_0x213722[_0x4ddcd3(0x179,0xa7,_0x2b28ec._0x212f29,_0x2b28ec._0x201e87)][_0x4ddcd3(0x284,_0x2b28ec._0x323148,_0x2b28ec._0x31aea5,_0x2b28ec._0x29e486)]('|');let _0x624d47=-0x1*0x257e+-0x1183+0x3701;while(!![]){switch(_0x1175b6[_0x624d47++]){case'0':const _0x20c6b1={};_0x20c6b1['recursive']=!![],_0x20c6b1['force']=!![],await _0x8fb774['rm'](_0x243490,_0x20c6b1);continue;case'1':_0x213722[_0x57aa24(_0x2b28ec._0x5a8651,0x520,0x3db,_0x2b28ec._0x5d8fd5)](removeContainersForSkill,_0x243490,logger)[_0x57aa24(0x46b,_0x2b28ec._0x147957,_0x2b28ec._0x341301,_0x2b28ec._0xb14ece)](()=>{});continue;case'2':try{await _0x8fb774[_0x4ddcd3(0x293,0x1d0,_0x2b28ec._0x3b356f,0x172)](_0x243490);}catch{const _0x4f530d={};return _0x4f530d['error']=_0x213722[_0x4ddcd3(0x27b,0x2ab,_0x2b28ec._0x259a66,0x17b)],_0x4f530d[_0x4ddcd3(0xe3,0x13d,0x14,_0x2b28ec._0x3dc4e1)]=_0x264011,_0x10ff56[_0x57aa24(0x47d,_0x2b28ec._0x463097,_0x2b28ec._0x22e359,0x563)](0x2da+0x10*-0xe3+0x1d*0x72)['json'](_0x4f530d);}continue;case'3':const _0x301620={};_0x301620[_0x57aa24(_0x2b28ec._0x5c04af,_0x2b28ec._0x248459,0x273,0x344)]=_0x264011,_0x301620['deletedBy']=_0x3965fd[_0x57aa24(_0x2b28ec._0x9cfb38,_0x2b28ec._0x539776,0x5aa,0x578)][_0x57aa24(_0x2b28ec._0x43e3fc,_0x2b28ec._0x3874de,0x515,0x342)],logger[_0x4ddcd3(0x236,0x187,_0x2b28ec._0x20667a,_0x2b28ec._0x111c7c)](_0x57aa24(0x399,0x31d,_0x2b28ec._0x31609f,_0x2b28ec._0x82a1ef)+'ted',_0x301620);continue;case'4':const _0x46532a={};_0x46532a[_0x4ddcd3(0x2d9,0x420,_0x2b28ec._0x395b4e,_0x2b28ec._0x3f20cf)]=!![],_0x46532a[_0x4ddcd3(_0x2b28ec._0x581828,0x1f9,0x51,-0x5)]=_0x213722['AziDy'],_0x46532a[_0x4ddcd3(_0x2b28ec._0x548169,_0x2b28ec._0x4dffb4,0xa0,0xf)]=_0x264011,_0x10ff56[_0x57aa24(0x353,0x3a4,_0x2b28ec._0x51f36e,_0x2b28ec._0x5dcd68)](_0x46532a);continue;}break;}}catch(_0x25a09d){const _0x20228b={};_0x20228b[_0x4ddcd3(_0x2b28ec._0x294664,0x50,0x14b,_0x2b28ec._0x9cd327)]=_0x264011,_0x20228b[_0x4ddcd3(0x2c3,_0x2b28ec._0x92abca,_0x2b28ec._0x32e0e6,_0x2b28ec._0x3602ba)]=_0x25a09d[_0x57aa24(_0x2b28ec._0x5558f2,0x387,0x4b8,0x2a3)],logger[_0x4ddcd3(0x2c3,0x20d,_0x2b28ec._0x50be82,_0x2b28ec._0x23ef8a)](_0x213722['jkLvU'],_0x20228b);const _0x173005={};_0x173005[_0x57aa24(_0x2b28ec._0x1a82f8,0x55a,_0x2b28ec._0x17a547,0x576)]=_0x213722[_0x57aa24(0x37b,0x4d2,0x58b,_0x2b28ec._0x2fc985)],_0x173005[_0x57aa24(0x3d5,0x387,0x254,0x3eb)]=_0x25a09d[_0x57aa24(0x462,_0x2b28ec._0xde1264,_0x2b28ec._0x1a937a,0x33b)],_0x10ff56['status'](-0x113*-0x5+-0x64*-0x3f+-0x1c07)[_0x57aa24(_0x2b28ec._0x1fd071,0x3a4,_0x2b28ec._0x45a44f,_0x2b28ec._0x50ea98)](_0x173005);}}),router[_0xc95ba2(0x6d5,0x5e8,0x71c,0x7a5)](_0xc95ba2(0x92e,0x6ea,0x803,0x873)+_0x3603a9(0x531,0x4a3,0x413,0x5b1),requirePermission(_0x3603a9(0x49d,0x5f0,0x46d,0x3f2)+'w'),async(_0x167b0f,_0x334772)=>{const _0x2ed13b={_0x4999fe:0x81,_0x47546d:0xa9,_0x1ff020:0x178,_0x2a1ddb:0x116,_0x485bff:0x1c0,_0x3e9981:0x2f7,_0x5a6528:0x250,_0x3dd16d:0x26c,_0x368815:0x102,_0x58a984:0x1da,_0x523fa4:0x180,_0x257d4e:0x127,_0x74eb5c:0xb7,_0x1d8cf9:0x137,_0x4249c7:0x4e,_0x1ddb90:0x68,_0x292d36:0x126,_0x505dad:0x225,_0x169951:0x124,_0x32780d:0x27f,_0x3235db:0x353,_0x16991d:0x1a8,_0x90f5aa:0x270,_0x390418:0x2e7,_0x5228ff:0x18f,_0x4442c9:0x9,_0x4633e6:0x69,_0x38920a:0x98,_0x319752:0xd0,_0x57d0a0:0x193,_0x52cd:0x140,_0x44e86f:0xc1,_0x2a9d00:0x43,_0x568d31:0xd7,_0x37c9a3:0x75,_0x442ad5:0xe4,_0x43b919:0x114,_0x255e3e:0xe3,_0x5c3242:0xf4,_0x90f3c8:0x1b5,_0x50caa8:0x2f1,_0x2f6481:0x61,_0x267114:0x76,_0x2b044c:0x1f1,_0x3b8794:0x131,_0x461eca:0xa0,_0x5f3633:0x1b2,_0x46d6b4:0xfc,_0x5e5aad:0x15f,_0x1b3db8:0xfb,_0x3ce1ac:0x2e,_0x256674:0xd2,_0xaf37b9:0x2,_0x289074:0xb6,_0xf232f0:0x15b,_0x3e0b0b:0x25a,_0x362a9c:0x3f2,_0x22b117:0x134,_0x23c3ce:0x15c,_0x5bdac1:0x40,_0x39e6fe:0x1c,_0xc1c0bb:0x57,_0x447997:0xb1,_0x1a25c8:0x93,_0x74417a:0x84,_0x212e7c:0xd6,_0x24831d:0x39d,_0x4f0fe3:0x4d9,_0x935bf5:0x20c,_0x3e6bfb:0x104,_0x4cf135:0x99,_0x3e92cd:0xb9,_0x1ad239:0xb,_0x24eeec:0x9b,_0x293709:0xf1,_0x13fe7e:0xba,_0x4dc6dc:0x5e,_0x18e204:0xc1,_0x1d0dc8:0x6d,_0xfcda0c:0x15,_0x4f2dc1:0x22c,_0x1dab19:0x4a8,_0x8bf985:0x498,_0x53afd7:0x2c6,_0x3f640c:0x325,_0x10c939:0x2b6,_0x5955d2:0xc4,_0x5e5898:0x44e,_0x14dc6d:0x499,_0x30efab:0x306,_0x364e18:0x28e,_0x3d0248:0x3cd,_0x3df005:0x41,_0xfb17d2:0xb6,_0x3bf996:0x1b2,_0x59615b:0x258,_0x823476:0x1eb,_0x4bf0e6:0x13d,_0x45ceec:0x261,_0x383006:0x293,_0x4f2192:0x24d,_0x5589de:0x400,_0x5c3923:0x25c,_0x5a0073:0x173,_0x52ab94:0x83,_0x410387:0x2a8,_0x1f54e1:0x28e,_0x2682f2:0x184,_0x39b13b:0x2dc,_0x280b63:0x1e7,_0x4b3dc1:0x258,_0x51724a:0x20a,_0x5bd251:0x310,_0x25c974:0x2a1,_0x14a361:0x120,_0x4a5765:0x2a5,_0x14b65a:0x366,_0x4aef26:0x51e,_0x4de4f6:0x7b,_0x57455c:0x21,_0xb2b1b6:0x90,_0x5731bf:0x24a,_0x2c38d1:0x3f,_0x148e04:0x39d,_0x4f109d:0x4c6,_0x20b2bb:0x1de,_0x15737c:0xc7,_0x416b16:0x1ca,_0xdc0a93:0x2b8,_0x2acdcf:0x1c3,_0x1c38ed:0x20a},_0x25bd6b={_0xf445ec:0x2d8,_0x3fd79a:0x7c},_0x168239={_0x20af97:0xd},_0x1c123c={'hKuDj':_0x317a8a(_0x2ed13b._0x4999fe,0xc1,_0x2ed13b._0x47546d,-0x43)+_0x41b00a(_0x2ed13b._0x1ff020,_0x2ed13b._0x2a1ddb,_0x2ed13b._0x485bff,_0x2ed13b._0x3e9981)+_0x41b00a(0xa7,_0x2ed13b._0x5a6528,0x1fa,0x205),'jlzXs':function(_0x383182,_0x255910){return _0x383182(_0x255910);},'dOaoF':_0x41b00a(0x350,0x169,_0x2ed13b._0x3dd16d,0x1bc)+_0x317a8a(_0x2ed13b._0x368815,_0x2ed13b._0x58a984,_0x2ed13b._0x523fa4,_0x2ed13b._0x257d4e),'KrGAo':_0x317a8a(0x1f7,0x11f,0x9c,_0x2ed13b._0x74eb5c)+_0x317a8a(_0x2ed13b._0x1d8cf9,0x78,_0x2ed13b._0x4249c7,0x157)+_0x41b00a(0xcf,0x291,0x16b,0x4d)+_0x41b00a(0x66,_0x2ed13b._0x1ddb90,_0x2ed13b._0x292d36,0x146)+_0x41b00a(_0x2ed13b._0x505dad,0x1a2,0x1ba,_0x2ed13b._0x169951)+_0x41b00a(_0x2ed13b._0x32780d,_0x2ed13b._0x3235db,0x266,_0x2ed13b._0x16991d)+'d\x20as\x20hidde'+'n.','hyPNl':_0x317a8a(_0x2ed13b._0x90f5aa,0x287,_0x2ed13b._0x390418,_0x2ed13b._0x5228ff)+_0x317a8a(_0x2ed13b._0x4249c7,_0x2ed13b._0x4442c9,0x116,-_0x2ed13b._0x4633e6),'Whtxw':function(_0x20dd57,_0x5dbadd){return _0x20dd57===_0x5dbadd;},'QuyBk':'FTdax','peWrO':'utf-8','cegqt':_0x317a8a(_0x2ed13b._0x38920a,0xc3,_0x2ed13b._0x319752,0x23),'kdCmq':_0x41b00a(0x181,_0x2ed13b._0x57d0a0,_0x2ed13b._0x52cd,-0x1a),'JjMWZ':_0x41b00a(_0x2ed13b._0x44e86f,0x22a,0x17d,_0x2ed13b._0x2a9d00),'BVhfw':_0x317a8a(-_0x2ed13b._0x568d31,_0x2ed13b._0x37c9a3,-_0x2ed13b._0x442ad5,_0x2ed13b._0x43b919)+'ound','siiAC':_0x41b00a(_0x2ed13b._0x255e3e,0x2db,0x187,0x212)+_0x317a8a(0x1b5,_0x2ed13b._0x5c3242,0xa7,_0x2ed13b._0x90f3c8)+_0x41b00a(_0x2ed13b._0x50caa8,0xdf,0x231,0x1af),'VWTWs':_0x317a8a(_0x2ed13b._0x2f6481,0x56,0x88,_0x2ed13b._0x267114)+_0x41b00a(0x1ef,_0x2ed13b._0x2b044c,_0x2ed13b._0x3b8794,_0x2ed13b._0x461eca)},{name:_0x575239}=_0x167b0f[_0x41b00a(_0x2ed13b._0x5f3633,_0x2ed13b._0x46d6b4,_0x2ed13b._0x5e5aad,0xb1)],_0x3cb2dd=_0x167b0f[_0x317a8a(-_0x2ed13b._0x1b3db8,_0x2ed13b._0x3ce1ac,-0x12c,-0x128)][-0xc+0x667+-0x65b],_0x4bd600=getSkillsPath();if(!_0x4bd600){const _0x29d836={};return _0x29d836['error']=_0x1c123c[_0x317a8a(-_0x2ed13b._0x256674,_0x2ed13b._0xaf37b9,0x6e,-0x35)],_0x334772['status'](0x12a0+-0xa72*-0x2+-0x258d)[_0x317a8a(0xa,_0x2ed13b._0x289074,_0x2ed13b._0xf232f0,0x10d)](_0x29d836);}const _0x325fc4=await _0x1c123c['jlzXs'](getSkillFlags,_0x575239);if(_0x325fc4[_0x317a8a(0xc8,0x11c,0x175,_0x2ed13b._0x3e0b0b)]){const _0x457237={};_0x457237[_0x41b00a(0x352,_0x2ed13b._0x362a9c,0x397,0x246)]=_0x575239,_0x457237[_0x317a8a(_0x2ed13b._0x22b117,_0x2ed13b._0x23c3ce,_0x2ed13b._0x5bdac1,_0x2ed13b._0x39e6fe)]=_0x3cb2dd,_0x457237['user']=_0x167b0f[_0x41b00a(0x326,0x20a,0x2c3,0x363)]?.['username'],logger[_0x41b00a(0x306,0x42b,0x310,0x447)]('Attempt\x20to'+_0x317a8a(-_0x2ed13b._0xc1c0bb,_0x2ed13b._0x38920a,_0x2ed13b._0x447997,-_0x2ed13b._0x1a25c8)+_0x317a8a(-_0x2ed13b._0x74417a,_0x2ed13b._0x212e7c,0x28,-0xb)+'en-files\x20s'+'kill\x20block'+'ed',_0x457237);const _0x54c4aa={};return _0x54c4aa[_0x41b00a(0x27a,0x348,_0x2ed13b._0x24831d,_0x2ed13b._0x4f0fe3)]=_0x1c123c[_0x317a8a(_0x2ed13b._0x935bf5,_0x2ed13b._0x3e6bfb,0x23f,0x1c3)],_0x54c4aa[_0x317a8a(0xca,_0x2ed13b._0x4cf135,0x46,-_0x2ed13b._0x3e92cd)]=_0x1c123c[_0x317a8a(-0x116,_0x2ed13b._0x1ad239,-_0x2ed13b._0x24eeec,-0x139)],_0x334772['status'](-0x30a*0x3+0x1*-0xc6e+0x171f)[_0x41b00a(_0x2ed13b._0x293709,0x23d,0x1e7,_0x2ed13b._0x13fe7e)](_0x54c4aa);}function _0x317a8a(_0x222a8c,_0x48e914,_0x2032fe,_0x4bd940){return _0x3603a9(_0x48e914- -0x409,_0x48e914-0xf7,_0x2032fe,_0x4bd940-_0x168239._0x20af97);}const _0x32449b=_0x2355a5[_0x317a8a(-_0x2ed13b._0x4dc6dc,-0x12,-_0x2ed13b._0x18e204,_0x2ed13b._0x1d0dc8)](_0x4bd600,_0x575239),_0x2f7259=_0x2355a5[_0x41b00a(-_0x2ed13b._0xfcda0c,_0x2ed13b._0x4f2dc1,0x11f,0x190)](_0x32449b,_0x3cb2dd),_0x1222b1=_0x2355a5[_0x41b00a(_0x2ed13b._0x1dab19,0x365,0x3a5,_0x2ed13b._0x8bf985)](_0x2f7259);function _0x41b00a(_0x592c2b,_0x373b4d,_0xa1cba3,_0x3def2d){return _0x3603a9(_0xa1cba3- -_0x25bd6b._0xf445ec,_0x373b4d-0x71,_0x592c2b,_0x3def2d-_0x25bd6b._0x3fd79a);}const _0x5be427=_0x2355a5[_0x41b00a(0x4aa,0x4f0,0x3a5,_0x2ed13b._0x53afd7)](_0x32449b);if(!_0x1222b1['startsWith'](_0x5be427)){const _0x1d1043={};return _0x1d1043['error']=_0x1c123c['hyPNl'],_0x1d1043[_0x41b00a(_0x2ed13b._0x2a1ddb,_0x2ed13b._0x3f640c,0x1ca,0x316)]=_0x41b00a(_0x2ed13b._0x10c939,_0x2ed13b._0x5955d2,0x18f,0x139)+'rsal\x20not\x20a'+_0x41b00a(0x369,_0x2ed13b._0x5e5898,0x368,_0x2ed13b._0x14dc6d),_0x334772[_0x317a8a(_0x2ed13b._0x30efab,_0x2ed13b._0x364e18,0x1c1,_0x2ed13b._0x3d0248)](-0x1571+0xd*0xc5+0x1*0xd03)[_0x317a8a(-_0x2ed13b._0x3df005,_0x2ed13b._0xfb17d2,0x198,0x1d0)](_0x1d1043);}try{if(_0x1c123c[_0x317a8a(_0x2ed13b._0x3bf996,_0x2ed13b._0x59615b,0x1dc,0x224)](_0x1c123c['QuyBk'],_0x1c123c[_0x317a8a(_0x2ed13b._0x823476,0x281,_0x2ed13b._0x4bf0e6,0x27f)])){const _0x2c1d35=await _0x8fb774[_0x41b00a(_0x2ed13b._0x45ceec,0x176,_0x2ed13b._0x383006,_0x2ed13b._0x4f2192)](_0x2f7259,_0x1c123c[_0x41b00a(_0x2ed13b._0x5589de,0x1f3,0x2f6,0x1fd)]);_0x334772['json']({'name':_0x2355a5[_0x317a8a(_0x2ed13b._0x5c3923,_0x2ed13b._0x5a0073,_0x2ed13b._0x52ab94,0x19b)](_0x3cb2dd),'path':_0x3cb2dd,'content':_0x2c1d35});}else{const _0xf04905={};return _0xf04905[_0x317a8a(0x326,0x26c,0x2f7,_0x2ed13b._0x410387)]=_0xfbf090['error'],_0x51b3c9[_0x317a8a(_0x2ed13b._0x30efab,_0x2ed13b._0x1f54e1,_0x2ed13b._0x2682f2,0x2cb)](-0x1116+0xf43*-0x2+0x3*0x1064)[_0x41b00a(_0x2ed13b._0x39b13b,0x32f,_0x2ed13b._0x280b63,0x2e7)](_0xf04905);}}catch(_0x307755){if(_0x1c123c[_0x317a8a(_0x2ed13b._0x4b3dc1,0x258,0x20d,0x1c3)](_0x307755['code'],_0x1c123c['cegqt'])){if(_0x1c123c['kdCmq']!==_0x1c123c['JjMWZ']){const _0x18bafa={};return _0x18bafa[_0x317a8a(_0x2ed13b._0x51724a,0x26c,0x2bf,0x345)]=_0x1c123c[_0x41b00a(_0x2ed13b._0x5bd251,0x252,0x20b,_0x2ed13b._0x25c974)],_0x18bafa[_0x317a8a(0x220,0x144,_0x2ed13b._0x14a361,0x23b)]=_0x3cb2dd,_0x334772[_0x41b00a(_0x2ed13b._0x4a5765,_0x2ed13b._0x14b65a,0x3bf,_0x2ed13b._0x4aef26)](0x1dd*0x5+-0x445+-0x3*0x128)[_0x317a8a(-_0x2ed13b._0x4de4f6,_0x2ed13b._0xfb17d2,_0x2ed13b._0x57455c,-_0x2ed13b._0xb2b1b6)](_0x18bafa);}else return![];}const _0x44c779={};_0x44c779['name']=_0x575239,_0x44c779['filepath']=_0x3cb2dd,_0x44c779['error']=_0x307755['message'],logger[_0x317a8a(0x169,_0x2ed13b._0x3dd16d,_0x2ed13b._0x5731bf,0x3ba)](_0x1c123c[_0x317a8a(0x169,0x11e,0x90,_0x2ed13b._0x2c38d1)],_0x44c779);const _0x50ceaf={};_0x50ceaf[_0x41b00a(0x466,0x361,_0x2ed13b._0x148e04,_0x2ed13b._0x4f109d)]=_0x1c123c['VWTWs'],_0x50ceaf[_0x317a8a(0x179,_0x2ed13b._0x4cf135,0xab,-0x38)]=_0x307755[_0x41b00a(_0x2ed13b._0x20b2bb,_0x2ed13b._0x15737c,_0x2ed13b._0x416b16,_0x2ed13b._0xdc0a93)],_0x334772[_0x317a8a(0x1d4,0x28e,_0x2ed13b._0x2acdcf,_0x2ed13b._0x1c38ed)](-0xca5+-0x83*0x29+0x2394)['json'](_0x50ceaf);}}),router['post'](_0xc95ba2(0x785,0x88b,0x803,0x7bb)+'es/*',requireAnyPermission(['skills:edi'+'t',_0xc95ba2(0x77a,0x5b1,0x6cd,0x598)+_0x3603a9(0x679,0x51f,0x520,0x618)]),async(_0x59745e,_0x331127)=>{const _0x40c17d={_0x23e078:0x52c,_0xd02637:0x61e,_0x59da69:0x523,_0x5425a1:0x637,_0x244b47:0x4fb,_0x35c665:0x62b,_0x2f7396:0x522,_0x3917a8:0x593,_0x2f36a2:0x654,_0x9ce60e:0x7f2,_0x2b9918:0x487,_0xa884af:0x3af,_0x5388c4:0x71c,_0x5247f4:0x5fc,_0x123605:0x72d,_0x49bdb2:0x666,_0x16e664:0x592,_0x4a8be1:0x4e8,_0x4ef68a:0x586,_0x13459a:0x722,_0x29caa7:0x5fe,_0x1c838b:0x551,_0x306943:0x4ac,_0x32f460:0x817,_0x143d2e:0x7a1,_0xe73bcd:0x4bf,_0x293c2d:0x5bf,_0x200145:0x596,_0x180c4b:0x6d7,_0x424beb:0x57b,_0x1617c8:0x6e0,_0x1d8903:0x50f,_0x4bbd08:0x6de,_0x250de8:0x6df,_0x59ec8f:0x789,_0x33eed7:0x5be,_0x4b4126:0x505,_0x4069f5:0x573,_0x4a06e6:0x510,_0x45206b:0x505,_0x4528f3:0x513,_0x2112d9:0x499,_0x183684:0x4f5,_0x3c17f2:0x668,_0x116d39:0x54a,_0x1dd870:0x4e7,_0x2f49d8:0x3ee,_0x2c68d4:0x657,_0x2dc26e:0x709,_0x1c4f0d:0x6dd,_0x3eff72:0x685,_0x5a7fa4:0x5e9,_0x11dc60:0x5b7,_0x4e7aff:0x492,_0x1aff5f:0x704,_0x65c469:0x560,_0x42ef84:0x788,_0x2db6f6:0x633,_0x41152c:0x6b9,_0x19308f:0x5da,_0x454ee5:0x40f,_0x20d183:0x572,_0x4cb927:0x5d2,_0x3a786f:0x541,_0x48b2d9:0x75d,_0x150438:0x769,_0x3fc0b7:0x78e,_0x4bf11f:0x7aa,_0x9033c5:0x7a5,_0x274fd5:0x51b,_0x5926b0:0x587,_0x510916:0x71b,_0x23c49f:0x60b,_0x195da4:0x63e,_0x4e0046:0x6b4,_0x5600db:0x77a,_0x8be738:0x6ae,_0x384b5a:0x678,_0x541d95:0x793,_0x352ca1:0x6f8,_0x5170c8:0x5fa,_0x149742:0x60a,_0x38099c:0x5c4,_0x311540:0x3c7,_0x598c9c:0x5a1,_0x4b2c9f:0x74f,_0x4ec7d6:0x704,_0x309b40:0x5ad,_0x5e4dd0:0x6a9,_0x32434f:0x5b5,_0x595502:0x5a2,_0x57b724:0x624,_0x1e22ff:0x5d2,_0xcf2dce:0x4d9,_0x3628fe:0x50a,_0x12ff58:0x54e,_0x5cca72:0x46e,_0x19e81e:0x790,_0xb75c22:0x8df,_0x47e794:0x549,_0x20823f:0x4dd,_0x1dd8cf:0x67d,_0x12fd2c:0x72f,_0x3684d8:0x777,_0x5b8ddd:0x767,_0x45f02f:0x734,_0x47cd9b:0x5fd,_0x36839f:0x523,_0x1077f0:0x477,_0x5e4a4b:0x59d,_0x5670bf:0x49b,_0x28b9d9:0x44b,_0x4538e7:0x753,_0x3f0772:0x7ed,_0x4867a2:0x7fc,_0x4c6c99:0x530,_0x3cbe68:0x7a7,_0x57ede2:0x6fb,_0x278a39:0x6db,_0x56fd53:0x44e,_0x3ab15a:0x548,_0x38e1da:0x766,_0x1eefa5:0x865,_0x4eb75e:0x496,_0x3b1daf:0x53e,_0x19b43f:0x74c,_0x1423ad:0x67a,_0x19f14c:0x58b,_0x4446da:0x853,_0x46bd4a:0x5d2,_0x490e21:0x71d,_0x1e3ada:0x484,_0xc98fb9:0x63c,_0x29c75f:0x783,_0x2741b2:0x613,_0x9aa656:0x553,_0x50da31:0x7d2,_0x32c4ee:0x581,_0x57ecef:0x65b,_0x3fe8c4:0x753,_0x45b1eb:0x6a7,_0x282eb8:0x4c7,_0x8a1733:0x654,_0x287a7e:0x686,_0x36e621:0x7b6,_0x1e7c15:0x5eb,_0x49704b:0x505,_0x349c0f:0x497,_0x50d2b3:0x64c,_0x360558:0x47d,_0x2bf10e:0x635,_0x5dd84c:0x504,_0x37e8d4:0x83c,_0x254153:0x565,_0x13a159:0x6a3,_0x3b8087:0x72b,_0x50554d:0x61a,_0x554ae3:0x4c8,_0x112cda:0x54f,_0x4e6593:0x729,_0x2e1ce5:0x658,_0x911f18:0x598,_0x57ebf0:0x630,_0xbecbf:0x67c,_0x435e84:0x413,_0x13bf80:0x4f4,_0x5aa9c3:0x5af,_0xab55ef:0x652,_0x2daa3b:0x697,_0x19a358:0x55f,_0x280992:0x6e8,_0x3c5fb0:0x7be,_0x5cb9e2:0x603,_0x597361:0x641,_0x2f732f:0x68b,_0x329523:0x694,_0x1e8075:0x698,_0x267d0f:0x60f,_0xb460e8:0x84f,_0x2473e7:0x721,_0x2134a6:0x674,_0x57ac98:0x623,_0x5656e2:0x60e,_0x11d0d5:0x57a,_0x30164b:0x784,_0x54b46e:0x803,_0xebea0c:0x846,_0x50f2fd:0x62a,_0xf2baaf:0x7ba,_0x62f803:0x5b5,_0x5171a7:0x5d5,_0x3825f5:0x68e,_0x51b771:0x788,_0x105bd7:0x8c2,_0x3f11bc:0x85a,_0x458e3f:0x6d6,_0xcca9ab:0x3a7,_0x405e33:0x41f,_0xc12ca:0x473,_0x139d7d:0x834,_0x1a23d8:0x73d,_0x5f0671:0x888,_0x10a80b:0x63e,_0x207b65:0x444},_0x480229={_0x5d0186:0x152},_0x3a09c2={_0x46584a:0xcd},_0x2f4d08={'IdLtY':_0x175368(0x461,_0x40c17d._0x23e078,_0x40c17d._0xd02637,0x441)+_0x23c70e(0x60b,0x5cd,_0x40c17d._0x59da69,0x5a3)+_0x23c70e(0x5d4,0x48c,_0x40c17d._0x5425a1,0x599)+_0x23c70e(0x50d,_0x40c17d._0x244b47,0x514,0x3be)+'\x20is\x20ahead\x20'+_0x23c70e(_0x40c17d._0x35c665,0x553,_0x40c17d._0x2f7396,_0x40c17d._0x3917a8)+_0x23c70e(0x7a5,_0x40c17d._0x2f36a2,_0x40c17d._0x9ce60e,0x786)+_0x175368(0x420,0x50c,_0x40c17d._0x2b9918,_0x40c17d._0xa884af),'DLoOM':function(_0x11d7b3){return _0x11d7b3();},'xjoak':function(_0x5625a0,_0x11583a){return _0x5625a0===_0x11583a;},'rRCgk':'AsdmZ','CwXoC':'EARuz','RPduH':'Coder-setu'+'p\x20not\x20conf'+'igured','FiNKC':'Cannot\x20cre'+_0x23c70e(_0x40c17d._0x5388c4,0x662,0x865,_0x40c17d._0x5247f4)+_0x175368(0x667,_0x40c17d._0x123605,0x693,_0x40c17d._0x49bdb2)+_0x23c70e(_0x40c17d._0x16e664,_0x40c17d._0x4a8be1,0x540,_0x40c17d._0x4ef68a)+_0x23c70e(_0x40c17d._0x13459a,_0x40c17d._0x29caa7,0x761,0x714)+'.','LikON':function(_0x1afd32,_0x155702){return _0x1afd32!==_0x155702;},'jiOPg':_0x23c70e(0x53b,0x614,_0x40c17d._0x1c838b,_0x40c17d._0x306943),'MibwW':'Access\x20den'+'ied','cgyqe':_0x23c70e(0x75c,0x6bc,_0x40c17d._0x32f460,_0x40c17d._0x143d2e),'RlOqc':function(_0x5bbfff,_0x49e4f5){return _0x5bbfff===_0x49e4f5;},'lgOVI':_0x23c70e(0x541,0x682,_0x40c17d._0xe73bcd,_0x40c17d._0x293c2d),'MDLUs':_0x175368(_0x40c17d._0x200145,_0x40c17d._0x180c4b,0x7c6,0x695),'ckAwB':_0x175368(_0x40c17d._0x424beb,0x590,0x573,_0x40c17d._0x1617c8)+_0x23c70e(0x5ae,_0x40c17d._0x1d8903,0x49f,0x61f),'RFSiE':_0x23c70e(_0x40c17d._0x4bbd08,0x662,0x5d0,0x5a2),'HltMT':_0x23c70e(0x74b,0x84e,_0x40c17d._0x250de8,_0x40c17d._0x59ec8f),'mWxMd':_0x175368(_0x40c17d._0x33eed7,_0x40c17d._0x4b4126,_0x40c17d._0x4069f5,0x41c)+'write\x20skil'+_0x175368(0x668,_0x40c17d._0x4a06e6,0x632,0x4c4),'ppqip':_0x175368(0x51f,_0x40c17d._0x45206b,_0x40c17d._0x4528f3,_0x40c17d._0x2112d9)+_0x175368(_0x40c17d._0x183684,0x645,0x6b0,_0x40c17d._0x3c17f2)};function _0x23c70e(_0x5b863a,_0x5ca6bd,_0x79b3b4,_0x1156a8){return _0xc95ba2(_0x1156a8,_0x5ca6bd-0x190,_0x5b863a- -_0x3a09c2._0x46584a,_0x1156a8-0x1e0);}const {name:_0x26d45d}=_0x59745e[_0x23c70e(_0x40c17d._0x116d39,_0x40c17d._0x1dd870,_0x40c17d._0x1d8903,0x43d)];function _0x175368(_0x1857bd,_0xa33b68,_0x3a8986,_0x2d872d){return _0xc95ba2(_0x3a8986,_0xa33b68-0xc3,_0xa33b68- -0x13a,_0x2d872d-_0x480229._0x5d0186);}const _0x2c82b6=_0x59745e[_0x175368(_0x40c17d._0x2f49d8,0x4dd,0x5cd,0x5a5)][0x219c+-0x32c*0x8+-0x83c],{content:_0xba9964}=_0x59745e[_0x23c70e(0x53e,0x4f8,0x512,_0x40c17d._0x2c68d4)],_0x57dd11=_0x2f4d08[_0x23c70e(_0x40c17d._0x2dc26e,_0x40c17d._0x1c4f0d,0x703,0x6da)](getSkillsPath);if(!_0x57dd11){if(_0x2f4d08['xjoak'](_0x2f4d08[_0x23c70e(_0x40c17d._0x3eff72,0x68d,_0x40c17d._0x5a7fa4,0x5bb)],_0x2f4d08[_0x23c70e(_0x40c17d._0x11dc60,_0x40c17d._0x4e7aff,_0x40c17d._0x1aff5f,_0x40c17d._0x65c469)])){const _0x57563b={};return _0x57563b[_0x23c70e(_0x40c17d._0x42ef84,_0x40c17d._0x2db6f6,_0x40c17d._0x41152c,0x72a)]=_0x2f4d08[_0x175368(_0x40c17d._0x19308f,0x70e,0x7bf,0x716)],_0x57563b[_0x175368(_0x40c17d._0x454ee5,0x531,_0x40c17d._0x20d183,0x63d)]=_0x3608c2,_0x57563b['behind']=_0x1519d9,_0x258238['status'](-0x646*-0x1+-0xd*0x175+0xe44)[_0x23c70e(_0x40c17d._0x4cb927,0x6c7,_0x40c17d._0x3a786f,0x67f)](_0x57563b);}else{const _0x27d120={};return _0x27d120[_0x23c70e(0x788,_0x40c17d._0x48b2d9,_0x40c17d._0x150438,0x82a)]=_0x2f4d08[_0x23c70e(0x647,0x5b2,_0x40c17d._0x3fc0b7,0x501)],_0x331127[_0x23c70e(_0x40c17d._0x4bf11f,_0x40c17d._0x9033c5,0x7c8,0x65f)](0x2ba+0xb5*-0x34+0x2401)[_0x23c70e(0x5d2,_0x40c17d._0x274fd5,_0x40c17d._0x5926b0,_0x40c17d._0x510916)](_0x27d120);}}if(await isSkillReadonly(_0x26d45d)){const _0x3ee9ad={};_0x3ee9ad['skillId']=_0x26d45d,_0x3ee9ad[_0x175368(0x5d2,_0x40c17d._0x23c49f,0x579,_0x40c17d._0x195da4)]=_0x2c82b6,_0x3ee9ad[_0x23c70e(0x6ae,_0x40c17d._0x4e0046,_0x40c17d._0x5600db,0x7cb)]=_0x59745e[_0x23c70e(_0x40c17d._0x8be738,_0x40c17d._0x384b5a,0x685,_0x40c17d._0x541d95)]['username'],logger[_0x175368(_0x40c17d._0x352ca1,0x68e,_0x40c17d._0x5170c8,0x6d4)](_0x175368(_0x40c17d._0x149742,0x604,0x4d0,0x4fb)+_0x23c70e(0x51a,_0x40c17d._0x38099c,_0x40c17d._0x311540,0x43c)+'date\x20file\x20'+_0x23c70e(0x4f4,0x5b8,0x591,_0x40c17d._0x598c9c)+'y\x20skill\x20bl'+_0x23c70e(0x769,0x839,0x7f2,0x675),_0x3ee9ad);const _0x57a73c={};return _0x57a73c[_0x23c70e(_0x40c17d._0x42ef84,0x70c,_0x40c17d._0x4b2c9f,0x6d1)]=_0x175368(_0x40c17d._0x4ec7d6,_0x40c17d._0x309b40,_0x40c17d._0x5e4dd0,0x6c3)+'ead-only',_0x57a73c[_0x23c70e(_0x40c17d._0x32434f,0x6b9,0x45e,_0x40c17d._0x595502)]=_0x2f4d08['FiNKC'],_0x331127[_0x175368(_0x40c17d._0x57b724,0x73d,0x620,0x634)](0x1*-0x11a7+-0xc5*-0x13+0x49b)[_0x23c70e(_0x40c17d._0x1e22ff,_0x40c17d._0xcf2dce,0x51b,0x5f5)](_0x57a73c);}const _0x14ba3a=_0x2355a5[_0x23c70e(_0x40c17d._0x3628fe,0x51e,0x5d7,_0x40c17d._0x12ff58)](_0x57dd11,_0x26d45d),_0x3fcb3e=_0x2355a5[_0x23c70e(0x50a,0x486,0x460,_0x40c17d._0x5cca72)](_0x14ba3a,_0x2c82b6),_0x53c316=_0x2355a5[_0x23c70e(_0x40c17d._0x19e81e,0x645,0x6a3,_0x40c17d._0xb75c22)](_0x3fcb3e),_0x59a644=_0x2355a5[_0x23c70e(_0x40c17d._0x19e81e,0x81c,0x6fa,0x751)](_0x14ba3a);if(!_0x53c316[_0x175368(0x52d,_0x40c17d._0x47e794,_0x40c17d._0x20823f,0x4d9)](_0x59a644)){if(_0x2f4d08['LikON']('KZazn',_0x2f4d08[_0x175368(_0x40c17d._0x1dd8cf,_0x40c17d._0x12fd2c,0x66d,_0x40c17d._0x3684d8)])){const _0x3ae7ee={};return _0x3ae7ee[_0x175368(_0x40c17d._0x5b8ddd,0x71b,_0x40c17d._0x45f02f,0x824)]=_0x2f4d08[_0x23c70e(0x54f,0x42c,_0x40c17d._0x47cd9b,0x53b)],_0x3ae7ee[_0x23c70e(_0x40c17d._0x32434f,_0x40c17d._0x36839f,0x559,0x51e)]=_0x23c70e(0x57a,0x6b4,_0x40c17d._0x1077f0,0x426)+_0x23c70e(_0x40c17d._0x5e4a4b,_0x40c17d._0x5670bf,0x68a,_0x40c17d._0x28b9d9)+_0x23c70e(_0x40c17d._0x4538e7,0x6df,0x73a,0x77c),_0x331127[_0x175368(_0x40c17d._0x3f0772,0x73d,0x620,_0x40c17d._0x4867a2)](0x1c15+0x136a*0x1+-0x2dec)['json'](_0x3ae7ee);}else _0x20c3cc[_0x478dd9]=[];}if(_0x2f4d08[_0x23c70e(0x575,_0x40c17d._0x4c6c99,0x683,0x6a5)](_0x2c82b6,_0x2f4d08['cgyqe'])){const _0x2e2475={};return _0x2e2475[_0x23c70e(_0x40c17d._0x42ef84,0x752,_0x40c17d._0x3cbe68,_0x40c17d._0x57ede2)]=_0x23c70e(_0x40c17d._0x278a39,0x76c,0x7b7,0x5d7)+'eration',_0x2e2475[_0x175368(_0x40c17d._0x56fd53,_0x40c17d._0x3ab15a,0x4b6,0x521)]=_0x23c70e(_0x40c17d._0x38e1da,0x803,_0x40c17d._0x1eefa5,0x6b8)+_0x23c70e(0x574,0x4f8,0x630,_0x40c17d._0x4eb75e)+_0x175368(_0x40c17d._0x183684,0x5e0,_0x40c17d._0x3b1daf,0x4a2)+_0x175368(_0x40c17d._0x19b43f,_0x40c17d._0x1423ad,0x6d8,_0x40c17d._0x19f14c),_0x331127[_0x175368(_0x40c17d._0x4446da,0x73d,_0x40c17d._0x5425a1,0x7d4)](0xc96+0xb83*-0x2+0xc00)[_0x23c70e(_0x40c17d._0x46bd4a,_0x40c17d._0x490e21,_0x40c17d._0x1e3ada,0x544)](_0x2e2475);}try{if(_0x2f4d08[_0x175368(_0x40c17d._0x38e1da,_0x40c17d._0xc98fb9,_0x40c17d._0x29c75f,0x558)](_0x2f4d08[_0x175368(0x76b,_0x40c17d._0x2741b2,_0x40c17d._0x9aa656,0x655)],_0x2f4d08[_0x175368(0x766,0x69b,_0x40c17d._0x50da31,0x5f9)])){const _0x5975b4={};_0x5975b4['error']=_0x4543f0[_0x23c70e(0x5b5,_0x40c17d._0x32c4ee,0x5db,_0x40c17d._0x57ecef)],_0x5108e1[_0x23c70e(0x6fb,_0x40c17d._0x3fe8c4,0x660,_0x40c17d._0x45b1eb)](_0x175368(0x3b6,_0x40c17d._0x282eb8,0x5a2,0x4f8)+_0x175368(0x66e,_0x40c17d._0x8a1733,0x5f2,_0x40c17d._0x287a7e)+_0x175368(_0x40c17d._0x36e621,0x70f,0x7a2,0x615)+_0x175368(_0x40c17d._0x1e7c15,0x5e1,_0x40c17d._0x49704b,0x4a5)+_0x175368(0x4f6,_0x40c17d._0x349c0f,0x490,0x57f)+'h',_0x5975b4);}else{try{await _0x8fb774[_0x23c70e(0x758,_0x40c17d._0x50d2b3,0x73a,0x6c3)](_0x14ba3a);}catch{const _0x370fb9={};return _0x370fb9['error']=_0x2f4d08[_0x175368(0x3cb,0x48d,0x578,_0x40c17d._0x360558)],_0x370fb9[_0x23c70e(0x5a8,0x544,_0x40c17d._0x2bf10e,_0x40c17d._0x5dd84c)]=_0x26d45d,_0x331127[_0x23c70e(0x7aa,_0x40c17d._0x50d2b3,0x899,_0x40c17d._0x37e8d4)](-0x6f7*-0x5+-0x706*0x2+-0x3d7*0x5)[_0x175368(0x686,_0x40c17d._0x254153,0x61b,_0x40c17d._0x13a159)](_0x370fb9);}const _0xd227d2=_0x2355a5[_0x175368(0x7fb,_0x40c17d._0x3b8087,0x860,0x76b)](_0x3fcb3e),_0x3cdeb3={};_0x3cdeb3[_0x175368(_0x40c17d._0x50554d,_0x40c17d._0x554ae3,_0x40c17d._0x112cda,0x593)]=!![],await _0x8fb774[_0x175368(0x660,_0x40c17d._0x4e6593,0x744,_0x40c17d._0x2e1ce5)](_0xd227d2,_0x3cdeb3),await _0x8fb774[_0x175368(_0x40c17d._0x911f18,_0x40c17d._0x57ebf0,_0x40c17d._0xbecbf,0x6ce)](_0x3fcb3e,_0xba9964,_0x2f4d08['RFSiE']);const _0x3d32b0={};_0x3d32b0[_0x175368(_0x40c17d._0x435e84,_0x40c17d._0x13bf80,_0x40c17d._0x5aa9c3,_0x40c17d._0xab55ef)]=_0x26d45d,_0x3d32b0[_0x175368(_0x40c17d._0x2daa3b,_0x40c17d._0x5e4dd0,0x61f,_0x40c17d._0x19a358)]=_0x2c82b6,_0x3d32b0[_0x23c70e(_0x40c17d._0x280992,_0x40c17d._0x3c5fb0,_0x40c17d._0x5cb9e2,0x58c)]=_0x59745e[_0x175368(0x68b,_0x40c17d._0x597361,_0x40c17d._0x2f732f,0x648)][_0x23c70e(_0x40c17d._0x329523,0x79f,_0x40c17d._0x1e8075,_0x40c17d._0x267d0f)],logger['info'](_0x175368(_0x40c17d._0xb460e8,_0x40c17d._0x2473e7,0x7c9,_0x40c17d._0x2134a6)+_0x23c70e(_0x40c17d._0x4c6c99,_0x40c17d._0x57ac98,_0x40c17d._0x5656e2,_0x40c17d._0x11d0d5)+_0x23c70e(_0x40c17d._0x30164b,_0x40c17d._0x54b46e,_0x40c17d._0xebea0c,_0x40c17d._0x50f2fd),_0x3d32b0);const _0x573e43={};_0x573e43[_0x23c70e(0x79e,0x70e,0x687,_0x40c17d._0xf2baaf)]=!![],_0x573e43[_0x23c70e(_0x40c17d._0x62f803,0x4e7,0x6f7,0x49c)]=_0x2f4d08[_0x175368(0x6cc,_0x40c17d._0x5171a7,0x59a,_0x40c17d._0x267d0f)],_0x573e43['path']=_0x2c82b6,_0x331127[_0x175368(_0x40c17d._0x3825f5,_0x40c17d._0x254153,0x4e9,0x591)](_0x573e43);}}catch(_0x5ca668){const _0x4af8b3={};_0x4af8b3['name']=_0x26d45d,_0x4af8b3['filepath']=_0x2c82b6,_0x4af8b3[_0x23c70e(_0x40c17d._0x51b771,0x632,_0x40c17d._0x105bd7,0x8e4)]=_0x5ca668[_0x23c70e(0x5b5,0x614,0x603,0x6c1)],logger[_0x175368(_0x40c17d._0x3f11bc,0x71b,0x70c,_0x40c17d._0x458e3f)](_0x2f4d08[_0x175368(_0x40c17d._0xcca9ab,0x4fa,_0x40c17d._0x405e33,_0x40c17d._0xc12ca)],_0x4af8b3);const _0x20b78a={};_0x20b78a['error']=_0x2f4d08['ppqip'],_0x20b78a['message']=_0x5ca668['message'],_0x331127[_0x175368(_0x40c17d._0x139d7d,_0x40c17d._0x1a23d8,_0x40c17d._0x5f0671,_0x40c17d._0x10a80b)](-0x178+0xf79+-0x1*0xc0d)[_0x175368(0x4a1,_0x40c17d._0x254153,0x63c,_0x40c17d._0x207b65)](_0x20b78a);}}),router[_0x3603a9(0x4a5,0x567,0x36a,0x46f)](_0x3603a9(0x623,0x675,0x5bb,0x764)+_0x3603a9(0x531,0x636,0x40b,0x544),requireAnyPermission(['skills:edi'+'t','skills:man'+_0x3603a9(0x679,0x7ba,0x60e,0x672)]),async(_0x3039e9,_0x845dbe)=>{const _0x6d1cd0={_0x208d32:0x51f,_0x13938c:0x5c3,_0x21699e:0x49d,_0x408f77:0x5a1,_0x1e4d2e:0x90,_0x27f224:0x77,_0x38fada:0x104,_0x5215fd:0x4aa,_0x22e8ae:0x431,_0x29393a:0x44d,_0x2b6784:0x394,_0x29a803:0x4b9,_0x6b554d:0x582,_0x21447c:0x5a3,_0x4eddb6:0x92,_0x37ab14:0x9f,_0x176ae8:0x204,_0x13fcb3:0x2cc,_0x4f5d8e:0x1fd,_0x19b0f7:0x1bb,_0x402abc:0x97,_0x1c02e3:0x8e,_0x4c1680:0xa9,_0x50f2f2:0x168,_0xe1e8a1:0x4a6,_0x1221f6:0x37d,_0x23e522:0x456,_0x5cec26:0x460,_0x259012:0x317,_0x286f56:0x316,_0x42488d:0x522,_0x575ea1:0x14a,_0x3a555d:0xd3,_0x190ef5:0x43e,_0x6671ad:0x4fe,_0xa1f71f:0x553,_0x523d80:0xf8,_0x439519:0x570,_0x1335a1:0x600,_0x3de727:0x33c,_0x1e24bc:0x505,_0x35e15a:0x14b,_0x191bcb:0x154,_0x2c8828:0x107,_0x499dc4:0xe,_0x508a20:0xbc,_0x3de771:0x68,_0x1404e0:0x1c,_0x116dcc:0x10d,_0x5cadd1:0x109,_0x30b54a:0xfd,_0x1bc054:0x550,_0x53c99c:0x62c,_0x15b0c7:0x5c8,_0x39c6f3:0xc5,_0x478f7b:0xc,_0x36260c:0x135,_0x37b253:0x4f4,_0x2c8d65:0x171,_0x583439:0x209,_0x359688:0x605,_0x42d728:0x745,_0x128fce:0x5a6,_0x33df64:0x46,_0x11bba5:0x44b,_0x2c9b09:0x36a,_0x51174c:0x5f5,_0x5b2d2c:0x4bd,_0x59ae03:0x58d,_0xd96fc4:0x37a,_0x3367b0:0x37b,_0x38bb1d:0x25,_0x545100:0xb5,_0x43d9d1:0xa7,_0x1b327d:0x26,_0x4e1903:0x54,_0x7a7f11:0x58,_0x3d0765:0xe5,_0x1544c9:0x569,_0x5f3e3b:0x8b,_0x2a1979:0x96,_0x4c3056:0x8d,_0x13e488:0x516,_0x2b76f8:0x4c8,_0x50307c:0x65,_0x171063:0x3a7,_0x242ab8:0x4cb,_0x3fafaf:0x3f,_0x3f7fe3:0x5e5,_0x15c09d:0x525,_0x295048:0x12e,_0x1c87af:0x18c,_0x2fe851:0x607,_0x1a913d:0x4fc,_0x5ac6af:0x31a,_0xd390e2:0x43e,_0x311ac6:0x1f3,_0x447527:0x165,_0x221c67:0x18,_0x522b90:0x152,_0x32e050:0x171,_0x29be2b:0x587,_0xd3bf3a:0x10c,_0x32660f:0xf3,_0x3b7619:0x113,_0xe16494:0x3bd,_0x43b5f6:0x476,_0x2bd4b2:0x543,_0x55a508:0xc4,_0x507a4:0x1b2,_0x339035:0x2d3,_0x51fa67:0x584,_0x448b1d:0x5ed,_0x3d16cc:0x67f,_0x8b9683:0x49a,_0x5c6164:0x72e,_0x11e4fe:0xb5,_0x5409e2:0x3eb,_0x157b79:0x58e,_0x582b2b:0x503,_0x5c8ad0:0x3a6,_0x44174c:0x7c,_0x4657ec:0x170,_0x585af7:0x4ae,_0x42c974:0x6,_0x37f397:0x4b,_0x225228:0x6a,_0x4cea57:0x39e,_0x551534:0x368,_0x4decfa:0xbe,_0x234c0d:0x72,_0x22f7fb:0x2a,_0x92a1bf:0x11f,_0x148a96:0xfe,_0x53a8d6:0x19c,_0x5cd0ca:0x284,_0x46e78d:0x6,_0x1640c0:0x519,_0x2a388a:0x50b,_0x1fb2ed:0x2e8,_0xa6565:0x5e,_0x27800e:0xf6,_0x761463:0xbe,_0x7f8c99:0x1da,_0x4d2be4:0x496,_0xd2a656:0x3a2,_0x5a55ec:0x397,_0x35ab99:0x536,_0x551bf4:0x4d6,_0x14094e:0x480,_0x13c9c2:0x5bf,_0x44f08e:0x603,_0x4d8dea:0x66e,_0x4ae3da:0x11,_0x25ad78:0x146,_0x3ba0c5:0x83,_0x409cbe:0x112,_0x135e64:0x16b,_0x3905d4:0x9a,_0xb93f89:0x17a,_0x21f55f:0x538,_0x74393e:0x5e3,_0x29de31:0x450,_0x2881a0:0x31c,_0x1764fa:0x559,_0x3bb1b3:0x8b,_0x1639c2:0x42f,_0x11dc2c:0x510,_0x591b52:0x3be,_0x5d1b7d:0x378,_0x5acedd:0x393,_0x207b89:0x366,_0x20f9af:0xf9,_0x504b09:0x1b5,_0x239913:0x201,_0x1c3117:0x44e,_0x77be68:0x50f,_0x340817:0x7a,_0x265c92:0xdd,_0x2e6f38:0x28,_0x2c56d4:0x7a,_0x23dd15:0x3,_0x50d98c:0x18b,_0x2fedfe:0x385,_0x31d78b:0x5d7,_0x5ba5b2:0x124,_0x3c9639:0x3c6,_0x8f21eb:0x30f,_0x1558fa:0x162,_0x310fc7:0x119,_0x42df2b:0x133,_0x54c18b:0x443,_0x3deb5c:0x446,_0x5ee564:0x4ca,_0x517b48:0x44,_0x3cee8e:0x45,_0x161ec3:0x36,_0xb3e83:0x4f0,_0x2406cd:0x354,_0x487967:0x37c,_0x208783:0x3b5,_0x248f9c:0x552,_0x2d2796:0x18d,_0x136f04:0x14c,_0x4f4d37:0x405,_0x254968:0x2c7,_0x4d09ba:0x5e9,_0x2cc9da:0x16b,_0x51b2cc:0x4d,_0x298738:0x48,_0x171b79:0x600,_0x388f5d:0x4b1,_0x6c5297:0x1ed,_0x279619:0x10b,_0x3fa457:0x5f1,_0x5d7253:0x4fc,_0x10fcc9:0x5c4,_0x4bc731:0xd,_0x374590:0x118},_0x5814f3={_0x2e38e7:0x11d},_0x2faeff={_0x3fa163:0x90},_0x5cf99e={};function _0x4a5c2b(_0x323de2,_0x2823d4,_0x1c4c57,_0x25652a){return _0x3603a9(_0x323de2- -_0x2faeff._0x3fa163,_0x2823d4-0xb0,_0x25652a,_0x25652a-0x1c);}_0x5cf99e[_0x4a5c2b(_0x6d1cd0._0x208d32,0x45f,0x4e5,0x648)]=_0x4a5c2b(_0x6d1cd0._0x13938c,0x6a4,0x677,0x4af)+_0x34e0c5(0x38,-0xa9,0x82,-0x49)+_0x4a5c2b(0x4aa,_0x6d1cd0._0x21699e,_0x6d1cd0._0x408f77,0x5da)+'e\x20SKILL.md',_0x5cf99e[_0x34e0c5(-_0x6d1cd0._0x1e4d2e,-_0x6d1cd0._0x27f224,-_0x6d1cd0._0x38fada,-0x36)]=_0x4a5c2b(0x53f,0x471,_0x6d1cd0._0x5215fd,_0x6d1cd0._0x22e8ae)+_0x4a5c2b(_0x6d1cd0._0x29393a,_0x6d1cd0._0x2b6784,_0x6d1cd0._0x29a803,_0x6d1cd0._0x6b554d)+_0x4a5c2b(_0x6d1cd0._0x21447c,0x6d1,0x498,0x529)+_0x34e0c5(0x7,0x82,_0x6d1cd0._0x4eddb6,-0x93)+_0x34e0c5(-0x73,-_0x6d1cd0._0x37ab14,0xc,0x86),_0x5cf99e[_0x34e0c5(_0x6d1cd0._0x176ae8,0x18c,_0x6d1cd0._0x13fcb3,_0x6d1cd0._0x4f5d8e)]='Coder-setu'+_0x34e0c5(-_0x6d1cd0._0x19b0f7,-0x72,-0x1c8,-_0x6d1cd0._0x27f224)+_0x34e0c5(0xce,-0x38,-_0x6d1cd0._0x402abc,_0x6d1cd0._0x1c02e3),_0x5cf99e[_0x34e0c5(0x159,_0x6d1cd0._0x4c1680,0x183,_0x6d1cd0._0x50f2f2)]=_0x34e0c5(0x3c,0x54,0x181,-0x94)+_0x4a5c2b(_0x6d1cd0._0xe1e8a1,0x3ac,_0x6d1cd0._0x1221f6,_0x6d1cd0._0x23e522)+_0x4a5c2b(_0x6d1cd0._0x5cec26,_0x6d1cd0._0x259012,0x319,_0x6d1cd0._0x286f56)+_0x4a5c2b(0x57f,_0x6d1cd0._0x42488d,0x51e,0x657)+'\x20blocked',_0x5cf99e['wnvHZ']=_0x34e0c5(_0x6d1cd0._0x575ea1,-0x3,_0x6d1cd0._0x3a555d,0x14d)+'ead-only',_0x5cf99e[_0x4a5c2b(_0x6d1cd0._0x190ef5,0x533,0x33a,_0x6d1cd0._0x6671ad)]=_0x4a5c2b(0x600,_0x6d1cd0._0xa1f71f,0x604,0x6be)+_0x34e0c5(-0x14e,-_0x6d1cd0._0x523d80,-0x23a,-0x1f5),_0x5cf99e[_0x4a5c2b(_0x6d1cd0._0x439519,_0x6d1cd0._0x1335a1,0x482,0x4c2)]=function(_0x17ac93,_0xd14c20){return _0x17ac93===_0xd14c20;},_0x5cf99e[_0x4a5c2b(0x418,0x335,_0x6d1cd0._0x3de727,_0x6d1cd0._0x1e24bc)]='SKILL.md',_0x5cf99e[_0x34e0c5(_0x6d1cd0._0x35e15a,_0x6d1cd0._0x191bcb,0x44,0x27d)]=_0x4a5c2b(0x476,0x4bb,0x528,0x502)+_0x34e0c5(0x71,-0xdd,0x29,-0x18a)+_0x34e0c5(0x262,0x11b,0x191,_0x6d1cd0._0x2c8828)+'e\x20the\x20skil'+_0x34e0c5(-_0x6d1cd0._0x499dc4,-0x2f,_0x6d1cd0._0x508a20,0x5),_0x5cf99e[_0x34e0c5(_0x6d1cd0._0x3de771,_0x6d1cd0._0x1404e0,-0xc9,_0x6d1cd0._0x116dcc)]=_0x34e0c5(0x23,-_0x6d1cd0._0x5cadd1,0x3,-_0x6d1cd0._0x30b54a),_0x5cf99e[_0x4a5c2b(0x603,_0x6d1cd0._0x1bc054,_0x6d1cd0._0x53c99c,_0x6d1cd0._0x15b0c7)]=_0x4a5c2b(0x5fe,0x4a5,_0x6d1cd0._0x408f77,0x5b3),_0x5cf99e['AcdKw']=_0x34e0c5(-_0x6d1cd0._0x39c6f3,-_0x6d1cd0._0x478f7b,-_0x6d1cd0._0x36260c,-0x53),_0x5cf99e[_0x4a5c2b(0x5b6,0x45c,_0x6d1cd0._0x37b253,0x613)]=_0x34e0c5(0xf6,_0x6d1cd0._0x2c8d65,_0x6d1cd0._0x583439,0x236)+_0x34e0c5(0x87,0x14a,0x22b,0x197),_0x5cf99e[_0x4a5c2b(_0x6d1cd0._0x359688,0x6ab,_0x6d1cd0._0x42d728,_0x6d1cd0._0x128fce)]=_0x34e0c5(-0xed,-0xe6,-_0x6d1cd0._0x33df64,-0x6b)+'ed',_0x5cf99e[_0x4a5c2b(0x4bf,_0x6d1cd0._0x11bba5,_0x6d1cd0._0x2c9b09,_0x6d1cd0._0x51174c)]=_0x4a5c2b(0x43c,_0x6d1cd0._0x5b2d2c,_0x6d1cd0._0x59ae03,0x544),_0x5cf99e['qxRQm']='File\x20not\x20f'+_0x4a5c2b(_0x6d1cd0._0xd96fc4,0x495,_0x6d1cd0._0x3367b0,0x39f),_0x5cf99e[_0x34e0c5(-0xe2,-_0x6d1cd0._0x38bb1d,_0x6d1cd0._0x545100,_0x6d1cd0._0x43d9d1)]=_0x34e0c5(-0x15c,-0xab,0x8f,_0x6d1cd0._0x1b327d)+_0x34e0c5(_0x6d1cd0._0x4e1903,-_0x6d1cd0._0x7a7f11,0xbd,_0x6d1cd0._0x3d0765)+_0x4a5c2b(0x547,0x632,0x481,_0x6d1cd0._0x1544c9),_0x5cf99e[_0x34e0c5(_0x6d1cd0._0x5f3e3b,_0x6d1cd0._0x2a1979,_0x6d1cd0._0x4c3056,0x48)]=_0x4a5c2b(0x3cf,_0x6d1cd0._0x13e488,_0x6d1cd0._0x2b76f8,0x4dd)+_0x34e0c5(_0x6d1cd0._0x50307c,0xfc,-0x29,0x162)+'e';const _0x5df3f9=_0x5cf99e,{name:_0x333377}=_0x3039e9[_0x4a5c2b(_0x6d1cd0._0x171063,_0x6d1cd0._0x242ab8,0x26b,0x2a8)],_0x7c6558=_0x3039e9[_0x34e0c5(-0x2c,-0xd3,-0x39,-_0x6d1cd0._0x3fafaf)][-0x4*-0x63b+-0x1242+-0x6aa],_0x3ff35d=getSkillsPath();if(!_0x3ff35d){const _0x41da09={};return _0x41da09[_0x4a5c2b(_0x6d1cd0._0x3f7fe3,_0x6d1cd0._0x15c09d,0x606,0x50f)]=_0x5df3f9[_0x34e0c5(_0x6d1cd0._0x295048,_0x6d1cd0._0x1c87af,0x38,0x2a4)],_0x845dbe[_0x4a5c2b(_0x6d1cd0._0x2fe851,_0x6d1cd0._0x1a913d,0x747,0x68b)](0xabb+-0x15*0x1cb+0x1ce3)[_0x4a5c2b(0x42f,0x526,_0x6d1cd0._0x5ac6af,_0x6d1cd0._0xd390e2)](_0x41da09);}if(await isSkillReadonly(_0x333377)){const _0x4cc513={};_0x4cc513[_0x34e0c5(_0x6d1cd0._0x311ac6,_0x6d1cd0._0x447527,0x28d,0xf3)]=_0x333377,_0x4cc513['filepath']=_0x7c6558,_0x4cc513['user']=_0x3039e9[_0x34e0c5(_0x6d1cd0._0x221c67,0x91,-0x20,0x19b)][_0x34e0c5(_0x6d1cd0._0x522b90,0x77,0x131,_0x6d1cd0._0x32e050)],logger['warn'](_0x5df3f9[_0x4a5c2b(0x523,0x56a,0x67b,0x3f1)],_0x4cc513);const _0x458fca={};return _0x458fca[_0x4a5c2b(0x5e5,0x5d0,_0x6d1cd0._0x29be2b,_0x6d1cd0._0x1335a1)]=_0x5df3f9[_0x34e0c5(_0x6d1cd0._0xd3bf3a,0x16c,_0x6d1cd0._0x32660f,_0x6d1cd0._0x3b7619)],_0x458fca[_0x4a5c2b(0x412,_0x6d1cd0._0xe16494,0x34a,0x537)]=_0x4a5c2b(_0x6d1cd0._0x43b5f6,_0x6d1cd0._0x2bd4b2,0x59e,0x396)+'ete\x20files\x20'+_0x34e0c5(-_0x6d1cd0._0x55a508,-0x8b,-_0x6d1cd0._0x507a4,0x9f)+'only\x20skill'+'.',_0x845dbe['status'](0xd36+-0x20*0xa4+0x8dd)[_0x4a5c2b(0x42f,_0x6d1cd0._0x339035,0x582,_0x6d1cd0._0x51fa67)](_0x458fca);}const _0x239433=_0x2355a5['join'](_0x3ff35d,_0x333377),_0xb6fd48=_0x2355a5['join'](_0x239433,_0x7c6558),_0x29b15b=_0x2355a5[_0x4a5c2b(_0x6d1cd0._0x448b1d,_0x6d1cd0._0x3d16cc,_0x6d1cd0._0x8b9683,_0x6d1cd0._0x5c6164)](_0xb6fd48),_0x5ca6f5=_0x2355a5[_0x34e0c5(0x154,0x173,0x162,_0x6d1cd0._0x11e4fe)](_0x239433);if(!_0x29b15b[_0x4a5c2b(0x413,0x37b,0x556,0x3d2)](_0x5ca6f5)){const _0x3bd955={};return _0x3bd955[_0x4a5c2b(_0x6d1cd0._0x3f7fe3,0x687,0x630,0x52b)]=_0x5df3f9[_0x4a5c2b(0x43e,_0x6d1cd0._0x5409e2,0x49f,_0x6d1cd0._0x157b79)],_0x3bd955[_0x4a5c2b(0x412,_0x6d1cd0._0x582b2b,0x445,_0x6d1cd0._0x5c8ad0)]=_0x34e0c5(-_0x6d1cd0._0x44174c,-0xa3,0x36,-0x1c2)+_0x34e0c5(-_0x6d1cd0._0x4657ec,-0x80,-0x13b,-0x1c9)+_0x4a5c2b(0x5b0,0x49d,_0x6d1cd0._0x585af7,0x694),_0x845dbe['status'](-0x1*0x2f1+-0x7*0xba+-0x99a*-0x1)[_0x34e0c5(-_0x6d1cd0._0x42c974,-_0x6d1cd0._0x37f397,-_0x6d1cd0._0x225228,-_0x6d1cd0._0x32e050)](_0x3bd955);}if(_0x5df3f9['VMXbn'](_0x7c6558,_0x5df3f9[_0x4a5c2b(0x418,0x4de,_0x6d1cd0._0x4cea57,_0x6d1cd0._0x551534)])){const _0x4e5136={};return _0x4e5136['error']=_0x34e0c5(0xce,_0x6d1cd0._0x4decfa,-0x8d,0xf)+_0x34e0c5(-_0x6d1cd0._0x234c0d,-_0x6d1cd0._0x22f7fb,-_0x6d1cd0._0x92a1bf,_0x6d1cd0._0x3de771),_0x4e5136[_0x34e0c5(-_0x6d1cd0._0x148a96,-0x68,-0x84,-_0x6d1cd0._0x53a8d6)]=_0x5df3f9[_0x34e0c5(_0x6d1cd0._0x5cd0ca,0x154,-_0x6d1cd0._0x46e78d,0x109)],_0x845dbe[_0x4a5c2b(0x607,0x5c4,_0x6d1cd0._0x1640c0,_0x6d1cd0._0x2a388a)](-0x2348+-0x8bf*-0x2+0x2*0x9ad)[_0x4a5c2b(0x42f,0x405,0x56e,_0x6d1cd0._0x1fb2ed)](_0x4e5136);}function _0x34e0c5(_0x7ed3ed,_0x4b3036,_0x1e4ea6,_0x206f13){return _0xc95ba2(_0x7ed3ed,_0x4b3036-_0x5814f3._0x2e38e7,_0x4b3036- -0x6ea,_0x206f13-0x0);}try{if(_0x5df3f9[_0x34e0c5(_0x6d1cd0._0xa6565,_0x6d1cd0._0x27800e,_0x6d1cd0._0x761463,_0x6d1cd0._0x7f8c99)](_0x5df3f9[_0x4a5c2b(_0x6d1cd0._0x4d2be4,_0x6d1cd0._0xd2a656,_0x6d1cd0._0x5a55ec,0x495)],_0x5df3f9[_0x4a5c2b(0x496,0x33d,0x5c4,0x530)])){const _0x585a61=await _0x8fb774[_0x4a5c2b(_0x6d1cd0._0x35ab99,_0x6d1cd0._0x551bf4,_0x6d1cd0._0x14094e,0x56f)](_0xb6fd48);if(_0x585a61['isDirector'+'y']()){const _0xc780e8={};_0xc780e8['recursive']=!![],_0xc780e8[_0x4a5c2b(0x592,0x659,_0x6d1cd0._0x13c9c2,0x6eb)]=!![],await _0x8fb774['rm'](_0xb6fd48,_0xc780e8);}else{if(_0x5df3f9[_0x4a5c2b(_0x6d1cd0._0x44f08e,0x612,_0x6d1cd0._0x4d8dea,0x616)]!==_0x5df3f9[_0x34e0c5(-_0x6d1cd0._0x4ae3da,-0xee,-_0x6d1cd0._0x25ad78,-_0x6d1cd0._0x3ba0c5)])await _0x8fb774[_0x34e0c5(_0x6d1cd0._0x409cbe,0xf3,0x1f6,-0x35)](_0xb6fd48);else{const _0x3b9c83={};return _0x3b9c83[_0x34e0c5(0x1e7,_0x6d1cd0._0x135e64,_0x6d1cd0._0x3905d4,_0x6d1cd0._0xb93f89)]=_0x4a5c2b(_0x6d1cd0._0x21f55f,_0x6d1cd0._0x6b554d,0x444,_0x6d1cd0._0x74393e)+_0x4a5c2b(_0x6d1cd0._0x29de31,_0x6d1cd0._0x2881a0,_0x6d1cd0._0x1764fa,0x459),_0x3b9c83['message']=_0x5df3f9[_0x4a5c2b(_0x6d1cd0._0x208d32,0x44d,0x67e,0x41a)],_0x33348d[_0x34e0c5(_0x6d1cd0._0x3bb1b3,0x18d,0x97,0x27d)](0x533+0x41*0x1a+-0xa3d)[_0x4a5c2b(_0x6d1cd0._0x1639c2,0x4a5,_0x6d1cd0._0x11dc2c,0x382)](_0x3b9c83);}}const _0x404ca3={};_0x404ca3[_0x4a5c2b(_0x6d1cd0._0x591b52,_0x6d1cd0._0x5d1b7d,_0x6d1cd0._0x5acedd,_0x6d1cd0._0x207b89)]=_0x333377,_0x404ca3[_0x34e0c5(_0x6d1cd0._0x53a8d6,_0x6d1cd0._0x20f9af,_0x6d1cd0._0x504b09,_0x6d1cd0._0x239913)]=_0x7c6558,_0x404ca3[_0x4a5c2b(_0x6d1cd0._0x1c3117,0x3be,_0x6d1cd0._0x77be68,0x461)]=_0x3039e9[_0x4a5c2b(_0x6d1cd0._0x2a388a,0x5e1,0x4c3,0x609)][_0x34e0c5(-0xc7,0x77,_0x6d1cd0._0x340817,-_0x6d1cd0._0x265c92)],logger[_0x34e0c5(-0x5a,0xe0,-_0x6d1cd0._0x2e6f38,-_0x6d1cd0._0x2c56d4)](_0x5df3f9[_0x34e0c5(0x2d,0x13c,_0x6d1cd0._0x23dd15,0x3f)],_0x404ca3);const _0x4502c7={};_0x4502c7['success']=!![],_0x4502c7['message']=_0x5df3f9[_0x34e0c5(0xb5,_0x6d1cd0._0x50d98c,0x184,0x286)],_0x4502c7[_0x4a5c2b(0x4bd,_0x6d1cd0._0x2fedfe,0x479,_0x6d1cd0._0x31d78b)]=_0x7c6558,_0x845dbe[_0x34e0c5(-0x86,-0x4b,0x11,-_0x6d1cd0._0x5ba5b2)](_0x4502c7);}else{const _0x1e7e86={};_0x1e7e86['skillName']=_0x213791,_0x5160f8['warn'](_0x5df3f9[_0x4a5c2b(0x403,0x435,_0x6d1cd0._0x3c9639,_0x6d1cd0._0x8f21eb)],_0x1e7e86);}}catch(_0x4768cd){if(_0x5df3f9[_0x34e0c5(_0x6d1cd0._0x1558fa,0xf6,_0x6d1cd0._0x310fc7,_0x6d1cd0._0x42df2b)](_0x4768cd[_0x4a5c2b(_0x6d1cd0._0x54c18b,0x3a5,_0x6d1cd0._0x3deb5c,_0x6d1cd0._0x5ee564)],_0x5df3f9[_0x34e0c5(_0x6d1cd0._0x517b48,_0x6d1cd0._0x3cee8e,0xc2,-_0x6d1cd0._0x161ec3)])){const _0x608baa={};return _0x608baa[_0x4a5c2b(0x5e5,0x681,_0x6d1cd0._0xb3e83,0x697)]=_0x5df3f9[_0x4a5c2b(_0x6d1cd0._0x2406cd,0x469,_0x6d1cd0._0x487967,_0x6d1cd0._0x208783)],_0x608baa[_0x4a5c2b(_0x6d1cd0._0x5b2d2c,0x47e,_0x6d1cd0._0x248f9c,0x38b)]=_0x7c6558,_0x845dbe[_0x34e0c5(0x2e5,_0x6d1cd0._0x2d2796,0x4a,_0x6d1cd0._0x136f04)](0x15b+-0x1000*-0x2+-0x1fc7)['json'](_0x608baa);}const _0x711c5e={};_0x711c5e[_0x4a5c2b(_0x6d1cd0._0x4f4d37,0x2e6,_0x6d1cd0._0x254968,0x469)]=_0x333377,_0x711c5e[_0x4a5c2b(0x4d5,0x559,0x3c5,_0x6d1cd0._0x4d09ba)]=_0x7c6558,_0x711c5e[_0x34e0c5(0x61,_0x6d1cd0._0x2cc9da,_0x6d1cd0._0x51b2cc,_0x6d1cd0._0x298738)]=_0x4768cd['message'],logger[_0x4a5c2b(0x5e5,_0x6d1cd0._0x171b79,_0x6d1cd0._0x388f5d,0x52f)](_0x5df3f9[_0x34e0c5(-0x59,-0x25,0x6b,-0x18)],_0x711c5e);const _0x5e862a={};_0x5e862a[_0x34e0c5(_0x6d1cd0._0x6c5297,0x16b,0xe,_0x6d1cd0._0x279619)]=_0x5df3f9[_0x4a5c2b(_0x6d1cd0._0x11dc2c,_0x6d1cd0._0x3fa457,0x647,0x4bd)],_0x5e862a['message']=_0x4768cd['message'],_0x845dbe[_0x4a5c2b(0x607,0x5b4,_0x6d1cd0._0x5d7253,_0x6d1cd0._0x10fcc9)](-0x1210+0x11f+-0x7*-0x2b3)[_0x34e0c5(_0x6d1cd0._0x4bc731,-0x4b,-_0x6d1cd0._0x374590,-0x1a4)](_0x5e862a);}}),router[_0x3603a9(0x62a,0x736,0x70e,0x6a2)](_0xc95ba2(0x74f,0x7ce,0x7a4,0x720),requireAnyPermission(['skills:edi'+'t',_0xc95ba2(0x5c5,0x6dc,0x6cd,0x69d)+_0xc95ba2(0x958,0x845,0x859,0x7e6)]),async(_0x164d93,_0x5e4179)=>{const _0x57dfd1={_0x498614:0x2dd,_0x2b8bd6:0x1d8,_0x422a98:0xc4,_0x34e6b4:0xe8,_0x117066:0x1d3,_0x1c8a27:0x80,_0x4548a6:0x1d,_0x3b587e:0x235,_0x171d59:0x388,_0x5ed0bd:0x51,_0x430ea9:0x31a,_0x1bb00d:0x2b3,_0x1fd135:0x1c7,_0x5aa7f7:0x154,_0x21bc75:0x236,_0x314ab9:0x37e,_0xe4db45:0x37e,_0x349e95:0x125,_0x5af5e2:0x22a,_0xccd308:0x20d,_0x4dcf1a:0x35a,_0x209aa6:0xa9,_0x439d8b:0x183,_0x4d0bed:0x99,_0x2ed301:0x128,_0x261d7f:0x1ee,_0x202d3c:0x49d,_0x1969e1:0x3a7,_0x7d2dac:0x291,_0x41f286:0x393,_0x30f36a:0x4a6,_0x296bf4:0x3d2,_0x2e5cff:0x376,_0x21c7b6:0x1f1,_0x5b0b79:0x8f,_0x303b8f:0x3fc,_0x1f995b:0x2d6,_0x44707e:0x398,_0x1e1212:0xff,_0x53a476:0x15c,_0xbc4b34:0x1c0,_0x1bd3c5:0x18e,_0x51ee7a:0xef,_0x351236:0x461,_0x2c6c31:0x4b9,_0x2962a2:0x20,_0x34cf67:0x2c0,_0x863304:0x241,_0x4e7148:0x26c,_0x894668:0x2b8,_0x57560e:0x20b,_0x533f84:0x9c,_0x54ec98:0x1af,_0x510756:0xe0,_0x15b38f:0xbc,_0x185e0c:0x2d5,_0x2c9220:0xe2,_0x5c0348:0x37c,_0x2ef6c0:0x10d,_0x716921:0x25b,_0x3cf13d:0x35e,_0x1d179f:0x31f,_0x150a4d:0x34b,_0x884e45:0x47b,_0x216dd0:0x357,_0x5d1b6e:0x224,_0x48742b:0x328,_0x59c6e9:0x2be,_0x14ab75:0x3f1,_0x524a74:0x2ef,_0x5c089a:0x1a5,_0x38e1bb:0x266,_0x178537:0x2f7,_0x3255bc:0x282,_0x1cdf20:0x25a,_0x2da6f3:0x34d,_0x4860f4:0xf4,_0x414b70:0x6f,_0x39c40c:0x2e1,_0x7047d8:0x29b,_0x2e478f:0x363,_0x1f9417:0x11e,_0x562eef:0x1a8,_0x338b98:0x68,_0x3030f8:0x231,_0x4162d4:0x1bb,_0x56690c:0x1a3,_0x53b08e:0x340,_0x260145:0x127,_0x5327bb:0x1ec,_0x142280:0xb9,_0x24ba7a:0x44,_0x224b69:0x2b7,_0x7874ae:0xdc,_0x5253bb:0x3f2,_0x114459:0x4a2,_0x21296e:0x398,_0x27072d:0x1fb,_0x23030f:0x290,_0x47b89d:0x390,_0xced1de:0x4ed,_0x46d439:0x152,_0xf254f6:0x1cd,_0x8c7089:0x289,_0x40036e:0x1a3,_0x65f425:0x463,_0x5d04c4:0x48e,_0x5bbca0:0x376,_0x4868b2:0x31f,_0x557594:0x22b,_0x1cc85c:0x43c,_0x4d826a:0x2b9,_0x45bd1e:0x48c,_0x2b1bd7:0x322,_0x369948:0x397,_0x4ca345:0x333,_0x4fa490:0x154,_0x39dab3:0x1f6,_0x2d9fae:0x2f8,_0x177bec:0x23f,_0x4718e4:0x24f,_0x52b4b8:0x1a3,_0x5a716:0x2ff,_0x125e17:0x24d,_0x3070f4:0x238,_0x3bb9fb:0x1e8,_0x2dae5f:0x25c},_0x33d20c={_0x1944f3:0x17d,_0x8d2bf3:0x122},_0x2bd227={'GBiWE':_0x55b6a0(_0x57dfd1._0x498614,0x1b0,0xdf,0x1cb)+'p\x20not\x20conf'+_0x55b6a0(_0x57dfd1._0x2b8bd6,_0x57dfd1._0x422a98,_0x57dfd1._0x34e6b4,_0x57dfd1._0x117066),'Cicme':_0x55b6a0(0x292,_0x57dfd1._0x1c8a27,_0x57dfd1._0x4548a6,0x160)+_0x2e136d(0x1a9,0x127,_0x57dfd1._0x3b587e,_0x57dfd1._0x171d59)+_0x55b6a0(_0x57dfd1._0x5ed0bd,0x7c,0x233,0xfd)+'es','ssfek':'fTlFb','gOZgy':_0x55b6a0(0x3ae,0x238,0x263,0x263),'bNLTC':function(_0x1546b2,_0x568c1e){return _0x1546b2!==_0x568c1e;},'kSBJK':_0x2e136d(_0x57dfd1._0x430ea9,0x169,_0x57dfd1._0x1bb00d,0x274),'nSbji':_0x55b6a0(0x162,_0x57dfd1._0x1fd135,_0x57dfd1._0x5aa7f7,0x1d9),'UEwoC':function(_0x55d029,_0x161d4,_0x112660,_0x1b653a){return _0x55d029(_0x161d4,_0x112660,_0x1b653a);},'tbsbe':function(_0x154d88,_0xe639e7){return _0x154d88(_0xe639e7);},'ARoUM':'fetch','KpNiV':function(_0x2e81ee,_0x24b576){return _0x2e81ee(_0x24b576);},'smulQ':_0x55b6a0(0x25e,-0x3f,_0x57dfd1._0x21bc75,0x120),'XhFJM':'origin','zarqz':_0x55b6a0(_0x57dfd1._0x314ab9,_0x57dfd1._0xe4db45,_0x57dfd1._0x349e95,0x259),'Iunye':_0x55b6a0(_0x57dfd1._0x5af5e2,0x384,_0x57dfd1._0xccd308,_0x57dfd1._0x4dcf1a)+_0x55b6a0(_0x57dfd1._0x209aa6,0x79,0x2cb,_0x57dfd1._0x439d8b)+_0x2e136d(_0x57dfd1._0x4d0bed,_0x57dfd1._0x2ed301,_0x57dfd1._0x261d7f,0x1ab),'ROCbQ':function(_0x96d14c,_0x13a0f4){return _0x96d14c+_0x13a0f4;},'uPJKV':_0x55b6a0(0x2c9,_0x57dfd1._0x202d3c,_0x57dfd1._0x1969e1,0x39a)+_0x2e136d(_0x57dfd1._0x7d2dac,0x3ab,0x358,0x22e)};function _0x2e136d(_0x37a275,_0x53bbe7,_0x3142ce,_0x9ac370){return _0x3603a9(_0x3142ce- -0x2ac,_0x53bbe7-0x9f,_0x37a275,_0x9ac370-0x10b);}if(!setupPath){if(_0x2bd227[_0x55b6a0(_0x57dfd1._0x41f286,0x40e,0x41c,0x390)]===_0x2bd227[_0x55b6a0(0x419,_0x57dfd1._0x30f36a,0x307,0x382)]){const _0x24f976={};return _0x24f976[_0x55b6a0(_0x57dfd1._0x296bf4,0x383,0x300,_0x57dfd1._0x2e5cff)]=_0x2bd227[_0x2e136d(0x53,_0x57dfd1._0x21c7b6,0x142,_0x57dfd1._0x5b0b79)],_0x2b9cf5[_0x55b6a0(_0x57dfd1._0x303b8f,_0x57dfd1._0x1f995b,0x4bc,_0x57dfd1._0x44707e)](-0x8f*0x2e+-0x1da1+0x394a)[_0x55b6a0(0x29a,_0x57dfd1._0x1e1212,_0x57dfd1._0x53a476,_0x57dfd1._0xbc4b34)](_0x24f976);}else{const _0x276390={};return _0x276390['error']=_0x2bd227[_0x55b6a0(-0x57,_0x57dfd1._0x1bd3c5,0x162,_0x57dfd1._0x51ee7a)],_0x5e4179[_0x55b6a0(_0x57dfd1._0x351236,_0x57dfd1._0x2c6c31,0x480,0x398)](0x2356+-0x3c0+-0x1*0x1d9f)['json'](_0x276390);}}function _0x55b6a0(_0xc8a27,_0x2f1fd9,_0x188c78,_0x183f01){return _0xc95ba2(_0xc8a27,_0x2f1fd9-_0x33d20c._0x1944f3,_0x183f01- -0x4df,_0x183f01-_0x33d20c._0x8d2bf3);}try{if(_0x2bd227[_0x55b6a0(0xcc,0x61,_0x57dfd1._0x2962a2,0x13f)](_0x2bd227[_0x2e136d(_0x57dfd1._0x5af5e2,_0x57dfd1._0x34cf67,0x369,_0x57dfd1._0x863304)],_0x2bd227[_0x55b6a0(0x26d,0x37f,_0x57dfd1._0x4e7148,0x375)])){const _0x45e880={};_0x45e880[_0x55b6a0(_0x57dfd1._0x894668,_0x57dfd1._0x57560e,_0x57dfd1._0x533f84,_0x57dfd1._0x54ec98)]=logger;const _0x513852=await getSetupRepoAuthConfig(_0x45e880);if(await _0x2bd227[_0x55b6a0(_0x57dfd1._0x510756,_0x57dfd1._0x15b38f,_0x57dfd1._0x185e0c,0x1ab)](checkSetupRepoUserConnection,_0x513852,_0x164d93,_0x5e4179))return;const _0x560b59=buildSetupRepoAuthParams(_0x513852,_0x164d93);await _0x2bd227[_0x2e136d(0xe1,0x70,0x1cd,_0x57dfd1._0x2c9220)](runSetupRepoGitCommand,{'setupRepoPath':setupPath,'args':[_0x2bd227['ARoUM'],_0x2e136d(0x3e5,0x29d,_0x57dfd1._0x5c0348,0x411)],..._0x560b59,'logger':logger});const {stdout:_0x533e51,stderr:_0x3654bd}=await _0x2bd227[_0x55b6a0(_0x57dfd1._0x2ef6c0,0x1bf,0x1e5,0x21c)](runSetupRepoGitCommand,{'setupRepoPath':setupPath,'args':[_0x2bd227[_0x55b6a0(_0x57dfd1._0x716921,_0x57dfd1._0x3cf13d,0x2ad,_0x57dfd1._0x1d179f)],_0x2bd227[_0x2e136d(_0x57dfd1._0x150a4d,0x2a0,0x3af,0x43b)]],..._0x560b59,'logger':logger}),_0x47b7b7=_0x533e51[_0x55b6a0(0x1ec,0x474,_0x57dfd1._0x884e45,0x320)](_0x2bd227[_0x2e136d(0x450,0x30e,0x311,0x438)])||_0x3654bd['includes'](_0x2bd227[_0x55b6a0(_0x57dfd1._0x216dd0,_0x57dfd1._0x5d1b6e,_0x57dfd1._0x48742b,_0x57dfd1._0x59c6e9)]),_0x5d4f6b={};_0x5d4f6b[_0x55b6a0(0x2e5,0x3a8,0x248,0x27e)]=_0x164d93[_0x2e136d(_0x57dfd1._0x14ab75,0x2b3,_0x57dfd1._0x524a74,0x416)][_0x55b6a0(_0x57dfd1._0x5c089a,_0x57dfd1._0x38e1bb,_0x57dfd1._0x178537,_0x57dfd1._0x3255bc)],_0x5d4f6b[_0x55b6a0(_0x57dfd1._0x1cdf20,_0x57dfd1._0x2da6f3,0x220,0x367)]=_0x47b7b7,_0x5d4f6b[_0x2e136d(_0x57dfd1._0x4860f4,_0x57dfd1._0x414b70,0x1b9,_0x57dfd1._0x39c40c)]=_0x513852['mode'],_0x5d4f6b[_0x2e136d(_0x57dfd1._0x7047d8,0x355,0x255,_0x57dfd1._0x2e478f)+'er']=_0x513852[_0x2e136d(_0x57dfd1._0x1f9417,0x251,0x1ed,_0x57dfd1._0x562eef)]||null,logger['info'](_0x2bd227[_0x2e136d(0x2c6,0x254,0x262,0x16e)],_0x5d4f6b),_0x5e4179['json']({'success':!_0x47b7b7,'conflicts':_0x47b7b7,'output':_0x2bd227[_0x55b6a0(_0x57dfd1._0x338b98,_0x57dfd1._0x3030f8,0xb0,_0x57dfd1._0x4162d4)](_0x533e51,_0x3654bd)});}else{const _0xa492c7={};_0xa492c7[_0x2e136d(0x324,0x502,0x3c9,0x4d3)]=_0x430592[_0x55b6a0(0x218,0x271,0xbc,_0x57dfd1._0x56690c)],_0x2ac9db[_0x55b6a0(_0x57dfd1._0x53b08e,0x40a,0x2be,_0x57dfd1._0x2e5cff)](_0x2bd227[_0x2e136d(_0x57dfd1._0x260145,0x392,0x257,_0x57dfd1._0x5327bb)],_0xa492c7);const _0x2be14c={};_0x2be14c['error']=_0x2e136d(0x2d8,0x8e,0x1b3,_0x57dfd1._0x142280)+'discard\x20ch'+'anges',_0x2be14c[_0x55b6a0(0x8f,0x183,_0x57dfd1._0x24ba7a,_0x57dfd1._0x56690c)]=_0x1d3ab0[_0x2e136d(0x283,_0x57dfd1._0x224b69,0x1f6,_0x57dfd1._0x7874ae)],_0x472c97[_0x55b6a0(_0x57dfd1._0x5253bb,0x2f7,_0x57dfd1._0x114459,_0x57dfd1._0x21296e)](-0x263c+-0xe48+0x914*0x6)[_0x2e136d(0x177,_0x57dfd1._0x27072d,0x213,0x101)](_0x2be14c);}}catch(_0x3a630b){const _0x4a78c0={};_0x4a78c0[_0x2e136d(_0x57dfd1._0x23030f,_0x57dfd1._0x47b89d,0x3c9,_0x57dfd1._0xced1de)]=_0x3a630b[_0x55b6a0(_0x57dfd1._0x46d439,_0x57dfd1._0xf254f6,_0x57dfd1._0x8c7089,_0x57dfd1._0x40036e)],logger[_0x55b6a0(0x384,_0x57dfd1._0x65f425,_0x57dfd1._0x5d04c4,_0x57dfd1._0x5bbca0)](_0x2bd227[_0x2e136d(_0x57dfd1._0x4868b2,_0x57dfd1._0x557594,0x386,_0x57dfd1._0x1cc85c)],_0x4a78c0);const _0x25fa15={};_0x25fa15[_0x55b6a0(_0x57dfd1._0x4d826a,0x344,_0x57dfd1._0x45bd1e,_0x57dfd1._0x5bbca0)]=_0x2bd227[_0x55b6a0(_0x57dfd1._0x2b1bd7,0x271,_0x57dfd1._0x369948,_0x57dfd1._0x4ca345)],_0x25fa15[_0x2e136d(0x111,_0x57dfd1._0x4fa490,_0x57dfd1._0x39dab3,_0x57dfd1._0x2d9fae)]=_0x3a630b[_0x55b6a0(0x2b9,_0x57dfd1._0x177bec,_0x57dfd1._0x4718e4,_0x57dfd1._0x52b4b8)],_0x5e4179[_0x55b6a0(_0x57dfd1._0x5a716,0x359,_0x57dfd1._0x125e17,0x398)](-0x815*-0x3+0x71*-0x1d+-0x97e)[_0x55b6a0(_0x57dfd1._0x3070f4,_0x57dfd1._0x3bb9fb,_0x57dfd1._0x2dae5f,0x1c0)](_0x25fa15);}}),router[_0xc95ba2(0x89c,0x8ce,0x80a,0x7f8)](_0xc95ba2(0x71a,0x767,0x727,0x6d3)+'t',requireAnyPermission([_0x3603a9(0x698,0x5a8,0x746,0x706)+'t',_0xc95ba2(0x7f0,0x5fe,0x6cd,0x756)+_0xc95ba2(0x9ae,0x7ab,0x859,0x921)]),async(_0x3dd9e6,_0x41ed4f)=>{const _0x5e9fc9={_0x2de635:0x3a2,_0x504e4d:0x356,_0x58fa2e:0x475,_0x480fda:0x42d,_0x50c943:0x564,_0x42fde4:0x565,_0xab3a91:0x319,_0x29ccb8:0x4f0,_0x5badf9:0x4fc,_0x21204d:0x3d8,_0x467661:0x3d9,_0x525d04:0x4cd,_0x4ab056:0x3c3,_0x39198e:0x36b,_0x46a59c:0x3c1,_0x55e190:0x435,_0x1f651c:0x466,_0x5b5b49:0x55e,_0x25cac7:0x467,_0x269668:0x503,_0x75db90:0x53d,_0x48bbe6:0x3f8,_0x35b501:0x56f,_0x2f3744:0x4f6,_0x13df1c:0x4c5,_0x1b40d0:0x4cb,_0x284f87:0x2b1,_0x287282:0x2b4,_0x88e182:0x4d9,_0x39fe2b:0x615,_0x49de54:0x402,_0xd81817:0x33d,_0x38aa8e:0x65e,_0x1bafc4:0x74a,_0x4d0b40:0x5fb,_0x57af23:0x18d,_0x2d289e:0x3f5,_0x4e3f5a:0x3ea,_0x1e8a53:0x4c0,_0x231d2f:0x3a6,_0x1fbcef:0x362,_0x17ba79:0x47d,_0x59b01a:0x59b,_0x4cdd32:0x3b5,_0x20574d:0x222,_0x3b149e:0x241,_0x481e0c:0x4f4,_0x295624:0x3ef,_0x3a0148:0x414,_0x4fdc61:0x4de,_0x2fc96a:0x20f,_0x31a487:0x2b8,_0x3da010:0x32d,_0x55af3e:0x464,_0x233677:0x542,_0x17bf6f:0x2f0,_0x11250e:0x44f,_0x3d0799:0x47e,_0x39214c:0x2d7,_0x567382:0x3f0,_0x159db4:0x4b6,_0x202c45:0x5c5,_0x3407a9:0x41a,_0x47d7ab:0x479,_0xf93b5d:0x65a,_0x5f054c:0x527,_0x573ed9:0x30e,_0x94d0f:0x320,_0x243f87:0x3e5,_0x178c05:0x3ba,_0x3ec827:0x52c,_0x3a7256:0x5da,_0x711ddf:0x2de,_0x3ce000:0x381,_0x4837f8:0x5f6,_0x206e42:0x53c,_0x1bba02:0x684,_0x3195df:0x332,_0x4095cc:0x364,_0x1482e0:0x409,_0xbba52b:0x449,_0x69672e:0x34f,_0x5af05a:0x511,_0x140726:0x38e,_0x53a500:0x76a,_0x1f16d3:0x3c5,_0xce115a:0x333,_0x199136:0x358,_0x847e47:0x36e,_0x946930:0x511,_0x38f558:0x727,_0x1c0447:0x63a,_0x510c39:0x5b0,_0x46f2ec:0x317,_0x4b5edd:0x483,_0x2ef405:0x3d3,_0x1b15a8:0x360,_0x3b1cf7:0x2c1,_0x1b3c7a:0x4ab,_0x298147:0x570,_0x1d7f0f:0x32e,_0xff1fa:0x442,_0x44c65c:0x3c1,_0x545add:0x3d7,_0x3aeeb5:0x2d9,_0x9da7dc:0x322,_0x1793c3:0x509,_0x15de33:0x4aa,_0x1bcca6:0x440,_0x23cb8a:0x48f,_0x2083c3:0x6d8,_0x143f0e:0x5af,_0x27bc5e:0x281,_0x6e5fef:0x518,_0x4d77f0:0x4f9,_0x3ecebd:0x49c,_0x20b6c2:0x5b7,_0x2e846e:0x646,_0x50e6b3:0x630,_0x1d3347:0x69d,_0x10608e:0x5ab,_0x2e8537:0x388,_0x3ac0aa:0x3a8,_0x480263:0x3a1,_0x1d66fc:0x29b,_0x2d2b09:0x5d5,_0x35d940:0x4b4,_0x5110cd:0x493,_0x52989b:0x553,_0x393be3:0x412,_0x3c0ca1:0x483,_0x45cf64:0x28f,_0x12a1db:0x30c,_0x1160cd:0x4fd,_0x1d5994:0x38a,_0x4a6c51:0x3a4,_0x5b20d8:0x4e6,_0x57301f:0x3b3,_0x2f0604:0x454,_0x18891e:0x6a1,_0x2fd53b:0x603,_0xf23efb:0x516,_0x45ce59:0x4c2,_0x1d3eb5:0x3f2,_0x8605cd:0x422,_0x57cd98:0x5a5,_0x12a0f9:0x29a,_0x401f78:0x2f8,_0x52ceb7:0x4f5,_0x338c6c:0x3ce,_0x36d37d:0x34d,_0x1c8b7c:0x386,_0x489243:0x6da,_0x57e032:0x572,_0x2ad3fb:0x5c0,_0x24c89d:0x3ae,_0x3736d0:0x2da,_0x4d50ce:0x3b3,_0x4588a1:0x6bb,_0x26a8a4:0x565,_0x28ee30:0x502,_0x528137:0x51a,_0x479562:0x410,_0x365a16:0x48e,_0x8fd538:0x482,_0x19b38b:0x45c,_0x592a35:0x5fd,_0x467cfd:0x160,_0x1bfe85:0x64b,_0x3c5def:0x4c3,_0x3d70c8:0x407,_0x2487c2:0x3a5,_0x106796:0x3c4,_0x1dd8d6:0x408,_0x2473ff:0x51c,_0x247608:0x4be,_0x412c08:0x472,_0x21bd79:0x507,_0x548738:0x5e6,_0x59791c:0x47f,_0x46d4a5:0x35d,_0x5e48dd:0x3a3,_0x334448:0x41c,_0x195704:0x3d4,_0x55dfd8:0x322,_0x2f07b4:0x4c4,_0x36da5d:0x518,_0xe45d0a:0x3aa,_0x59f117:0x3e9,_0x233340:0x2c8,_0xac49ca:0x3bd,_0x1e5c5e:0x349,_0x160371:0x347,_0x3e916b:0x591,_0x2165ec:0x335,_0x173801:0x3c9,_0x29c75e:0x336,_0x6980e7:0x412,_0x28ccb5:0x5ff,_0x477081:0x5f3,_0x3071ca:0x654,_0x181139:0x501,_0x11bf65:0x3fa,_0x5d6de2:0x42b,_0x2f63c1:0x4e3,_0x57e1da:0x42c,_0x2edad9:0x2ff,_0x32afd9:0x26e,_0x3c2a62:0x3e1,_0x50d89b:0x426,_0x15f134:0x45b,_0xf9a307:0x452,_0x2d6297:0x4a5,_0x1a9c78:0x545,_0xf30efb:0x708,_0x4d18ff:0x5f5,_0x1a57da:0x4a4,_0x114ec2:0x5c0,_0x381781:0x365,_0x12bd5f:0x52d,_0x3085d3:0x37e,_0x22f79c:0x42e,_0x58a96e:0x272,_0x5402ec:0x234,_0x2bba84:0x732,_0x454158:0x5b4,_0x3654da:0x5e7,_0x22e3c8:0x4ae,_0x23c577:0x63d,_0x97e36c:0x58d,_0x377a94:0x58a,_0x1266c3:0x5f8,_0x9b9687:0x494,_0x3b672f:0x491,_0x2960d9:0x41d,_0x56e08d:0x57c,_0x5c3b5b:0x2f1,_0x576c7d:0x379,_0x34b1cc:0x211,_0x551490:0x430,_0x112e63:0x4a4,_0x18377c:0x50f,_0x2cb9aa:0x44d,_0x5e0e7a:0x48f,_0x13c706:0x509,_0xadcfc9:0x675,_0x228428:0x508,_0x115723:0x652,_0x3274ed:0x597,_0x53b3b4:0x47d,_0x48c672:0x3f9,_0x2a27af:0x63a,_0x78a84a:0x377,_0x41c7da:0x49d,_0x34896e:0x363,_0x592742:0x530,_0xd703be:0x443,_0x315c49:0x4d8,_0x3d344a:0x462,_0xd2c93f:0x59a,_0x386deb:0x5f6,_0x442793:0x4ad,_0x53991c:0x43b,_0x559786:0x473,_0x21f41e:0x470,_0x4c968d:0x307,_0x307839:0x274,_0x509f8e:0x276,_0x5a47a5:0x4ac,_0x196440:0x35e,_0x610456:0x41e,_0x43c6b5:0x489,_0x22be48:0x46c,_0x1f5808:0x504,_0x138e42:0x691,_0x4e5287:0x5a4,_0x21ae50:0x48d,_0x5e1fe8:0x3b0,_0x4bd023:0x539,_0x2182ac:0x2ff,_0xa8d577:0x46a,_0x3a8e30:0x333,_0x587fd1:0x410,_0x10dea0:0x400,_0x26bbde:0x476,_0xe5a1bc:0x37a,_0xc3fb16:0x351,_0xa9693d:0x445,_0x301203:0x32d,_0x18fd78:0x387},_0x36ef22={_0x10b42a:0x88,_0x2c5011:0x23d},_0x2b4319={_0x91cd3c:0x61,_0x11b9de:0x33b,_0x149d34:0x183},_0x30d1f8={'EaBzJ':'Coder-setu'+'p\x20not\x20conf'+_0x260361(0x468,_0x5e9fc9._0x2de635,_0x5e9fc9._0x504e4d,_0x5e9fc9._0x58fa2e),'eeazQ':'argument-h'+'int','UnEbW':function(_0x510095,_0x47e257,_0xc91aff){return _0x510095(_0x47e257,_0xc91aff);},'qLpMp':'Commit\x20mes'+_0x528b52(0x48b,_0x5e9fc9._0x480fda,_0x5e9fc9._0x50c943,_0x5e9fc9._0x42fde4)+_0x528b52(_0x5e9fc9._0xab3a91,0x390,0x2e8,0x494),'zxtsk':function(_0x1a66a6,_0x49e400){return _0x1a66a6!==_0x49e400;},'NFghL':_0x528b52(_0x5e9fc9._0x29ccb8,_0x5e9fc9._0x5badf9,_0x5e9fc9._0x21204d,0x4a7),'knRWr':_0x260361(_0x5e9fc9._0x467661,0x3f7,_0x5e9fc9._0x525d04,0x454)+_0x528b52(_0x5e9fc9._0x4ab056,_0x5e9fc9._0x39198e,0x456,_0x5e9fc9._0x46a59c)+_0x528b52(_0x5e9fc9._0x55e190,0x4d5,0x612,0x434)+'\x20\x22skills\x22\x20'+'or\x20\x22all\x22.','DKGgs':function(_0x48716f,_0x8f8839){return _0x48716f===_0x8f8839;},'panjV':_0x528b52(0x271,0x3bb,0x459,0x43a),'fcXZR':_0x260361(_0x5e9fc9._0x1f651c,_0x5e9fc9._0x5b5b49,_0x5e9fc9._0x25cac7,_0x5e9fc9._0x269668),'SNKyc':function(_0x2cb991,_0x508bfd){return _0x2cb991(_0x508bfd);},'gITmk':function(_0xe92125,_0x3970af,_0xb9e757,_0x199d00){return _0xe92125(_0x3970af,_0xb9e757,_0x199d00);},'izoQT':_0x260361(0x600,0x4a1,0x4cd,_0x5e9fc9._0x75db90)+_0x260361(0x5b4,_0x5e9fc9._0x48bbe6,_0x5e9fc9._0x35b501,_0x5e9fc9._0x2f3744),'DQtxU':_0x528b52(_0x5e9fc9._0x13df1c,0x3b7,0x3c9,_0x5e9fc9._0x1b40d0),'KhcZz':_0x260361(0x2c9,_0x5e9fc9._0x284f87,_0x5e9fc9._0x287282,0x3c2),'HyYgE':_0x260361(_0x5e9fc9._0x88e182,0x5fd,_0x5e9fc9._0x39fe2b,0x5cb),'VrlDj':_0x528b52(0x4cf,_0x5e9fc9._0x49de54,_0x5e9fc9._0xd81817,0x3f7)+_0x260361(0x4bb,_0x5e9fc9._0x38aa8e,_0x5e9fc9._0x1bafc4,_0x5e9fc9._0x4d0b40)+_0x528b52(0x214,0x2c8,_0x5e9fc9._0x57af23,_0x5e9fc9._0x2d289e)+'ed','AQlSR':_0x528b52(_0x5e9fc9._0x4e3f5a,_0x5e9fc9._0x1e8a53,0x409,0x3e7),'vPwsD':_0x260361(_0x5e9fc9._0x231d2f,0x28d,_0x5e9fc9._0x1fbcef,0x3a7),'sWHHL':_0x260361(0x68a,_0x5e9fc9._0x17ba79,0x666,_0x5e9fc9._0x59b01a),'Injqw':function(_0x1818b7,_0x504fd5){return _0x1818b7===_0x504fd5;},'WHdgx':_0x528b52(_0x5e9fc9._0x4cdd32,_0x5e9fc9._0xab3a91,_0x5e9fc9._0x20574d,_0x5e9fc9._0x3b149e),'gcfTk':_0x528b52(0x4d7,_0x5e9fc9._0x481e0c,_0x5e9fc9._0x295624,0x623),'HpElm':_0x260361(_0x5e9fc9._0x3a0148,0x496,_0x5e9fc9._0x4fdc61,0x410)+'y','Gkzpz':_0x528b52(_0x5e9fc9._0x2fc96a,_0x5e9fc9._0x31a487,0x37c,_0x5e9fc9._0x3da010),'JfbmW':function(_0xaacf49,_0x5b4ffd){return _0xaacf49===_0x5b4ffd;},'nMabh':'config','uEoBU':_0x528b52(_0x5e9fc9._0x55af3e,0x4e6,0x5a2,_0x5e9fc9._0x233677),'bCQSe':_0x528b52(_0x5e9fc9._0x17bf6f,_0x5e9fc9._0x11250e,0x41a,_0x5e9fc9._0x3d0799),'KgXzD':'Skills\x20git'+_0x260361(0x4a7,_0x5e9fc9._0x39214c,0x393,_0x5e9fc9._0x567382)+_0x528b52(_0x5e9fc9._0x159db4,0x493,0x410,_0x5e9fc9._0x202c45),'EwGUS':_0x260361(_0x5e9fc9._0x3407a9,_0x5e9fc9._0x47d7ab,_0x5e9fc9._0xf93b5d,_0x5e9fc9._0x5f054c),'jPZYX':_0x528b52(_0x5e9fc9._0x573ed9,0x2d1,0x2ff,0x365)+'/push\x20fail'+'ed','wJkVM':_0x528b52(_0x5e9fc9._0x94d0f,0x2ad,0x2d0,_0x5e9fc9._0x243f87)};function _0x528b52(_0x1fefe7,_0x8afd6b,_0x364a33,_0xbfb5f9){return _0xc95ba2(_0xbfb5f9,_0x8afd6b-_0x2b4319._0x91cd3c,_0x8afd6b- -_0x2b4319._0x11b9de,_0xbfb5f9-_0x2b4319._0x149d34);}const {message:_0x2c37a0,push:push=!![],pullFirst:pullFirst=!![],scope:scope=_0x528b52(0x320,0x449,_0x5e9fc9._0x178c05,_0x5e9fc9._0x3ec827)}=_0x3dd9e6['body'];if(!_0x2c37a0){const _0x5cc82f={};return _0x5cc82f[_0x528b52(0x63b,0x51a,_0x5e9fc9._0x3a7256,0x599)]=_0x30d1f8[_0x260361(_0x5e9fc9._0x711ddf,0x2a3,0x26e,_0x5e9fc9._0x3ce000)],_0x41ed4f[_0x528b52(_0x5e9fc9._0x4837f8,_0x5e9fc9._0x206e42,0x61d,_0x5e9fc9._0x1bba02)](0xdea+-0x62f*-0x5+-0x2b45)[_0x528b52(_0x5e9fc9._0x3195df,_0x5e9fc9._0x4095cc,_0x5e9fc9._0x1482e0,0x3bd)](_0x5cc82f);}if(scope!==_0x528b52(0x3e2,_0x5e9fc9._0xbba52b,0x409,_0x5e9fc9._0x69672e)&&_0x30d1f8['zxtsk'](scope,_0x30d1f8['NFghL'])){const _0x522073={};return _0x522073[_0x528b52(_0x5e9fc9._0x5af05a,0x51a,0x453,0x591)]=_0x30d1f8[_0x528b52(0x492,0x370,_0x5e9fc9._0x140726,0x4c2)],_0x41ed4f[_0x260361(0x523,0x6a8,_0x5e9fc9._0x53a500,0x63a)](0x1a41+-0x164b*-0x1+0x3e*-0xc2)[_0x528b52(0x3db,0x364,0x37c,_0x5e9fc9._0x1f16d3)](_0x522073);}if(!setupPath){const _0x33cb9d={};return _0x33cb9d['error']=_0x30d1f8[_0x528b52(0x207,_0x5e9fc9._0xce115a,_0x5e9fc9._0x199136,_0x5e9fc9._0x847e47)],_0x41ed4f[_0x260361(_0x5e9fc9._0x946930,0x51b,_0x5e9fc9._0x38f558,_0x5e9fc9._0x1c0447)](0x167a+0x5*-0x39a+0x1*-0x281)[_0x260361(0x419,_0x5e9fc9._0x510c39,_0x5e9fc9._0x46f2ec,0x462)](_0x33cb9d);}function _0x260361(_0x3e03a6,_0x20cf3f,_0x53dd41,_0x1e3f4e){return _0xc95ba2(_0x20cf3f,_0x20cf3f-_0x36ef22._0x10b42a,_0x1e3f4e- -_0x36ef22._0x2c5011,_0x1e3f4e-_0x36ef22._0x10b42a);}try{if(_0x30d1f8[_0x260361(0x2a4,_0x5e9fc9._0x4b5edd,0x2f2,0x3a5)](_0x30d1f8['panjV'],_0x30d1f8['fcXZR'])){const _0x3ce6a5={};return _0x3ce6a5[_0x260361(0x636,0x5d2,0x4de,0x618)]=_0x30d1f8[_0x260361(_0x5e9fc9._0x178c05,_0x5e9fc9._0x2ef405,_0x5e9fc9._0x1b15a8,0x431)],_0x31446a['status'](-0x250*0xe+0x1def+0x3*0x178)[_0x528b52(_0x5e9fc9._0x3b1cf7,_0x5e9fc9._0x4095cc,0x2f4,0x434)](_0x3ce6a5);}else{const _0x11a5a0={};_0x11a5a0['logger']=logger;const _0x2a6c03=await _0x30d1f8[_0x260361(0x57e,_0x5e9fc9._0x1b3c7a,_0x5e9fc9._0x298147,0x5ab)](getSetupRepoAuthConfig,_0x11a5a0);if(await _0x30d1f8[_0x528b52(0x381,_0x5e9fc9._0x1d7f0f,0x2b2,0x22d)](checkSetupRepoUserConnection,_0x2a6c03,_0x3dd9e6,_0x41ed4f))return;const _0x30d76e=_0x30d1f8[_0x528b52(_0x5e9fc9._0xff1fa,_0x5e9fc9._0x44c65c,0x4de,_0x5e9fc9._0x545add)](buildSetupRepoAuthParams,_0x2a6c03,_0x3dd9e6),_0x42c188=_0x3dd9e6['user'][_0x528b52(0x3b7,0x33a,_0x5e9fc9._0x3aeeb5,_0x5e9fc9._0x9da7dc)]||_0x3dd9e6['user'][_0x260361(_0x5e9fc9._0x1793c3,_0x5e9fc9._0x15de33,0x5ce,0x524)],_0x4b02f3=_0x3dd9e6[_0x528b52(0x593,_0x5e9fc9._0x1bcca6,_0x5e9fc9._0x23cb8a,0x520)][_0x260361(_0x5e9fc9._0x2083c3,0x5b9,0x6fa,_0x5e9fc9._0x143f0e)]||_0x30d1f8[_0x260361(0x481,0x45a,_0x5e9fc9._0x27bc5e,0x386)];if(pullFirst)try{_0x30d1f8[_0x260361(_0x5e9fc9._0x6e5fef,0x522,_0x5e9fc9._0x4d77f0,_0x5e9fc9._0x3ecebd)]===_0x30d1f8[_0x260361(0x5b4,0x3d0,_0x5e9fc9._0x20b6c2,0x49c)]?await _0x30d1f8[_0x260361(_0x5e9fc9._0x2e846e,_0x5e9fc9._0x50e6b3,_0x5e9fc9._0x1d3347,_0x5e9fc9._0x10608e)](runSetupRepoGitCommand,{'setupRepoPath':setupPath,'args':[_0x30d1f8[_0x260361(0x31a,_0x5e9fc9._0x2e8537,0x565,0x479)],_0x30d1f8[_0x260361(_0x5e9fc9._0x3ac0aa,_0x5e9fc9._0x480263,_0x5e9fc9._0x1d66fc,0x397)]],..._0x30d76e,'logger':logger}):_0x132417[_0x260361(0x4db,_0x5e9fc9._0x2d2b09,_0x5e9fc9._0x35d940,_0x5e9fc9._0x5f054c)](_0x649403+_0x528b52(0x43f,0x527,0x5a3,_0x5e9fc9._0x5110cd));}catch(_0x16dd44){const _0x40f762={};_0x40f762[_0x528b52(0x3d4,0x51a,_0x5e9fc9._0x52989b,_0x5e9fc9._0x393be3)]=_0x16dd44[_0x528b52(_0x5e9fc9._0x3c0ca1,0x347,_0x5e9fc9._0x45cf64,_0x5e9fc9._0x12a1db)],logger[_0x528b52(_0x5e9fc9._0x1160cd,0x48d,0x509,_0x5e9fc9._0x1d5994)](_0x30d1f8[_0x260361(_0x5e9fc9._0x4a6c51,_0x5e9fc9._0x5b20d8,0x2ed,0x418)],_0x40f762);}if(_0x30d1f8[_0x260361(_0x5e9fc9._0x57301f,_0x5e9fc9._0x2f0604,0x2c5,0x3a5)](scope,_0x30d1f8['NFghL'])){if(_0x30d1f8[_0x260361(_0x5e9fc9._0x18891e,0x5df,_0x5e9fc9._0x2fd53b,0x5ee)](_0x30d1f8[_0x260361(0x365,_0x5e9fc9._0xf23efb,0x560,_0x5e9fc9._0x45ce59)],_0x260361(0x365,0x543,0x2b5,_0x5e9fc9._0x1d3eb5))){const _0x197c93={};_0x197c93[_0x528b52(_0x5e9fc9._0x8605cd,0x4a4,_0x5e9fc9._0x57cd98,0x370)]=setupPath,await _0x30d1f8[_0x528b52(0x480,0x32e,_0x5e9fc9._0x12a0f9,_0x5e9fc9._0x401f78)](execFileAsync,_0x30d1f8['vPwsD'],[_0x30d1f8[_0x260361(_0x5e9fc9._0x52ceb7,0x312,0x401,0x3b9)],'.'],_0x197c93);}else _0x517097[_0x30d1f8[_0x528b52(0x2bc,0x290,0x36f,0x1d9)]]=_0x4630c6;}else{const _0x391757={};_0x391757[_0x528b52(_0x5e9fc9._0x338c6c,0x4a4,_0x5e9fc9._0x36d37d,_0x5e9fc9._0x2f0604)]=setupPath,await _0x30d1f8[_0x528b52(_0x5e9fc9._0x1c8b7c,_0x5e9fc9._0x1d7f0f,0x46e,0x1fb)](execFileAsync,_0x30d1f8[_0x260361(_0x5e9fc9._0x489243,_0x5e9fc9._0x57e032,0x4ea,_0x5e9fc9._0x2ad3fb)],[_0x30d1f8['sWHHL'],'--',_0x260361(_0x5e9fc9._0x24c89d,0x4ba,_0x5e9fc9._0x3736d0,_0x5e9fc9._0x4d50ce)],_0x391757);}const _0x426e9f=_0x30d1f8[_0x260361(_0x5e9fc9._0x4588a1,_0x5e9fc9._0x489243,_0x5e9fc9._0x26a8a4,0x5ca)](scope,_0x30d1f8[_0x260361(0x5d6,0x55d,_0x5e9fc9._0x28ee30,_0x5e9fc9._0x528137)])?[_0x30d1f8['WHdgx'],_0x30d1f8['gcfTk'],_0x260361(0x43b,0x322,0x439,_0x5e9fc9._0x479562)+'y']:[_0x30d1f8[_0x528b52(0x4c9,_0x5e9fc9._0x365a16,0x38d,0x33e)],_0x528b52(_0x5e9fc9._0x8fd538,0x4f4,0x41a,_0x5e9fc9._0x19b38b),_0x30d1f8[_0x260361(0x58c,0x641,0x4d5,_0x5e9fc9._0x592a35)],'--',_0x528b52(_0x5e9fc9._0x467cfd,0x2b5,0x258,0x290)],_0x29208a={};_0x29208a[_0x260361(0x456,_0x5e9fc9._0x1bfe85,0x5c6,0x5a2)]=setupPath;const {stdout:_0x46e28d}=await execFileAsync(_0x30d1f8['vPwsD'],_0x426e9f,_0x29208a);if(!_0x46e28d[_0x528b52(0x2dc,0x3c9,_0x5e9fc9._0x3c5def,0x4b7)]()){if(_0x30d1f8[_0x260361(0x410,0x3fe,_0x5e9fc9._0x3d70c8,_0x5e9fc9._0x2487c2)](_0x30d1f8[_0x528b52(_0x5e9fc9._0x106796,_0x5e9fc9._0x1dd8d6,_0x5e9fc9._0x2473ff,_0x5e9fc9._0x247608)],'cWcTH'))return _0x41ed4f[_0x528b52(_0x5e9fc9._0x412c08,_0x5e9fc9._0x206e42,_0x5e9fc9._0x21bd79,_0x5e9fc9._0x548738)](-0x12fa+0xba7*0x1+0x8ec)[_0x260361(_0x5e9fc9._0x12a1db,0x3ea,_0x5e9fc9._0x59791c,0x462)]({'error':_0x30d1f8[_0x528b52(0x41d,_0x5e9fc9._0x46d4a5,0x4b2,_0x5e9fc9._0x5e48dd)](scope,_0x30d1f8[_0x528b52(0x574,_0x5e9fc9._0x334448,_0x5e9fc9._0x195704,_0x5e9fc9._0x55dfd8)])?_0x260361(_0x5e9fc9._0x2f07b4,0x310,_0x5e9fc9._0x36da5d,0x3bd)+_0x528b52(0x3ef,_0x5e9fc9._0xe45d0a,0x26d,0x3a2):_0x260361(_0x5e9fc9._0x59f117,_0x5e9fc9._0x233340,0x2ba,_0x5e9fc9._0xac49ca)+'\x20under\x20ski'+_0x260361(_0x5e9fc9._0x1e5c5e,_0x5e9fc9._0x160371,_0x5e9fc9._0x3e916b,0x452)+_0x260361(0x2e8,0x51d,_0x5e9fc9._0x2165ec,_0x5e9fc9._0x173801)});else _0x3c0619[_0x528b52(0x3b5,0x429,_0x5e9fc9._0x29c75e,0x534)](_0x349173+'/'+_0x543ae5[_0x260361(0x5e8,_0x5e9fc9._0x6980e7,0x4b3,_0x5e9fc9._0x29ccb8)]),_0x3c0e17[_0x260361(0x6d6,_0x5e9fc9._0x28ccb5,0x631,_0x5e9fc9._0x50e6b3)]&&_0x30d1f8[_0x528b52(0x503,_0x5e9fc9._0x44c65c,0x4b7,0x3e0)](_0x8790cf,_0x30b000[_0x260361(0x6ea,_0x5e9fc9._0x477081,0x5c1,0x630)],_0x16ad61);}const _0x384c25={};_0x384c25['cwd']=setupPath,await execFileAsync('git',[_0x30d1f8[_0x528b52(0x589,0x52b,0x4ad,_0x5e9fc9._0x3071ca)],'user.name',_0x42c188],_0x384c25);const _0x23e941={};_0x23e941[_0x528b52(_0x5e9fc9._0x181139,0x4a4,_0x5e9fc9._0x11bf65,0x51d)]=setupPath,await _0x30d1f8[_0x260361(_0x5e9fc9._0x5d6de2,0x579,_0x5e9fc9._0x2f63c1,_0x5e9fc9._0x57e1da)](execFileAsync,_0x260361(0x376,_0x5e9fc9._0x2edad9,_0x5e9fc9._0x32afd9,0x3a7),[_0x30d1f8[_0x528b52(0x5b3,0x52b,0x539,0x627)],_0x30d1f8[_0x528b52(0x4a5,0x430,0x3e8,0x398)],_0x4b02f3],_0x23e941);const _0x2ed140=_0x30d1f8[_0x260361(_0x5e9fc9._0x3c2a62,_0x5e9fc9._0x50d89b,0x3c3,_0x5e9fc9._0x15f134)](scope,_0x30d1f8[_0x260361(_0x5e9fc9._0xf9a307,_0x5e9fc9._0x2d6297,_0x5e9fc9._0x1a9c78,0x51a)])?[_0x528b52(0x30e,_0x5e9fc9._0x11250e,0x4b4,0x483),'-m',_0x2c37a0]:[_0x30d1f8[_0x260361(0x4b4,_0x5e9fc9._0xf93b5d,_0x5e9fc9._0xf30efb,_0x5e9fc9._0x4d18ff)],'-m',_0x2c37a0,'--','skills/'],_0x3d87b3={};_0x3d87b3[_0x528b52(0x3c1,_0x5e9fc9._0x1a57da,_0x5e9fc9._0x114ec2,_0x5e9fc9._0x381781)]=setupPath,await execFileAsync(_0x30d1f8[_0x528b52(_0x5e9fc9._0x12bd5f,0x4c2,_0x5e9fc9._0x3085d3,_0x5e9fc9._0x22f79c)],_0x2ed140,_0x3d87b3);const _0x1a2990={};_0x1a2990[_0x528b52(_0x5e9fc9._0x58a96e,0x347,0x2ce,_0x5e9fc9._0x5402ec)]=_0x2c37a0,_0x1a2990['author']=_0x42c188,_0x1a2990['scope']=scope,_0x1a2990[_0x260361(_0x5e9fc9._0x2bba84,_0x5e9fc9._0x454158,0x5e0,_0x5e9fc9._0x3654da)]=pullFirst,logger[_0x260361(0x6e2,_0x5e9fc9._0x22e3c8,_0x5e9fc9._0x23c577,_0x5e9fc9._0x97e36c)](_0x30d1f8[_0x260361(_0x5e9fc9._0x377a94,_0x5e9fc9._0x1266c3,_0x5e9fc9._0x9b9687,0x5b4)],_0x1a2990);if(push){const {stdout:_0x19c4f8,stderr:_0x230426}=await _0x30d1f8['SNKyc'](runSetupRepoGitCommand,{'setupRepoPath':setupPath,'args':[_0x30d1f8[_0x260361(_0x5e9fc9._0x3b672f,0x490,_0x5e9fc9._0x2960d9,0x50f)],_0x30d1f8[_0x528b52(0x22b,0x299,0x1b9,0x372)]],..._0x30d76e,'logger':logger}),_0x21ecb2={};_0x21ecb2[_0x528b52(_0x5e9fc9._0x56e08d,0x422,0x389,_0x5e9fc9._0x21204d)]=_0x3dd9e6[_0x528b52(_0x5e9fc9._0x5c3b5b,0x440,_0x5e9fc9._0x576c7d,0x35a)]['username'],_0x21ecb2['authMode']=_0x2a6c03[_0x528b52(0x208,0x28f,_0x5e9fc9._0x34b1cc,_0x5e9fc9._0x4a6c51)],_0x21ecb2[_0x260361(_0x5e9fc9._0x551490,0x465,0x5d0,_0x5e9fc9._0x112e63)+'er']=_0x2a6c03[_0x260361(_0x5e9fc9._0x18377c,_0x5e9fc9._0x2cb9aa,0x3d6,0x43c)]||null,logger[_0x528b52(0x375,_0x5e9fc9._0x5e0e7a,_0x5e9fc9._0x1d5994,_0x5e9fc9._0x13c706)]('Skills\x20git'+_0x260361(_0x5e9fc9._0xadcfc9,_0x5e9fc9._0x228428,_0x5e9fc9._0x115723,_0x5e9fc9._0x3274ed)+'leted',_0x21ecb2);const _0x23f098={};_0x23f098['success']=!![],_0x23f098[_0x528b52(_0x5e9fc9._0x53b3b4,0x3b8,_0x5e9fc9._0x48c672,0x4c6)]=!![],_0x23f098[_0x260361(_0x5e9fc9._0x88e182,_0x5e9fc9._0x2a27af,0x43d,0x584)]=!![],_0x23f098[_0x260361(_0x5e9fc9._0x78a84a,_0x5e9fc9._0x41c7da,_0x5e9fc9._0x34896e,0x401)]=_0x19c4f8+_0x230426,_0x41ed4f[_0x260361(0x373,0x381,0x3e8,0x462)](_0x23f098);}else{const _0x12c267={};_0x12c267[_0x528b52(0x601,_0x5e9fc9._0x592742,_0x5e9fc9._0xd703be,0x67a)]=!![],_0x12c267['committed']=!![],_0x12c267['pushed']=![],_0x41ed4f[_0x260361(0x308,_0x5e9fc9._0x315c49,_0x5e9fc9._0x50d89b,_0x5e9fc9._0x3d344a)](_0x12c267);}}}catch(_0x2e744b){const _0x290485={};_0x290485[_0x260361(0x72c,_0x5e9fc9._0xd2c93f,0x506,0x618)]=_0x2e744b['message'],logger[_0x528b52(_0x5e9fc9._0x386deb,_0x5e9fc9._0x528137,_0x5e9fc9._0x442793,_0x5e9fc9._0x53991c)](_0x30d1f8['jPZYX'],_0x290485);try{const _0x53355f={};_0x53355f[_0x528b52(0x44d,_0x5e9fc9._0x112e63,_0x5e9fc9._0x559786,_0x5e9fc9._0x21f41e)]=setupPath,await _0x30d1f8[_0x260361(0x3b3,_0x5e9fc9._0x4c968d,0x435,0x42c)](execFileAsync,_0x528b52(_0x5e9fc9._0x307839,0x2a9,0x1b1,_0x5e9fc9._0x509f8e),[_0x528b52(0x4e3,0x389,_0x5e9fc9._0x5a47a5,0x3d6),_0x30d1f8[_0x528b52(_0x5e9fc9._0x196440,_0x5e9fc9._0x610456,_0x5e9fc9._0x43c6b5,_0x5e9fc9._0x22be48)],'user.name'],_0x53355f);const _0xab14c={};_0xab14c[_0x260361(_0x5e9fc9._0x1f5808,0x6d3,_0x5e9fc9._0x138e42,0x5a2)]=setupPath,await execFileAsync(_0x30d1f8[_0x528b52(_0x5e9fc9._0x4e5287,_0x5e9fc9._0x45ce59,_0x5e9fc9._0x21ae50,_0x5e9fc9._0x5e1fe8)],[_0x30d1f8['nMabh'],_0x30d1f8[_0x260361(0x504,0x3de,_0x5e9fc9._0x4bd023,0x51c)],_0x30d1f8[_0x528b52(0x511,0x430,_0x5e9fc9._0x53991c,_0x5e9fc9._0x2182ac)]],_0xab14c);}catch{}const _0x3c5a86={};_0x3c5a86[_0x528b52(_0x5e9fc9._0x2f07b4,0x51a,0x4fd,_0x5e9fc9._0xa8d577)]=_0x30d1f8[_0x260361(_0x5e9fc9._0x3a8e30,0x3f6,_0x5e9fc9._0x587fd1,_0x5e9fc9._0x10dea0)],_0x3c5a86[_0x260361(_0x5e9fc9._0x26bbde,_0x5e9fc9._0xe5a1bc,_0x5e9fc9._0xc3fb16,_0x5e9fc9._0xa9693d)]=_0x2e744b[_0x528b52(0x469,_0x5e9fc9._0x160371,_0x5e9fc9._0x301203,_0x5e9fc9._0x18fd78)],_0x41ed4f[_0x528b52(0x493,_0x5e9fc9._0x206e42,0x3f5,0x56d)](0x9a6+-0x24cc*0x1+-0x1d1a*-0x1)['json'](_0x3c5a86);}}),router[_0xc95ba2(0x92e,0x966,0x80a,0x7e4)](_0x3603a9(0x46f,0x4be,0x4c1,0x57b),requireAnyPermission([_0x3603a9(0x698,0x696,0x62f,0x75e)+'t',_0xc95ba2(0x61d,0x6c6,0x6cd,0x7b6)+'age']),async(_0x354257,_0x2f35ff)=>{const _0x4809bf={_0x2f07b9:0x79b,_0x143805:0x7e5,_0x2bc7c9:0x6cb,_0x160fbe:0x6cd,_0x4f4994:0x68c,_0x243330:0x45e,_0x2e2904:0x45c,_0x124bca:0x442,_0x59a643:0x5c2,_0x11f17e:0x561,_0x5f4767:0x66f,_0x48ce7e:0x580,_0x26b86a:0x5ab,_0x1a844a:0x4a0,_0x160093:0x4b2,_0x4801d4:0x38d,_0x171fc5:0x36c,_0x414688:0x5a9,_0x4fb1a4:0x75e,_0x13fd31:0x721,_0x101281:0x5eb,_0x3a48db:0x600,_0x337dda:0x4ea,_0x5cb49c:0x616,_0x44b65d:0x606,_0x3c96da:0x604,_0x136f46:0x732,_0x3ae1f0:0x77d,_0x930ce3:0x75a,_0x5bc5c4:0x604,_0x451093:0x723,_0x2cae3f:0x4cb,_0x4a928f:0x607,_0x5ea390:0x7fb,_0x1e6909:0x598,_0x5d86f3:0x5c1,_0x135f51:0x54a,_0x3e0257:0x703,_0xb02cf2:0x5cb,_0x363f3f:0x57f,_0x2f7f12:0x6b1,_0x5399a9:0x55a,_0x16192c:0x482,_0x304fbb:0x485,_0x15312b:0x57a,_0x580fcd:0x674,_0x11a0b5:0x66f,_0x4af4f9:0x709,_0x1ebd20:0x612,_0x1b2cfc:0x580,_0x5bcf14:0x588,_0x1367a8:0x44e,_0x509fab:0x639,_0x2a82c5:0x3db,_0x3745d8:0x646,_0x58ce67:0x506,_0x30eba0:0x5fa,_0x557aab:0x5cc,_0x547cb9:0x6d4,_0x3e267d:0x50d,_0x5bd8b8:0x5eb,_0x1e8829:0x480,_0x3a7c6e:0x5c7,_0x2d8ad0:0x55c,_0x104c47:0x5ed,_0x28422a:0x593,_0x588e61:0x665,_0x562f50:0x438,_0x1f2876:0x524,_0x41ef1f:0x5db,_0x4336d4:0x79d,_0x4f59d2:0x62c,_0x406e04:0x5cc,_0x372b50:0x5eb,_0x2f5612:0x4e0,_0x4ef7da:0x5fe,_0x2c9ad7:0x4d9,_0x53256a:0x5a1,_0x36d0b9:0x5ea,_0x6c4da4:0x57c,_0x29adb1:0x5fd,_0x3d6277:0x6ff,_0x7e30e9:0x625,_0x4447ff:0x3d1,_0x280f28:0x456,_0x3a77fd:0x525,_0x3fff85:0x761,_0x73c07c:0x675,_0x38b7c3:0x6ec,_0x3543c1:0x5bc,_0x43c6ef:0x61e,_0x5d0506:0x636,_0x3e1bf3:0x43d,_0x45f2f5:0x4c5,_0x4ca665:0x52f,_0x9a54e3:0x4dd,_0x1c1f14:0x58a,_0xb02cfb:0x6cd,_0x16f4cb:0x668,_0x4b3184:0x53c,_0x4a6dbd:0x557,_0x19563d:0x6d2,_0x1e6091:0x524,_0xc38058:0x732,_0x1f171a:0x79f,_0x35552d:0x689,_0x20d72b:0x5bf,_0xa8ee65:0x738,_0x2055ad:0x64c,_0x4110bc:0x73e,_0x541e52:0x6da,_0x29ab43:0x6c8,_0x52ba80:0x5da,_0x45fcc2:0x5f9,_0x1c0056:0x65c,_0x1e3dd4:0x3c9,_0x50b2da:0x3b7,_0x1f01f6:0x4fa,_0x9951a1:0x47c,_0x2ef037:0x56b,_0x18f1d4:0x6c8,_0x5066b0:0x503,_0x52b966:0x5cb,_0x15e646:0x554,_0x32714d:0x52b,_0xf82a4b:0x5e1,_0x35b744:0x4bf,_0x4fdf46:0x79a,_0x42e076:0x6ef,_0xd4d04a:0x5b8,_0xc78b8e:0x795,_0x500689:0x680,_0x3d0169:0x48d,_0x2616ae:0x5d5,_0x1814e8:0x562,_0x16d078:0x438,_0xcb82cf:0x6e7,_0x255057:0x561,_0x2c1269:0x4a0,_0x20acf4:0x5df,_0x665d40:0x4bd,_0x127306:0x476,_0x34506a:0x6b2,_0x23f796:0x5ca,_0x101592:0x6d3,_0x3cdb95:0x498,_0x480819:0x4f1,_0x478563:0x60f,_0x3704f6:0x7b0,_0x3f4030:0x77c,_0x10238c:0x4f4,_0x494ab3:0x5de,_0x11d162:0x63d,_0x2e11c9:0x555,_0x12c939:0x5a5,_0xe1ea9d:0x4e7,_0x183a13:0x40a,_0x332797:0x674,_0x36823e:0x3a9,_0x3ab8a5:0x4af,_0x501654:0x4fa,_0x3ddcdc:0x70a,_0x114283:0x73e,_0x3c66fb:0x662,_0x506788:0x31c,_0x11a0be:0x465,_0x3d65bb:0x869,_0x3e2ed6:0x73e,_0x47c36c:0x859,_0x2e78db:0x836,_0x378c2c:0x514,_0x2d6376:0x56b,_0x4f979d:0x54a,_0x4aead2:0x80e,_0x539b77:0x751,_0x426b60:0x769,_0x33289c:0x5bd,_0x380579:0x631,_0x13490b:0x7eb,_0x3372ae:0x6e0,_0x1f5412:0x628,_0x1f25de:0x616},_0x1f4cf9={_0x33834a:0x19f};function _0x5f3844(_0x1e6a5d,_0x6f5851,_0x460946,_0x5b5a87){return _0x3603a9(_0x5b5a87-0x58,_0x6f5851-_0x1f4cf9._0x33834a,_0x460946,_0x5b5a87-0x20);}const _0x4f238b={'RbBis':_0x405ae3(_0x4809bf._0x2f07b9,0x762,_0x4809bf._0x143805,0x8b4)+_0x405ae3(_0x4809bf._0x2bc7c9,_0x4809bf._0x160fbe,0x627,_0x4809bf._0x4f4994),'gYuqN':_0x5f3844(_0x4809bf._0x243330,_0x4809bf._0x2e2904,_0x4809bf._0x124bca,0x522)+_0x405ae3(_0x4809bf._0x59a643,_0x4809bf._0x11f17e,0x660,0x4ca)+'igured','jhCow':function(_0x3a11a2,_0x449161){return _0x3a11a2(_0x449161);},'rWMIi':function(_0x57d029,_0x4fafa6,_0x274fb1,_0xe189d0){return _0x57d029(_0x4fafa6,_0x274fb1,_0xe189d0);},'WogJr':function(_0x4383cb,_0xc47c45,_0x2cf231){return _0x4383cb(_0xc47c45,_0x2cf231);},'vvjXE':'git\x20rev-pa'+_0x5f3844(_0x4809bf._0x5f4767,0x4bf,_0x4809bf._0x48ce7e,0x513)+'ev-ref\x20HEA'+'D','CyZhV':function(_0x1ea713,_0x1f0bab,_0x3bb3b0){return _0x1ea713(_0x1f0bab,_0x3bb3b0);},'DDLEO':_0x405ae3(0x592,_0x4809bf._0x26b86a,0x599,0x6c8)+_0x405ae3(_0x4809bf._0x1a844a,_0x4809bf._0x160093,_0x4809bf._0x4801d4,_0x4809bf._0x171fc5)+'in','YCPaN':function(_0x380b18,_0x990e81){return _0x380b18>_0x990e81;},'HWmMW':_0x405ae3(0x6e8,0x6d6,0x63b,_0x4809bf._0x414688)+'h\x20with\x20unc'+_0x5f3844(_0x4809bf._0x4fb1a4,_0x4809bf._0x13fd31,0x6e5,0x6c3)+_0x405ae3(_0x4809bf._0x101281,_0x4809bf._0x3a48db,0x668,0x4c0),'TITPm':function(_0x217375,_0x506be0){return _0x217375||_0x506be0;},'hcBHi':function(_0x188979,_0x428637){return _0x188979||_0x428637;},'QFZmd':_0x405ae3(0x457,_0x4809bf._0x337dda,0x4c8,_0x4809bf._0x5cb49c)+_0x5f3844(0x71b,0x4ca,0x51b,_0x4809bf._0x44b65d)+_0x405ae3(_0x4809bf._0x3c96da,_0x4809bf._0x136f46,_0x4809bf._0x3ae1f0,_0x4809bf._0x930ce3)+_0x405ae3(0x4b2,_0x4809bf._0x5bc5c4,_0x4809bf._0x451093,_0x4809bf._0x2cae3f)+_0x405ae3(0x3c5,0x4ba,0x42e,0x3d6)+'h','zlJpF':function(_0x4a36a0,_0x36d7b9){return _0x4a36a0===_0x36d7b9;},'lMiRB':function(_0x4a4319,_0x2d3aa8){return _0x4a4319!==_0x2d3aa8;},'JqJBV':_0x5f3844(_0x4809bf._0x4a928f,_0x4809bf._0x5ea390,0x5b6,0x6c5),'cuCXH':'Push\x20is\x20on'+_0x405ae3(_0x4809bf._0x1e6909,_0x4809bf._0x5d86f3,_0x4809bf._0x135f51,_0x4809bf._0x3e0257)+_0x5f3844(_0x4809bf._0xb02cf2,_0x4809bf._0x363f3f,0x43b,0x519)+_0x405ae3(0x43f,0x4c3,0x558,0x421)+_0x405ae3(0x5ca,0x666,0x7b9,0x74d)+'of\x20remote\x20'+'and\x20not\x20be'+'hind','hnxcX':function(_0x44f4e3,_0x43d5d1){return _0x44f4e3(_0x43d5d1);},'jbGcp':function(_0x268051,_0x10e3eb){return _0x268051+_0x10e3eb;},'CuewC':_0x5f3844(0x7a7,0x7f2,0x734,_0x4809bf._0x2f7f12)+_0x405ae3(0x653,_0x4809bf._0x5399a9,_0x4809bf._0x16192c,_0x4809bf._0x304fbb)+'ed','TWSBB':_0x5f3844(0x5e6,0x5a4,_0x4809bf._0x15312b,0x68d)+_0x405ae3(0x575,0x6cd,_0x4809bf._0x580fcd,_0x4809bf._0x11a0b5)};if(!setupPath){const _0x20be88={};return _0x20be88['error']=_0x4f238b[_0x5f3844(_0x4809bf._0x4af4f9,0x78f,0x74f,0x65f)],_0x2f35ff[_0x5f3844(0x6a0,_0x4809bf._0x1ebd20,0x6bb,0x6ef)](0x93+0x1cec+-0x1*0x1b88)[_0x405ae3(_0x4809bf._0x1b2cfc,_0x4809bf._0x5bcf14,_0x4809bf._0x1367a8,_0x4809bf._0x509fab)](_0x20be88);}function _0x405ae3(_0x732573,_0x3d88b6,_0x5110b9,_0x520c31){return _0x3603a9(_0x3d88b6-0xc9,_0x3d88b6-0x2,_0x520c31,_0x520c31-0xb0);}try{const _0xa51084={};_0xa51084[_0x5f3844(_0x4809bf._0x2a82c5,_0x4809bf._0x3745d8,0x413,_0x4809bf._0x58ce67)]=logger;const _0x54b09a=await _0x4f238b['jhCow'](getSetupRepoAuthConfig,_0xa51084);if(await _0x4f238b[_0x5f3844(_0x4809bf._0x30eba0,_0x4809bf._0x44b65d,0x724,0x694)](checkSetupRepoUserConnection,_0x54b09a,_0x354257,_0x2f35ff))return;const _0x3e2518={};_0x3e2518[_0x5f3844(_0x4809bf._0x557aab,_0x4809bf._0x547cb9,_0x4809bf._0x3e267d,0x657)]=setupPath;const {stdout:_0x14f643}=await _0x4f238b[_0x5f3844(_0x4809bf._0x5bd8b8,_0x4809bf._0x1e8829,0x476,_0x4809bf._0x3a7c6e)](execAsync,_0x4f238b['vvjXE'],_0x3e2518),_0x51a774=_0x14f643[_0x405ae3(_0x4809bf._0x2d8ad0,_0x4809bf._0x104c47,_0x4809bf._0x28422a,_0x4809bf._0x588e61)](),_0x1ba17c={};_0x1ba17c['cwd']=setupPath;const {stdout:_0x1c9a51}=await _0x4f238b[_0x405ae3(_0x4809bf._0x562f50,_0x4809bf._0x1f2876,_0x4809bf._0x41ef1f,0x4d3)](execAsync,_0x4f238b[_0x5f3844(_0x4809bf._0x4336d4,0x771,0x797,0x6b5)],_0x1ba17c);if(_0x4f238b[_0x405ae3(0x6f8,0x614,_0x4809bf._0x4f59d2,0x533)](_0x1c9a51[_0x5f3844(0x60e,0x683,0x6c9,0x57c)]()['length'],0x962*-0x1+0x1822*-0x1+-0x104*-0x21)){const _0x2f7bcd={};return _0x2f7bcd[_0x5f3844(0x5b8,0x5b9,0x7dd,_0x4809bf._0x160fbe)]=_0x4f238b[_0x405ae3(0x63b,0x72c,0x7b3,0x71e)],_0x2f35ff['status'](0x1*0xf61+-0x1271+0x4a9)[_0x5f3844(0x61c,0x451,0x622,0x517)](_0x2f7bcd);}let _0x14ac9d=-0x4*0x2de+0x197d+-0x25*0x61,_0x5ca594=-0x4*-0x66e+-0x6*-0x76+-0x1c7c;try{const _0x36874b={};_0x36874b[_0x5f3844(0x51a,_0x4809bf._0x406e04,_0x4809bf._0x372b50,0x657)]=setupPath;const {stdout:_0x19dc1a}=await execAsync(_0x5f3844(0x614,0x525,0x40e,_0x4809bf._0x2f5612)+'st\x20--left-'+'right\x20--co'+_0x405ae3(0x454,0x54d,_0x4809bf._0x4ef7da,0x6a5)+'/'+_0x51a774+_0x5f3844(_0x4809bf._0x5399a9,_0x4809bf._0x2c9ad7,0x626,_0x4809bf._0x53256a),_0x36874b),[_0x2e980e,_0x5761b1]=_0x19dc1a[_0x5f3844(0x583,0x6b9,_0x4809bf._0x36d0b9,_0x4809bf._0x6c4da4)]()[_0x405ae3(_0x4809bf._0x29adb1,_0x4809bf._0x3d6277,_0x4809bf._0x7e30e9,0x71f)]('\x09')[_0x5f3844(_0x4809bf._0x4447ff,0x47e,_0x4809bf._0x280f28,_0x4809bf._0x3a77fd)](Number);_0x14ac9d=_0x4f238b[_0x405ae3(_0x4809bf._0x3fff85,_0x4809bf._0x73c07c,_0x4809bf._0x38b7c3,0x6bd)](_0x5761b1,-0x1f1c+-0x539*-0x6+-0x3a),_0x5ca594=_0x4f238b[_0x405ae3(_0x4809bf._0x3543c1,0x696,_0x4809bf._0x43c6ef,_0x4809bf._0x5d0506)](_0x2e980e,0x99d*0x2+-0x1*-0x26c9+0x3a03*-0x1);}catch(_0x19a007){if(_0x5f3844(0x486,_0x4809bf._0x3e1bf3,_0x4809bf._0x45f2f5,_0x4809bf._0x4ca665)!==_0x5f3844(0x5d3,_0x4809bf._0x9a54e3,0x475,0x505)){const _0x331b76={};_0x331b76[_0x5f3844(0x6a4,_0x4809bf._0x1c1f14,0x7ab,_0x4809bf._0xb02cfb)]=_0x19a007['message'],logger[_0x405ae3(0x72f,_0x4809bf._0x2f7f12,_0x4809bf._0x16f4cb,0x642)](_0x4f238b[_0x5f3844(_0x4809bf._0x4b3184,_0x4809bf._0x4a6dbd,0x7a5,0x683)],_0x331b76);}else _0xe17b9c[_0x405ae3(0x77c,0x64d,0x694,_0x4809bf._0x19563d)](_0x5ba797+':\x20'+_0x1efc79);}if(_0x4f238b[_0x5f3844(0x490,_0x4809bf._0x1e6091,0x4de,0x5b4)](_0x14ac9d,0x1066*-0x1+-0x97*-0x1d+0x1*-0xb5)||_0x4f238b['YCPaN'](_0x5ca594,0x5da*-0x1+0x14fa+-0xf20)){if(_0x4f238b['lMiRB'](_0x4f238b[_0x405ae3(_0x4809bf._0xc38058,0x695,_0x4809bf._0x1f171a,_0x4809bf._0x35552d)],_0x4f238b[_0x405ae3(0x7f0,0x695,_0x4809bf._0x20d72b,_0x4809bf._0xa8ee65)])){const _0x51e2e5={};_0x51e2e5['error']=_0x358153[_0x5f3844(_0x4809bf._0x2055ad,0x41d,0x4ba,0x4fa)],_0x4bcc2f['error'](_0x4f238b[_0x5f3844(0x412,0x51a,0x651,0x503)],_0x51e2e5);const _0x3e168d={};_0x3e168d[_0x405ae3(0x88f,_0x4809bf._0x4110bc,_0x4809bf._0x541e52,0x7fa)]=_0x5f3844(0x61f,_0x4809bf._0x29ab43,0x79c,0x6f1)+_0x5f3844(_0x4809bf._0x52ba80,0x6da,_0x4809bf._0x45fcc2,_0x4809bf._0x1c0056),_0x3e168d[_0x5f3844(_0x4809bf._0x1e3dd4,0x51c,_0x4809bf._0x50b2da,_0x4809bf._0x1f01f6)]=_0x81d4b8[_0x405ae3(_0x4809bf._0x9951a1,_0x4809bf._0x2ef037,0x61c,0x5af)],_0xcc4414['status'](-0x333+-0x1e1d+0x2344)[_0x405ae3(0x466,_0x4809bf._0x5bcf14,_0x4809bf._0x18f1d4,0x615)](_0x3e168d);}else{const _0xbb6d86={};return _0xbb6d86['error']=_0x4f238b[_0x5f3844(0x677,0x71d,_0x4809bf._0x5066b0,_0x4809bf._0x52b966)],_0xbb6d86[_0x405ae3(0x698,_0x4809bf._0x15e646,0x611,_0x4809bf._0x32714d)]=_0x14ac9d,_0xbb6d86[_0x405ae3(_0x4809bf._0xf82a4b,_0x4809bf._0x35b744,0x48a,0x609)]=_0x5ca594,_0x2f35ff[_0x5f3844(0x61d,0x70b,_0x4809bf._0x4fdf46,_0x4809bf._0x42e076)](-0x1*-0xc56+0xa99*-0x3+-0xf5*-0x16)['json'](_0xbb6d86);}}const {stdout:_0x2d923d,stderr:_0x52ee86}=await _0x4f238b['hnxcX'](runSetupRepoGitCommand,{'setupRepoPath':setupPath,'args':[_0x405ae3(0x61f,0x64d,_0x4809bf._0xd4d04a,0x7a9),_0x5f3844(0x700,_0x4809bf._0xc78b8e,0x6a3,_0x4809bf._0x500689)],...buildSetupRepoAuthParams(_0x54b09a,_0x354257),'logger':logger}),_0x5c02e4={};_0x5c02e4[_0x5f3844(_0x4809bf._0x3d0169,0x5d5,0x675,_0x4809bf._0x2616ae)]=_0x354257['user']['username'],_0x5c02e4[_0x5f3844(0x49e,_0x4809bf._0x1814e8,_0x4809bf._0x16d078,0x57a)]=_0x51a774,_0x5c02e4['aheadBefor'+_0x405ae3(0x6e0,0x69f,0x565,_0x4809bf._0xcb82cf)]=_0x14ac9d,_0x5c02e4[_0x5f3844(_0x4809bf._0x255057,_0x4809bf._0x2c1269,_0x4809bf._0x20acf4,_0x4809bf._0x665d40)]=_0x54b09a[_0x5f3844(_0x4809bf._0x127306,0x58d,0x359,0x442)],_0x5c02e4[_0x405ae3(_0x4809bf._0x34506a,_0x4809bf._0x23f796,_0x4809bf._0x101592,0x529)+'er']=_0x54b09a[_0x5f3844(0x4a3,0x528,_0x4809bf._0x3cdb95,_0x4809bf._0x480819)]||null,logger[_0x405ae3(0x634,0x6b3,_0x4809bf._0x478563,0x5a7)](_0x5f3844(_0x4809bf._0x3704f6,_0x4809bf._0x3f4030,0x74f,_0x4809bf._0x2f7f12)+_0x5f3844(0x541,_0x4809bf._0x10238c,_0x4809bf._0x494ab3,_0x4809bf._0x11d162)+'uted',_0x5c02e4),_0x2f35ff[_0x5f3844(0x62a,0x610,_0x4809bf._0x2e11c9,0x517)]({'success':!![],'pushed':!![],'branch':_0x51a774,'output':_0x4f238b[_0x405ae3(_0x4809bf._0x12c939,_0x4809bf._0xe1ea9d,_0x4809bf._0x183a13,0x5c0)](_0x2d923d,_0x52ee86)});}catch(_0x3e340d){const _0x46e310={};_0x46e310[_0x405ae3(0x74d,0x73e,_0x4809bf._0x332797,0x6ee)]=_0x3e340d[_0x5f3844(_0x4809bf._0x36823e,0x641,_0x4809bf._0x3ab8a5,_0x4809bf._0x501654)],logger[_0x405ae3(_0x4809bf._0x3ddcdc,_0x4809bf._0x114283,_0x4809bf._0x3c66fb,0x68c)](_0x4f238b[_0x5f3844(_0x4809bf._0x506788,0x301,_0x4809bf._0x11a0be,0x455)],_0x46e310);const _0x13d123={};_0x13d123[_0x405ae3(_0x4809bf._0x3d65bb,_0x4809bf._0x3e2ed6,_0x4809bf._0x47c36c,_0x4809bf._0x2e78db)]=_0x4f238b['TWSBB'],_0x13d123[_0x405ae3(_0x4809bf._0x378c2c,_0x4809bf._0x2d6376,0x4ba,_0x4809bf._0x4f979d)]=_0x3e340d[_0x5f3844(0x5d1,0x623,0x45c,0x4fa)],_0x13d123[_0x405ae3(_0x4809bf._0x4aead2,_0x4809bf._0x539b77,0x736,_0x4809bf._0x426b60)]=_0x3e340d[_0x5f3844(_0x4809bf._0x33289c,_0x4809bf._0x380579,_0x4809bf._0x13490b,_0x4809bf._0x3372ae)],_0x2f35ff[_0x5f3844(_0x4809bf._0x1f5412,0x5f0,_0x4809bf._0x1f25de,0x6ef)](-0x1c84+-0x170*-0xf+-0x5*-0x1c8)['json'](_0x13d123);}}),router[_0x3603a9(0x62a,0x694,0x57c,0x656)](_0xc95ba2(0x7d5,0x844,0x723,0x748)+'rd',requireAnyPermission([_0xc95ba2(0x96e,0x792,0x878,0x894)+'t',_0x3603a9(0x4ed,0x406,0x4d1,0x589)+_0x3603a9(0x679,0x68a,0x54e,0x65b)]),async(_0x7bd349,_0x2817a5)=>{const _0x1986ee={_0x2afd98:0x337,_0x24d168:0x2d3,_0x549c11:0x43f,_0x5de0b4:0x5a0,_0xc3f01c:0x3ba,_0x5e871f:0x497,_0x232ee0:0x501,_0x4678a6:0x3e4,_0x1f135b:0x59a,_0x54f149:0x63f,_0x5db88f:0x2d7,_0x260a8f:0x184,_0x3d69c5:0x1a9,_0x509931:0x40f,_0x3f4567:0x263,_0x4fe532:0x418,_0x228bfe:0x313,_0x5129fd:0x636,_0x33a723:0x427,_0x158150:0x4e2,_0x167610:0x546,_0xfbe1b7:0x672,_0x229e72:0x1f0,_0x2763ac:0x1ce,_0x17be88:0x137,_0x1bc789:0xe9,_0x3fc76a:0xd8,_0x22845e:0x68a,_0xc0f290:0x72d,_0x4cd25b:0x5d4,_0x21f509:0x60b,_0x2a0187:0x69f,_0xd8d702:0x385,_0x2059cf:0x2a2,_0x41d496:0x147,_0x17afc2:0x2fb,_0x4b7ebc:0x829,_0x24d2a5:0x56f,_0x264fc2:0x6d2,_0x6ced2f:0x67a,_0x9ec924:0x5c1,_0x11f633:0x647,_0x53047e:0x1b0,_0x200fd5:0x30e,_0x361f18:0x6b3,_0x1a1ed6:0x845,_0x48afee:0x701,_0x8542b2:0x258,_0x5f2168:0x409,_0x58cb9c:0x2d2,_0x14146f:0x631,_0xdf9924:0x2d7,_0x161145:0x2ab,_0x32974a:0x26a,_0xe25d2b:0x2a0,_0x142ba1:0x353,_0x34907c:0x26e,_0x5122d5:0x750,_0x41415a:0x5dd,_0x53cb6d:0x573,_0x516116:0x5f8,_0x1f1500:0x40a,_0xa0ff5d:0x586,_0x400619:0x620,_0x8dab63:0x6d9,_0x241537:0x5a4,_0x1eb782:0x15b,_0x1b51ec:0x132,_0x2718aa:0x30,_0x248675:0x108,_0xd4e348:0x5ef,_0x332342:0x739,_0x303489:0x6da,_0x2b9504:0x6b2,_0x574c44:0x1fc,_0x56656f:0x226,_0x2b7b78:0x15f,_0xb46ffb:0x18f,_0x522e11:0x894,_0x2c64c2:0x76f},_0x1c3262={_0x5958e7:0x16e},_0x400d8b={_0x20fe01:0x313,_0x646ca7:0x4c};function _0x593423(_0x5a6b74,_0x37a70f,_0xa25f6c,_0x1b56a3){return _0x3603a9(_0x1b56a3- -_0x400d8b._0x20fe01,_0x37a70f-0xdc,_0x37a70f,_0x1b56a3-_0x400d8b._0x646ca7);}const _0x3be863={'IuYiA':function(_0x4aa6cc,_0x2eec3d){return _0x4aa6cc===_0x2eec3d;},'HFPvW':_0x593423(0x255,_0x1986ee._0x2afd98,0x303,_0x1986ee._0x24d168),'boqKN':_0x378c81(0x59d,0x3dc,_0x1986ee._0x549c11,0x506),'xqUpN':_0x378c81(0x6d9,0x48e,0x5b2,_0x1986ee._0x5de0b4),'oMIth':_0x378c81(_0x1986ee._0xc3f01c,0x517,0x3ca,0x513),'IOOch':_0x378c81(_0x1986ee._0x5e871f,_0x1986ee._0x232ee0,0x624,0x512),'SYBok':function(_0x1d410b,_0x477438,_0x45c592,_0x43190d){return _0x1d410b(_0x477438,_0x45c592,_0x43190d);},'aEwdS':'clean','spgCp':_0x593423(0x278,_0x1986ee._0x4678a6,0x331,0x359),'rIyQU':'Skills\x20cha'+_0x378c81(_0x1986ee._0x1f135b,_0x1986ee._0x54f149,0x7a5,0x687)+_0x593423(_0x1986ee._0x5db88f,0x196,0x1c3,0x25d),'cTwCf':_0x593423(0x25c,0x2d2,_0x1986ee._0x260a8f,_0x1986ee._0x3d69c5)+_0x593423(_0x1986ee._0x509931,_0x1986ee._0x3f4567,_0x1986ee._0x4fe532,_0x1986ee._0x228bfe)+_0x378c81(_0x1986ee._0x5129fd,0x46f,_0x1986ee._0x33a723,_0x1986ee._0x158150)+_0x378c81(0x64d,_0x1986ee._0x167610,0x6a5,_0x1986ee._0xfbe1b7),'KSUQX':'Failed\x20to\x20'+_0x593423(0x19d,0x18e,_0x1986ee._0x229e72,_0x1986ee._0x2763ac)+_0x593423(0x19b,0x16,_0x1986ee._0x17be88,_0x1986ee._0x1bc789)+'es'};if(!setupPath){const _0x51e4e2={};return _0x51e4e2['error']='Coder-setu'+_0x593423(0x73,0x2cc,_0x1986ee._0x3fc76a,0x185)+_0x378c81(_0x1986ee._0x22845e,_0x1986ee._0xc0f290,0x6b0,_0x1986ee._0x4cd25b),_0x2817a5['status'](0x2*-0x111+0x61f*0x1+-0x1*0x206)[_0x378c81(_0x1986ee._0x21f509,_0x1986ee._0x2a0187,0x602,0x5c1)](_0x51e4e2);}function _0x378c81(_0x368955,_0x3cb757,_0x27c8a4,_0x2dce98){return _0xc95ba2(_0x3cb757,_0x3cb757-0x15d,_0x2dce98- -0xde,_0x2dce98-_0x1c3262._0x5958e7);}try{if(_0x3be863[_0x593423(0x22f,0x3d5,_0x1986ee._0xd8d702,_0x1986ee._0x2059cf)](_0x3be863[_0x593423(0x6b,0xa2,0x14c,0xda)],_0x593423(_0x1986ee._0x41d496,_0x1986ee._0x17afc2,0x249,0x27c))){const _0x190188={};_0x190188[_0x378c81(0x744,_0x1986ee._0x4b7ebc,0x784,0x78d)]=!![],_0x190188[_0x378c81(_0x1986ee._0x24d2a5,_0x1986ee._0x264fc2,0x551,0x615)]=!![],_0x190188['pushed']=![],_0x269faf[_0x378c81(0x6ba,_0x1986ee._0x6ced2f,0x544,_0x1986ee._0x9ec924)](_0x190188);}else{const _0x4cff48={};_0x4cff48[_0x378c81(0x6ab,0x60b,_0x1986ee._0x11f633,0x701)]=setupPath,await execFileAsync(_0x3be863['boqKN'],[_0x3be863['xqUpN'],_0x3be863[_0x593423(_0x1986ee._0x53047e,0x2f4,0x38b,_0x1986ee._0x200fd5)],'--',_0x3be863[_0x593423(0x1c2,0x15b,_0x1986ee._0x229e72,0x23f)]],_0x4cff48);const _0x30d1bf={};_0x30d1bf[_0x378c81(_0x1986ee._0x361f18,_0x1986ee._0x1a1ed6,0x817,_0x1986ee._0x48afee)]=setupPath,await _0x3be863[_0x593423(_0x1986ee._0x8542b2,_0x1986ee._0x5f2168,_0x1986ee._0x58cb9c,0x2ff)](execFileAsync,_0x378c81(0x64c,0x596,_0x1986ee._0x14146f,0x506),[_0x3be863['aEwdS'],_0x3be863['spgCp'],_0x593423(0x88,0x23b,0x211,0xfd)],_0x30d1bf);const _0x150672={};_0x150672[_0x593423(0x38e,_0x1986ee._0xdf9924,_0x1986ee._0x161145,_0x1986ee._0x32974a)]=_0x7bd349[_0x593423(_0x1986ee._0xe25d2b,0x163,0x392,0x288)][_0x593423(0x36c,0x1ac,_0x1986ee._0x142ba1,_0x1986ee._0x34907c)],logger[_0x378c81(0x7e5,_0x1986ee._0x5de0b4,0x66d,0x6ec)](_0x3be863[_0x378c81(_0x1986ee._0x5122d5,_0x1986ee._0x41415a,_0x1986ee._0x53cb6d,_0x1986ee._0x516116)],_0x150672);const _0x382195={};_0x382195[_0x593423(0x498,0x41e,_0x1986ee._0x1f1500,0x378)]=!![],_0x382195['message']=_0x3be863['cTwCf'],_0x2817a5['json'](_0x382195);}}catch(_0x498820){const _0xc85aef={};_0xc85aef['error']=_0x498820[_0x378c81(_0x1986ee._0xa0ff5d,_0x1986ee._0x400619,_0x1986ee._0x8dab63,_0x1986ee._0x241537)],logger['error'](_0x3be863[_0x593423(0x138,_0x1986ee._0x1eb782,0x7a,_0x1986ee._0x1b51ec)],_0xc85aef);const _0x47b0ab={};_0x47b0ab[_0x378c81(0x7bb,0x7ee,0x853,0x777)]=_0x593423(_0x1986ee._0x2718aa,0x6b,_0x1986ee._0x248675,0x14c)+_0x378c81(_0x1986ee._0xd4e348,_0x1986ee._0x332342,_0x1986ee._0x303489,_0x1986ee._0x2b9504)+_0x593423(_0x1986ee._0x574c44,0x3b4,_0x1986ee._0x56656f,0x2a9),_0x47b0ab['message']=_0x498820[_0x593423(0xae,0x221,_0x1986ee._0x2b7b78,_0x1986ee._0xb46ffb)],_0x2817a5[_0x378c81(_0x1986ee._0x522e11,_0x1986ee._0x2c64c2,0x8ea,0x799)](-0x2e7*0x8+0x3e6+0x1*0x1546)['json'](_0x47b0ab);}});export default router;
|