import type { OpenClawConfig } from "../../config/types.openclaw.js"; import type { SkillConfig } from "../../config/types.skills.js"; import {
evaluateRuntimeEligibility,
hasBinary,
isConfigPathTruthyWithDefaults,
resolveConfigPath,
resolveRuntimePlatform,
} from "../../shared/config-eval.js"; import { normalizeStringEntries } from "../../shared/string-normalization.js"; import { resolveSkillKey } from "./frontmatter.js"; import { resolveSkillSource } from "./source.js"; import type { SkillEligibilityContext, SkillEntry } from "./types.js";
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.